Skip to content

Commit ca91149

Browse files
committed
Use absolute submodule paths
1 parent 127bbe3 commit ca91149

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

.gitmodules

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[submodule "glslang"]
22
path = glslang
3-
url = ../glslang
3+
url = https://github.com/Kode/glslang.git
44
branch = master
55
[submodule "tests"]
66
path = tests
7-
url = ../krafix_tests
7+
url = https://github.com/Kode/krafix_tests.git
88
branch = master
99
[submodule "sourcemap.cpp"]
1010
path = sourcemap.cpp
11-
url = ../sourcemap.cpp
11+
url = https://github.com/Kode/sourcemap.cpp.git
1212
branch = master
1313
[submodule "SPIRV-Cross"]
1414
path = SPIRV-Cross
15-
url = ../SPIRV-Cross
15+
url = https://github.com/Kode/SPIRV-Cross.git
1616
branch = master

license.txt

+19-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
Copyright (c) 2015 KTX Software Development
2-
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
3-
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
4-
The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
5-
Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
6-
This notice may not be removed or altered from any source distribution.
1+
Copyright (c) 2017 the krafix development team
2+
3+
This software is provided 'as-is', without any express or implied
4+
warranty. In no event will the authors be held liable for any damages
5+
arising from the use of this software.
6+
7+
Permission is granted to anyone to use this software for any purpose,
8+
including commercial applications, and to alter it and redistribute it
9+
freely, subject to the following restrictions:
10+
11+
1. The origin of this software must not be misrepresented; you must not
12+
claim that you wrote the original software. If you use this software
13+
in a product, an acknowledgment in the product documentation would be
14+
appreciated but is not required.
15+
16+
2. Altered source versions must be plainly marked as such, and must not be
17+
misrepresented as being the original software.
18+
19+
3. This notice may not be removed or altered from any source distribution.

0 commit comments

Comments
 (0)