Skip to content

Commit eaac933

Browse files
authored
Update Khronos Group copyrights to 2022 (#757)
This PR does not change non-Khronos Group copyrights. For reference in 2023: I updated the copyrights using the below command and then manually checked the result -- `cl_extension_template.asciidoc` is the only file with an oddity in that regard. ```sh find . \ -type f \ ! -path './.git/*' \ ! -path './generated/*' \ ! -path './out/*' \ -exec sed -i {} -e 's/\(Copyright.*20[0-9][0-9]\)-2021/\1-2022/g' \ -e 's/\(Copyright.*2021\)/\1-2022/g' \; ```
1 parent 67275aa commit eaac933

258 files changed

Lines changed: 262 additions & 262 deletions

File tree

Some content is hidden

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

CXX_for_OpenCL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2021 The Khronos Group. This work is licensed under a
1+
// Copyright 2019-2022 The Khronos Group. This work is licensed under a
22
// Creative Commons Attribution 4.0 International License; see
33
// http://creativecommons.org/licenses/by/4.0/
44

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2021 The Khronos Group Inc.
1+
# Copyright (c) 2013-2022 The Khronos Group Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

OpenCL_API.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 The Khronos Group. This work is licensed under a
1+
// Copyright 2017-2022 The Khronos Group. This work is licensed under a
22
// Creative Commons Attribution 4.0 International License; see
33
// http://creativecommons.org/licenses/by/4.0/
44

OpenCL_C.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 The Khronos Group. This work is licensed under a
1+
// Copyright 2017-2022 The Khronos Group. This work is licensed under a
22
// Creative Commons Attribution 4.0 International License; see
33
// http://creativecommons.org/licenses/by/4.0/
44

OpenCL_Cxx.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 The Khronos Group. This work is licensed under a
1+
// Copyright 2017-2022 The Khronos Group. This work is licensed under a
22
// Creative Commons Attribution 4.0 International License; see
33
// http://creativecommons.org/licenses/by/4.0/
44

OpenCL_Env.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 The Khronos Group. This work is licensed under a
1+
// Copyright 2017-2022 The Khronos Group. This work is licensed under a
22
// Creative Commons Attribution 4.0 International License; see
33
// http://creativecommons.org/licenses/by/4.0/
44

OpenCL_Ext.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 The Khronos Group. This work is licensed under a
1+
// Copyright 2017-2022 The Khronos Group. This work is licensed under a
22
// Creative Commons Attribution 4.0 International License; see
33
// http://creativecommons.org/licenses/by/4.0/
44

OpenCL_ICD_Installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 The Khronos Group. This work is licensed under a
1+
// Copyright 2017-2022 The Khronos Group. This work is licensed under a
22
// Creative Commons Attribution 4.0 International License; see
33
// http://creativecommons.org/licenses/by/4.0/
44

OpenCL_LangExt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2021 The Khronos Group. This work is licensed under a
1+
// Copyright 2019-2022 The Khronos Group. This work is licensed under a
22
// Creative Commons Attribution 4.0 International License; see
33
// http://creativecommons.org/licenses/by/4.0/
44

api/acknowledgements.asciidoc

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)