Skip to content

Commit d9145d6

Browse files
authored
.NET Foundation Onboarding (#425)
* Update README.md * Update license headers * Update everything else including CoC * Update copyright notices based on guidance * Create .gitattributes * Use LF in BuildTools * Use LF everywhere * Update contributing guides for WIP -> draft PR
1 parent 4492596 commit d9145d6

23 files changed

+46
-92
lines changed

src/Maths/Silk.NET.Maths/Matrix2X2.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Matrix2X3.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Matrix2X4.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Matrix3X2.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Matrix3X3.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Matrix3X4.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Matrix4X2.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Matrix4X3.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Matrix4X4.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Plane.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Rectangle.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75

src/Maths/Silk.NET.Maths/Scalar.As.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Scalar.BaseOps.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Scalar.Constants.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Scalar.Exp.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
// ported / adopted from https://github.com/amd/aocl-libm-ose/tree/master/src/optmized
75

src/Maths/Silk.NET.Maths/Scalar.Inverse.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Scalar.Log.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
// ported / adopted from https://github.com/amd/aocl-libm-ose/tree/master/src/optmized
75

src/Maths/Silk.NET.Maths/Scalar.MathFPort.MissingMethods.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Scalar.MathFPort.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Scalar.Pow.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System.Runtime.CompilerServices;
75

src/Maths/Silk.NET.Maths/Vector2D.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Vector3D.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

src/Maths/Silk.NET.Maths/Vector4D.Ops.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// This file is part of Silk.NET.
2-
//
3-
// You may modify and distribute Silk.NET under the terms
4-
// of the MIT license. See the LICENSE file for details.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
53

64
using System;
75
using System.Runtime.CompilerServices;

0 commit comments

Comments
 (0)