]> git.ekhem.eu.org Git - payments.git/commitdiff
Update copyright years for 2024.
authorJakub Czajka <jakub@ekhem.eu.org>
Mon, 1 Jan 2024 20:36:25 +0000 (21:36 +0100)
committerJakub Czajka <jakub@ekhem.eu.org>
Sat, 13 Jan 2024 23:36:22 +0000 (00:36 +0100)
COPYING
create.sql
drop.sql
payment.sh
payments.conf
payments.sh

diff --git a/COPYING b/COPYING
index bec64403f8804efa93c431daba5a7db7da19cc6a..ac112f543ec3230a344cc2a44e203def768b70ab 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively
 state the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 
-    Copyright (C) 2023 Jakub Czajka <jakub@ekhem.eu.org>
+    Copyright (C) 2023-2024 Jakub Czajka <jakub@ekhem.eu.org>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -651,7 +651,7 @@ Also add information on how to contact you by electronic and paper mail.
   If the program does terminal interaction, make it output a short
 notice like this when it starts in an interactive mode:
 
-    payments Copyright (C) 2023 Jakub Czajka <jakub@ekhem.eu.org>
+    payments Copyright (C) 2023-2024 Jakub Czajka <jakub@ekhem.eu.org>
     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.
index 3f28efb230cc038b8add955aed429e2d97707946..f677b48864166d35cb0f106510b49230f46ffe72 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2023 Jakub Czajka <jakub@ekhem.eu.org>
+/* Copyright (c) 2023-2024 Jakub Czajka <jakub@ekhem.eu.org>
    License: GPL-3.0 or later. */
 
 CREATE TABLE IF NOT EXISTS shops (
index 76029f7dcf99e5df73d0f56ee27583e81938cd3b..f8bb488f8558cf9969ccda49516c906308a2ceb3 100644 (file)
--- a/drop.sql
+++ b/drop.sql
@@ -1,4 +1,4 @@
-/* Copyright (c) 2023 Jakub Czajka <jakub@ekhem.eu.org>
+/* Copyright (c) 2023-2024 Jakub Czajka <jakub@ekhem.eu.org>
    License: GPL-3.0 or later. */
 
 DO $$
index 5c363940291e001df48abec81d5f90ce0b69bd67..5804a729a02df514423f8849dd736296ee544c30 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (c) 2023 Jakub Czajka <jakub@ekhem.eu.org>
+# Copyright (c) 2023-2024 Jakub Czajka <jakub@ekhem.eu.org>
 # License: GPL-3.0 or later.
 
 . /etc/environment
index bb34eccf4e7f66207ab089a9eb7ea9dfdd19336f..ad8b944dda5b907fa53371b9e44938ba47cb5303 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2023 Jakub Czajka <jakub@ekhem.eu.org>
+# Copyright (c) 2023-2024 Jakub Czajka <jakub@ekhem.eu.org>
 # License: GPL-3.0 or later.
 
 server {
index ff9d6c0af50fd6bbf89d3e511bf6cec56423d9d3..c1034f4b61d3e20692f5184cc3d4ca66566719b7 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (c) 2023 Jakub Czajka <jakub@ekhem.eu.org>
+# Copyright (c) 2023-2024 Jakub Czajka <jakub@ekhem.eu.org>
 # License: GPL-3.0 or later.
 
 . /etc/environment