summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDejan Mircevski <deki@google.com>2016-01-07 13:44:22 -0500
committerDejan Mircevski <deki@google.com>2016-01-07 13:44:22 -0500
commitb6fe02fc3912755ab200e4bc40e3edd47ed16a54 (patch)
treea2d772de5c951a1b2b073da3104c15cfdc82816b
parent3e6b2dfa699b13987657298ab2a7652a0a577ca9 (diff)
Extend copyright to 2016.
-rw-r--r--CMakeLists.txt2
-rw-r--r--LICENSE2
-rw-r--r--README.md2
-rw-r--r--external/include/headers/GLSL.std.450.h2
-rw-r--r--external/include/headers/OpenCL.std.h2
-rw-r--r--external/include/headers/spirv.h2
-rw-r--r--external/include/headers/spirv.py2
-rw-r--r--include/libspirv/libspirv.h2
-rw-r--r--include/util/bitutils.h2
-rw-r--r--include/util/hex_float.h2
-rw-r--r--source/assembly_grammar.cpp2
-rw-r--r--source/assembly_grammar.h2
-rwxr-xr-xsource/binary.cpp2
-rw-r--r--source/binary.h2
-rw-r--r--source/diagnostic.cpp2
-rw-r--r--source/diagnostic.h2
-rw-r--r--source/disassemble.cpp2
-rw-r--r--source/ext_inst.cpp2
-rw-r--r--source/ext_inst.h2
-rw-r--r--source/instruction.h2
-rw-r--r--source/opcode.cpp2
-rw-r--r--source/opcode.h2
-rw-r--r--source/operand.cpp2
-rw-r--r--source/operand.h2
-rw-r--r--source/print.cpp2
-rw-r--r--source/print.h2
-rw-r--r--source/spirv_constant.h2
-rw-r--r--source/spirv_definition.h2
-rw-r--r--source/spirv_endian.cpp2
-rw-r--r--source/spirv_endian.h2
-rw-r--r--source/spirv_operands.h2
-rw-r--r--source/syntax_tables.patch4
-rw-r--r--source/table.cpp2
-rw-r--r--source/table.h2
-rwxr-xr-xsource/text.cpp2
-rw-r--r--source/text.h2
-rw-r--r--source/text_handler.cpp2
-rw-r--r--source/text_handler.h2
-rw-r--r--source/validate.cpp2
-rw-r--r--source/validate.h2
-rw-r--r--source/validate_id.cpp2
-rw-r--r--source/validate_types.cpp2
-rw-r--r--source/validate_types.h2
-rw-r--r--test/AssemblyContext.cpp2
-rw-r--r--test/AssemblyFormat.cpp2
-rw-r--r--test/BinaryDestroy.cpp2
-rw-r--r--test/BinaryEndianness.cpp2
-rw-r--r--test/BinaryHeaderGet.cpp2
-rw-r--r--test/BinaryParse.cpp2
-rw-r--r--test/BinaryToText.Literal.cpp2
-rw-r--r--test/BinaryToText.cpp2
-rw-r--r--test/Comment.cpp2
-rw-r--r--test/DiagnosticPrint.cpp2
-rw-r--r--test/DiagnosticStream.cpp2
-rw-r--r--test/ExtInst.OpenCL.std.cpp2
-rw-r--r--test/ExtInstGLSLstd450.cpp2
-rw-r--r--test/FixWord.cpp2
-rw-r--r--test/GeneratorMagicNumber.cpp2
-rw-r--r--test/HexFloat.cpp2
-rw-r--r--test/ImmediateInt.cpp2
-rw-r--r--test/LibspirvMacros.cpp2
-rw-r--r--test/NamedId.cpp2
-rw-r--r--test/OpcodeMake.cpp2
-rw-r--r--test/OpcodeRequiresCapabilities.cpp2
-rw-r--r--test/OpcodeSplit.cpp2
-rw-r--r--test/OpcodeTableGet.cpp2
-rw-r--r--test/Operand.cpp2
-rw-r--r--test/OperandCapabilities.cpp2
-rw-r--r--test/OperandPattern.cpp2
-rw-r--r--test/TestFixture.h2
-rw-r--r--test/TextAdvance.cpp2
-rw-r--r--test/TextDestroy.cpp2
-rw-r--r--test/TextLiteral.cpp2
-rw-r--r--test/TextStartsNewInst.cpp2
-rw-r--r--test/TextToBinary.Annotation.cpp2
-rw-r--r--test/TextToBinary.Barrier.cpp2
-rw-r--r--test/TextToBinary.Constant.cpp2
-rw-r--r--test/TextToBinary.ControlFlow.cpp2
-rw-r--r--test/TextToBinary.Debug.cpp2
-rw-r--r--test/TextToBinary.DeviceSideEnqueue.cpp2
-rw-r--r--test/TextToBinary.Extension.cpp2
-rw-r--r--test/TextToBinary.Function.cpp2
-rw-r--r--test/TextToBinary.Group.cpp2
-rw-r--r--test/TextToBinary.Image.cpp2
-rw-r--r--test/TextToBinary.Literal.cpp2
-rw-r--r--test/TextToBinary.Memory.cpp2
-rw-r--r--test/TextToBinary.Miscellaneous.cpp2
-rw-r--r--test/TextToBinary.ModeSetting.cpp2
-rw-r--r--test/TextToBinary.TypeDeclaration.cpp2
-rw-r--r--test/TextToBinary.cpp2
-rw-r--r--test/TextWordGet.cpp2
-rw-r--r--test/UnitSPIRV.cpp2
-rw-r--r--test/UnitSPIRV.h2
-rw-r--r--test/Validate.Layout.cpp2
-rw-r--r--test/Validate.SSA.cpp2
-rw-r--r--test/ValidateFixtures.cpp2
-rw-r--r--test/ValidateFixtures.h2
-rw-r--r--test/ValidateID.cpp2
-rw-r--r--test/main.cpp2
-rw-r--r--tools/as/as.cpp2
-rw-r--r--tools/dis/dis.cpp2
-rw-r--r--tools/val/val.cpp2
102 files changed, 103 insertions, 103 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bcbe50cd..74b7c035 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (c) 2015 The Khronos Group Inc.
+# Copyright (c) 2015-2016 The Khronos Group Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and/or associated documentation files (the
diff --git a/LICENSE b/LICENSE
index 4675d329..8b2e8213 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2015 The Khronos Group Inc.
+Copyright (c) 2015-2016 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
diff --git a/README.md b/README.md
index 621e3563..4c8d5337 100644
--- a/README.md
+++ b/README.md
@@ -208,7 +208,7 @@ This is a work in progress.
## Licence
<a name="license"></a>
```
-Copyright (c) 2015 The Khronos Group Inc.
+Copyright (c) 2015-2016 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
diff --git a/external/include/headers/GLSL.std.450.h b/external/include/headers/GLSL.std.450.h
index d1c9b5c1..60142089 100644
--- a/external/include/headers/GLSL.std.450.h
+++ b/external/include/headers/GLSL.std.450.h
@@ -1,5 +1,5 @@
/*
-** Copyright (c) 2014-2015 The Khronos Group Inc.
+** Copyright (c) 2014-2016 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and/or associated documentation files (the "Materials"),
diff --git a/external/include/headers/OpenCL.std.h b/external/include/headers/OpenCL.std.h
index 05e64dc8..af29c527 100644
--- a/external/include/headers/OpenCL.std.h
+++ b/external/include/headers/OpenCL.std.h
@@ -1,5 +1,5 @@
/*
-** Copyright (c) 2015 The Khronos Group Inc.
+** Copyright (c) 2015-2016 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and/or associated documentation files (the "Materials"),
diff --git a/external/include/headers/spirv.h b/external/include/headers/spirv.h
index 648564f2..188a037b 100644
--- a/external/include/headers/spirv.h
+++ b/external/include/headers/spirv.h
@@ -1,5 +1,5 @@
/*
-** Copyright (c) 2014-2015 The Khronos Group Inc.
+** Copyright (c) 2014-2016 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and/or associated documentation files (the "Materials"),
diff --git a/external/include/headers/spirv.py b/external/include/headers/spirv.py
index e65a61be..28d51871 100644
--- a/external/include/headers/spirv.py
+++ b/external/include/headers/spirv.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2014-2015 The Khronos Group Inc.
+# Copyright (c) 2014-2016 The Khronos Group Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and/or associated documentation files (the "Materials"),
diff --git a/include/libspirv/libspirv.h b/include/libspirv/libspirv.h
index 044ba885..b30fe14a 100644
--- a/include/libspirv/libspirv.h
+++ b/include/libspirv/libspirv.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/include/util/bitutils.h b/include/util/bitutils.h
index 370a432f..44299ae0 100644
--- a/include/util/bitutils.h
+++ b/include/util/bitutils.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/include/util/hex_float.h b/include/util/hex_float.h
index 5be792d5..9d8733be 100644
--- a/include/util/hex_float.h
+++ b/include/util/hex_float.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/assembly_grammar.cpp b/source/assembly_grammar.cpp
index 73be8b6d..b85aa034 100644
--- a/source/assembly_grammar.cpp
+++ b/source/assembly_grammar.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/assembly_grammar.h b/source/assembly_grammar.h
index f92bf975..15f34da8 100644
--- a/source/assembly_grammar.h
+++ b/source/assembly_grammar.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/binary.cpp b/source/binary.cpp
index f504a018..10af66b0 100755
--- a/source/binary.cpp
+++ b/source/binary.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/binary.h b/source/binary.h
index 2d86ab64..c51fe5fd 100644
--- a/source/binary.h
+++ b/source/binary.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/diagnostic.cpp b/source/diagnostic.cpp
index b0e36c07..78a2267a 100644
--- a/source/diagnostic.cpp
+++ b/source/diagnostic.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/diagnostic.h b/source/diagnostic.h
index 9841df2a..9ee15329 100644
--- a/source/diagnostic.h
+++ b/source/diagnostic.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/disassemble.cpp b/source/disassemble.cpp
index 83aaade9..a03e2a57 100644
--- a/source/disassemble.cpp
+++ b/source/disassemble.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/ext_inst.cpp b/source/ext_inst.cpp
index 41f17238..1d5eabc7 100644
--- a/source/ext_inst.cpp
+++ b/source/ext_inst.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/ext_inst.h b/source/ext_inst.h
index 6121c42d..1fd58137 100644
--- a/source/ext_inst.h
+++ b/source/ext_inst.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/instruction.h b/source/instruction.h
index 3073eb2a..9aca7062 100644
--- a/source/instruction.h
+++ b/source/instruction.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/opcode.cpp b/source/opcode.cpp
index caaeddb7..526933d1 100644
--- a/source/opcode.cpp
+++ b/source/opcode.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/opcode.h b/source/opcode.h
index a7254368..1088863d 100644
--- a/source/opcode.h
+++ b/source/opcode.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/operand.cpp b/source/operand.cpp
index be20022f..864a1d65 100644
--- a/source/operand.cpp
+++ b/source/operand.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/operand.h b/source/operand.h
index 5165747e..96c0bc98 100644
--- a/source/operand.h
+++ b/source/operand.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/print.cpp b/source/print.cpp
index baffc506..d157d1db 100644
--- a/source/print.cpp
+++ b/source/print.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/print.h b/source/print.h
index fdb1c0b9..7ae36441 100644
--- a/source/print.h
+++ b/source/print.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/spirv_constant.h b/source/spirv_constant.h
index 347131cf..0c85fbf3 100644
--- a/source/spirv_constant.h
+++ b/source/spirv_constant.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/spirv_definition.h b/source/spirv_definition.h
index e6efb6b5..221ef134 100644
--- a/source/spirv_definition.h
+++ b/source/spirv_definition.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/spirv_endian.cpp b/source/spirv_endian.cpp
index 1e122319..d9295183 100644
--- a/source/spirv_endian.cpp
+++ b/source/spirv_endian.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/spirv_endian.h b/source/spirv_endian.h
index 70b8fe84..9d06b293 100644
--- a/source/spirv_endian.h
+++ b/source/spirv_endian.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/spirv_operands.h b/source/spirv_operands.h
index 7e75f6a7..aa8322ba 100644
--- a/source/spirv_operands.h
+++ b/source/spirv_operands.h
@@ -1,5 +1,5 @@
//
-// Copyright (C) 2014-2015 LunarG, Inc.
+// Copyright (C) 2014-2016 LunarG, Inc.
//
// All rights reserved.
//
diff --git a/source/syntax_tables.patch b/source/syntax_tables.patch
index c8e47f6c..64221323 100644
--- a/source/syntax_tables.patch
+++ b/source/syntax_tables.patch
@@ -94,7 +94,7 @@ index 0000000..85bca89
--- /dev/null
+++ b/tools/spirv/assembler_table.cpp
@@ -0,0 +1,214 @@
-+// Copyright (c) 2015 The Khronos Group Inc.
++// Copyright (c) 2015-2016 The Khronos Group Inc.
+//
+// Permission is hereby granted, free of charge, to any person obtaining a
+// copy of this software and/or associated documentation files (the
@@ -314,7 +314,7 @@ index 0000000..b98303a
--- /dev/null
+++ b/tools/spirv/assembler_table.h
@@ -0,0 +1,49 @@
-+// Copyright (c) 2015 The Khronos Group Inc.
++// Copyright (c) 2015-2016 The Khronos Group Inc.
+//
+// Permission is hereby granted, free of charge, to any person obtaining a
+// copy of this software and/or associated documentation files (the
diff --git a/source/table.cpp b/source/table.cpp
index b0561764..1a32f2df 100644
--- a/source/table.cpp
+++ b/source/table.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/table.h b/source/table.h
index f129a59d..a165feb5 100644
--- a/source/table.h
+++ b/source/table.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/text.cpp b/source/text.cpp
index 3386f186..28a7ca58 100755
--- a/source/text.cpp
+++ b/source/text.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/text.h b/source/text.h
index 4a9f858d..03755229 100644
--- a/source/text.h
+++ b/source/text.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/text_handler.cpp b/source/text_handler.cpp
index 16639b77..7d15161a 100644
--- a/source/text_handler.cpp
+++ b/source/text_handler.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/text_handler.h b/source/text_handler.h
index 3e1a3413..7149e5f5 100644
--- a/source/text_handler.h
+++ b/source/text_handler.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/validate.cpp b/source/validate.cpp
index eb4ecc6d..a208e470 100644
--- a/source/validate.cpp
+++ b/source/validate.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/validate.h b/source/validate.h
index 57a8f308..86483d0a 100644
--- a/source/validate.h
+++ b/source/validate.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/validate_id.cpp b/source/validate_id.cpp
index 4901e795..31dd7a84 100644
--- a/source/validate_id.cpp
+++ b/source/validate_id.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/validate_types.cpp b/source/validate_types.cpp
index b0252879..51655fe2 100644
--- a/source/validate_types.cpp
+++ b/source/validate_types.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/source/validate_types.h b/source/validate_types.h
index d64e2d91..e57c58e6 100644
--- a/source/validate_types.h
+++ b/source/validate_types.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/AssemblyContext.cpp b/test/AssemblyContext.cpp
index f0238bce..5001c760 100644
--- a/test/AssemblyContext.cpp
+++ b/test/AssemblyContext.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/AssemblyFormat.cpp b/test/AssemblyFormat.cpp
index 732ae4c0..94df1feb 100644
--- a/test/AssemblyFormat.cpp
+++ b/test/AssemblyFormat.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/BinaryDestroy.cpp b/test/BinaryDestroy.cpp
index 5ff2aff2..55ccd4ed 100644
--- a/test/BinaryDestroy.cpp
+++ b/test/BinaryDestroy.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/BinaryEndianness.cpp b/test/BinaryEndianness.cpp
index 480f6520..e5b6fe73 100644
--- a/test/BinaryEndianness.cpp
+++ b/test/BinaryEndianness.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/BinaryHeaderGet.cpp b/test/BinaryHeaderGet.cpp
index 4253ac7c..420d1a56 100644
--- a/test/BinaryHeaderGet.cpp
+++ b/test/BinaryHeaderGet.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/BinaryParse.cpp b/test/BinaryParse.cpp
index 2aacf47b..67af1203 100644
--- a/test/BinaryParse.cpp
+++ b/test/BinaryParse.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/BinaryToText.Literal.cpp b/test/BinaryToText.Literal.cpp
index 203aed0f..c75aecbe 100644
--- a/test/BinaryToText.Literal.cpp
+++ b/test/BinaryToText.Literal.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/BinaryToText.cpp b/test/BinaryToText.cpp
index 1ed6e883..6a61c282 100644
--- a/test/BinaryToText.cpp
+++ b/test/BinaryToText.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/Comment.cpp b/test/Comment.cpp
index de023c7d..e94c56a4 100644
--- a/test/Comment.cpp
+++ b/test/Comment.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/DiagnosticPrint.cpp b/test/DiagnosticPrint.cpp
index f9fdf323..0dd631fe 100644
--- a/test/DiagnosticPrint.cpp
+++ b/test/DiagnosticPrint.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/DiagnosticStream.cpp b/test/DiagnosticStream.cpp
index 3508cb77..c4c1f5eb 100644
--- a/test/DiagnosticStream.cpp
+++ b/test/DiagnosticStream.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/ExtInst.OpenCL.std.cpp b/test/ExtInst.OpenCL.std.cpp
index 9bc56efb..4506964a 100644
--- a/test/ExtInst.OpenCL.std.cpp
+++ b/test/ExtInst.OpenCL.std.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/ExtInstGLSLstd450.cpp b/test/ExtInstGLSLstd450.cpp
index f30232f2..061d890d 100644
--- a/test/ExtInstGLSLstd450.cpp
+++ b/test/ExtInstGLSLstd450.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/FixWord.cpp b/test/FixWord.cpp
index fd9702fd..7ebeb52b 100644
--- a/test/FixWord.cpp
+++ b/test/FixWord.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/GeneratorMagicNumber.cpp b/test/GeneratorMagicNumber.cpp
index 09552c21..98b76272 100644
--- a/test/GeneratorMagicNumber.cpp
+++ b/test/GeneratorMagicNumber.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/HexFloat.cpp b/test/HexFloat.cpp
index 3f56677a..63376a50 100644
--- a/test/HexFloat.cpp
+++ b/test/HexFloat.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/ImmediateInt.cpp b/test/ImmediateInt.cpp
index 4778709d..c6e76bb1 100644
--- a/test/ImmediateInt.cpp
+++ b/test/ImmediateInt.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/LibspirvMacros.cpp b/test/LibspirvMacros.cpp
index 12a4a0b7..31b1ff2e 100644
--- a/test/LibspirvMacros.cpp
+++ b/test/LibspirvMacros.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/NamedId.cpp b/test/NamedId.cpp
index 17688709..fded47c7 100644
--- a/test/NamedId.cpp
+++ b/test/NamedId.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/OpcodeMake.cpp b/test/OpcodeMake.cpp
index 393ef78a..65030ce7 100644
--- a/test/OpcodeMake.cpp
+++ b/test/OpcodeMake.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/OpcodeRequiresCapabilities.cpp b/test/OpcodeRequiresCapabilities.cpp
index 0a6e5dbb..200f51a5 100644
--- a/test/OpcodeRequiresCapabilities.cpp
+++ b/test/OpcodeRequiresCapabilities.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/OpcodeSplit.cpp b/test/OpcodeSplit.cpp
index 8629e213..2e6a8aeb 100644
--- a/test/OpcodeSplit.cpp
+++ b/test/OpcodeSplit.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/OpcodeTableGet.cpp b/test/OpcodeTableGet.cpp
index f908987e..af3c896e 100644
--- a/test/OpcodeTableGet.cpp
+++ b/test/OpcodeTableGet.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/Operand.cpp b/test/Operand.cpp
index df4077b4..c0f090e0 100644
--- a/test/Operand.cpp
+++ b/test/Operand.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/OperandCapabilities.cpp b/test/OperandCapabilities.cpp
index b1ac8640..fe803914 100644
--- a/test/OperandCapabilities.cpp
+++ b/test/OperandCapabilities.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/OperandPattern.cpp b/test/OperandPattern.cpp
index 4a3124a5..604dcd64 100644
--- a/test/OperandPattern.cpp
+++ b/test/OperandPattern.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TestFixture.h b/test/TestFixture.h
index 3aef86d5..2d3a773a 100644
--- a/test/TestFixture.h
+++ b/test/TestFixture.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextAdvance.cpp b/test/TextAdvance.cpp
index 38e43b5a..627d0d62 100644
--- a/test/TextAdvance.cpp
+++ b/test/TextAdvance.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextDestroy.cpp b/test/TextDestroy.cpp
index 60323d14..ef789ad5 100644
--- a/test/TextDestroy.cpp
+++ b/test/TextDestroy.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextLiteral.cpp b/test/TextLiteral.cpp
index 24f40a23..f286635d 100644
--- a/test/TextLiteral.cpp
+++ b/test/TextLiteral.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextStartsNewInst.cpp b/test/TextStartsNewInst.cpp
index 4312c55f..8d790f57 100644
--- a/test/TextStartsNewInst.cpp
+++ b/test/TextStartsNewInst.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.Annotation.cpp b/test/TextToBinary.Annotation.cpp
index 3e6d773e..e43741fb 100644
--- a/test/TextToBinary.Annotation.cpp
+++ b/test/TextToBinary.Annotation.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.Barrier.cpp b/test/TextToBinary.Barrier.cpp
index b9898c26..b3452e75 100644
--- a/test/TextToBinary.Barrier.cpp
+++ b/test/TextToBinary.Barrier.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.Constant.cpp b/test/TextToBinary.Constant.cpp
index c9e48766..6654cbe6 100644
--- a/test/TextToBinary.Constant.cpp
+++ b/test/TextToBinary.Constant.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.ControlFlow.cpp b/test/TextToBinary.ControlFlow.cpp
index 355a3961..5b53c883 100644
--- a/test/TextToBinary.ControlFlow.cpp
+++ b/test/TextToBinary.ControlFlow.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.Debug.cpp b/test/TextToBinary.Debug.cpp
index 8fd9295e..3c8a20d9 100644
--- a/test/TextToBinary.Debug.cpp
+++ b/test/TextToBinary.Debug.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.DeviceSideEnqueue.cpp b/test/TextToBinary.DeviceSideEnqueue.cpp
index 0292143a..0f466a5c 100644
--- a/test/TextToBinary.DeviceSideEnqueue.cpp
+++ b/test/TextToBinary.DeviceSideEnqueue.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.Extension.cpp b/test/TextToBinary.Extension.cpp
index 40b20a57..437736d2 100644
--- a/test/TextToBinary.Extension.cpp
+++ b/test/TextToBinary.Extension.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.Function.cpp b/test/TextToBinary.Function.cpp
index a343cd21..d43e8d10 100644
--- a/test/TextToBinary.Function.cpp
+++ b/test/TextToBinary.Function.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.Group.cpp b/test/TextToBinary.Group.cpp
index af63cb6b..4ccbe468 100644
--- a/test/TextToBinary.Group.cpp
+++ b/test/TextToBinary.Group.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.Image.cpp b/test/TextToBinary.Image.cpp
index d8558e56..c99a1fd9 100644
--- a/test/TextToBinary.Image.cpp
+++ b/test/TextToBinary.Image.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.Literal.cpp b/test/TextToBinary.Literal.cpp
index 9e9246f4..cdc51bbe 100644
--- a/test/TextToBinary.Literal.cpp
+++ b/test/TextToBinary.Literal.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.Memory.cpp b/test/TextToBinary.Memory.cpp
index 26728529..e7619e75 100644
--- a/test/TextToBinary.Memory.cpp
+++ b/test/TextToBinary.Memory.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.Miscellaneous.cpp b/test/TextToBinary.Miscellaneous.cpp
index ef7abd28..55aac280 100644
--- a/test/TextToBinary.Miscellaneous.cpp
+++ b/test/TextToBinary.Miscellaneous.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.ModeSetting.cpp b/test/TextToBinary.ModeSetting.cpp
index 034fd785..eed0aa35 100644
--- a/test/TextToBinary.ModeSetting.cpp
+++ b/test/TextToBinary.ModeSetting.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.TypeDeclaration.cpp b/test/TextToBinary.TypeDeclaration.cpp
index c6c2073c..c08a0e8f 100644
--- a/test/TextToBinary.TypeDeclaration.cpp
+++ b/test/TextToBinary.TypeDeclaration.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextToBinary.cpp b/test/TextToBinary.cpp
index 910bb12e..d6f20334 100644
--- a/test/TextToBinary.cpp
+++ b/test/TextToBinary.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/TextWordGet.cpp b/test/TextWordGet.cpp
index f5e58ef9..a7604e45 100644
--- a/test/TextWordGet.cpp
+++ b/test/TextWordGet.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/UnitSPIRV.cpp b/test/UnitSPIRV.cpp
index 46deaf42..c38c4bc3 100644
--- a/test/UnitSPIRV.cpp
+++ b/test/UnitSPIRV.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/UnitSPIRV.h b/test/UnitSPIRV.h
index cd425a85..3fbf3e51 100644
--- a/test/UnitSPIRV.h
+++ b/test/UnitSPIRV.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/Validate.Layout.cpp b/test/Validate.Layout.cpp
index 7c82ada8..e902dd30 100644
--- a/test/Validate.Layout.cpp
+++ b/test/Validate.Layout.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/Validate.SSA.cpp b/test/Validate.SSA.cpp
index ab296439..5ca35df2 100644
--- a/test/Validate.SSA.cpp
+++ b/test/Validate.SSA.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/ValidateFixtures.cpp b/test/ValidateFixtures.cpp
index 0f342910..3d38083a 100644
--- a/test/ValidateFixtures.cpp
+++ b/test/ValidateFixtures.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/ValidateFixtures.h b/test/ValidateFixtures.h
index dbd35000..21dc4834 100644
--- a/test/ValidateFixtures.h
+++ b/test/ValidateFixtures.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/ValidateID.cpp b/test/ValidateID.cpp
index 078d956e..f8e3184c 100644
--- a/test/ValidateID.cpp
+++ b/test/ValidateID.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/test/main.cpp b/test/main.cpp
index 25416ca1..54bdca00 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/tools/as/as.cpp b/tools/as/as.cpp
index de5e3041..96f2cada 100644
--- a/tools/as/as.cpp
+++ b/tools/as/as.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/tools/dis/dis.cpp b/tools/dis/dis.cpp
index f98c5cd0..d29836d3 100644
--- a/tools/dis/dis.cpp
+++ b/tools/dis/dis.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the
diff --git a/tools/val/val.cpp b/tools/val/val.cpp
index 29e7035d..bc29dd4e 100644
--- a/tools/val/val.cpp
+++ b/tools/val/val.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 The Khronos Group Inc.
+// Copyright (c) 2015-2016 The Khronos Group Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and/or associated documentation files (the