diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-05-22 16:22:53 -0400 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-05-22 16:22:53 -0400 |
commit | 384d04c119b6a4e7731e66699be4ec2b3c78f165 (patch) | |
tree | 96cf978fc7d3c3bc38e387782db85b7ced917f3c | |
parent | 7c67b09765d7334690d9b48e91ee188e9be179b7 (diff) |
Add a copyright statement
-rw-r--r-- | json.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 # |