Skip to content

Commit 0ce40a7

Browse files
authored
fix a few more copyright dates to 2021 (#190)
1 parent 1b9df0c commit 0ce40a7

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
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-2020 Intel Corporation
1+
# Copyright (c) 2018-2021 Intel Corporation
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ required.
2929

3030
\* Other names and brands may be claimed as the property of others.
3131

32-
Copyright (c) 2018-2020, Intel(R) Corporation
32+
Copyright (c) 2018-2021, Intel(R) Corporation

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-2020 Intel Corporation
3+
Copyright (c) 2018-2021 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
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ OpenCL and the OpenCL logo are trademarks of Apple Inc. used by permission by Kh
9090

9191
\* Other names and brands may be claimed as the property of others.
9292

93-
Copyright (c) 2018-2020, Intel(R) Corporation
93+
Copyright (c) 2018-2021, Intel(R) Corporation
9494

9595
[khronos_cl_license]: https://github.com/KhronosGroup/OpenCL-Headers/blob/master/LICENSE
9696
[boost_license]: http://www.boost.org/LICENSE_1_0.txt

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-2020 Intel Corporation
2+
// Copyright (c) 2018-2021 Intel Corporation
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

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-2020 Intel Corporation
2+
// Copyright (c) 2018-2021 Intel Corporation
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal
@@ -46,7 +46,7 @@ BEGIN
4646
VALUE "FileDescription", "Intercept Layer for OpenCL(tm) Applications Configuration App"
4747
VALUE "FileVersion", "v3.0"
4848
VALUE "InternalName", "CLIConfig"
49-
VALUE "LegalCopyright", "Copyright (c) Intel Corporation 2018-2020"
49+
VALUE "LegalCopyright", "Copyright (c) Intel Corporation 2018-2021"
5050
VALUE "OriginalFilename", "CLIConfig.exe"
5151
VALUE "ProductName", "Intercept Layer for OpenCL(tm) Applications Configuration App"
5252
VALUE "ProductVersion", "v3.0"

intercept/src/git_version.rc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ BEGIN
4848
VALUE "FileDescription", "Intercept Layer for OpenCL(tm) Applications"
4949
VALUE "FileVersion", "@GIT_DESCRIBE@"
5050
VALUE "InternalName", "CLIntercept"
51-
VALUE "LegalCopyright", "Copyright (c) Intel Corporation 2018-2020"
51+
VALUE "LegalCopyright", "Copyright (c) Intel Corporation 2018-2021"
5252
VALUE "OriginalFilename", "OpenCL.dll"
5353
VALUE "ProductName", "Intercept Layer for OpenCL(tm) Applications"
5454
VALUE "ProductVersion", "@GIT_DESCRIBE@"

scripts/parse_output_to_xlsx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2020 Intel Corporation
1+
# Copyright (c) 2019-2021 Intel Corporation
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)