Skip to content

Commit

Permalink
Updated copyright information.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rs-mt committed Jan 17, 2018
1 parent cb06d94 commit da6113d
Show file tree
Hide file tree
Showing 138 changed files with 138 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .nuget/ILGPU.nuspec
Expand Up @@ -17,7 +17,7 @@
ILGPU is a new JIT (just-in-time) compiler for high-performance GPU programs written in .Net-based languages. It offers the flexibility and the convenience of C++ AMP on the one hand and the high performance of Cuda programs on the other hand. Functions in the scope of kernels do not have to be annotated (default C# functions) and are allowed to work on value types. All kernels (including all hardware features like shared memory, atomics and warp shuffles) can be executed and debugged on the CPU using the integrated multi-threaded CPU accelerator.
</summary>
<releaseNotes>http://www.ilgpu.net/releases/ILGPU.ReleaseNotes.txt</releaseNotes>
<copyright>Copyright (c) 2016-2017 Marcel Koester. All rights reserved.</copyright>
<copyright>Copyright (c) 2016-2018 Marcel Koester. All rights reserved.</copyright>
<tags>ilgpu gpu msil il cil cpu ptx llvm nvidia amd amp opencl cuda compiler jit</tags>
<dependencies>
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Expand Up @@ -2,7 +2,7 @@
ILGPU License
********************************************************************************
University of Illinois/NCSA Open Source License
Copyright (c) 2016-2017 Marcel Koester
Copyright (c) 2016-2018 Marcel Koester
All rights reserved.

Developed by: Marcel Koester (m4rs@m4rs.net)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ to build a custom nuget package.
ILGPU is licensed under the University of Illinois/NCSA Open Source License.
Detailed license information can be found in LICENSE.txt.

Copyright (c) 2016-2017 Marcel Koester (www.ilgpu.net). All rights reserved.
Copyright (c) 2016-2018 Marcel Koester (www.ilgpu.net). All rights reserved.

## License information of required dependencies

Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/ArrayView.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: ArrayView.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/ArrayViewExtensions.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: ArrayViewExtensions.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/ArrayViews.tt
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: ArrayViews.tt/ArrayViews.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Atomic.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Atomic.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/AtomicFunctions.tt
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: AtomicFunctions.tt/AtomicFunctions.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Backends/ABI/ABISpecification.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: ABISpecification.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Backends/ABI/DefaultLLVMABI.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: DefaultLLVMABI.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Backends/ABI/MSILABI.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: MSILABI.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Backends/ABI/PTXABI.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: PTXABI.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Backends/Backend.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Backend.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Backends/EntryPoint.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: EntryPoint.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Backends/LLVMBackend.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: LLVMBackend.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Backends/MSILBackend.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: MSLIBackend.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Backends/PTXBackend.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: PTXBackend.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Backends/PTXDeviceFunctions.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: PTXDeviceFunctions.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Backends/PTXMathFunctions.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: PTXMathFunctions.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/BasicValueType.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: BasicValueType.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/CompileUnit.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: CompileUnit.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/CompileUnitFlags.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: CompileUnitFlags.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/CompiledKernel.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: CompiledKernel.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/BasicBlock.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: BasicBlock.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: CodeGenerator.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Arithmetic.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Arithmetic.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Arrays.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Arrays.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/CFG.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: CFG.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Calls.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Calls.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Compare.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Compare.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Constants.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Constants.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/ControlFlow.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: ControlFlow.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Convert.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Convert.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Driver.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Driver.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Fields.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Fields.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Misc.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Misc.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Numeric.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Numerics.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Objects.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Objects.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Unsafe.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Unsafe.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Variables.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Variables.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CodeGenerator/Verify.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Verify.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CompareType.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: CompareType.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/CompilationContext.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: CompilationContext.cs
Expand Down
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: AssemblyDebugInformation.cs
Expand Down
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: DebugInformationManager.cs
Expand Down
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: IDebugInformationEnumerator.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/DebugInformation/LocalVariable.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: LocalVariable.cs
Expand Down
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: MethodDebugInformation.cs
Expand Down
2 changes: 1 addition & 1 deletion Src/ILGPU/Compiler/DebugInformation/Scope.cs
@@ -1,6 +1,6 @@
// -----------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2017 Marcel Koester
// Copyright (c) 2016-2018 Marcel Koester
// www.ilgpu.net
//
// File: Scope.cs
Expand Down

0 comments on commit da6113d

Please sign in to comment.