summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-05-22 16:22:53 -0400
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-05-22 16:22:53 -0400
commit384d04c119b6a4e7731e66699be4ec2b3c78f165 (patch)
tree96cf978fc7d3c3bc38e387782db85b7ced917f3c
parent7c67b09765d7334690d9b48e91ee188e9be179b7 (diff)
Add a copyright statement
-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
#