aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-30 11:14:30 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-11-04 13:15:18 -0700
commit37328984e2247ffd247d4b175a1baf5d66b87aed (patch)
tree48fd64aa661e06270c770dc758d3130cdce1ab69
parentbb387b716650b3b59e9c1f3651ec4c8529acb1ec (diff)
downloadusermoji-37328984e2247ffd247d4b175a1baf5d66b87aed.tar.xz
misc: Update author information
Author information was added to any file with the standard license text. Authors were added that added/changed >= 3% of the lines of a file.
-rw-r--r--demos/cube.c5
-rw-r--r--demos/tri.c7
-rw-r--r--demos/vulkaninfo.c4
-rw-r--r--icd/common/icd-enumerate-drm.c4
-rw-r--r--icd/common/icd-enumerate-drm.h5
-rw-r--r--icd/common/icd-format.c7
-rw-r--r--icd/common/icd-format.h6
-rw-r--r--icd/common/icd-instance.c4
-rw-r--r--icd/common/icd-instance.h4
-rw-r--r--icd/common/icd-spv.h5
-rw-r--r--icd/common/icd-utils.c4
-rw-r--r--icd/common/icd-utils.h6
-rw-r--r--icd/common/icd.h7
-rw-r--r--icd/nulldrv/nulldrv.c5
-rw-r--r--icd/nulldrv/nulldrv.h3
-rw-r--r--include/vk_debug_report_lunarg.h7
-rw-r--r--layers/apidump.h5
-rw-r--r--layers/basic.cpp3
-rw-r--r--layers/device_limits.cpp4
-rw-r--r--layers/device_limits.h2
-rw-r--r--layers/draw_state.cpp4
-rwxr-xr-xlayers/draw_state.h3
-rw-r--r--layers/generic.h5
-rw-r--r--layers/image.cpp5
-rw-r--r--layers/image.h4
-rw-r--r--layers/mem_tracker.cpp5
-rw-r--r--layers/mem_tracker.h2
-rw-r--r--layers/multi.cpp2
-rw-r--r--layers/object_track.h4
-rw-r--r--layers/param_checker.cpp3
-rw-r--r--layers/screenshot.cpp3
-rw-r--r--layers/shader_checker.cpp3
-rw-r--r--layers/shader_checker.h2
-rw-r--r--layers/swapchain.cpp4
-rw-r--r--layers/swapchain.h4
-rw-r--r--layers/threading.h3
-rw-r--r--layers/vk_layer_data.h4
-rw-r--r--layers/vk_layer_debug_marker_table.cpp2
-rw-r--r--layers/vk_layer_debug_marker_table.h3
-rw-r--r--layers/vk_layer_extension_utils.cpp4
-rw-r--r--layers/vk_layer_extension_utils.h4
-rw-r--r--layers/vk_layer_logging.h5
-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.c5
-rw-r--r--loader/debug_report.h6
-rw-r--r--loader/gpa_helper.h4
-rw-r--r--loader/loader.c10
-rw-r--r--loader/loader.h9
-rw-r--r--loader/table_ops.h4
-rw-r--r--loader/trampoline.c5
-rwxr-xr-xloader/vk-loader-generate.py6
-rw-r--r--loader/vk_loader_platform.h6
-rw-r--r--loader/wsi_swapchain.c6
-rw-r--r--loader/wsi_swapchain.h6
-rwxr-xr-xsource_line_info.py2
-rwxr-xr-xvk-generate.py9
-rwxr-xr-xvk-layer-generate.py12
-rwxr-xr-xvk_helper.py4
-rwxr-xr-xvk_layer_documentation_generate.py2
-rwxr-xr-xvulkan.py5
62 files changed, 216 insertions, 66 deletions
diff --git a/demos/cube.c b/demos/cube.c
index 7a35e215..37c9ba04 100644
--- a/demos/cube.c
+++ b/demos/cube.c
@@ -19,6 +19,11 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Chia-I Wu <olv@lunarg.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: Ian Elliott <ian@LunarG.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
*/
#define _GNU_SOURCE
#include <stdio.h>
diff --git a/demos/tri.c b/demos/tri.c
index 1d8d7211..3989dede 100644
--- a/demos/tri.c
+++ b/demos/tri.c
@@ -19,6 +19,13 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Chia-I Wu <olvaffe@gmail.com>
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: Ian Elliott <ian@LunarG.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ * Author: Piers Daniell <pdaniell@nvidia.com>
*/
/*
* Draw a textured triangle with depth testing. This is written against Intel
diff --git a/demos/vulkaninfo.c b/demos/vulkaninfo.c
index a2c5b756..6e2888a1 100644
--- a/demos/vulkaninfo.c
+++ b/demos/vulkaninfo.c
@@ -19,6 +19,10 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: David Pinedo <david@lunarg.com>
+ * Author: Mark Lobodzinski <mark@lunarg.com>
*/
#include <stdlib.h>
#include <stdio.h>
diff --git a/icd/common/icd-enumerate-drm.c b/icd/common/icd-enumerate-drm.c
index 47c1651e..3b5deb9f 100644
--- a/icd/common/icd-enumerate-drm.c
+++ b/icd/common/icd-enumerate-drm.c
@@ -20,8 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Chia-I Wu <olv@lunarg.com>
+ * Author: Chia-I Wu <olvaffe@gmail.com>
+ *
*/
#include <stdlib.h>
diff --git a/icd/common/icd-enumerate-drm.h b/icd/common/icd-enumerate-drm.h
index 4f1419d6..58a15915 100644
--- a/icd/common/icd-enumerate-drm.h
+++ b/icd/common/icd-enumerate-drm.h
@@ -20,8 +20,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Chia-I Wu <olv@lunarg.com>
+ * Author: Chia-I Wu <olvaffe@gmail.com>
+ * Author: Chia-I Wu <olv@lunarg.com>
+ *
*/
#ifndef ICD_ENUMERATE_DRM_H
diff --git a/icd/common/icd-format.c b/icd/common/icd-format.c
index 2395f4cb..ef684ef1 100644
--- a/icd/common/icd-format.c
+++ b/icd/common/icd-format.c
@@ -20,8 +20,11 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Chia-I Wu <olv@lunarg.com>
+ * Author: Chia-I Wu <olvaffe@gmail.com>
+ * Author: Chia-I Wu <olv@lunarg.com>
+ * Author: Jeremy Hayes <jeremy@lunarg.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ *
*/
#include <string.h> /* for memcpy */
diff --git a/icd/common/icd-format.h b/icd/common/icd-format.h
index fb87f4c8..f93e3ea9 100644
--- a/icd/common/icd-format.h
+++ b/icd/common/icd-format.h
@@ -20,8 +20,10 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Chia-I Wu <olv@lunarg.com>
+ * Author: Chia-I Wu <olvaffe@gmail.com>
+ * Author: Chia-I Wu <olv@lunarg.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ *
*/
#ifndef ICD_FORMAT_H
diff --git a/icd/common/icd-instance.c b/icd/common/icd-instance.c
index ab980dcc..c888e6f2 100644
--- a/icd/common/icd-instance.c
+++ b/icd/common/icd-instance.c
@@ -20,8 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Chia-I Wu <olv@lunarg.com>
+ * Author: Chia-I Wu <olv@lunarg.com>
+ *
*/
#define _ISOC11_SOURCE /* for aligned_alloc() */
diff --git a/icd/common/icd-instance.h b/icd/common/icd-instance.h
index fcaf9868..6b23ddb0 100644
--- a/icd/common/icd-instance.h
+++ b/icd/common/icd-instance.h
@@ -20,8 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Chia-I Wu <olv@lunarg.com>
+ * Author: Chia-I Wu <olv@lunarg.com>
+ *
*/
#ifndef ICD_INSTANCE_H
diff --git a/icd/common/icd-spv.h b/icd/common/icd-spv.h
index 82252381..eafe25e6 100644
--- a/icd/common/icd-spv.h
+++ b/icd/common/icd-spv.h
@@ -20,9 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
- * Chia-I Wu <olv@lunarg.com>
+ * Author: Cody Northrop <cody@lunarg.com>
+ *
*/
#ifndef ICD_SPV_H
diff --git a/icd/common/icd-utils.c b/icd/common/icd-utils.c
index 3a3c43b3..22511e2e 100644
--- a/icd/common/icd-utils.c
+++ b/icd/common/icd-utils.c
@@ -20,8 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Chia-I Wu <olv@lunarg.com>
+ * Author: Chia-I Wu <olvaffe@gmail.com>
+ *
*/
#include "icd-utils.h"
diff --git a/icd/common/icd-utils.h b/icd/common/icd-utils.h
index 24210504..40843fa6 100644
--- a/icd/common/icd-utils.h
+++ b/icd/common/icd-utils.h
@@ -20,8 +20,10 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Chia-I Wu <olv@lunarg.com>
+ * Author: Chia-I Wu <olvaffe@gmail.com>
+ * Author: Chia-I Wu <olv@lunarg.com>
+ * Author: David Pinedo <david@lunarg.com>
+ *
*/
#ifndef ICD_UTILS_H
diff --git a/icd/common/icd.h b/icd/common/icd.h
index 28fe7fed..3fc5e3ee 100644
--- a/icd/common/icd.h
+++ b/icd/common/icd.h
@@ -20,8 +20,11 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Chia-I Wu <olv@lunarg.com>
+ * Author: Chia-I Wu <olvaffe@gmail.com>
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: David Pinedo <david@lunarg.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ *
*/
#ifndef ICD_H
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index b926176b..a80cc769 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.c
@@ -20,6 +20,11 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: David Pinedo <david@lunarg.com>
+ * Author: Ian Elliott <ian@LunarG.com>
+ * Author: Tony Barbour <tony@LunarG.com>
+ *
*/
#include "nulldrv.h"
diff --git a/icd/nulldrv/nulldrv.h b/icd/nulldrv/nulldrv.h
index 8b48bc5b..43001274 100644
--- a/icd/nulldrv/nulldrv.h
+++ b/icd/nulldrv/nulldrv.h
@@ -19,6 +19,9 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: David Pinedo <david@lunarg.com>
*/
#ifndef NULLDRV_H
diff --git a/include/vk_debug_report_lunarg.h b/include/vk_debug_report_lunarg.h
index 0afd8d5c..27f2b872 100644
--- a/include/vk_debug_report_lunarg.h
+++ b/include/vk_debug_report_lunarg.h
@@ -23,9 +23,10 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Jon Ashburn <jon@lunarg.com>
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: Tony Barbour <tony@LunarG.com>
+ *
*/
#ifndef __VK_DEBUG_REPORT_LUNARG_H__
diff --git a/layers/apidump.h b/layers/apidump.h
index 72ddd7d8..41a10c15 100644
--- a/layers/apidump.h
+++ b/layers/apidump.h
@@ -20,8 +20,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ *
*/
#pragma once
diff --git a/layers/basic.cpp b/layers/basic.cpp
index 98039cfb..21f93a14 100644
--- a/layers/basic.cpp
+++ b/layers/basic.cpp
@@ -20,6 +20,9 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: David Pinedo <david@lunarg.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
*/
#include <string.h>
#include <stdlib.h>
diff --git a/layers/device_limits.cpp b/layers/device_limits.cpp
index 22eca998..d055fe5b 100644
--- a/layers/device_limits.cpp
+++ b/layers/device_limits.cpp
@@ -19,6 +19,10 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Mark Lobodzinski <mark@lunarg.com>
+ * Author: Mike Stroyan <mike@LunarG.com>
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#include <stdio.h>
diff --git a/layers/device_limits.h b/layers/device_limits.h
index 1758e9a8..a426c5d0 100644
--- a/layers/device_limits.h
+++ b/layers/device_limits.h
@@ -19,6 +19,8 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#include "vk_layer.h"
#include <vector>
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp
index 7d16f2b0..d6dad7e6 100644
--- a/layers/draw_state.cpp
+++ b/layers/draw_state.cpp
@@ -20,6 +20,10 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: Michael Lentine <mlentine@google.com>
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#include <stdio.h>
diff --git a/layers/draw_state.h b/layers/draw_state.h
index 7e7bebac..d5584aef 100755
--- a/layers/draw_state.h
+++ b/layers/draw_state.h
@@ -19,6 +19,9 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#include "vk_layer.h"
#include <vector>
diff --git a/layers/generic.h b/layers/generic.h
index 87f90dea..98db6e40 100644
--- a/layers/generic.h
+++ b/layers/generic.h
@@ -20,8 +20,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ *
*/
#ifndef GENERIC_H
diff --git a/layers/image.cpp b/layers/image.cpp
index e9c0cdd0..49b0fd90 100644
--- a/layers/image.cpp
+++ b/layers/image.cpp
@@ -19,6 +19,11 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Jeremy Hayes <jeremy@lunarg.com>
+ * Author: Mark Lobodzinski <mark@lunarg.com>
+ * Author: Mike Stroyan <mike@LunarG.com>
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#include <inttypes.h>
diff --git a/layers/image.h b/layers/image.h
index cd13ffc1..57fb85cd 100644
--- a/layers/image.h
+++ b/layers/image.h
@@ -19,6 +19,10 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Mark Lobodzinski <mark@lunarg.com>
+ * Author: Mike Stroyan <mike@LunarG.com>
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#ifndef IMAGE_H
#define IMAGE_H
diff --git a/layers/mem_tracker.cpp b/layers/mem_tracker.cpp
index 9cdb3f19..232e8f09 100644
--- a/layers/mem_tracker.cpp
+++ b/layers/mem_tracker.cpp
@@ -20,6 +20,11 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ * Author: Mark Lobodzinski <mark@lunarg.com>
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#include <inttypes.h>
diff --git a/layers/mem_tracker.h b/layers/mem_tracker.h
index 9bb76cdb..7fb03bc6 100644
--- a/layers/mem_tracker.h
+++ b/layers/mem_tracker.h
@@ -19,6 +19,8 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#pragma once
#include <vector>
diff --git a/layers/multi.cpp b/layers/multi.cpp
index e193b20f..256fbfec 100644
--- a/layers/multi.cpp
+++ b/layers/multi.cpp
@@ -20,6 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
+ * Author: Jon Ashburn <jon@lunarg.com>
+ *
*/
#include <string.h>
diff --git a/layers/object_track.h b/layers/object_track.h
index 9c48e106..47ba9777 100644
--- a/layers/object_track.h
+++ b/layers/object_track.h
@@ -19,6 +19,10 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Jon Ashburn <jon@lunarg.com>
+ * Author: Mark Lobodzinski <mark@lunarg.com>
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#include "vk_layer.h"
diff --git a/layers/param_checker.cpp b/layers/param_checker.cpp
index 052a4be7..204dcf24 100644
--- a/layers/param_checker.cpp
+++ b/layers/param_checker.cpp
@@ -20,6 +20,9 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Jeremy Hayes <jeremy@lunarg.com>
+ * Author: Tony Barbour <tony@LunarG.com>
*/
#include <stdio.h>
diff --git a/layers/screenshot.cpp b/layers/screenshot.cpp
index bbb0b88c..90cb9a47 100644
--- a/layers/screenshot.cpp
+++ b/layers/screenshot.cpp
@@ -19,6 +19,9 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: David Pinedo <david@lunarg.com>
*/
#include <inttypes.h>
diff --git a/layers/shader_checker.cpp b/layers/shader_checker.cpp
index 9feda7f9..0604e8e9 100644
--- a/layers/shader_checker.cpp
+++ b/layers/shader_checker.cpp
@@ -19,6 +19,9 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Chia-I Wu <olv@lunarg.com>
+ * Author: Chris Forbes <chrisf@ijw.co.nz>
*/
#include <string.h>
#include <stdlib.h>
diff --git a/layers/shader_checker.h b/layers/shader_checker.h
index b6f6ae95..32739bad 100644
--- a/layers/shader_checker.h
+++ b/layers/shader_checker.h
@@ -19,6 +19,8 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Chris Forbes <chrisf@ijw.co.nz>
*/
#include "vk_layer.h"
#include "vk_debug_report_lunarg.h"
diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp
index 0de1590d..441cfdbe 100644
--- a/layers/swapchain.cpp
+++ b/layers/swapchain.cpp
@@ -20,8 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Ian Elliott <ian@lunarg.com>
+ * Author: Ian Elliott <ian@lunarg.com>
+ *
*/
#include <stdio.h>
diff --git a/layers/swapchain.h b/layers/swapchain.h
index eace91f7..cc2337d2 100644
--- a/layers/swapchain.h
+++ b/layers/swapchain.h
@@ -20,8 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Ian Elliott <ian@lunarg.com>
+ * Author: Ian Elliott <ian@lunarg.com>
+ *
*/
#ifndef SWAPCHAIN_H
diff --git a/layers/threading.h b/layers/threading.h
index eb913192..a6fd8695 100644
--- a/layers/threading.h
+++ b/layers/threading.h
@@ -19,6 +19,9 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: Mike Stroyan <mike@LunarG.com>
*/
#ifndef THREADING_H
#define THREADING_H
diff --git a/layers/vk_layer_data.h b/layers/vk_layer_data.h
index 0c406f59..c41b653f 100644
--- a/layers/vk_layer_data.h
+++ b/layers/vk_layer_data.h
@@ -20,8 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
+ * Author: Tobin Ehlis <tobin@lunarg.com>
+ *
*/
#ifndef LAYER_DATA_H
diff --git a/layers/vk_layer_debug_marker_table.cpp b/layers/vk_layer_debug_marker_table.cpp
index f456f69d..5520105a 100644
--- a/layers/vk_layer_debug_marker_table.cpp
+++ b/layers/vk_layer_debug_marker_table.cpp
@@ -19,6 +19,8 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#include <assert.h>
#include <unordered_map>
diff --git a/layers/vk_layer_debug_marker_table.h b/layers/vk_layer_debug_marker_table.h
index 11f89285..b88edd85 100644
--- a/layers/vk_layer_debug_marker_table.h
+++ b/layers/vk_layer_debug_marker_table.h
@@ -20,6 +20,9 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Michael Lentine <mlentine@google.com>
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#pragma once
diff --git a/layers/vk_layer_extension_utils.cpp b/layers/vk_layer_extension_utils.cpp
index 84ce0d14..7f383fa1 100644
--- a/layers/vk_layer_extension_utils.cpp
+++ b/layers/vk_layer_extension_utils.cpp
@@ -20,8 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ *
*/
#include "string.h"
diff --git a/layers/vk_layer_extension_utils.h b/layers/vk_layer_extension_utils.h
index 730b84ff..15880a42 100644
--- a/layers/vk_layer_extension_utils.h
+++ b/layers/vk_layer_extension_utils.h
@@ -20,8 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ *
*/
#include "vk_layer.h"
diff --git a/layers/vk_layer_logging.h b/layers/vk_layer_logging.h
index 6ac4e604..7439ef03 100644
--- a/layers/vk_layer_logging.h
+++ b/layers/vk_layer_logging.h
@@ -20,8 +20,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: Tobin Ehlis <tobin@lunarg.com>
+ *
*/
#ifndef LAYER_LOGGING_H
diff --git a/layers/vk_layer_table.cpp b/layers/vk_layer_table.cpp
index 84af997c..7429a1d6 100644
--- a/layers/vk_layer_table.cpp
+++ b/layers/vk_layer_table.cpp
@@ -19,6 +19,8 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#include <assert.h>
#include <unordered_map>
diff --git a/layers/vk_layer_table.h b/layers/vk_layer_table.h
index 841310b0..bccd7364 100644
--- a/layers/vk_layer_table.h
+++ b/layers/vk_layer_table.h
@@ -19,6 +19,8 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Tobin Ehlis <tobin@lunarg.com>
*/
#pragma once
diff --git a/layers/vk_layer_utils.cpp b/layers/vk_layer_utils.cpp
index aac4dd18..11a77396 100644
--- a/layers/vk_layer_utils.cpp
+++ b/layers/vk_layer_utils.cpp
@@ -20,6 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
+ * Author: Mark Lobodzinski <mark@lunarg.com>
+ *
*/
#include <string.h>
diff --git a/loader/debug_report.c b/loader/debug_report.c
index 3ab70e6f..6ede98c4 100644
--- a/loader/debug_report.c
+++ b/loader/debug_report.c
@@ -20,9 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Jon Ashburn <jon@lunarg.com>
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ *
*/
#define _GNU_SOURCE
diff --git a/loader/debug_report.h b/loader/debug_report.h
index 08eb09fe..00c97e67 100644
--- a/loader/debug_report.h
+++ b/loader/debug_report.h
@@ -20,9 +20,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Jon Ashburn <jon@lunarg.com>
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ *
*/
#include "vk_loader_platform.h"
diff --git a/loader/gpa_helper.h b/loader/gpa_helper.h
index 3c9ff045..779a566e 100644
--- a/loader/gpa_helper.h
+++ b/loader/gpa_helper.h
@@ -19,6 +19,10 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ * Author: Tony Barbour <tony@LunarG.com>
*/
#include <string.h>
diff --git a/loader/loader.c b/loader/loader.c
index 204500b8..5cef3006 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -20,11 +20,11 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Chia-I Wu <olv@lunarg.com>
- * Jon Ashburn <jon@lunarg.com>
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
- * Ian Elliott <ian@lunarg.com>
+ * Author: Chia-I Wu <olvaffe@gmail.com>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: Ian Elliott <ian@LunarG.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ *
*/
#define _GNU_SOURCE
#include <stdio.h>
diff --git a/loader/loader.h b/loader/loader.h
index 5eafb516..f27b892b 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -20,8 +20,13 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Chia-I Wu <olv@lunarg.com>
+ * Author: Chia-I Wu <olvaffe@gmail.com>
+ * Author: Chia-I Wu <olv@lunarg.com>
+ * Author: Chris Forbes <chrisf@ijw.co.nz>
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ * Author: Tony Barbour <tony@LunarG.com>
+ *
*/
#ifndef LOADER_H
diff --git a/loader/table_ops.h b/loader/table_ops.h
index 4a14d739..d582fd49 100644
--- a/loader/table_ops.h
+++ b/loader/table_ops.h
@@ -19,6 +19,10 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ * Author: Tony Barbour <tony@LunarG.com>
*/
#include <vulkan.h>
diff --git a/loader/trampoline.c b/loader/trampoline.c
index a5695805..42b091cc 100644
--- a/loader/trampoline.c
+++ b/loader/trampoline.c
@@ -19,6 +19,11 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Chris Forbes <chrisf@ijw.co.nz>
+ * Author: Cody Northrop <cody@lunarg.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ * Author: Tony Barbour <tony@LunarG.com>
*/
#define _GNU_SOURCE
#include <stdlib.h>
diff --git a/loader/vk-loader-generate.py b/loader/vk-loader-generate.py
index 2930cd6b..15bd253f 100755
--- a/loader/vk-loader-generate.py
+++ b/loader/vk-loader-generate.py
@@ -20,6 +20,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
+# Author: Jon Ashburn <jon@lunarg.com>
+#
import os, sys
@@ -107,6 +109,8 @@ class Subcommand(object):
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Jon Ashburn <jon@lunarg.com>
*/"""
def generate_header(self):
@@ -325,6 +329,8 @@ class WinDefFileSubcommand(Subcommand):
; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
; DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Jon Ashburn <jon@lunarg.com>
;;;; End Copyright Notice ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"""
def generate_header(self):
diff --git a/loader/vk_loader_platform.h b/loader/vk_loader_platform.h
index 446b6140..4fecaed6 100644
--- a/loader/vk_loader_platform.h
+++ b/loader/vk_loader_platform.h
@@ -23,9 +23,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Jon Ashburn <jon@luanrg.com>
- * Ian Elliott <ian@lunarg.com>
+ * Author: James Jones <jajones@nvidia.com>
+ * Author: Tobin Ehlis <tobin@lunarg.com>
+ *
*/
#pragma once
diff --git a/loader/wsi_swapchain.c b/loader/wsi_swapchain.c
index 003dd7de..cea306e7 100644
--- a/loader/wsi_swapchain.c
+++ b/loader/wsi_swapchain.c
@@ -20,10 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Jon Ashburn <jon@lunarg.com>
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
- * Ian Elliott <ian@lunarg.com>
+ * Author: Ian Elliott <ian@lunarg.com>
+ *
*/
//#define _ISOC11_SOURCE /* for aligned_alloc() */
diff --git a/loader/wsi_swapchain.h b/loader/wsi_swapchain.h
index 21ae1bcd..c263ca97 100644
--- a/loader/wsi_swapchain.h
+++ b/loader/wsi_swapchain.h
@@ -20,10 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*
- * Authors:
- * Jon Ashburn <jon@lunarg.com>
- * Courtney Goeltzenleuchter <courtney@lunarg.com>
- * Ian Elliott <ian@lunarg.com>
+ * Author: Ian Elliott <ian@lunarg.com>
+ *
*/
#include "vk_loader_platform.h"
diff --git a/source_line_info.py b/source_line_info.py
index be1955f9..eb8b2eba 100755
--- a/source_line_info.py
+++ b/source_line_info.py
@@ -19,6 +19,8 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
+#
+# Author: Tobin Ehlis <tobin@lunarg.com>
from inspect import currentframe, getframeinfo
diff --git a/vk-generate.py b/vk-generate.py
index 1bcedfe3..8f42521b 100755
--- a/vk-generate.py
+++ b/vk-generate.py
@@ -21,8 +21,9 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
-# Authors:
-# Chia-I Wu <olv@lunarg.com>
+# Author: Chia-I Wu <olv@lunarg.com>
+# Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+# Author: Jon Ashburn <jon@lunarg.com>
import sys
@@ -83,6 +84,8 @@ class Subcommand(object):
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
*/"""
def generate_header(self):
@@ -300,6 +303,8 @@ class WinDefFileSubcommand(Subcommand):
; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
; DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
;;;; End Copyright Notice ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"""
def generate_header(self):
diff --git a/vk-layer-generate.py b/vk-layer-generate.py
index 06a8ee2a..669b591d 100755
--- a/vk-layer-generate.py
+++ b/vk-layer-generate.py
@@ -22,6 +22,12 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
+# Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+# Author: Jon Ashburn <jon@lunarg.com>
+# Author: Mark Lobodzinski <mark@lunarg.com>
+# Author: Mike Stroyan <mike@LunarG.com>
+# Author: Tony Barbour <tony@LunarG.com>
+#
# Authors:
# Chia-I Wu <olv@lunarg.com>
@@ -102,6 +108,12 @@ class Subcommand(object):
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
+ *
+ * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+ * Author: Jon Ashburn <jon@lunarg.com>
+ * Author: Mark Lobodzinski <mark@lunarg.com>
+ * Author: Mike Stroyan <mike@LunarG.com>
+ * Author: Tony Barbour <tony@LunarG.com>
*/"""
def generate_header(self):
diff --git a/vk_helper.py b/vk_helper.py
index 58c81897..e56fb5ac 100755
--- a/vk_helper.py
+++ b/vk_helper.py
@@ -19,6 +19,10 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
+#
+# Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+# Author: Tobin Ehlis <tobin@lunarg.com>
+
import argparse
import os
import sys
diff --git a/vk_layer_documentation_generate.py b/vk_layer_documentation_generate.py
index adfefdb5..4cfc6629 100755
--- a/vk_layer_documentation_generate.py
+++ b/vk_layer_documentation_generate.py
@@ -19,6 +19,8 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
+#
+# Author: Tobin Ehlis <tobin@lunarg.com>
import argparse
import os
diff --git a/vulkan.py b/vulkan.py
index 8b918d8b..84dc6bb3 100755
--- a/vulkan.py
+++ b/vulkan.py
@@ -19,6 +19,11 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
+#
+# Author: Cody Northrop <cody@lunarg.com>
+# Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+# Author: Tobin Ehlis <tobin@lunarg.com>
+# Author: Tony Barbour <tony@LunarG.com>
class Param(object):
"""A function parameter."""