aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2021-03-02 15:46:47 -0700
committerShannon McPherson <shannon@lunarg.com>2021-03-02 15:48:26 -0700
commit15c461698e9a8ee43fcd097aa263e4d8c410785b (patch)
tree18c20899cb4478517c1d487503565eda43aa21f3 /scripts
parent88ea55de928a08ba5c5f65a93d1e7c8f666fc43f (diff)
downloadusermoji-15c461698e9a8ee43fcd097aa263e4d8c410785b.tar.xz
scripts: Update copyright in `common_codegen.py`
Change-Id: I485d3f9a893cb9f869d11fb487f986c42db9b88d
Diffstat (limited to 'scripts')
-rw-r--r--scripts/common_codegen.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py
index 7351e00b..5ba9a57e 100644
--- a/scripts/common_codegen.py
+++ b/scripts/common_codegen.py
@@ -1,8 +1,8 @@
#!/usr/bin/python3 -i
#
-# Copyright (c) 2015-2017, 2019 The Khronos Group Inc.
-# Copyright (c) 2015-2017, 2019 Valve Corporation
-# Copyright (c) 2015-2017, 2019 LunarG, Inc.
+# Copyright (c) 2015-2017, 2019-2021 The Khronos Group Inc.
+# Copyright (c) 2015-2017, 2019-2021 Valve Corporation
+# Copyright (c) 2015-2017, 2019-2021 LunarG, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,10 +23,10 @@ import os
# Copyright text prefixing all headers (list of strings).
prefixStrings = [
'/*',
- '** Copyright (c) 2015-2017, 2019 The Khronos Group Inc.',
- '** Copyright (c) 2015-2017, 2019 Valve Corporation',
- '** Copyright (c) 2015-2017, 2019 LunarG, Inc.',
- '** Copyright (c) 2015-2017, 2019 Google Inc.',
+ '** Copyright (c) 2015-2017, 2019-2021 The Khronos Group Inc.',
+ '** Copyright (c) 2015-2017, 2019-2021 Valve Corporation',
+ '** Copyright (c) 2015-2017, 2019-2021 LunarG, Inc.',
+ '** Copyright (c) 2015-2017, 2019-2021 Google Inc.',
'**',
'** Licensed under the Apache License, Version 2.0 (the "License");',
'** you may not use this file except in compliance with the License.',