summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2015-08-18 11:21:09 +0200
committerFlorian Frank <flori@ping.de>2015-09-11 01:58:19 +0200
commit2a6ec15be82172865090a26180e03d1f0c08e39a (patch)
treef3a0a9598952009812e153b00cffa62f66b65d93 /java/src
parentdb4c71a7701b95c30f945ee1536240920dcfdc17 (diff)
downloadjson-2a6ec15be82172865090a26180e03d1f0c08e39a.tar.gz
Remove remnants of GPL licenses
Diffstat (limited to 'java/src')
-rw-r--r--java/src/json/ext/ByteListTranscoder.java3
-rw-r--r--java/src/json/ext/Generator.java3
-rw-r--r--java/src/json/ext/GeneratorMethods.java3
-rw-r--r--java/src/json/ext/GeneratorService.java3
-rw-r--r--java/src/json/ext/GeneratorState.java3
-rw-r--r--java/src/json/ext/OptionsReader.java3
-rw-r--r--java/src/json/ext/Parser.java3
-rw-r--r--java/src/json/ext/Parser.rl3
-rw-r--r--java/src/json/ext/ParserService.java3
-rw-r--r--java/src/json/ext/RuntimeInfo.java3
-rw-r--r--java/src/json/ext/StringDecoder.java3
-rw-r--r--java/src/json/ext/StringEncoder.java5
-rw-r--r--java/src/json/ext/Utils.java3
13 files changed, 17 insertions, 24 deletions
diff --git a/java/src/json/ext/ByteListTranscoder.java b/java/src/json/ext/ByteListTranscoder.java
index ed9e54b..6f6ab66 100644
--- a/java/src/json/ext/ByteListTranscoder.java
+++ b/java/src/json/ext/ByteListTranscoder.java
@@ -1,8 +1,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;
diff --git a/java/src/json/ext/Generator.java b/java/src/json/ext/Generator.java
index ecceb27..d9be209 100644
--- a/java/src/json/ext/Generator.java
+++ b/java/src/json/ext/Generator.java
@@ -1,8 +1,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;
diff --git a/java/src/json/ext/GeneratorMethods.java b/java/src/json/ext/GeneratorMethods.java
index 637b579..bde7a18 100644
--- a/java/src/json/ext/GeneratorMethods.java
+++ b/java/src/json/ext/GeneratorMethods.java
@@ -1,8 +1,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;
diff --git a/java/src/json/ext/GeneratorService.java b/java/src/json/ext/GeneratorService.java
index ed33639..e665ad1 100644
--- a/java/src/json/ext/GeneratorService.java
+++ b/java/src/json/ext/GeneratorService.java
@@ -1,8 +1,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;
diff --git a/java/src/json/ext/GeneratorState.java b/java/src/json/ext/GeneratorState.java
index 3065307..afc7640 100644
--- a/java/src/json/ext/GeneratorState.java
+++ b/java/src/json/ext/GeneratorState.java
@@ -1,8 +1,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;
diff --git a/java/src/json/ext/OptionsReader.java b/java/src/json/ext/OptionsReader.java
index 8212503..9bb6e64 100644
--- a/java/src/json/ext/OptionsReader.java
+++ b/java/src/json/ext/OptionsReader.java
@@ -1,8 +1,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;
diff --git a/java/src/json/ext/Parser.java b/java/src/json/ext/Parser.java
index 37423f5..5458fb1 100644
--- a/java/src/json/ext/Parser.java
+++ b/java/src/json/ext/Parser.java
@@ -3,8 +3,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;
diff --git a/java/src/json/ext/Parser.rl b/java/src/json/ext/Parser.rl
index 6d65963..d43c74f 100644
--- a/java/src/json/ext/Parser.rl
+++ b/java/src/json/ext/Parser.rl
@@ -1,8 +1,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;
diff --git a/java/src/json/ext/ParserService.java b/java/src/json/ext/ParserService.java
index dde8834..b6015f9 100644
--- a/java/src/json/ext/ParserService.java
+++ b/java/src/json/ext/ParserService.java
@@ -1,8 +1,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;
diff --git a/java/src/json/ext/RuntimeInfo.java b/java/src/json/ext/RuntimeInfo.java
index 5de5740..ceaca5b 100644
--- a/java/src/json/ext/RuntimeInfo.java
+++ b/java/src/json/ext/RuntimeInfo.java
@@ -1,8 +1,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;
diff --git a/java/src/json/ext/StringDecoder.java b/java/src/json/ext/StringDecoder.java
index 6023113..76cf183 100644
--- a/java/src/json/ext/StringDecoder.java
+++ b/java/src/json/ext/StringDecoder.java
@@ -1,8 +1,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;
diff --git a/java/src/json/ext/StringEncoder.java b/java/src/json/ext/StringEncoder.java
index 57bd19b..9d40dd3 100644
--- a/java/src/json/ext/StringEncoder.java
+++ b/java/src/json/ext/StringEncoder.java
@@ -1,3 +1,8 @@
+/*
+ * This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
+ *
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
+ */
package json.ext;
import org.jruby.exceptions.RaiseException;
diff --git a/java/src/json/ext/Utils.java b/java/src/json/ext/Utils.java
index 44d6a55..ed6f832 100644
--- a/java/src/json/ext/Utils.java
+++ b/java/src/json/ext/Utils.java
@@ -1,8 +1,7 @@
/*
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
*
- * Distributed under the Ruby and GPLv2 licenses; see COPYING and GPL files
- * for details.
+ * Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
*/
package json.ext;