summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/json.sh b/json.sh
index a197158..dd24358 100644
--- a/json.sh
+++ b/json.sh
@@ -1,4 +1,11 @@
#!/hint/bash
+# json.sh - A pure-Bash validating JSON tokenizer
+#
+# Copyright © 2024 Luke T. Shumaker <lukeshu@lukeshu.com>
+#
+# This work is free. You can redistribute it and/or modify it under the
+# terms of the Do What The Fuck You Want To Public License, Version 2,
+# as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
# Usage: json_tokenize myfn <input
#