Skip to content

Commit bfd8a7f

Browse files
Bump copyright year. (m4rs-mt#913)
1 parent f430229 commit bfd8a7f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ILGPU License
33
********************************************************************************
44
University of Illinois/NCSA Open Source License
5-
Copyright (c) 2016-2022 ILGPU Project
5+
Copyright (c) 2016-2023 ILGPU Project
66
All rights reserved.
77

88
Developed by: Marcel Koester ([email protected])

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ILGPU also provides Source Link support for a better debugging experience. Make
106106
ILGPU is licensed under the University of Illinois/NCSA Open Source License.
107107
Detailed license information can be found in LICENSE.txt.
108108

109-
Copyright (c) 2016-2022 ILGPU Project. All rights reserved.
109+
Copyright (c) 2016-2023 ILGPU Project. All rights reserved.
110110

111111
Originally developed by Marcel Koester.
112112

Src/ILGPU.Algorithms/Properties/ILGPU.Algorithms.nuspec.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageVersion>$(Version)</PackageVersion>
55

66
<Title>ILGPU Algorithms Library</Title>
7-
<Copyright>Copyright (c) 2016-2022 ILGPU Project. All rights reserved.</Copyright>
7+
<Copyright>Copyright (c) 2016-2023 ILGPU Project. All rights reserved.</Copyright>
88
<Company />
99
<Authors>ILGPU Algorithms Project</Authors>
1010
<Description>ILGPU Algorithms library for high-level GPU programming.</Description>

Src/ILGPU/Backends/PTX/PTXCodeGenerator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ---------------------------------------------------------------------------------------
22
// ILGPU
3-
// Copyright (c) 2018-2022 ILGPU Project
3+
// Copyright (c) 2018-2023 ILGPU Project
44
// www.ilgpu.net
55
//
66
// File: PTXCodeGenerator.cs

Src/ILGPU/Properties/ILGPU.nuspec.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageVersion>$(Version)</PackageVersion>
55

66
<Title>ILGPU</Title>
7-
<Copyright>Copyright (c) 2016-2022 ILGPU Project. All rights reserved.</Copyright>
7+
<Copyright>Copyright (c) 2016-2023 ILGPU Project. All rights reserved.</Copyright>
88
<Company />
99
<Authors>Marcel Koester</Authors>
1010
<Description>ILGPU Just-In-Time Compiler</Description>

Src/ILGPU/Runtime/Cuda/CudaDriverVersion.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ---------------------------------------------------------------------------------------
22
// ILGPU
3-
// Copyright (c) 2019-2022 ILGPU Project
3+
// Copyright (c) 2019-2023 ILGPU Project
44
// www.ilgpu.net
55
//
66
// File: CudaDriverVersion.cs

Src/ILGPU/Runtime/Cuda/CudaInstructionSet.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ---------------------------------------------------------------------------------------
22
// ILGPU
3-
// Copyright (c) 2021-2022 ILGPU Project
3+
// Copyright (c) 2021-2023 ILGPU Project
44
// www.ilgpu.net
55
//
66
// File: CudaInstructionSet.cs

0 commit comments

Comments
 (0)