Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <post@arntzen-software.no>2020-01-16 17:24:37 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2020-01-16 17:24:37 +0300
commitf9818f0804e6e73ec8afcc523b7e7f8bfc362632 (patch)
tree94db98ae0e6e4f08fa36afdc5a85e39423ae3f2c
parent7a411258afda601e51a3047797da427f430d4fc2 (diff)
Update license headers to 2020.2020-01-16
-rw-r--r--CMakeLists.txt2
-rw-r--r--main.cpp2
-rw-r--r--spirv_cfg.cpp2
-rw-r--r--spirv_cfg.hpp2
-rw-r--r--spirv_common.hpp2
-rw-r--r--spirv_cpp.cpp2
-rw-r--r--spirv_cpp.hpp2
-rw-r--r--spirv_cross.cpp2
-rw-r--r--spirv_cross.hpp2
-rw-r--r--spirv_cross_c.cpp2
-rw-r--r--spirv_cross_c.h2
-rw-r--r--spirv_cross_containers.hpp2
-rw-r--r--spirv_cross_error_handling.hpp2
-rw-r--r--spirv_cross_parsed_ir.cpp2
-rw-r--r--spirv_cross_parsed_ir.hpp2
-rw-r--r--spirv_cross_util.cpp2
-rw-r--r--spirv_cross_util.hpp2
-rw-r--r--spirv_glsl.cpp2
-rw-r--r--spirv_glsl.hpp2
-rw-r--r--spirv_hlsl.cpp2
-rw-r--r--spirv_hlsl.hpp2
-rw-r--r--spirv_msl.cpp2
-rw-r--r--spirv_msl.hpp2
-rw-r--r--spirv_parser.cpp2
-rw-r--r--spirv_parser.hpp2
-rw-r--r--spirv_reflect.cpp2
-rw-r--r--spirv_reflect.hpp2
-rwxr-xr-xtest_shaders.py26
-rw-r--r--tests-other/small_vector.cpp2
29 files changed, 41 insertions, 41 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ff83e046..590ff9fe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2016 Google Inc.
+# Copyright 2016-2020 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/main.cpp b/main.cpp
index 40c8ca76..60d59c67 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2019 Arm Limited
+ * Copyright 2015-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cfg.cpp b/spirv_cfg.cpp
index 463c7562..9973fbae 100644
--- a/spirv_cfg.cpp
+++ b/spirv_cfg.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2019 Arm Limited
+ * Copyright 2016-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cfg.hpp b/spirv_cfg.hpp
index 5f62cca3..9f3e62a1 100644
--- a/spirv_cfg.hpp
+++ b/spirv_cfg.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2019 Arm Limited
+ * Copyright 2016-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_common.hpp b/spirv_common.hpp
index 81cf3456..c444a781 100644
--- a/spirv_common.hpp
+++ b/spirv_common.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2019 Arm Limited
+ * Copyright 2015-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cpp.cpp b/spirv_cpp.cpp
index 25966b32..53094d4e 100644
--- a/spirv_cpp.cpp
+++ b/spirv_cpp.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2019 Arm Limited
+ * Copyright 2015-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cpp.hpp b/spirv_cpp.hpp
index 4c20aa37..e78d0369 100644
--- a/spirv_cpp.hpp
+++ b/spirv_cpp.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2019 Arm Limited
+ * Copyright 2015-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cross.cpp b/spirv_cross.cpp
index 6e2cc95f..071b8fb5 100644
--- a/spirv_cross.cpp
+++ b/spirv_cross.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2019 Arm Limited
+ * Copyright 2015-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cross.hpp b/spirv_cross.hpp
index 92379aef..373f9976 100644
--- a/spirv_cross.hpp
+++ b/spirv_cross.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2019 Arm Limited
+ * Copyright 2015-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cross_c.cpp b/spirv_cross_c.cpp
index b91cb78c..7c44d817 100644
--- a/spirv_cross_c.cpp
+++ b/spirv_cross_c.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019 Hans-Kristian Arntzen
+ * Copyright 2019-2020 Hans-Kristian Arntzen
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cross_c.h b/spirv_cross_c.h
index ffec3d7c..f6a3585d 100644
--- a/spirv_cross_c.h
+++ b/spirv_cross_c.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019 Hans-Kristian Arntzen
+ * Copyright 2019-2020 Hans-Kristian Arntzen
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cross_containers.hpp b/spirv_cross_containers.hpp
index 31a8abbd..a2f6fac6 100644
--- a/spirv_cross_containers.hpp
+++ b/spirv_cross_containers.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019 Hans-Kristian Arntzen
+ * Copyright 2019-2020 Hans-Kristian Arntzen
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cross_error_handling.hpp b/spirv_cross_error_handling.hpp
index a8b2b153..fa90610b 100644
--- a/spirv_cross_error_handling.hpp
+++ b/spirv_cross_error_handling.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2019 Arm Limited
+ * Copyright 2015-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cross_parsed_ir.cpp b/spirv_cross_parsed_ir.cpp
index 4b65b4e0..87519151 100644
--- a/spirv_cross_parsed_ir.cpp
+++ b/spirv_cross_parsed_ir.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2018-2019 Arm Limited
+ * Copyright 2018-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cross_parsed_ir.hpp b/spirv_cross_parsed_ir.hpp
index 97bc9ea6..7cff915f 100644
--- a/spirv_cross_parsed_ir.hpp
+++ b/spirv_cross_parsed_ir.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2018-2019 Arm Limited
+ * Copyright 2018-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cross_util.cpp b/spirv_cross_util.cpp
index 6ab5d264..cfad676e 100644
--- a/spirv_cross_util.cpp
+++ b/spirv_cross_util.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2019 Arm Limited
+ * Copyright 2015-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_cross_util.hpp b/spirv_cross_util.hpp
index 7c4030b0..708b7cb5 100644
--- a/spirv_cross_util.hpp
+++ b/spirv_cross_util.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2019 Arm Limited
+ * Copyright 2015-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_glsl.cpp b/spirv_glsl.cpp
index c650f389..34e713b0 100644
--- a/spirv_glsl.cpp
+++ b/spirv_glsl.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2019 Arm Limited
+ * Copyright 2015-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_glsl.hpp b/spirv_glsl.hpp
index 0d000dfc..4b9949bf 100644
--- a/spirv_glsl.hpp
+++ b/spirv_glsl.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2019 Arm Limited
+ * Copyright 2015-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_hlsl.cpp b/spirv_hlsl.cpp
index cf34409e..a33c7e37 100644
--- a/spirv_hlsl.cpp
+++ b/spirv_hlsl.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2019 Robert Konrad
+ * Copyright 2016-2020 Robert Konrad
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_hlsl.hpp b/spirv_hlsl.hpp
index 2ed7c2fd..574cd9be 100644
--- a/spirv_hlsl.hpp
+++ b/spirv_hlsl.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2019 Robert Konrad
+ * Copyright 2016-2020 Robert Konrad
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_msl.cpp b/spirv_msl.cpp
index 41679c61..ecac95a3 100644
--- a/spirv_msl.cpp
+++ b/spirv_msl.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2019 The Brenwill Workshop Ltd.
+ * Copyright 2016-2020 The Brenwill Workshop Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_msl.hpp b/spirv_msl.hpp
index 9e7b293f..c82dec0f 100644
--- a/spirv_msl.hpp
+++ b/spirv_msl.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2019 The Brenwill Workshop Ltd.
+ * Copyright 2016-2020 The Brenwill Workshop Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_parser.cpp b/spirv_parser.cpp
index 08dcff90..dd81f170 100644
--- a/spirv_parser.cpp
+++ b/spirv_parser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2018-2019 Arm Limited
+ * Copyright 2018-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_parser.hpp b/spirv_parser.hpp
index ef2c1b98..7d5b7997 100644
--- a/spirv_parser.hpp
+++ b/spirv_parser.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2018-2019 Arm Limited
+ * Copyright 2018-2020 Arm Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_reflect.cpp b/spirv_reflect.cpp
index b3104b79..f40c08a7 100644
--- a/spirv_reflect.cpp
+++ b/spirv_reflect.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2018-2019 Bradley Austin Davis
+ * Copyright 2018-2020 Bradley Austin Davis
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/spirv_reflect.hpp b/spirv_reflect.hpp
index 5a228a68..844d3f1e 100644
--- a/spirv_reflect.hpp
+++ b/spirv_reflect.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2018-2019 Bradley Austin Davis
+ * Copyright 2018-2020 Bradley Austin Davis
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test_shaders.py b/test_shaders.py
index 4700f687..10f4ed9c 100755
--- a/test_shaders.py
+++ b/test_shaders.py
@@ -1,18 +1,18 @@
#!/usr/bin/env python3
- # Copyright 2015-2019 Arm Limited
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
+# Copyright 2015-2020 Arm Limited
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
import sys
import os
diff --git a/tests-other/small_vector.cpp b/tests-other/small_vector.cpp
index 7b03d85c..9a3ab791 100644
--- a/tests-other/small_vector.cpp
+++ b/tests-other/small_vector.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019 Hans-Kristian Arntzen
+ * Copyright 2019-2020 Hans-Kristian Arntzen
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.