]> git.plutz.net Git - shellwiki/commitdiff
updated copyright notices
authorPaul Hänsch <paul@plutz.net>
Mon, 19 Feb 2024 01:12:37 +0000 (02:12 +0100)
committerPaul Hänsch <paul@plutz.net>
Mon, 19 Feb 2024 01:12:37 +0000 (02:12 +0100)
db23.sh
handlers/40_revision.sh
handlers/40_search.sh
handlers/60_move_rename_delete.sh
l10n/de.sh
macros/event
parsers/40_indexer.sh
themes/default.css
themes/default.sh
tools.sh

diff --git a/db23.sh b/db23.sh
index ec209fd983ae56ad6a5d80811f24c5eb3df06fe2..ea6448343d3798f87f5222ffc1a383d09c0c16ef 100755 (executable)
--- 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() {
index 0c70a24dfba0a8f61f66a9707b2fc818df6e94ac..e06a95b16843b256a3610a21aa41a03d0373d2a6 100755 (executable)
@@ -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
index 038545711b5f2143bfb04e82f3635b2b93b97996..5b148439378a530ae20e460037ab2fe45039bb26 100644 (file)
@@ -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
index f399e0388bf907cd9cc198d5f0ba6a0280b5c849..8b839a4dee54f001f89a2b40f6e8c1a7eebe4f01 100755 (executable)
@@ -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
index ac4fb9903478ece8d1f068eee4201a1ef009b8e3..0e15f492019d8de96ad271242d3cd7e253156e07 100644 (file)
@@ -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
index 1f77cfb46bff13492b2a586929388b06bbe9b90f..4b3881057713f9edeb59abbbebe78544f3f20889 100755 (executable)
@@ -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
index d25aacfb82179c426abde0c4baea849e534e9090..56a8990bd89e2bbd3a9d2e6f8a5f65aa6de23c87 100755 (executable)
@@ -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
index 323e7b4b9bdfb3a2214eef5be9df2b3d2da04a09..53a3e01a4d1ff348f0bfed21d6218b2b99e21f5b 100644 (file)
@@ -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
index fefde75925b1907263214531b54b5d8ce38b6f81..033dd7f7a270d14d8f88774fde0ad9737a8a40cf 100755 (executable)
@@ -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
index ccd095cb4065d9f2708d3ba2ee36cddb936317b8..65327d7c38f229e3815b207f173d86823245ae50 100755 (executable)
--- 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