diff options
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-29 13:50:34 -0600 |
---|---|---|
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-11-04 13:15:18 -0700 |
commit | 20f29b1d2a7861efd4059330e665f373b41997c8 (patch) | |
tree | f27762f4cfedc4dcb417cff7c12e544ecf423d22 /cmake | |
parent | 650e9018eb53136e3e67e3dc098f2a9358cdbdfa (diff) | |
download | Vulkan-Loader-20f29b1d2a7861efd4059330e665f373b41997c8.tar.gz Vulkan-Loader-20f29b1d2a7861efd4059330e665f373b41997c8.tar.bz2 Vulkan-Loader-20f29b1d2a7861efd4059330e665f373b41997c8.zip |
misc: switch copyright to Valve
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindPCIAccess.cmake | 2 | ||||
-rw-r--r-- | cmake/FindPthreadStubs.cmake | 2 | ||||
-rw-r--r-- | cmake/FindUDev.cmake | 2 | ||||
-rw-r--r-- | cmake/FindValgrind.cmake | 2 | ||||
-rw-r--r-- | cmake/FindXCB.cmake | 2 |
5 files changed, 5 insertions, 5 deletions
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) |