From 5ea01d7343f0dc0a35b39a69a5952dc671f4872a Mon Sep 17 00:00:00 2001 From: Walter de Jong Date: Fri, 30 Aug 2024 14:17:38 +0200 Subject: [PATCH] update copyright year --- README.md | 2 +- setup.sh | 2 +- src/dsh.py | 2 +- src/dsh_cp.py | 2 +- src/dsh_ping.py | 2 +- src/dsh_pkg.py | 2 +- src/synctool/__init__.py | 2 +- src/synctool/aggr.py | 2 +- src/synctool/config.py | 2 +- src/synctool/configparser.py | 2 +- src/synctool/lib.py | 2 +- src/synctool/main/__init__.py | 2 +- src/synctool/main/aggr.py | 2 +- src/synctool/main/client.py | 2 +- src/synctool/main/client_pkg.py | 2 +- src/synctool/main/config.py | 2 +- src/synctool/main/dsh.py | 2 +- src/synctool/main/dsh_cp.py | 2 +- src/synctool/main/dsh_ping.py | 2 +- src/synctool/main/dsh_pkg.py | 2 +- src/synctool/main/master.py | 2 +- src/synctool/main/template.py | 2 +- src/synctool/main/wrapper.py | 2 +- src/synctool/multiplex.py | 2 +- src/synctool/nodeset.py | 2 +- src/synctool/object.py | 2 +- src/synctool/overlay.py | 2 +- src/synctool/parallel.py | 2 +- src/synctool/param.py | 2 +- src/synctool/pkg/__init__.py | 2 +- src/synctool/pkg/aptget.py | 2 +- src/synctool/pkg/brew.py | 2 +- src/synctool/pkg/bsdpkg.py | 2 +- src/synctool/pkg/dnf.py | 2 +- src/synctool/pkg/pacman.py | 2 +- src/synctool/pkg/yum.py | 2 +- src/synctool/pkg/zypper.py | 2 +- src/synctool/pkgclass.py | 2 +- src/synctool/pwdgrp.py | 2 +- src/synctool/range.py | 2 +- src/synctool/syncstat.py | 2 +- src/synctool/unbuffered.py | 2 +- src/synctool/update.py | 2 +- src/synctool/upload.py | 2 +- src/synctool_aggr.py | 2 +- src/synctool_client.py | 2 +- src/synctool_client_pkg.py | 2 +- src/synctool_config.py | 2 +- src/synctool_launch.py | 2 +- src/synctool_list.py | 2 +- src/synctool_master.py | 2 +- src/synctool_template.py | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/README.md b/README.md index 8fbc133e..ef21af3c 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ synctool started in 2003 and has since been in use with great success, doing real work at big computing centers. Hopefully, it will be of some value to you as well. -_Copyright 2015 Walter de Jong _ +_Copyright 2024 Walter de Jong _ diff --git a/setup.sh b/setup.sh index c7d92648..40d4055f 100755 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ # # setup.sh WJ113 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/dsh.py b/src/dsh.py index 01b49465..cd6a70c9 100644 --- a/src/dsh.py +++ b/src/dsh.py @@ -2,7 +2,7 @@ # # dsh WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/dsh_cp.py b/src/dsh_cp.py index 691b7403..245a731b 100644 --- a/src/dsh_cp.py +++ b/src/dsh_cp.py @@ -2,7 +2,7 @@ # # dsh-cp WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/dsh_ping.py b/src/dsh_ping.py index 4f0de54c..2f2fdc14 100644 --- a/src/dsh_ping.py +++ b/src/dsh_ping.py @@ -2,7 +2,7 @@ # # dsh-ping WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/dsh_pkg.py b/src/dsh_pkg.py index 14cf7a5a..d2d2badb 100644 --- a/src/dsh_pkg.py +++ b/src/dsh_pkg.py @@ -2,7 +2,7 @@ # # dsh_pkg.py WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/__init__.py b/src/synctool/__init__.py index 34499560..05777747 100644 --- a/src/synctool/__init__.py +++ b/src/synctool/__init__.py @@ -1,7 +1,7 @@ # # synctool WJ113 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/aggr.py b/src/synctool/aggr.py index 42aa0316..227ce132 100644 --- a/src/synctool/aggr.py +++ b/src/synctool/aggr.py @@ -1,7 +1,7 @@ # # synctool.aggr.py WJ109 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/config.py b/src/synctool/config.py index 5cd4c16b..4b405d5c 100644 --- a/src/synctool/config.py +++ b/src/synctool/config.py @@ -1,7 +1,7 @@ # # synctool.config.py WJ109 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/configparser.py b/src/synctool/configparser.py index 74fc2a57..724094be 100644 --- a/src/synctool/configparser.py +++ b/src/synctool/configparser.py @@ -3,7 +3,7 @@ # # synctool.configparser.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/lib.py b/src/synctool/lib.py index e2ebf2d0..8d71c430 100644 --- a/src/synctool/lib.py +++ b/src/synctool/lib.py @@ -1,7 +1,7 @@ # # synctool.lib.py WJ109 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/__init__.py b/src/synctool/main/__init__.py index 96b8b727..3e99c0b6 100644 --- a/src/synctool/main/__init__.py +++ b/src/synctool/main/__init__.py @@ -1,7 +1,7 @@ # # synctool.main WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/aggr.py b/src/synctool/main/aggr.py index 882da0d3..5a611898 100644 --- a/src/synctool/main/aggr.py +++ b/src/synctool/main/aggr.py @@ -1,7 +1,7 @@ # # synctool.main.aggr.py WJ109 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/client.py b/src/synctool/main/client.py index f5005266..a4510669 100644 --- a/src/synctool/main/client.py +++ b/src/synctool/main/client.py @@ -1,7 +1,7 @@ # # synctool.main.client.py WJ103 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/client_pkg.py b/src/synctool/main/client_pkg.py index 75d44fbe..84559ac0 100644 --- a/src/synctool/main/client_pkg.py +++ b/src/synctool/main/client_pkg.py @@ -1,7 +1,7 @@ # # synctool.main.client_pkg.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/config.py b/src/synctool/main/config.py index 57bec0d5..0a73cfcc 100644 --- a/src/synctool/main/config.py +++ b/src/synctool/main/config.py @@ -1,7 +1,7 @@ # # synctool.main.config.py WJ109 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/dsh.py b/src/synctool/main/dsh.py index e2e7bf5d..31295195 100644 --- a/src/synctool/main/dsh.py +++ b/src/synctool/main/dsh.py @@ -1,7 +1,7 @@ # # synctool.main.dsh.py WJ109 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/dsh_cp.py b/src/synctool/main/dsh_cp.py index 0f795dd7..6084317e 100644 --- a/src/synctool/main/dsh_cp.py +++ b/src/synctool/main/dsh_cp.py @@ -1,7 +1,7 @@ # # synctool.main.dsh_cp.py WJ109 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/dsh_ping.py b/src/synctool/main/dsh_ping.py index 384febb4..9617ee05 100644 --- a/src/synctool/main/dsh_ping.py +++ b/src/synctool/main/dsh_ping.py @@ -1,7 +1,7 @@ # # synctool.main.dsh_ping.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/dsh_pkg.py b/src/synctool/main/dsh_pkg.py index 11f2e1bd..32de5fca 100644 --- a/src/synctool/main/dsh_pkg.py +++ b/src/synctool/main/dsh_pkg.py @@ -1,7 +1,7 @@ # # synctool.main.dsh_pkg.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/master.py b/src/synctool/main/master.py index fe20c999..83df2237 100644 --- a/src/synctool/main/master.py +++ b/src/synctool/main/master.py @@ -1,7 +1,7 @@ # # synctool.main.master.py WJ109 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/template.py b/src/synctool/main/template.py index 1d138a1e..41ebaef8 100644 --- a/src/synctool/main/template.py +++ b/src/synctool/main/template.py @@ -1,7 +1,7 @@ # # synctool.main.template.py WJ113 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/main/wrapper.py b/src/synctool/main/wrapper.py index f1f5517a..ac488192 100644 --- a/src/synctool/main/wrapper.py +++ b/src/synctool/main/wrapper.py @@ -1,7 +1,7 @@ # # synctool.main.wrapper.py WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/multiplex.py b/src/synctool/multiplex.py index c702bcd6..25b39734 100644 --- a/src/synctool/multiplex.py +++ b/src/synctool/multiplex.py @@ -1,7 +1,7 @@ # # synctool.multiplex.py WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/nodeset.py b/src/synctool/nodeset.py index 5cbb7060..5e36004b 100644 --- a/src/synctool/nodeset.py +++ b/src/synctool/nodeset.py @@ -1,7 +1,7 @@ # # synctool.nodeset.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/object.py b/src/synctool/object.py index 6197d303..ba7c42fa 100644 --- a/src/synctool/object.py +++ b/src/synctool/object.py @@ -1,7 +1,7 @@ # # synctool.object.py WJ110 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/overlay.py b/src/synctool/overlay.py index d1d32f58..6c6b7605 100644 --- a/src/synctool/overlay.py +++ b/src/synctool/overlay.py @@ -1,7 +1,7 @@ # # synctool.overlay.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/parallel.py b/src/synctool/parallel.py index 3c644fb6..8b0889c5 100644 --- a/src/synctool/parallel.py +++ b/src/synctool/parallel.py @@ -1,7 +1,7 @@ # # synctool.parallel.py WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/param.py b/src/synctool/param.py index e449df9a..ff0b0977 100644 --- a/src/synctool/param.py +++ b/src/synctool/param.py @@ -1,7 +1,7 @@ # # synctool.param.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/pkg/__init__.py b/src/synctool/pkg/__init__.py index e5535e26..79217ac5 100644 --- a/src/synctool/pkg/__init__.py +++ b/src/synctool/pkg/__init__.py @@ -1,7 +1,7 @@ # # synctool.pkg WJ113 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/pkg/aptget.py b/src/synctool/pkg/aptget.py index 5392e0af..a6e9a98a 100644 --- a/src/synctool/pkg/aptget.py +++ b/src/synctool/pkg/aptget.py @@ -1,7 +1,7 @@ # # synctool.pkg.aptget.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/pkg/brew.py b/src/synctool/pkg/brew.py index cd13e2cd..2211716f 100644 --- a/src/synctool/pkg/brew.py +++ b/src/synctool/pkg/brew.py @@ -1,7 +1,7 @@ # # synctool.pkg.brew.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/pkg/bsdpkg.py b/src/synctool/pkg/bsdpkg.py index 1d18ce55..d19e3e00 100644 --- a/src/synctool/pkg/bsdpkg.py +++ b/src/synctool/pkg/bsdpkg.py @@ -1,7 +1,7 @@ # # synctool.pkg.bsdpkg.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/pkg/dnf.py b/src/synctool/pkg/dnf.py index 2595d511..aa50480f 100644 --- a/src/synctool/pkg/dnf.py +++ b/src/synctool/pkg/dnf.py @@ -1,7 +1,7 @@ # # synctool.pkg.dnf.py WJ124 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/pkg/pacman.py b/src/synctool/pkg/pacman.py index 92f7e290..8cbd507f 100644 --- a/src/synctool/pkg/pacman.py +++ b/src/synctool/pkg/pacman.py @@ -1,7 +1,7 @@ # # synctool.pkg.pacman.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/pkg/yum.py b/src/synctool/pkg/yum.py index a00ce7c6..ae4ec8a8 100644 --- a/src/synctool/pkg/yum.py +++ b/src/synctool/pkg/yum.py @@ -1,7 +1,7 @@ # # synctool.pkg.yum.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/pkg/zypper.py b/src/synctool/pkg/zypper.py index d18802cc..bfe48840 100644 --- a/src/synctool/pkg/zypper.py +++ b/src/synctool/pkg/zypper.py @@ -1,7 +1,7 @@ # # synctool.pkg.zypper.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/pkgclass.py b/src/synctool/pkgclass.py index d10db002..26d5bcf1 100644 --- a/src/synctool/pkgclass.py +++ b/src/synctool/pkgclass.py @@ -1,7 +1,7 @@ # # synctool.pkgclass.py WJ111 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/pwdgrp.py b/src/synctool/pwdgrp.py index bbf27e5e..69bd76ba 100644 --- a/src/synctool/pwdgrp.py +++ b/src/synctool/pwdgrp.py @@ -1,7 +1,7 @@ # # synctool.pwdgrp.py WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/range.py b/src/synctool/range.py index e3fdf183..d2ff303e 100644 --- a/src/synctool/range.py +++ b/src/synctool/range.py @@ -1,7 +1,7 @@ # # synctool.range.py WJ113 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/syncstat.py b/src/synctool/syncstat.py index efadb075..ef39073f 100644 --- a/src/synctool/syncstat.py +++ b/src/synctool/syncstat.py @@ -1,7 +1,7 @@ # # synctool.stat.py WJ110 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/unbuffered.py b/src/synctool/unbuffered.py index a0468e2d..6776e4cf 100644 --- a/src/synctool/unbuffered.py +++ b/src/synctool/unbuffered.py @@ -1,7 +1,7 @@ # # synctool.unbuffered.py WJ110 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/update.py b/src/synctool/update.py index 43ddcc51..d21fdcd9 100644 --- a/src/synctool/update.py +++ b/src/synctool/update.py @@ -1,7 +1,7 @@ # # synctool.update.py WJ110 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool/upload.py b/src/synctool/upload.py index 8d22ba0b..2d0a1875 100644 --- a/src/synctool/upload.py +++ b/src/synctool/upload.py @@ -2,7 +2,7 @@ # # synctool.upload.py WJ113 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool_aggr.py b/src/synctool_aggr.py index e85e7f21..ec1efa30 100644 --- a/src/synctool_aggr.py +++ b/src/synctool_aggr.py @@ -2,7 +2,7 @@ # # synctool-aggr WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool_client.py b/src/synctool_client.py index 79be23c9..88f1f3d6 100644 --- a/src/synctool_client.py +++ b/src/synctool_client.py @@ -2,7 +2,7 @@ # # synctool-client WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool_client_pkg.py b/src/synctool_client_pkg.py index 4144ebce..d7aca501 100644 --- a/src/synctool_client_pkg.py +++ b/src/synctool_client_pkg.py @@ -2,7 +2,7 @@ # # synctool_client_pkg.py WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool_config.py b/src/synctool_config.py index 0b45d4e7..7d511d97 100644 --- a/src/synctool_config.py +++ b/src/synctool_config.py @@ -2,7 +2,7 @@ # # synctool-config WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool_launch.py b/src/synctool_launch.py index fb834609..99536a17 100644 --- a/src/synctool_launch.py +++ b/src/synctool_launch.py @@ -2,7 +2,7 @@ # # synctool-launch WJ113 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool_list.py b/src/synctool_list.py index b7400016..2536f406 100644 --- a/src/synctool_list.py +++ b/src/synctool_list.py @@ -2,7 +2,7 @@ # # synctool_list.py WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool_master.py b/src/synctool_master.py index d72d1997..1d61159a 100644 --- a/src/synctool_master.py +++ b/src/synctool_master.py @@ -2,7 +2,7 @@ # # synctool_master.py WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public diff --git a/src/synctool_template.py b/src/synctool_template.py index 53d29495..bf83f26c 100644 --- a/src/synctool_template.py +++ b/src/synctool_template.py @@ -2,7 +2,7 @@ # # synctool-template WJ114 # -# synctool Copyright 2015 Walter de Jong +# synctool Copyright 2024 Walter de Jong # # synctool COMES WITH NO WARRANTY. synctool IS FREE SOFTWARE. # synctool is distributed under terms described in the GNU General Public