Extend copyright to 2016.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bcbe50c..74b7c03 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 4675d32..8b2e821 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 621e356..4c8d533 100644
--- a/README.md
+++ b/README.md
@@ -208,7 +208,7 @@
 ## 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 d1c9b5c..6014208 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 05e64dc..af29c52 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 648564f..188a037 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 e65a61b..28d5187 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 044ba88..b30fe14 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 370a432..44299ae 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 5be792d..9d8733b 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 73be8b6..b85aa03 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 f92bf97..15f34da 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 f504a01..10af66b 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 2d86ab6..c51fe5f 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 b0e36c0..78a2267 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 9841df2..9ee1532 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 83aaade..a03e2a5 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 41f1723..1d5eabc 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 6121c42..1fd5813 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 3073eb2..9aca706 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 caaeddb..526933d 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 a725436..1088863 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 be20022..864a1d6 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 5165747..96c0bc9 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 baffc50..d157d1d 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 fdb1c0b..7ae3644 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 347131c..0c85fbf 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 e6efb6b..221ef13 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 1e12231..d929518 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 70b8fe8..9d06b29 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 7e75f6a..aa8322b 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 c8e47f6..6422132 100644
--- a/source/syntax_tables.patch
+++ b/source/syntax_tables.patch
@@ -94,7 +94,7 @@
 --- /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 @@
 --- /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 b056176..1a32f2d 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 f129a59..a165feb 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 3386f18..28a7ca5 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 4a9f858..0375522 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 16639b7..7d15161 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 3e1a341..7149e5f 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 eb4ecc6..a208e47 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 57a8f30..86483d0 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 4901e79..31dd7a8 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 b025287..51655fe 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 d64e2d9..e57c58e 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 f0238bc..5001c76 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 732ae4c..94df1fe 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 5ff2aff..55ccd4e 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 480f652..e5b6fe7 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 4253ac7..420d1a5 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 2aacf47..67af120 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 203aed0..c75aecb 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 1ed6e88..6a61c28 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 de023c7..e94c56a 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 f9fdf32..0dd631f 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 3508cb7..c4c1f5e 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 9bc56ef..4506964 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 f30232f..061d890 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 fd9702f..7ebeb52 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 09552c2..98b7627 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 3f56677..63376a5 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 4778709..c6e76bb 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 12a4a0b..31b1ff2 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 1768870..fded47c 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 393ef78..65030ce 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 0a6e5db..200f51a 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 8629e21..2e6a8ae 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 f908987..af3c896 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 df4077b..c0f090e 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 b1ac864..fe80391 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 4a3124a..604dcd6 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 3aef86d..2d3a773 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 38e43b5..627d0d6 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 60323d1..ef789ad 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 24f40a2..f286635 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 4312c55..8d790f5 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 3e6d773..e43741f 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 b9898c2..b3452e7 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 c9e4876..6654cbe 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 355a396..5b53c88 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 8fd9295..3c8a20d 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 0292143..0f466a5 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 40b20a5..437736d 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 a343cd2..d43e8d1 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 af63cb6..4ccbe46 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 d8558e5..c99a1fd 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 9e9246f..cdc51bb 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 2672852..e7619e7 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 ef7abd2..55aac28 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 034fd78..eed0aa3 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 c6c2073..c08a0e8 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 910bb12..d6f2033 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 f5e58ef..a7604e4 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 46deaf4..c38c4bc 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 cd425a8..3fbf3e5 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 7c82ada..e902dd3 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 ab29643..5ca35df 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 0f34291..3d38083 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 dbd3500..21dc483 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 078d956..f8e3184 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 25416ca..54bdca0 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 de5e304..96f2cad 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 f98c5cd..d29836d 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 29e7035..bc29dd4 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