misc: switch copyright to Valve
diff --git a/LICENSE.txt b/LICENSE.txt
index a69308c..6b62161 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (C) 2014 LunarG, Inc.

+Copyright (C) 2015 Valve Corporation

 

 Permission is hereby granted, free of charge, to any person obtaining a

 copy of this software and associated documentation files (the "Software"),

diff --git a/cmake/FindPCIAccess.cmake b/cmake/FindPCIAccess.cmake
index 093cb86..65f7d5c 100644
--- a/cmake/FindPCIAccess.cmake
+++ b/cmake/FindPCIAccess.cmake
@@ -1,6 +1,6 @@
 # - FindPCIAccess
 #
-# Copyright 2015 LunarG, Inc.
+# Copyright 2015 Valve Corporation
 
 find_package(PkgConfig)
 
diff --git a/cmake/FindPthreadStubs.cmake b/cmake/FindPthreadStubs.cmake
index 4fe8300..063bbe5 100644
--- a/cmake/FindPthreadStubs.cmake
+++ b/cmake/FindPthreadStubs.cmake
@@ -1,6 +1,6 @@
 # - FindPthreadStubs
 #
-# Copyright 2015 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 
 find_package(PkgConfig)
 
diff --git a/cmake/FindUDev.cmake b/cmake/FindUDev.cmake
index 9fcc04a..e3d1699 100644
--- a/cmake/FindUDev.cmake
+++ b/cmake/FindUDev.cmake
@@ -1,6 +1,6 @@
 # - FindUDev
 #
-# Copyright 2015 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 
 find_package(PkgConfig)
 
diff --git a/cmake/FindValgrind.cmake b/cmake/FindValgrind.cmake
index 6172a9c..5c1fb56 100644
--- a/cmake/FindValgrind.cmake
+++ b/cmake/FindValgrind.cmake
@@ -1,6 +1,6 @@
 # - FindValgrind
 #
-# Copyright 2015 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 
 find_package(PkgConfig)
 
diff --git a/cmake/FindXCB.cmake b/cmake/FindXCB.cmake
index fbe3b5d..2311591 100644
--- a/cmake/FindXCB.cmake
+++ b/cmake/FindXCB.cmake
@@ -1,6 +1,6 @@
 # - FindXCB
 #
-# Copyright 2015 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 
 find_package(PkgConfig)
 
diff --git a/include/vk_debug_report_lunarg.h b/include/vk_debug_report_lunarg.h
index 875ec9b..0afd8d5 100644
--- a/include/vk_debug_report_lunarg.h
+++ b/include/vk_debug_report_lunarg.h
@@ -3,7 +3,7 @@
 //
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/apidump.h b/layers/apidump.h
index 0dc4ce5..72ddd7d 100644
--- a/layers/apidump.h
+++ b/layers/apidump.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/basic.cpp b/layers/basic.cpp
index df40291..98039cf 100644
--- a/layers/basic.cpp
+++ b/layers/basic.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  * Copyright (C) 2015 Google Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/layers/device_limits.cpp b/layers/device_limits.cpp
index 9e04f8f..22eca99 100644
--- a/layers/device_limits.cpp
+++ b/layers/device_limits.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/device_limits.h b/layers/device_limits.h
index b90f6e2..1758e9a 100644
--- a/layers/device_limits.h
+++ b/layers/device_limits.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp
index df714b3..7d16f2b 100644
--- a/layers/draw_state.cpp
+++ b/layers/draw_state.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  * Copyright (C) 2015 Google, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/layers/draw_state.h b/layers/draw_state.h
index 27e3970..7e7beba 100755
--- a/layers/draw_state.h
+++ b/layers/draw_state.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/generic.h b/layers/generic.h
index f157cc3..87f90de 100644
--- a/layers/generic.h
+++ b/layers/generic.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/image.cpp b/layers/image.cpp
index 426fcb9..e9c0cdd 100644
--- a/layers/image.cpp
+++ b/layers/image.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/image.h b/layers/image.h
index 81d1043..cd13ffc 100644
--- a/layers/image.h
+++ b/layers/image.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/mem_tracker.cpp b/layers/mem_tracker.cpp
index 860a77a..9cdb3f1 100644
--- a/layers/mem_tracker.cpp
+++ b/layers/mem_tracker.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  * Copyright (C) 2015 Google, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/layers/mem_tracker.h b/layers/mem_tracker.h
index e44e651..9bb76cd 100644
--- a/layers/mem_tracker.h
+++ b/layers/mem_tracker.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/multi.cpp b/layers/multi.cpp
index ab6f4d8..e193b20 100644
--- a/layers/multi.cpp
+++ b/layers/multi.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/object_track.h b/layers/object_track.h
index 15e4510..9c48e10 100644
--- a/layers/object_track.h
+++ b/layers/object_track.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/param_checker.cpp b/layers/param_checker.cpp
index 8a1aeeb..052a4be 100644
--- a/layers/param_checker.cpp
+++ b/layers/param_checker.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  * Copyright (C) 2015 Google, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/layers/screenshot.cpp b/layers/screenshot.cpp
index 7e82fb7..bbb0b88 100644
--- a/layers/screenshot.cpp
+++ b/layers/screenshot.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/shader_checker.cpp b/layers/shader_checker.cpp
index 9b2b54b..9feda7f 100644
--- a/layers/shader_checker.cpp
+++ b/layers/shader_checker.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/shader_checker.h b/layers/shader_checker.h
index e947288..b6f6ae9 100644
--- a/layers/shader_checker.h
+++ b/layers/shader_checker.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp
index ed63c4a..0de1590 100644
--- a/layers/swapchain.cpp
+++ b/layers/swapchain.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/swapchain.h b/layers/swapchain.h
index b5b4632..eace91f 100644
--- a/layers/swapchain.h
+++ b/layers/swapchain.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/threading.h b/layers/threading.h
index 1b75e50..eb91319 100644
--- a/layers/threading.h
+++ b/layers/threading.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/vk_layer_data.h b/layers/vk_layer_data.h
index 02fe152..0c406f5 100644
--- a/layers/vk_layer_data.h
+++ b/layers/vk_layer_data.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/vk_layer_debug_marker_table.cpp b/layers/vk_layer_debug_marker_table.cpp
index 6e06ee2..f456f69 100644
--- a/layers/vk_layer_debug_marker_table.cpp
+++ b/layers/vk_layer_debug_marker_table.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/vk_layer_debug_marker_table.h b/layers/vk_layer_debug_marker_table.h
index 11638b1..11f8928 100644
--- a/layers/vk_layer_debug_marker_table.h
+++ b/layers/vk_layer_debug_marker_table.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  * Copyright (C) 2015 Google Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/layers/vk_layer_extension_utils.cpp b/layers/vk_layer_extension_utils.cpp
index 6f0d655..84ce0d1 100644
--- a/layers/vk_layer_extension_utils.cpp
+++ b/layers/vk_layer_extension_utils.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/vk_layer_extension_utils.h b/layers/vk_layer_extension_utils.h
index 5b93260..730b84f 100644
--- a/layers/vk_layer_extension_utils.h
+++ b/layers/vk_layer_extension_utils.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/vk_layer_logging.h b/layers/vk_layer_logging.h
index 363cfe5..6ac4e60 100644
--- a/layers/vk_layer_logging.h
+++ b/layers/vk_layer_logging.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/vk_layer_table.cpp b/layers/vk_layer_table.cpp
index fda2b56..84af997 100644
--- a/layers/vk_layer_table.cpp
+++ b/layers/vk_layer_table.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/vk_layer_table.h b/layers/vk_layer_table.h
index 5ffebc2..841310b 100644
--- a/layers/vk_layer_table.h
+++ b/layers/vk_layer_table.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/layers/vk_layer_utils.cpp b/layers/vk_layer_utils.cpp
index 5f9c4da..aac4dd1 100644
--- a/layers/vk_layer_utils.cpp
+++ b/layers/vk_layer_utils.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/loader/debug_report.c b/loader/debug_report.c
index d521547..3ab70e6 100644
--- a/loader/debug_report.c
+++ b/loader/debug_report.c
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/loader/debug_report.h b/loader/debug_report.h
index 102883a..08eb09f 100644
--- a/loader/debug_report.h
+++ b/loader/debug_report.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/loader/gpa_helper.h b/loader/gpa_helper.h
index 58fb0d7..3c9ff04 100644
--- a/loader/gpa_helper.h
+++ b/loader/gpa_helper.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/loader/loader.c b/loader/loader.c
index 2e61d19..204500b 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/loader/loader.h b/loader/loader.h
index d1659aa..5eafb51 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/loader/table_ops.h b/loader/table_ops.h
index dbcd15b..4a14d73 100644
--- a/loader/table_ops.h
+++ b/loader/table_ops.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/loader/trampoline.c b/loader/trampoline.c
index c89b561..a569580 100644
--- a/loader/trampoline.c
+++ b/loader/trampoline.c
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/loader/vk-loader-generate.py b/loader/vk-loader-generate.py
index 2fcb069..2930cd6 100755
--- a/loader/vk-loader-generate.py
+++ b/loader/vk-loader-generate.py
@@ -1,8 +1,6 @@
 #!/usr/bin/env python3
 #
-# VK
-#
-# Copyright (C) 2014 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -90,7 +88,7 @@
 
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -308,7 +306,7 @@
 ;;;; Begin Copyright Notice ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Vulkan
 ;
-; Copyright (C) 2015 LunarG, Inc.
+; Copyright (C) 2015 Valve Corporation
 ;
 ; Permission is hereby granted, free of charge, to any person obtaining a
 ; copy of this software and associated documentation files (the "Software"),
diff --git a/loader/vk_loader_platform.h b/loader/vk_loader_platform.h
index e87d33a..446b614 100644
--- a/loader/vk_loader_platform.h
+++ b/loader/vk_loader_platform.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  * Copyright 2014 Valve Software
  * Copyright (C) 2015 Google Inc.
  * All Rights Reserved.
diff --git a/loader/wsi_swapchain.c b/loader/wsi_swapchain.c
index 32e7c77..003dd7d 100644
--- a/loader/wsi_swapchain.c
+++ b/loader/wsi_swapchain.c
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/loader/wsi_swapchain.h b/loader/wsi_swapchain.h
index cf64a68..21ae1bc 100644
--- a/loader/wsi_swapchain.h
+++ b/loader/wsi_swapchain.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2015 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/source_line_info.py b/source_line_info.py
index 0d6f07e..be1955f 100755
--- a/source_line_info.py
+++ b/source_line_info.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2015 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
diff --git a/tests/blit_tests.cpp b/tests/blit_tests.cpp
index 612429f..70068cd 100644
--- a/tests/blit_tests.cpp
+++ b/tests/blit_tests.cpp
@@ -1,6 +1,5 @@
-// VK tests
 //
-// Copyright (C) 2014 LunarG, Inc.
+// Copyright (C) 2015 Valve Corporation
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
diff --git a/tests/image_tests.cpp b/tests/image_tests.cpp
index f8f2175..0ff00af 100644
--- a/tests/image_tests.cpp
+++ b/tests/image_tests.cpp
@@ -28,9 +28,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
-//  VK tests
 //
-//  Copyright (C) 2014 LunarG, Inc.
+//  Copyright (C) 2015 Valve Corporation
 //
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
diff --git a/tests/init.cpp b/tests/init.cpp
index e10fc16..6abfd5b 100644
--- a/tests/init.cpp
+++ b/tests/init.cpp
@@ -28,9 +28,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
-//  VK tests
 //
-//  Copyright (C) 2014 LunarG, Inc.
+//  Copyright (C) 2015 Valve Corporation
 //
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
diff --git a/tests/layer_test_suite.py b/tests/layer_test_suite.py
index 3b5c6dc..19bb4d9 100755
--- a/tests/layer_test_suite.py
+++ b/tests/layer_test_suite.py
@@ -2,7 +2,7 @@
 #
 # VK
 #
-# Copyright (C) 2014 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
diff --git a/tests/render_tests.cpp b/tests/render_tests.cpp
index 5d0b582..24fe4ca 100644
--- a/tests/render_tests.cpp
+++ b/tests/render_tests.cpp
@@ -28,9 +28,8 @@
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
-//  VK tests
 //
-//  Copyright (C) 2014 LunarG, Inc.
+//  Copyright (C) 2015 Valve Corporation
 //
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
diff --git a/tests/vkrenderframework.cpp b/tests/vkrenderframework.cpp
index ef3f01c..79671c3 100644
--- a/tests/vkrenderframework.cpp
+++ b/tests/vkrenderframework.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/tests/vkrenderframework.h b/tests/vkrenderframework.h
index 3445aaa..18e3a85 100644
--- a/tests/vkrenderframework.h
+++ b/tests/vkrenderframework.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/tests/vktestbinding.cpp b/tests/vktestbinding.cpp
index 9b0b0f8..7eb2d68 100644
--- a/tests/vktestbinding.cpp
+++ b/tests/vktestbinding.cpp
@@ -1,6 +1,5 @@
-// VK tests
 //
-// Copyright (C) 2014 LunarG, Inc.
+// Copyright (C) 2015 Valve Corporation
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
diff --git a/tests/vktestbinding.h b/tests/vktestbinding.h
index a9df345..37d69ad 100644
--- a/tests/vktestbinding.h
+++ b/tests/vktestbinding.h
@@ -1,6 +1,5 @@
-// VK tests
 //
-// Copyright (C) 2014 LunarG, Inc.
+// Copyright (C) 2015 Valve Corporation
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
diff --git a/tests/vktestframework.cpp b/tests/vktestframework.cpp
index 3c2323a..c4ef1ef 100644
--- a/tests/vktestframework.cpp
+++ b/tests/vktestframework.cpp
@@ -1,6 +1,5 @@
-//  VK tests
 //
-//  Copyright (C) 2014 LunarG, Inc.
+//  Copyright (C) 2015 Valve Corporation
 //
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
diff --git a/tests/vktestframework.h b/tests/vktestframework.h
index 3b2264a..cdd82c9 100644
--- a/tests/vktestframework.h
+++ b/tests/vktestframework.h
@@ -1,6 +1,5 @@
-//  VK tests
 //
-//  Copyright (C) 2014 LunarG, Inc.
+//  Copyright (C) 2015 Valve Corporation
 //
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
diff --git a/vk-generate.py b/vk-generate.py
index 1cc6c3d..1bcedfe 100755
--- a/vk-generate.py
+++ b/vk-generate.py
@@ -1,8 +1,6 @@
 #!/usr/bin/env python3
 #
-# VK
-#
-# Copyright (C) 2014 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 # Copyright (C) 2015 Google Inc.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
@@ -66,7 +64,7 @@
 
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -283,7 +281,7 @@
 ;;;; Begin Copyright Notice ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Vulkan
 ;
-; Copyright (C) 2015 LunarG, Inc.
+; Copyright (C) 2015 Valve Corporation
 ;
 ; Permission is hereby granted, free of charge, to any person obtaining a
 ; copy of this software and associated documentation files (the "Software"),
diff --git a/vk-layer-generate.py b/vk-layer-generate.py
index cadc5c9..06a8ee2 100755
--- a/vk-layer-generate.py
+++ b/vk-layer-generate.py
@@ -2,7 +2,7 @@
 #
 # VK
 #
-# Copyright (C) 2014 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -83,7 +83,7 @@
 
 /*
  *
- * Copyright (C) 2014 LunarG, Inc.
+ * Copyright (C) 2015 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
diff --git a/vk_helper.py b/vk_helper.py
index 994b2b4..58c8189 100755
--- a/vk_helper.py
+++ b/vk_helper.py
@@ -1,8 +1,6 @@
 #!/usr/bin/env python3
 #
-# VK
-#
-# Copyright (C) 2014 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -529,7 +527,7 @@
         copyright.append('/*');
         copyright.append(' * Vulkan');
         copyright.append(' *');
-        copyright.append(' * Copyright (C) 2014 LunarG, Inc.');
+        copyright.append(' * Copyright (C) 2015 Valive Corporation');
         copyright.append(' *');
         copyright.append(' * Permission is hereby granted, free of charge, to any person obtaining a');
         copyright.append(' * copy of this software and associated documentation files (the "Software"),');
diff --git a/vk_layer_documentation_generate.py b/vk_layer_documentation_generate.py
index c7f1835..adfefdb 100755
--- a/vk_layer_documentation_generate.py
+++ b/vk_layer_documentation_generate.py
@@ -1,8 +1,6 @@
 #!/usr/bin/env python3
 #
-# VK
-#
-# Copyright (C) 2015 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
diff --git a/vulkan.py b/vulkan.py
index ed2f4a7..8b918d8 100755
--- a/vulkan.py
+++ b/vulkan.py
@@ -1,6 +1,6 @@
 """VK API description"""
 
-# Copyright (C) 2014 LunarG, Inc.
+# Copyright (C) 2015 Valve Corporation
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),