summaryrefslogtreecommitdiff
path: root/scripts/genvk.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genvk.py')
-rwxr-xr-xscripts/genvk.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/genvk.py b/scripts/genvk.py
index c1e9da65..8315641c 100755
--- a/scripts/genvk.py
+++ b/scripts/genvk.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
#
-# Copyright 2013-2023 The Khronos Group Inc.
+# Copyright 2013-2024 The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0
@@ -128,7 +128,7 @@ def makeGenOpts(args):
# The SPDX formatting below works around constraints of the 'reuse' tool
prefixStrings = [
'/*',
- '** Copyright 2015-2023 The Khronos Group Inc.',
+ '** Copyright 2015-2024 The Khronos Group Inc.',
'**',
'** SPDX-License-Identifier' + ': Apache-2.0',
'*/',