From: Paul Hänsch Date: Wed, 20 Sep 2023 20:43:47 +0000 (+0200) Subject: updated copyright notice X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=a0950e004fddb7466b0883c4a623076d654c0849;p=shellwiki updated copyright notice --- diff --git a/macros/include b/macros/include index ac72de9..fbc2fff 100755 --- a/macros/include +++ b/macros/include @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2022 Paul Hänsch +# Copyright 2022 - 2023 Paul Hänsch # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/macros/tag b/macros/tag index 2731ad9..c181f94 100755 --- a/macros/tag +++ b/macros/tag @@ -1,5 +1,19 @@ #!/bin/sh +# Copyright 2023 Paul Hänsch +# +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +# SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +# IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + . "$_EXEC/cgilite/storage.sh" _DATE="$(date +%s)" diff --git a/themes/simplemde/fakeawesome.css b/themes/simplemde/fakeawesome.css index d9b5df1..4cb8bab 100644 --- a/themes/simplemde/fakeawesome.css +++ b/themes/simplemde/fakeawesome.css @@ -1,3 +1,19 @@ +/* +# Copyright 2023 Paul Hänsch +# +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +# SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +# IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +*/ + .CodeMirror-scroll { font-family: monospace; }