diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-07-17 21:53:14 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-07-17 21:53:14 +0200 |
commit | c19fb67efc2f49c57d55600d261a9adf039510ee (patch) | |
tree | 456c3dc960c2d836155e02bb6c62a305ef988137 /FICS | |
parent | 6055138bd1210ab6e84479ecab597fc0673f8ef7 (diff) |
Updated the copyright years
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/ISC_LICENSE | 2 | ||||
-rw-r--r-- | FICS/legal2.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FICS/ISC_LICENSE b/FICS/ISC_LICENSE index eba7139..915b183 100644 --- a/FICS/ISC_LICENSE +++ b/FICS/ISC_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2023, 2024 Markus Uhlin <maxxe@rpblc.net> +Copyright (c) 2023 - 2025 Markus Uhlin <maxxe@rpblc.net> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/FICS/legal2.c b/FICS/legal2.c index 528814a..15c0c16 100644 --- a/FICS/legal2.c +++ b/FICS/legal2.c @@ -1,7 +1,7 @@ #include "legal2.h" const char legalNotice2[] = - "Copyright (c) 2023, 2024 Markus Uhlin <maxxe@rpblc.net>\n" + "Copyright (c) 2023 - 2025 Markus Uhlin <maxxe@rpblc.net>\n" "\n" "Permission to use, copy, modify, and distribute this software for any\n" "purpose with or without fee is hereby granted, provided that the above\n" |