aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLenny Komow <lenny@lunarg.com>2019-01-16 16:24:52 -0700
committerLenny Komow <lenny@lunarg.com>2019-01-16 16:24:52 -0700
commitf88a2f371154a63c874221f9963f0880ca1ad5db (patch)
treefde5aa9994114087745f53d8910058711fafb81d
parent0be13b401aee7d3ba1f0af940dbfa0d898961209 (diff)
downloadvulkan-tools-f88a2f371154a63c874221f9963f0880ca1ad5db.tar.gz
winrt: Update runtime license
-rw-r--r--winrt/InstallerRT.nsi1
-rw-r--r--winrt/VulkanRT-License.txt51
2 files changed, 51 insertions, 1 deletions
diff --git a/winrt/InstallerRT.nsi b/winrt/InstallerRT.nsi
index 7244837c..63e555c7 100644
--- a/winrt/InstallerRT.nsi
+++ b/winrt/InstallerRT.nsi
@@ -160,7 +160,6 @@ Section
AccessControl::GrantOnFile $INSTDIR "Everyone" "GenericRead"
AccessControl::GrantOnFile $INSTDIR "Everyone" "ReadAttributes"
File "${RES}\VulkanRT-License.txt"
- File /oname=LICENSE.txt "${RES}\..\COPYRIGHT.txt"
LogSet off
SectionEnd
diff --git a/winrt/VulkanRT-License.txt b/winrt/VulkanRT-License.txt
index 376af43f..73140ee6 100644
--- a/winrt/VulkanRT-License.txt
+++ b/winrt/VulkanRT-License.txt
@@ -18,3 +18,54 @@ Unless otherwise noted in the LICENSE.txt file in the install folder, all
components of the Vulkan Runtime are licensed under the above license.
Licenses for any components not so licensed are listed in the LICENSE.txt
file.
+
+=========================================================================================================================================
+
+Copyright (c) 2009 Dave Gamble
+Copyright (c) 2015-2016 The Khronos Group Inc.
+Copyright (c) 2015-2016 Valve Corporation
+Copyright (c) 2015-2016 LunarG, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+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.
+
+=========================================================================================================================================
+
+Copyright (c) 2014 joseph werle <joseph.werle@gmail.com>
+Copyright (c) 2015-2016 The Khronos Group Inc.
+Copyright (c) 2015-2016 Valve Corporation
+Copyright (c) 2015-2016 LunarG, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and/or associated documentation files (the "Materials"), to
+deal in the Materials without restriction, including without limitation the
+rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Materials, and to permit persons to whom the Materials are
+furnished to do so, subject to the following conditions:
+
+The above copyright notice(s) and this permission notice shall be included in
+all copies or substantial portions of the Materials.
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE
+USE OR OTHER DEALINGS IN THE MATERIALS.