Skip to content

Commit

Permalink
license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kamendov-maxim committed Apr 11, 2024
1 parent dc0d8fc commit 5c0aa3e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions kr1/Vector.Src/DifferentLengthVectorsException.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// copyright file: https://github.com/kamendov-maxim/semester2/blob/master/LICENSE
public class DifferentLengthVectorsException : Exception
{
public DifferentLengthVectorsException() { }
Expand Down
6 changes: 4 additions & 2 deletions kr1/Vector.Src/Program.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
// copyright file: https://github.com/kamendov-maxim/semester2/blob/master/LICENSE

Console.WriteLine("This program dos not have user interface but it is not a library because when output is not exe tests do not work");

1 change: 1 addition & 0 deletions kr1/Vector.Src/SparseVector.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// copyright file: https://github.com/kamendov-maxim/semester2/blob/master/LICENSE
namespace Vector;

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions kr1/Vector.Tests/Vector.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<Using Include="NUnit.Framework" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Vector.Src\Vector.csproj" />
<ItemGroup>
<ProjectReference Include="..\Vector.Src\Vector.csproj" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions kr1/Vector.Tests/VectorTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// copyright file: https://github.com/kamendov-maxim/semester2/blob/master/LICENSE
namespace Vector.Tests;

using Vector;
Expand Down
3 changes: 1 addition & 2 deletions kr1/Vector.sln
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Expand Down

0 comments on commit 5c0aa3e

Please sign in to comment.