summaryrefslogtreecommitdiff
path: root/java/src/json/ext/StringEncoder.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/json/ext/StringEncoder.java')
-rw-r--r--java/src/json/ext/StringEncoder.java5
1 files changed, 5 insertions, 0 deletions
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;