Skip to content

License header fix #645

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Oct 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/Maths/Silk.NET.Maths.Benchmarks/AbsBenchmark.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;
Expand Down
5 changes: 4 additions & 1 deletion src/Maths/Silk.NET.Maths.Benchmarks/ExpBenchmark.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;
Expand Down
5 changes: 4 additions & 1 deletion src/Maths/Silk.NET.Maths.Benchmarks/FloorBenchmark.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;
Expand Down
5 changes: 4 additions & 1 deletion src/Maths/Silk.NET.Maths.Benchmarks/LogBenchmark.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;
Expand Down
5 changes: 4 additions & 1 deletion src/Maths/Silk.NET.Maths.Benchmarks/PowBenchmark.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths.Benchmarks/Program.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Reflection;
using BenchmarkDotNet.Running;

Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths.Benchmarks/RoundBenchmark.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths.Benchmarks/SinBenchmark.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
Expand Down
5 changes: 4 additions & 1 deletion src/Maths/Silk.NET.Maths.Benchmarks/SqrtBenchmark.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Engines;
Expand Down
5 changes: 4 additions & 1 deletion src/Maths/Silk.NET.Maths.Tests/ExpTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using Xunit;

namespace Silk.NET.Maths.Tests
Expand Down
5 changes: 4 additions & 1 deletion src/Maths/Silk.NET.Maths.Tests/LogTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using Xunit;

namespace Silk.NET.Maths.Tests
{
Expand Down
5 changes: 4 additions & 1 deletion src/Maths/Silk.NET.Maths.Tests/MathHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;

namespace Silk.NET.Maths.Tests
{
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths.Tests/Matrix3x2Tests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

/*using System;
using System.Runtime.InteropServices;
using Xunit;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths.Tests/Matrix4x4Tests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.InteropServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths.Tests/PlaneTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.InteropServices;
Expand Down
5 changes: 4 additions & 1 deletion src/Maths/Silk.NET.Maths.Tests/PowIntTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using Xunit;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using Xunit;

namespace Silk.NET.Maths.Tests
{
Expand Down
5 changes: 4 additions & 1 deletion src/Maths/Silk.NET.Maths.Tests/ScalarTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System.Numerics;
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Numerics;
using Xunit;

namespace Silk.NET.Maths.Tests
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths.Tests/Vector2Tests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.InteropServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths.Tests/Vector4Tests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.InteropServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Box2D.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Runtime.CompilerServices;
using System.Runtime.Serialization;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Box3D.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Runtime.CompilerServices;
using System.Runtime.Serialization;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Circle.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Runtime.Serialization;

Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Cube.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Runtime.CompilerServices;
using System.Runtime.Serialization;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Matrix2X2.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Matrix2X3.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Matrix2X4.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Matrix3X2.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Matrix3X3.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Matrix3X4.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Matrix4X2.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Diagnostics;
using System.Globalization;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Matrix4X3.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Matrix4X4.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Plane.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Quaternion.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Ray2D.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Runtime.Serialization;

Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Ray3D.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Runtime.Serialization;

Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Rectangle.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Runtime.Serialization;

Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Scalar.Sin.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Sphere.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Runtime.Serialization;

Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/SystemNumericsExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace Silk.NET.Maths
{
/// <summary>
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Vector2D.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Vector3D.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
3 changes: 3 additions & 0 deletions src/Maths/Silk.NET.Maths/Vector4D.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down