Skip to content

Commit 657127d

Browse files
committed
update copyright dates to 2025
1 parent a4f024d commit 657127d

11 files changed

+11
-11
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2024 Ben Ashbaugh
1+
# Copyright (c) 2021-2025 Ben Ashbaugh
22
#
33
# SPDX-License-Identifier: MIT or Apache-2.0
44

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 Ben Ashbaugh
3+
Copyright (c) 2021-2025 Ben Ashbaugh
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

scripts/call_all.c.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def getCallArgs(params):
119119
return callstr
120120
121121
%>/*******************************************************************************
122-
// Copyright (c) 2021-2024 Ben Ashbaugh
122+
// Copyright (c) 2021-2025 Ben Ashbaugh
123123
//
124124
// SPDX-License-Identifier: MIT or Apache-2.0
125125
*/

scripts/gen_openclext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python3
22

3-
# Copyright (c) 2021-2024 Ben Ashbaugh
3+
# Copyright (c) 2021-2025 Ben Ashbaugh
44
#
55
# SPDX-License-Identifier: MIT or Apache-2.0
66

scripts/openclext.cpp.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def getCParameterStrings(params):
116116
return strings
117117
118118
%>/*******************************************************************************
119-
// Copyright (c) 2021-2024 Ben Ashbaugh
119+
// Copyright (c) 2021-2025 Ben Ashbaugh
120120
//
121121
// SPDX-License-Identifier: MIT or Apache-2.0
122122
*/

src/openclext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
// Copyright (c) 2021-2024 Ben Ashbaugh
2+
// Copyright (c) 2021-2025 Ben Ashbaugh
33
//
44
// SPDX-License-Identifier: MIT or Apache-2.0
55
*/

tests/call_all.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
// Copyright (c) 2021-2024 Ben Ashbaugh
2+
// Copyright (c) 2021-2025 Ben Ashbaugh
33
//
44
// SPDX-License-Identifier: MIT or Apache-2.0
55
*/

tests/dx_sharing_prototypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
// Copyright (c) 2021-2024 Ben Ashbaugh
2+
// Copyright (c) 2021-2025 Ben Ashbaugh
33
//
44
// SPDX-License-Identifier: MIT or Apache-2.0
55
*/

tests/loader_info_prototypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
// Copyright (c) 2023-2024 Ben Ashbaugh
2+
// Copyright (c) 2023-2025 Ben Ashbaugh
33
//
44
// SPDX-License-Identifier: MIT or Apache-2.0
55
*/

tests/test_extension_loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
// Copyright (c) 2021-2024 Ben Ashbaugh
2+
// Copyright (c) 2021-2025 Ben Ashbaugh
33
//
44
// SPDX-License-Identifier: MIT or Apache-2.0
55
*/

0 commit comments

Comments
 (0)