Skip to content

Commit 52d4a3c

Browse files
committed
update copyright dates to 2025
1 parent 0c4574a commit 52d4a3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+90
-90
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) 2018-2024 Intel Corporation
1+
# Copyright (c) 2018-2025 Intel Corporation
22
#
33
# SPDX-License-Identifier: MIT
44

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

LICENSE

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) 2018-2024 Intel Corporation
3+
Copyright (c) 2018-2025 Intel Corporation
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

README.md

Lines changed: 1 addition & 1 deletion

cliconfig/CLIConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (c) 2018-2024 Intel Corporation
2+
// Copyright (c) 2018-2025 Intel Corporation
33
//
44
// SPDX-License-Identifier: MIT
55
*/

cliconfig/CLIConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (c) 2018-2024 Intel Corporation
2+
// Copyright (c) 2018-2025 Intel Corporation
33
//
44
// SPDX-License-Identifier: MIT
55
*/

cliconfig/CLIConfig_version.rc2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (c) 2018-2024 Intel Corporation
2+
// Copyright (c) 2018-2025 Intel Corporation
33
//
44
// SPDX-License-Identifier: MIT
55
*/
@@ -30,7 +30,7 @@ BEGIN
3030
VALUE "FileDescription", "Intercept Layer for OpenCL(tm) Applications Configuration App"
3131
VALUE "FileVersion", "v3.0"
3232
VALUE "InternalName", "CLIConfig"
33-
VALUE "LegalCopyright", "Copyright (c) Intel Corporation 2018-2024"
33+
VALUE "LegalCopyright", "Copyright (c) Intel Corporation 2018-2025"
3434
VALUE "OriginalFilename", "CLIConfig.exe"
3535
VALUE "ProductName", "Intercept Layer for OpenCL(tm) Applications Configuration App"
3636
VALUE "ProductVersion", "v3.0"

cliconfig/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018-2024 Intel Corporation
1+
# Copyright (c) 2018-2025 Intel Corporation
22
#
33
# SPDX-License-Identifier: MIT
44

cliconfig/envVars.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (c) 2018-2024 Intel Corporation
2+
// Copyright (c) 2018-2025 Intel Corporation
33
//
44
// SPDX-License-Identifier: MIT
55
*/

cliloader/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018-2024 Intel Corporation
1+
# Copyright (c) 2018-2025 Intel Corporation
22
#
33
# SPDX-License-Identifier: MIT
44

0 commit comments

Comments
 (0)