diff options
Diffstat (limited to 'process_html_file.sh')
-rwxr-xr-x | process_html_file.sh | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/process_html_file.sh b/process_html_file.sh index 2f58cbf..1275b3e 100755 --- a/process_html_file.sh +++ b/process_html_file.sh @@ -1,7 +1,17 @@ #!/bin/sh -# Copyright (C) 2021 Wojtek Kosior -# Redistribution terms are gathered in the `copyright' file. +# This file is part of Haketilo +# +# Copyright (C) 2021, Wojtek Kosior +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the CC0 1.0 Universal License as published by +# the Creative Commons Corporation. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# CC0 1.0 Universal License for more details. # Call like: # ./process_html_file.sh html/options.html |