From 391ca15c76ee74991dc8462ae76782497751a133 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 19 Feb 2024 02:12:37 +0100 Subject: [PATCH] updated copyright notices --- db23.sh | 14 ++++++++++++++ handlers/40_revision.sh | 2 +- handlers/40_search.sh | 2 +- handlers/60_move_rename_delete.sh | 2 +- l10n/de.sh | 2 +- macros/event | 14 ++++++++++++++ parsers/40_indexer.sh | 2 +- themes/default.css | 2 +- themes/default.sh | 2 +- tools.sh | 2 +- 10 files changed, 36 insertions(+), 8 deletions(-) diff --git a/db23.sh b/db23.sh index ec209fd..ea64483 100755 --- a/db23.sh +++ b/db23.sh @@ -1,5 +1,19 @@ #!/bin/sh +# Copyright 2023, 2024 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" DB2() { diff --git a/handlers/40_revision.sh b/handlers/40_revision.sh index 0c70a24..e06a95b 100755 --- a/handlers/40_revision.sh +++ b/handlers/40_revision.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2022 - 2023 Paul Hänsch +# Copyright 2022 - 2024 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/handlers/40_search.sh b/handlers/40_search.sh index 0385457..5b14843 100644 --- a/handlers/40_search.sh +++ b/handlers/40_search.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2023 Paul Hänsch +# Copyright 2023, 2024 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/handlers/60_move_rename_delete.sh b/handlers/60_move_rename_delete.sh index f399e03..8b839a4 100755 --- a/handlers/60_move_rename_delete.sh +++ b/handlers/60_move_rename_delete.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2022 - 2023 Paul Hänsch +# Copyright 2022 - 2024 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/l10n/de.sh b/l10n/de.sh index ac4fb99..0e15f49 100644 --- a/l10n/de.sh +++ b/l10n/de.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2023 Paul Hänsch +# Copyright 2023 - 2024 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/event b/macros/event index 1f77cfb..4b38810 100755 --- a/macros/event +++ b/macros/event @@ -1,5 +1,19 @@ #!/bin/sh +# Copyright 2023 - 2024 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/cgilite.sh . $_EXEC/cgilite/storage.sh . $_EXEC/datetime.sh diff --git a/parsers/40_indexer.sh b/parsers/40_indexer.sh index d25aacf..56a8990 100755 --- a/parsers/40_indexer.sh +++ b/parsers/40_indexer.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2023 Paul Hänsch +# Copyright 2023 - 2024 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/themes/default.css b/themes/default.css index 323e7b4..53a3e01 100644 --- a/themes/default.css +++ b/themes/default.css @@ -1,5 +1,5 @@ /* -# Copyright 2022 - 2023 Paul Hänsch +# Copyright 2022 - 2024 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/themes/default.sh b/themes/default.sh index fefde75..033dd7f 100755 --- a/themes/default.sh +++ b/themes/default.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2022 - 2023 Paul Hänsch +# Copyright 2022 - 2024 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/tools.sh b/tools.sh index ccd095c..65327d7 100755 --- a/tools.sh +++ b/tools.sh @@ -3,7 +3,7 @@ [ "$include_tools" ] && return 0 include_tools="$0" -# Copyright 2022 - 2023 Paul Hänsch +# Copyright 2022 - 2024 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 -- 2.39.2