[GODCC][COMMITTED] Bump copyright notices to 2026

Jose E. Marchesi jemarch@gnu.org
Wed Feb 4 20:33:32 GMT 2026


---
 Makefile.am     | 2 +-
 configure.ac    | 2 +-
 man/Makefile.am | 2 +-
 src/Makefile.am | 2 +-
 src/argp.a68    | 2 +-
 src/ce.a68      | 2 +-
 src/compile.a68 | 2 +-
 src/format.a68  | 2 +-
 src/globals.a68 | 2 +-
 src/godcc.a68   | 4 ++--
 src/http.a68    | 2 +-
 src/json.a68    | 2 +-
 src/list.a68    | 2 +-
 src/utils.a68   | 2 +-
 14 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index fc2d3c8..09a4fce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 # godcc
 
-# Copyright (C) 2025 Jose E. Marchesi
+# Copyright (C) 2026 Jose E. Marchesi
 
 # 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
diff --git a/configure.ac b/configure.ac
index 981373d..5bc5d49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl
 dnl Please process this file with autoconf to get a 'configure'
 dnl script.
 
-dnl Copyright (C) 2025 Jose E. Marchesi
+dnl Copyright (C) 2026 Jose E. Marchesi
 
 dnl This program is free software: you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
diff --git a/man/Makefile.am b/man/Makefile.am
index 2b63da5..53180c7 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,6 +1,6 @@
 # Makefile.am for godcc/man
 
-# Copyright (C) 2025 Jose E. Marchesi
+# Copyright (C) 2026 Jose E. Marchesi
 
 # 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
diff --git a/src/Makefile.am b/src/Makefile.am
index e8c9853..b30db69 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
 # godcc/src
 
-# Copyright (C) 2025 Jose E. Marchesi
+# Copyright (C) 2026 Jose E. Marchesi
 
 # 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
diff --git a/src/argp.a68 b/src/argp.a68
index ae15d88..d7b18f5 100644
--- a/src/argp.a68
+++ b/src/argp.a68
@@ -1,6 +1,6 @@
 { argp.a68 - argp-like command line parser
 
-  Copyright (C) 2025 Jose E. Marchesi
+  Copyright (C) 2026 Jose E. Marchesi
 
   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
diff --git a/src/ce.a68 b/src/ce.a68
index 9909890..79af306 100644
--- a/src/ce.a68
+++ b/src/ce.a68
@@ -1,6 +1,6 @@
 { ce.a68 - Communication with a Compiler Explorer instance.
 
-  Copyright (C) 2025 Jose E. Marchesi
+  Copyright (C) 2026 Jose E. Marchesi
 
   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
diff --git a/src/compile.a68 b/src/compile.a68
index 81e097a..c635ef4 100644
--- a/src/compile.a68
+++ b/src/compile.a68
@@ -1,6 +1,6 @@
 { compile.a68 - godcc compile sub-command.
 
-  Copyright (C) 2025 Jose E. Marchesi
+  Copyright (C) 2026 Jose E. Marchesi
 
   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
diff --git a/src/format.a68 b/src/format.a68
index c2ba2a9..826a9c4 100644
--- a/src/format.a68
+++ b/src/format.a68
@@ -1,6 +1,6 @@
 { format.a68 - godcc format sub-command.
 
-  Copyright (C) 2025 Jose E. Marchesi
+  Copyright (C) 2026 Jose E. Marchesi
 
   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
diff --git a/src/globals.a68 b/src/globals.a68
index f591894..e3907c2 100644
--- a/src/globals.a68
+++ b/src/globals.a68
@@ -1,6 +1,6 @@
 { globals.a68 - Global variables.
 
-  Copyright (C) 2025 Jose E. Marchesi
+  Copyright (C) 2026 Jose E. Marchesi
 
   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
diff --git a/src/godcc.a68 b/src/godcc.a68
index 101d742..d6ee417 100644
--- a/src/godcc.a68
+++ b/src/godcc.a68
@@ -1,7 +1,7 @@
 { godcc - A command-line front-end to Compiler Explorer.
   Because the web is lame and sucks so much it hurts.
 
-  Copyright (C) 2025 Jose E. Marchesi
+  Copyright (C) 2026 Jose E. Marchesi
 
   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
@@ -72,7 +72,7 @@ Report bugs to: jemarch@gnu.org'n");
 
       proc do_version = (string arg) bool:
       begin puts("godcc " + godcc_version + "'n'n");
-            puts("Copyright (C) 2025 Jose E. Marchesi.'n");
+            puts("Copyright (C) 2026 Jose E. Marchesi.'n");
             puts("License GPLv3+: GNU GPL version 3 or later.'n");
             puts("This is free software: you are free to change and redistribute it.'n");
             puts("There is NO WARRANTY, to the extent permitted by law.'n");
diff --git a/src/http.a68 b/src/http.a68
index 2ddaec6..0c23d3f 100644
--- a/src/http.a68
+++ b/src/http.a68
@@ -1,6 +1,6 @@
 { http.a68 - HTTP support
 
-  Copyright (C) 2025 Jose E. Marchesi
+  Copyright (C) 2026 Jose E. Marchesi
 
   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
diff --git a/src/json.a68 b/src/json.a68
index a02dd01..9f1b72c 100644
--- a/src/json.a68
+++ b/src/json.a68
@@ -1,6 +1,6 @@
 { json.a68 - JSON support.
 
-  Copyright (C) 2025 Jose E. Marchesi
+  Copyright (C) 2026 Jose E. Marchesi
 
   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
diff --git a/src/list.a68 b/src/list.a68
index 2b85b97..2a2aae1 100644
--- a/src/list.a68
+++ b/src/list.a68
@@ -1,6 +1,6 @@
 { list.a68 - godcc list sub-command.
 
-  Copyright (C) 2025 Jose E. Marchesi
+  Copyright (C) 2026 Jose E. Marchesi
 
   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
diff --git a/src/utils.a68 b/src/utils.a68
index d091b3b..224d025 100644
--- a/src/utils.a68
+++ b/src/utils.a68
@@ -1,6 +1,6 @@
 { utils.a68 - Utility routines for godcc.
 
-  Copyright (C) 2025 Jose E. Marchesi
+  Copyright (C) 2026 Jose E. Marchesi
 
   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
-- 
2.39.5



More information about the Algol68 mailing list