]> tinc-vpn.org Git - tinc/commitdiff
Update copyright notices.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 26 Feb 2026 20:50:59 +0000 (21:50 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 26 Feb 2026 20:50:59 +0000 (21:50 +0100)
COPYING
README
doc/tinc.texi
src/tincd.c

diff --git a/COPYING b/COPYING
index 1384f468e9049b71027656501d867d4a930c8a15..e38a7f21e48e9e839cf478ed5d819295bc390bff 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright (C) 1998-2019 Ivo Timmermans, Guus Sliepen and others.
+Copyright (C) 1998-2026 Ivo Timmermans, Guus Sliepen and others.
 See the AUTHORS file for a complete list.
 
 This program is free software; you can redistribute it and/or modify it under
diff --git a/README b/README
index 2f7856132b0fa1f87d065623a9a8ed9b80e6b0c6..90f35a216817a248813553f7c18476b2fd38dac2 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 This is the README file for tinc version 1.0.36. Installation
 instructions may be found in the INSTALL file.
 
-tinc is Copyright (C) 1998-2019 by:
+tinc is Copyright (C) 1998-2026 by:
 
 Ivo Timmermans,
 Guus Sliepen <guus@tinc-vpn.org>,
index 255dfb6ae539a7c3cfb8b9bdba53521827643164..f028f3c0f1df5f6bc91cd919a86747ab353251b0 100644 (file)
@@ -15,7 +15,7 @@
 
 This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon.
 
-Copyright @copyright{} 1998-2019 Ivo Timmermans,
+Copyright @copyright{} 1998-2026 Ivo Timmermans,
 Guus Sliepen <guus@@tinc-vpn.org> and
 Wessel Dankers <wsl@@tinc-vpn.org>.
 
@@ -39,7 +39,7 @@ permission notice identical to this one.
 @vskip 0pt plus 1filll
 This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon.
 
-Copyright @copyright{} 1998-2019 Ivo Timmermans,
+Copyright @copyright{} 1998-2026 Ivo Timmermans,
 Guus Sliepen <guus@@tinc-vpn.org> and
 Wessel Dankers <wsl@@tinc-vpn.org>.
 
index 69875788fe04911f5117d5a724778edb8f93a3da..2f0c219bbce97418107773d3021b575038ad5a77 100644 (file)
@@ -1,7 +1,7 @@
 /*
     tincd.c -- the main file for tincd
     Copyright (C) 1998-2005 Ivo Timmermans
-                  2000-2019 Guus Sliepen <guus@tinc-vpn.org>
+                  2000-2026 Guus Sliepen <guus@tinc-vpn.org>
                   2008      Max Rijevski <maksuf@gmail.com>
                   2009      Michael Tokarev <mjt@tls.msk.ru>
                   2010      Julien Muchembled <jm@jmuchemb.eu>
@@ -571,7 +571,7 @@ int main(int argc, char **argv) {
 
        if(show_version) {
                printf("%s version %s\n", PACKAGE, VERSION);
-               printf("Copyright (C) 1998-2019 Ivo Timmermans, Guus Sliepen and others.\n"
+               printf("Copyright (C) 1998-2026 Ivo Timmermans, Guus Sliepen and others.\n"
                       "See the AUTHORS file for a complete list.\n\n"
                       "tinc comes with ABSOLUTELY NO WARRANTY.  This is free software,\n"
                       "and you are welcome to redistribute it under certain conditions;\n"