Skip to content

Commit e95d91f

Browse files
committed
Add license headers to files missing them in OpenCL SimpleKernel example and SilkTouch
1 parent fbeaa88 commit e95d91f

35 files changed

Lines changed: 131 additions & 29 deletions

‎examples/CSharp/OpenCL/Tutorial001.SimpleKernel/Program.cs‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System.Runtime.CompilerServices;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using System.Runtime.CompilerServices;
25
using Silk.NET.OpenCL;
36

47
internal unsafe class Program

‎sources/SilkTouch/SilkTouch/IJobDependency.cs‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
14
using System.Collections.Generic;
25

36
namespace Silk.NET.SilkTouch;

‎sources/SilkTouch/SilkTouch/JobDependencies.cs‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Linq;
47
using Microsoft.Extensions.DependencyInjection;

‎sources/SilkTouch/SilkTouch/Mods/AddApiProfiles.cs‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
14
using System;
25
using System.Collections.Generic;
36
using System.Diagnostics;

‎sources/SilkTouch/SilkTouch/Mods/AddIncludes.cs‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System.Collections.Generic;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using System.Collections.Generic;
25
using System.IO;
36
using System.Linq;
47
using System.Threading;

‎sources/SilkTouch/SilkTouch/Mods/AddOpaqueStructs.cs‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using System;
25
using System.Collections.Concurrent;
36
using System.Collections.Generic;
47
using System.IO;

‎sources/SilkTouch/SilkTouch/Mods/AddVTables.cs‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Diagnostics;
47
using System.IO;

‎sources/SilkTouch/SilkTouch/Mods/BakeSourceSets.cs‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Configuration;
47
using System.IO;

‎sources/SilkTouch/SilkTouch/Mods/ChangeNamespace.cs‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.IO;
47
using System.Linq;

‎sources/SilkTouch/SilkTouch/Mods/Common/IModConfigBinder.cs‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using Microsoft.Extensions.Configuration;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using Microsoft.Extensions.Configuration;
25

36
namespace Silk.NET.SilkTouch.Mods;
47

0 commit comments

Comments
 (0)