Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ReikaKalseki committed Mar 8, 2014
1 parent 125443e commit 7acbbea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion IO/ReikaXMLBase.java
Expand Up @@ -40,7 +40,7 @@ public static Document getXMLDocument(Class root, String path) {
}
catch (Exception e) {
e.printStackTrace();
throw new RuntimeException("XML file failed to load!");
throw new RuntimeException("XML file at "+path+" relative to "+root.getCanonicalName()+" failed to load!");
}
}

Expand Down
11 changes: 5 additions & 6 deletions License.txt
@@ -1,20 +1,19 @@
#-------------------------------------------------------------------------------
# @author Reika Kalseki
#
# Copyright 2013
# Copyright 2014
#
# All rights reserved.
#
# Distribution of the software in any form is only allowed
# with explicit, prior permission from the owner.
# Distribution of the software in any form is only allowed with
# explicit, prior permission from the owner.
#-------------------------------------------------------------------------------
@author Reika

This code is the property of and owned and copyrighted by Reika.
This code is provided under a modified visible-source license that is as follows:

Any and all users are permitted to use the source for educational purposes, or to create other mods that call
parts of this code and use DragonAPI as a dependency. GitHub forks and direct downloads are considered derivative works.
Any and all users are permitted to use the source for educational purposes, or to create derivative works
for private use only. GitHub forks and direct downloads are considered derivative works.

Unless given explicit written permission - electronic writing is acceptable - no user may redistribute this
source code nor any derivative works. These pre-approved works must prominently contain this copyright notice.
Expand Down

0 comments on commit 7acbbea

Please sign in to comment.