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.
diff --git a/tests/blit_tests.cpp b/tests/blit_tests.cpp
index 70068cd..e2f49a6 100644
--- a/tests/blit_tests.cpp
+++ b/tests/blit_tests.cpp
@@ -18,6 +18,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: Chia-I Wu <olv@lunarg.com>
+// Author: Jeremy Hayes <jeremy@lunarg.com>
+// Author: Mike Stroyan <mike@LunarG.com>
// Blit (copy, clear, and resolve) tests
diff --git a/tests/image_tests.cpp b/tests/image_tests.cpp
index 0ff00af..24206f7 100644
--- a/tests/image_tests.cpp
+++ b/tests/image_tests.cpp
@@ -48,6 +48,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: Jon Ashburn <jon@lunarg.com>
+// Author: Tony Barbour <tony@LunarG.com>
// Verify VK driver initialization
diff --git a/tests/init.cpp b/tests/init.cpp
index 6abfd5b..9a08800 100644
--- a/tests/init.cpp
+++ b/tests/init.cpp
@@ -48,6 +48,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: Jon Ashburn <jon@lunarg.com>
// Verify VK driver initialization
diff --git a/tests/layer_test_suite.py b/tests/layer_test_suite.py
index 19bb4d9..77afa19 100755
--- a/tests/layer_test_suite.py
+++ b/tests/layer_test_suite.py
@@ -21,6 +21,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: Tobin Ehlis <tobin@lunarg.com>
+
import argparse
import subprocess
import sys
diff --git a/tests/render_tests.cpp b/tests/render_tests.cpp
index 24fe4ca..1f4ec6c 100644
--- a/tests/render_tests.cpp
+++ b/tests/render_tests.cpp
@@ -48,6 +48,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: GregF <greg@LunarG.com>
+// Author: Tobin Ehlis <tobin@lunarg.com>
+// Author: Tony Barbour <tony@LunarG.com>
// Basic rendering tests
diff --git a/tests/vkrenderframework.cpp b/tests/vkrenderframework.cpp
index 79671c3..3b99108 100644
--- a/tests/vkrenderframework.cpp
+++ b/tests/vkrenderframework.cpp
@@ -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: Tony Barbour <tony@LunarG.com>
+ *
*/
#include "vkrenderframework.h"
diff --git a/tests/vkrenderframework.h b/tests/vkrenderframework.h
index 18e3a85..99be654 100644
--- a/tests/vkrenderframework.h
+++ b/tests/vkrenderframework.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>
+ *
*/
#ifndef VKRENDERFRAMEWORK_H
diff --git a/tests/vktestbinding.cpp b/tests/vktestbinding.cpp
index 7eb2d68..191ae66 100644
--- a/tests/vktestbinding.cpp
+++ b/tests/vktestbinding.cpp
@@ -18,6 +18,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: Tony Barbour <tony@LunarG.com>
#include <iostream>
#include <string.h> // memset(), memcmp()
diff --git a/tests/vktestbinding.h b/tests/vktestbinding.h
index 37d69ad..06c695c 100644
--- a/tests/vktestbinding.h
+++ b/tests/vktestbinding.h
@@ -18,6 +18,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: Courtney Goeltzenleuchter <courtney@LunarG.com>
#ifndef VKTESTBINDING_H
#define VKTESTBINDING_H
diff --git a/tests/vktestframework.cpp b/tests/vktestframework.cpp
index c4ef1ef..c0ed75a 100644
--- a/tests/vktestframework.cpp
+++ b/tests/vktestframework.cpp
@@ -18,6 +18,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: Chia-I Wu <olv@lunarg.com>
+// Author: Courtney Goeltzenleuchter <courtney@LunarG.com>
+// Author: Tony Barbour <tony@LunarG.com>
#include "vktestframework.h"
#include "vkrenderframework.h"
diff --git a/tests/vktestframework.h b/tests/vktestframework.h
index cdd82c9..f5747d9 100644
--- a/tests/vktestframework.h
+++ b/tests/vktestframework.h
@@ -18,6 +18,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: Tony Barbour <tony@LunarG.com>
#ifndef VKTESTFRAMEWORK_H
#define VKTESTFRAMEWORK_H