aboutsummaryrefslogtreecommitdiff
path: root/loader
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 /loader
parent7ea5b4fa3c298429fec452dff7a885c054a6b251 (diff)
downloadusermoji-bb387b716650b3b59e9c1f3651ec4c8529acb1ec.tar.xz
misc: switch copyright to Valve
Diffstat (limited to 'loader')
-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
11 files changed, 13 insertions, 15 deletions
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"),