diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-12 09:04:47 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-12 09:04:47 +0000 |
commit | 848e60b5e446a6620a3586e3bd754d66301e34e3 (patch) | |
tree | 0d37ab5baa913dd8f732e0297c671bfd9e967883 /tmwcon | |
parent | 089c554c68f12491859a2fe28c16f7130d98dae1 (diff) | |
download | tools-848e60b5e446a6620a3586e3bd754d66301e34e3.tar.gz tools-848e60b5e446a6620a3586e3bd754d66301e34e3.tar.bz2 tools-848e60b5e446a6620a3586e3bd754d66301e34e3.tar.xz tools-848e60b5e446a6620a3586e3bd754d66301e34e3.zip |
Add license statements to source files for TMWConv
Diffstat (limited to 'tmwcon')
-rw-r--r-- | tmwcon/src/Converter.java | 5 | ||||
-rw-r--r-- | tmwcon/src/converter/Main.java | 5 | ||||
-rw-r--r-- | tmwcon/src/converter/Process.java | 5 | ||||
-rw-r--r-- | tmwcon/src/converter/WLKInterface.java | 5 |
4 files changed, 16 insertions, 4 deletions
diff --git a/tmwcon/src/Converter.java b/tmwcon/src/Converter.java index 546d5e7..b708284 100644 --- a/tmwcon/src/Converter.java +++ b/tmwcon/src/Converter.java @@ -1,4 +1,7 @@ -// +/* + * TMWServ to eAthena Converter (c) 2008 Jared Adams + * License: GPL, v2 or later + */ import java.io.*; import java.lang.reflect.*; diff --git a/tmwcon/src/converter/Main.java b/tmwcon/src/converter/Main.java index c5aa425..081468e 100644 --- a/tmwcon/src/converter/Main.java +++ b/tmwcon/src/converter/Main.java @@ -1,4 +1,7 @@ -// +/* + * TMWServ to eAthena Converter (c) 2008 Jared Adams + * License: GPL, v2 or later + */ package converter; diff --git a/tmwcon/src/converter/Process.java b/tmwcon/src/converter/Process.java index 78bf1e2..2d7cebd 100644 --- a/tmwcon/src/converter/Process.java +++ b/tmwcon/src/converter/Process.java @@ -1,4 +1,7 @@ -// +/* + * TMWServ to eAthena Converter (c) 2008 Jared Adams + * License: GPL, v2 or later + */ package converter; diff --git a/tmwcon/src/converter/WLKInterface.java b/tmwcon/src/converter/WLKInterface.java index da60c68..36d2b36 100644 --- a/tmwcon/src/converter/WLKInterface.java +++ b/tmwcon/src/converter/WLKInterface.java @@ -1,4 +1,7 @@ -// +/* + * TMWServ to eAthena Converter (c) 2008 Jared Adams + * License: GPL, v2 or later + */ package converter; |