From: Guus Sliepen Date: Thu, 26 Feb 2026 20:50:59 +0000 (+0100) Subject: Update copyright notices. X-Git-Tag: release-1.0.37~3 X-Git-Url: https://www.tinc-vpn.org/git/?a=commitdiff_plain;h=c8d8f10bdd7134cdec7857f49cbafdd309704302;p=tinc Update copyright notices. --- diff --git a/COPYING b/COPYING index 1384f468..e38a7f21 100644 --- 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 2f785613..90f35a21 100644 --- 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 , diff --git a/doc/tinc.texi b/doc/tinc.texi index 255dfb6a..f028f3c0 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -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 and Wessel Dankers . @@ -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 and Wessel Dankers . diff --git a/src/tincd.c b/src/tincd.c index 69875788..2f0c219b 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -1,7 +1,7 @@ /* tincd.c -- the main file for tincd Copyright (C) 1998-2005 Ivo Timmermans - 2000-2019 Guus Sliepen + 2000-2026 Guus Sliepen 2008 Max Rijevski 2009 Michael Tokarev 2010 Julien Muchembled @@ -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"