Skip to content

Commit

Permalink
Use absolute submodule paths
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Dec 31, 2016
1 parent b354c2e commit 07b7501
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "Tools/koremake"]
path = Tools/koremake
url = ../koremake
url = https://github.com/Kode/koremake.git
branch = master
[submodule "Tools/kraffiti"]
path = Tools/kraffiti
url = ../kraffiti_bin
url = https://github.com/Kode/kraffiti_bin.git
branch = master
[submodule "Tools/krafix"]
path = Tools/krafix
url = ../krafix_bin
url = https://github.com/Kode/krafix_bin.git
branch = master
2 changes: 1 addition & 1 deletion Tools/kraffiti
Submodule kraffiti updated 1 files
+ ball.png
25 changes: 19 additions & 6 deletions license.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Copyright (c) 2015 KTX Software Development
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.
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:
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.
Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
This notice may not be removed or altered from any source distribution.
Copyright (c) 2017 the Kore Development Team

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.

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:

1. 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.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/KTXSoftware/Kore.svg?branch=master)](https://travis-ci.org/KTXSoftware/Kore) [![Build status](https://ci.appveyor.com/api/projects/status/y3yxe87qj32wqcou?svg=true)](https://ci.appveyor.com/project/RobDangerous/kore)
[![Build Status](https://travis-ci.org/Kode/Kore.svg?branch=master)](https://travis-ci.org/Kode/Kore) [![Build status](https://ci.appveyor.com/api/projects/status/y3yxe87qj32wqcou/branch/master?svg=true)](https://ci.appveyor.com/project/RobDangerous/kore)

Kore projects are built using koremake, a nodejs tool.
In your project's directory call node Kore/make - this will
Expand Down

0 comments on commit 07b7501

Please sign in to comment.