summaryrefslogtreecommitdiff
path: root/tools/tmwcon/src/converter/Main.java
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-08-07 13:59:36 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-08-07 13:59:36 -0700
commit85c2bab39098e72a2a85ee857e97b6857cfe716a (patch)
treea31c288626358bbd7d94c271b45e8ae8040d94d8 /tools/tmwcon/src/converter/Main.java
parent221603c30eb260c2983afbd6b8682dfea8235e02 (diff)
downloadserverdata-85c2bab39098e72a2a85ee857e97b6857cfe716a.tar.gz
serverdata-85c2bab39098e72a2a85ee857e97b6857cfe716a.tar.bz2
serverdata-85c2bab39098e72a2a85ee857e97b6857cfe716a.tar.xz
serverdata-85c2bab39098e72a2a85ee857e97b6857cfe716a.zip
Update java converter per new standards
* Use end; instead of break; * Indent with 4 spaces instead of tab * Use pipe instead of tab as a separator To avoid merge conflicts, I did not commit the changes from running the converter
Diffstat (limited to 'tools/tmwcon/src/converter/Main.java')
-rw-r--r--tools/tmwcon/src/converter/Main.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/tmwcon/src/converter/Main.java b/tools/tmwcon/src/converter/Main.java
index 6c75fdca..cb226776 100644
--- a/tools/tmwcon/src/converter/Main.java
+++ b/tools/tmwcon/src/converter/Main.java
@@ -1,6 +1,8 @@
/*
- * TMWServ to eAthena Converter (c) 2008 Jared Adams
- * License: GPL, v2 or later
+ * Converter from Tiled .tmx files to tmwAthena .wlk and mob/warp scripts
+ * Copyright (c) 2008 Jared Adams
+ * Copyright (c) 2011 Ben Longbons
+ * License: GNU GPL, v2 or later
*/
package converter;