From 4704482bbc532ad0bb38b2b921c583f8a64a8408 Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Thu, 14 Jan 2021 16:07:49 +0100 Subject: [PATCH] meta: Update copyright headers to 2021. --- CMakeLists.txt | 2 +- main.cpp | 2 +- spirv_cfg.cpp | 2 +- spirv_cfg.hpp | 2 +- spirv_common.hpp | 2 +- spirv_cpp.cpp | 2 +- spirv_cpp.hpp | 2 +- spirv_cross.cpp | 2 +- spirv_cross.hpp | 2 +- spirv_cross_c.cpp | 2 +- spirv_cross_c.h | 2 +- spirv_cross_containers.hpp | 2 +- spirv_cross_error_handling.hpp | 2 +- spirv_cross_parsed_ir.cpp | 2 +- spirv_cross_parsed_ir.hpp | 2 +- spirv_cross_util.cpp | 2 +- spirv_cross_util.hpp | 2 +- spirv_glsl.cpp | 2 +- spirv_glsl.hpp | 2 +- spirv_hlsl.cpp | 2 +- spirv_hlsl.hpp | 2 +- spirv_msl.cpp | 2 +- spirv_msl.hpp | 2 +- spirv_parser.cpp | 2 +- spirv_parser.hpp | 2 +- spirv_reflect.cpp | 2 +- spirv_reflect.hpp | 2 +- test_shaders.py | 2 +- tests-other/small_vector.cpp | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de7affc7..6c112088 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2016-2020 Google Inc. +# Copyright 2016-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. diff --git a/main.cpp b/main.cpp index 2d50e1b7..2b99022e 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Arm Limited + * Copyright 2015-2021 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 fa9f3d17..0a66d60b 100644 --- a/spirv_cfg.cpp +++ b/spirv_cfg.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2020 Arm Limited + * Copyright 2016-2021 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 b5459933..041526d6 100644 --- a/spirv_cfg.hpp +++ b/spirv_cfg.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2020 Arm Limited + * Copyright 2016-2021 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 8e3b1373..128c4162 100644 --- a/spirv_common.hpp +++ b/spirv_common.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Arm Limited + * Copyright 2015-2021 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 49204431..e95fe00e 100644 --- a/spirv_cpp.cpp +++ b/spirv_cpp.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Arm Limited + * Copyright 2015-2021 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 68662406..a3bf0edb 100644 --- a/spirv_cpp.hpp +++ b/spirv_cpp.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Arm Limited + * Copyright 2015-2021 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 d814cd64..597f03a6 100644 --- a/spirv_cross.cpp +++ b/spirv_cross.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Arm Limited + * Copyright 2015-2021 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 016d13e5..c29ce6b4 100644 --- a/spirv_cross.hpp +++ b/spirv_cross.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Arm Limited + * Copyright 2015-2021 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 a3a30210..a542346e 100644 --- a/spirv_cross_c.cpp +++ b/spirv_cross_c.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Hans-Kristian Arntzen + * Copyright 2019-2021 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 62d91c19..811bb8cf 100644 --- a/spirv_cross_c.h +++ b/spirv_cross_c.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Hans-Kristian Arntzen + * Copyright 2019-2021 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 c68f670b..b9c3737c 100644 --- a/spirv_cross_containers.hpp +++ b/spirv_cross_containers.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Hans-Kristian Arntzen + * Copyright 2019-2021 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 c0927e45..32af107e 100644 --- a/spirv_cross_error_handling.hpp +++ b/spirv_cross_error_handling.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Arm Limited + * Copyright 2015-2021 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 a9ade42b..e1a13c5e 100644 --- a/spirv_cross_parsed_ir.cpp +++ b/spirv_cross_parsed_ir.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018-2020 Arm Limited + * Copyright 2018-2021 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 ca37a9bc..88a06919 100644 --- a/spirv_cross_parsed_ir.hpp +++ b/spirv_cross_parsed_ir.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018-2020 Arm Limited + * Copyright 2018-2021 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 f9b5c5f9..9ce6d4fb 100644 --- a/spirv_cross_util.cpp +++ b/spirv_cross_util.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Arm Limited + * Copyright 2015-2021 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 b0501f33..daa4a790 100644 --- a/spirv_cross_util.hpp +++ b/spirv_cross_util.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Arm Limited + * Copyright 2015-2021 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 7a740711..0b93413a 100644 --- a/spirv_glsl.cpp +++ b/spirv_glsl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Arm Limited + * Copyright 2015-2021 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 a32edc0a..beb8a8fb 100644 --- a/spirv_glsl.hpp +++ b/spirv_glsl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2020 Arm Limited + * Copyright 2015-2021 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 24eae998..c080ff66 100644 --- a/spirv_hlsl.cpp +++ b/spirv_hlsl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2020 Robert Konrad + * Copyright 2016-2021 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 4b481ddd..f46b1868 100644 --- a/spirv_hlsl.hpp +++ b/spirv_hlsl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2020 Robert Konrad + * Copyright 2016-2021 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 a6694570..3d60d38a 100644 --- a/spirv_msl.cpp +++ b/spirv_msl.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2020 The Brenwill Workshop Ltd. + * Copyright 2016-2021 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 8c786123..0cce958d 100644 --- a/spirv_msl.hpp +++ b/spirv_msl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016-2020 The Brenwill Workshop Ltd. + * Copyright 2016-2021 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 eff50dd3..7159a325 100644 --- a/spirv_parser.cpp +++ b/spirv_parser.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018-2020 Arm Limited + * Copyright 2018-2021 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 190266a4..7f4a7d85 100644 --- a/spirv_parser.hpp +++ b/spirv_parser.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018-2020 Arm Limited + * Copyright 2018-2021 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 90dc62bd..447bff1c 100644 --- a/spirv_reflect.cpp +++ b/spirv_reflect.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018-2020 Bradley Austin Davis + * Copyright 2018-2021 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 d82c0de7..8acbd280 100644 --- a/spirv_reflect.hpp +++ b/spirv_reflect.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018-2020 Bradley Austin Davis + * Copyright 2018-2021 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 b302bc9e..2643b096 100755 --- a/test_shaders.py +++ b/test_shaders.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2015-2020 Arm Limited +# Copyright 2015-2021 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/tests-other/small_vector.cpp b/tests-other/small_vector.cpp index 9a3ab791..e9a3bb0b 100644 --- a/tests-other/small_vector.cpp +++ b/tests-other/small_vector.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Hans-Kristian Arntzen + * Copyright 2019-2021 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.