aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-29 13:50:34 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-11-04 13:15:18 -0700
commitbb387b716650b3b59e9c1f3651ec4c8529acb1ec (patch)
treeb398ccf02222122d41a49364fde068be45851f7f
parent7ea5b4fa3c298429fec452dff7a885c054a6b251 (diff)
downloadusermoji-bb387b716650b3b59e9c1f3651ec4c8529acb1ec.tar.xz
misc: switch copyright to Valve
-rw-r--r--LICENSE.txt2
-rw-r--r--cmake/FindPCIAccess.cmake2
-rw-r--r--cmake/FindPthreadStubs.cmake2
-rw-r--r--cmake/FindUDev.cmake2
-rw-r--r--cmake/FindValgrind.cmake2
-rw-r--r--cmake/FindXCB.cmake2
-rw-r--r--demos/cube.c2
-rw-r--r--demos/tri.c2
-rw-r--r--demos/vulkaninfo.c2
-rw-r--r--icd/common/icd-enumerate-drm.c2
-rw-r--r--icd/common/icd-enumerate-drm.h2
-rw-r--r--icd/common/icd-format.c2
-rw-r--r--icd/common/icd-format.h2
-rw-r--r--icd/common/icd-instance.c2
-rw-r--r--icd/common/icd-instance.h2
-rw-r--r--icd/common/icd-spv.h2
-rw-r--r--icd/common/icd-utils.c2
-rw-r--r--icd/common/icd-utils.h2
-rw-r--r--icd/common/icd.h2
-rw-r--r--icd/nulldrv/VK_nulldrv.def3
-rw-r--r--icd/nulldrv/nulldrv.c2
-rw-r--r--icd/nulldrv/nulldrv.h2
-rw-r--r--include/vk_debug_report_lunarg.h2
-rw-r--r--layers/apidump.h2
-rw-r--r--layers/basic.cpp2
-rw-r--r--layers/device_limits.cpp2
-rw-r--r--layers/device_limits.h2
-rw-r--r--layers/draw_state.cpp2
-rwxr-xr-xlayers/draw_state.h2
-rw-r--r--layers/generic.h2
-rw-r--r--layers/image.cpp2
-rw-r--r--layers/image.h2
-rw-r--r--layers/mem_tracker.cpp2
-rw-r--r--layers/mem_tracker.h2
-rw-r--r--layers/multi.cpp2
-rw-r--r--layers/object_track.h2
-rw-r--r--layers/param_checker.cpp2
-rw-r--r--layers/screenshot.cpp2
-rw-r--r--layers/shader_checker.cpp2
-rw-r--r--layers/shader_checker.h2
-rw-r--r--layers/swapchain.cpp2
-rw-r--r--layers/swapchain.h2
-rw-r--r--layers/threading.h2
-rw-r--r--layers/vk_layer_data.h2
-rw-r--r--layers/vk_layer_debug_marker_table.cpp2
-rw-r--r--layers/vk_layer_debug_marker_table.h2
-rw-r--r--layers/vk_layer_extension_utils.cpp2
-rw-r--r--layers/vk_layer_extension_utils.h2
-rw-r--r--layers/vk_layer_logging.h2
-rw-r--r--layers/vk_layer_table.cpp2
-rw-r--r--layers/vk_layer_table.h2
-rw-r--r--layers/vk_layer_utils.cpp2
-rw-r--r--loader/debug_report.c2
-rw-r--r--loader/debug_report.h2
-rw-r--r--loader/gpa_helper.h2
-rw-r--r--loader/loader.c2
-rw-r--r--loader/loader.h2
-rw-r--r--loader/table_ops.h2
-rw-r--r--loader/trampoline.c2
-rwxr-xr-xloader/vk-loader-generate.py8
-rw-r--r--loader/vk_loader_platform.h2
-rw-r--r--loader/wsi_swapchain.c2
-rw-r--r--loader/wsi_swapchain.h2
-rwxr-xr-xsource_line_info.py2
-rwxr-xr-xvk-generate.py8
-rwxr-xr-xvk-layer-generate.py4
-rwxr-xr-xvk_helper.py6
-rwxr-xr-xvk_layer_documentation_generate.py4
-rwxr-xr-xvulkan.py2
69 files changed, 75 insertions, 84 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index a69308c7..6b621610 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 093cb869..65f7d5c1 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 4fe83000..063bbe51 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 9fcc04a3..e3d16995 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 6172a9ce..5c1fb561 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 fbe3b5de..23115911 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/demos/cube.c b/demos/cube.c
index 49902ee7..7a35e215 100644
--- a/demos/cube.c
+++ b/demos/cube.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright (C) 2014-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/demos/tri.c b/demos/tri.c
index f0d67423..1d8d7211 100644
--- a/demos/tri.c
+++ b/demos/tri.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright (C) 2014-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/demos/vulkaninfo.c b/demos/vulkaninfo.c
index d655b67b..a2c5b756 100644
--- a/demos/vulkaninfo.c
+++ b/demos/vulkaninfo.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/icd/common/icd-enumerate-drm.c b/icd/common/icd-enumerate-drm.c
index be81d834..47c1651e 100644
--- a/icd/common/icd-enumerate-drm.c
+++ b/icd/common/icd-enumerate-drm.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/icd/common/icd-enumerate-drm.h b/icd/common/icd-enumerate-drm.h
index 3b73a29c..4f1419d6 100644
--- a/icd/common/icd-enumerate-drm.h
+++ b/icd/common/icd-enumerate-drm.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/icd/common/icd-format.c b/icd/common/icd-format.c
index f90eee91..2395f4cb 100644
--- a/icd/common/icd-format.c
+++ b/icd/common/icd-format.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/icd/common/icd-format.h b/icd/common/icd-format.h
index 0d7f460d..fb87f4c8 100644
--- a/icd/common/icd-format.h
+++ b/icd/common/icd-format.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/icd/common/icd-instance.c b/icd/common/icd-instance.c
index bdab9506..ab980dcc 100644
--- a/icd/common/icd-instance.c
+++ b/icd/common/icd-instance.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright (C) 2014-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/icd/common/icd-instance.h b/icd/common/icd-instance.h
index f82e8f51..fcaf9868 100644
--- a/icd/common/icd-instance.h
+++ b/icd/common/icd-instance.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright (C) 2014-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/icd/common/icd-spv.h b/icd/common/icd-spv.h
index fedef7a8..82252381 100644
--- a/icd/common/icd-spv.h
+++ b/icd/common/icd-spv.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/icd/common/icd-utils.c b/icd/common/icd-utils.c
index d1775864..3a3c43b3 100644
--- a/icd/common/icd-utils.c
+++ b/icd/common/icd-utils.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/icd/common/icd-utils.h b/icd/common/icd-utils.h
index f011a078..24210504 100644
--- a/icd/common/icd-utils.h
+++ b/icd/common/icd-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/icd/common/icd.h b/icd/common/icd.h
index 63d87e3f..28fe7fed 100644
--- a/icd/common/icd.h
+++ b/icd/common/icd.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/icd/nulldrv/VK_nulldrv.def b/icd/nulldrv/VK_nulldrv.def
index 3eff731a..8b531e86 100644
--- a/icd/nulldrv/VK_nulldrv.def
+++ b/icd/nulldrv/VK_nulldrv.def
@@ -1,7 +1,6 @@
;;;; Begin Copyright Notice ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-; 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/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index 0c50b94f..b926176b 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.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/icd/nulldrv/nulldrv.h b/icd/nulldrv/nulldrv.h
index f48447d7..8b48bc5b 100644
--- a/icd/nulldrv/nulldrv.h
+++ b/icd/nulldrv/nulldrv.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/include/vk_debug_report_lunarg.h b/include/vk_debug_report_lunarg.h
index 875ec9b6..0afd8d5c 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 0dc4ce58..72ddd7d8 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 df402910..98039cfb 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 9e04f8fc..22eca998 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 b90f6e27..1758e9a8 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 df714b3a..7d16f2b0 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 27e39703..7e7bebac 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 f157cc35..87f90dea 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 426fcb9b..e9c0cdd0 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 81d10435..cd13ffc1 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 860a77a5..9cdb3f19 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 e44e651d..9bb76cdb 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 ab6f4d86..e193b20f 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 15e45103..9c48e106 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 8a1aeeb8..052a4be7 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 7e82fb7f..bbb0b88c 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 9b2b54bf..9feda7f9 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 e9472889..b6f6ae95 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 ed63c4ab..0de1590d 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 b5b46329..eace91f7 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 1b75e50c..eb913192 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 02fe1522..0c406f59 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 6e06ee26..f456f69d 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 11638b1d..11f89285 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 6f0d6550..84ce0d14 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 5b932605..730b84ff 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 363cfe5c..6ac4e604 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 fda2b563..84af997c 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 5ffebc28..841310b0 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 5f9c4daa..aac4dd18 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 d5215477..3ab70e6f 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 102883a1..08eb09fe 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 58fb0d78..3c9ff045 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 2e61d19c..204500b8 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 d1659aa5..5eafb516 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 dbcd15b7..4a14d739 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 c89b5610..a5695805 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 2fcb0698..2930cd6b 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 @@ class Subcommand(object):
/*
*
- * 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 @@ class WinDefFileSubcommand(Subcommand):
;;;; 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 e87d33ab..446b6140 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 32e7c778..003dd7de 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 cf64a68d..21ae1bcd 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 0d6f07ec..be1955f9 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/vk-generate.py b/vk-generate.py
index 1cc6c3d7..1bcedfe3 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 @@ class Subcommand(object):
/*
*
- * 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 @@ class WinDefFileSubcommand(Subcommand):
;;;; 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 cadc5c93..06a8ee2a 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 @@ class Subcommand(object):
/*
*
- * 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 994b2b4e..58c81897 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 @@ class StructWrapperGen:
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 c7f18354..adfefdb5 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 ed2f4a7f..8b918d8b 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"),