From 7181f7906e7fb6e73ebc0daa46975bfa9c71478f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 3 Jan 2024 12:15:17 +0100 Subject: [PATCH] Update copyright years --- README.adoc | 2 +- cmd/safcm-remote/build.sh | 2 +- cmd/safcm-remote/main.go | 2 +- cmd/safcm/config/commands.go | 2 +- cmd/safcm/config/config.go | 2 +- cmd/safcm/config/files.go | 2 +- cmd/safcm/config/files_test.go | 2 +- cmd/safcm/config/groups.go | 2 +- cmd/safcm/config/groups_test.go | 2 +- cmd/safcm/config/hosts.go | 2 +- cmd/safcm/config/hosts_test.go | 2 +- cmd/safcm/config/packages.go | 2 +- cmd/safcm/config/permissions.go | 2 +- cmd/safcm/config/permissions_test.go | 2 +- cmd/safcm/config/services.go | 2 +- cmd/safcm/config/templates.go | 2 +- cmd/safcm/config/templates_test.go | 2 +- cmd/safcm/config/triggers.go | 2 +- cmd/safcm/config/triggers_test.go | 2 +- cmd/safcm/fixperms.go | 2 +- cmd/safcm/main.go | 2 +- cmd/safcm/main_sync_test.go | 2 +- cmd/safcm/remote.go | 2 +- cmd/safcm/sync.go | 2 +- cmd/safcm/sync_info.go | 2 +- cmd/safcm/sync_info_test.go | 2 +- cmd/safcm/sync_sync.go | 2 +- cmd/safcm/sync_sync_test.go | 2 +- cmd/safcm/sync_test.go | 2 +- cmd/safcm/version.go | 2 +- frontend/changes.go | 2 +- frontend/changes_test.go | 2 +- frontend/conn.go | 2 +- frontend/log.go | 2 +- frontend/log_test.go | 2 +- frontend/loop.go | 2 +- frontend/term.go | 2 +- frontend/term_test.go | 2 +- gob.go | 2 +- log.go | 2 +- remote/ainsl/ainsl.go | 2 +- remote/ainsl/ainsl_test.go | 2 +- remote/info/info.go | 2 +- remote/log/logger.go | 2 +- remote/main.go | 2 +- remote/run/cmd.go | 2 +- remote/run/runner.go | 2 +- remote/sync/commands.go | 2 +- remote/sync/commands_test.go | 2 +- remote/sync/files.go | 2 +- remote/sync/files_compat_windows.go | 2 +- remote/sync/files_test.go | 2 +- remote/sync/filetest/filetest.go | 2 +- remote/sync/packages.go | 2 +- remote/sync/packages_debian.go | 2 +- remote/sync/packages_debian_test.go | 2 +- remote/sync/services.go | 2 +- remote/sync/services_systemd.go | 2 +- remote/sync/services_systemd_test.go | 2 +- remote/sync/sync.go | 2 +- remote/sync/sync_test.go | 2 +- remote/sync/triggers.go | 2 +- remote/sync/triggers_test.go | 2 +- rpc/conn.go | 2 +- rpc/dial.go | 2 +- testutil/testutil.go | 2 +- types.go | 2 +- 67 files changed, 67 insertions(+), 67 deletions(-) diff --git a/README.adoc b/README.adoc index 4792b21..fe6a448 100644 --- a/README.adoc +++ b/README.adoc @@ -168,7 +168,7 @@ Written by Simon Ruderich . This program is licensed under GPL version 3 or later. -Copyright (C) 2021-2023 Simon Ruderich +Copyright (C) 2021-2024 Simon Ruderich 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/cmd/safcm-remote/build.sh b/cmd/safcm-remote/build.sh index b96c73e..5b8f8de 100755 --- a/cmd/safcm-remote/build.sh +++ b/cmd/safcm-remote/build.sh @@ -3,7 +3,7 @@ # Build remote helpers for all operating systems and architectures which are # supported as target hosts -# Copyright (C) 2021-2023 Simon Ruderich +# Copyright (C) 2021-2024 Simon Ruderich # # 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/cmd/safcm-remote/main.go b/cmd/safcm-remote/main.go index d795114..a3abefc 100644 --- a/cmd/safcm-remote/main.go +++ b/cmd/safcm-remote/main.go @@ -1,6 +1,6 @@ // Helper copied to the remote host to run commands and deploy configuration -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/commands.go b/cmd/safcm/config/commands.go index afa1427..50c5f12 100644 --- a/cmd/safcm/config/commands.go +++ b/cmd/safcm/config/commands.go @@ -1,6 +1,6 @@ // Config: parse commands.yaml -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/config.go b/cmd/safcm/config/config.go index 5195f7f..aa0a632 100644 --- a/cmd/safcm/config/config.go +++ b/cmd/safcm/config/config.go @@ -1,6 +1,6 @@ // Config: parse config.yaml -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/files.go b/cmd/safcm/config/files.go index 32b211c..e53f804 100644 --- a/cmd/safcm/config/files.go +++ b/cmd/safcm/config/files.go @@ -1,6 +1,6 @@ // Config: load files/ directory tree -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/files_test.go b/cmd/safcm/config/files_test.go index 6543bd8..f989ee3 100644 --- a/cmd/safcm/config/files_test.go +++ b/cmd/safcm/config/files_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/groups.go b/cmd/safcm/config/groups.go index 13ab0a8..f2818ee 100644 --- a/cmd/safcm/config/groups.go +++ b/cmd/safcm/config/groups.go @@ -1,6 +1,6 @@ // Config: parse groups.yaml -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/groups_test.go b/cmd/safcm/config/groups_test.go index 3eb4429..d062b81 100644 --- a/cmd/safcm/config/groups_test.go +++ b/cmd/safcm/config/groups_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/hosts.go b/cmd/safcm/config/hosts.go index 92c74d9..bb459c0 100644 --- a/cmd/safcm/config/hosts.go +++ b/cmd/safcm/config/hosts.go @@ -1,6 +1,6 @@ // Config: parse hosts.yaml -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/hosts_test.go b/cmd/safcm/config/hosts_test.go index 4c601c5..4f04a29 100644 --- a/cmd/safcm/config/hosts_test.go +++ b/cmd/safcm/config/hosts_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/packages.go b/cmd/safcm/config/packages.go index 19725f6..b6a017e 100644 --- a/cmd/safcm/config/packages.go +++ b/cmd/safcm/config/packages.go @@ -1,6 +1,6 @@ // Config: parse packages.yaml -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/permissions.go b/cmd/safcm/config/permissions.go index 69596c9..60ea399 100644 --- a/cmd/safcm/config/permissions.go +++ b/cmd/safcm/config/permissions.go @@ -1,6 +1,6 @@ // Config: parse permissions.yaml -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/permissions_test.go b/cmd/safcm/config/permissions_test.go index 0b1eb0c..3a4acdf 100644 --- a/cmd/safcm/config/permissions_test.go +++ b/cmd/safcm/config/permissions_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/services.go b/cmd/safcm/config/services.go index 5c18166..9a27b2d 100644 --- a/cmd/safcm/config/services.go +++ b/cmd/safcm/config/services.go @@ -1,6 +1,6 @@ // Config: parse services.yaml -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/templates.go b/cmd/safcm/config/templates.go index 9434f16..01cfb19 100644 --- a/cmd/safcm/config/templates.go +++ b/cmd/safcm/config/templates.go @@ -1,6 +1,6 @@ // Config: parse templates.yaml and expand templates -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/templates_test.go b/cmd/safcm/config/templates_test.go index ff8f21b..eaceb06 100644 --- a/cmd/safcm/config/templates_test.go +++ b/cmd/safcm/config/templates_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/triggers.go b/cmd/safcm/config/triggers.go index 1e1782b..8140fa3 100644 --- a/cmd/safcm/config/triggers.go +++ b/cmd/safcm/config/triggers.go @@ -1,6 +1,6 @@ // Config: parse triggers.yaml -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/config/triggers_test.go b/cmd/safcm/config/triggers_test.go index da36522..caf6041 100644 --- a/cmd/safcm/config/triggers_test.go +++ b/cmd/safcm/config/triggers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/fixperms.go b/cmd/safcm/fixperms.go index 6532bb4..6520a65 100644 --- a/cmd/safcm/fixperms.go +++ b/cmd/safcm/fixperms.go @@ -1,6 +1,6 @@ // "fixperms" sub-command: apply proper permissions in files/ directories -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/main.go b/cmd/safcm/main.go index f2799e0..b20e5cb 100644 --- a/cmd/safcm/main.go +++ b/cmd/safcm/main.go @@ -1,6 +1,6 @@ // Command line tool to manage remote hosts -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/main_sync_test.go b/cmd/safcm/main_sync_test.go index c0f9818..51980d9 100644 --- a/cmd/safcm/main_sync_test.go +++ b/cmd/safcm/main_sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/remote.go b/cmd/safcm/remote.go index 5ad37c3..7f389c6 100644 --- a/cmd/safcm/remote.go +++ b/cmd/safcm/remote.go @@ -1,6 +1,6 @@ // Embed remote helper binaries -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/sync.go b/cmd/safcm/sync.go index 06f41f4..ec448ba 100644 --- a/cmd/safcm/sync.go +++ b/cmd/safcm/sync.go @@ -1,6 +1,6 @@ // "sync" sub-command: sync data to remote hosts -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/sync_info.go b/cmd/safcm/sync_info.go index 213a4f7..bfc606a 100644 --- a/cmd/safcm/sync_info.go +++ b/cmd/safcm/sync_info.go @@ -1,6 +1,6 @@ // "sync" sub-command: collect information from remote host -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/sync_info_test.go b/cmd/safcm/sync_info_test.go index 21af49a..09c56de 100644 --- a/cmd/safcm/sync_info_test.go +++ b/cmd/safcm/sync_info_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/sync_sync.go b/cmd/safcm/sync_sync.go index 4a8a961..7e1457f 100644 --- a/cmd/safcm/sync_sync.go +++ b/cmd/safcm/sync_sync.go @@ -1,6 +1,6 @@ // "sync" sub-command: sync files -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/sync_sync_test.go b/cmd/safcm/sync_sync_test.go index 0550903..4b614d1 100644 --- a/cmd/safcm/sync_sync_test.go +++ b/cmd/safcm/sync_sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/sync_test.go b/cmd/safcm/sync_test.go index 2b67f18..d07774e 100644 --- a/cmd/safcm/sync_test.go +++ b/cmd/safcm/sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/cmd/safcm/version.go b/cmd/safcm/version.go index 3f616d5..2e35851 100644 --- a/cmd/safcm/version.go +++ b/cmd/safcm/version.go @@ -1,6 +1,6 @@ // "version" sub-command: display version information -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/frontend/changes.go b/frontend/changes.go index 77b803a..ebb402d 100644 --- a/frontend/changes.go +++ b/frontend/changes.go @@ -1,6 +1,6 @@ // Frontend: Format changes -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/frontend/changes_test.go b/frontend/changes_test.go index 0da12f4..a9d9780 100644 --- a/frontend/changes_test.go +++ b/frontend/changes_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/frontend/conn.go b/frontend/conn.go index 5755290..3a3a209 100644 --- a/frontend/conn.go +++ b/frontend/conn.go @@ -1,6 +1,6 @@ // Frontend: Connection functions for programs using the safcm library -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/frontend/log.go b/frontend/log.go index 689dde1..5bdd2eb 100644 --- a/frontend/log.go +++ b/frontend/log.go @@ -1,6 +1,6 @@ // Frontend: Logging functions for programs using the safcm library -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/frontend/log_test.go b/frontend/log_test.go index 8ea6c4e..a5bd02e 100644 --- a/frontend/log_test.go +++ b/frontend/log_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/frontend/loop.go b/frontend/loop.go index 0da0665..6e93100 100644 --- a/frontend/loop.go +++ b/frontend/loop.go @@ -1,7 +1,7 @@ // Frontend: Host synchronization and logging event loop for programs using // the safcm library -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/frontend/term.go b/frontend/term.go index 634c2f9..1837c80 100644 --- a/frontend/term.go +++ b/frontend/term.go @@ -1,6 +1,6 @@ // Frontend: Functions for terminal output -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/frontend/term_test.go b/frontend/term_test.go index 0d7e1b2..87c3b71 100644 --- a/frontend/term_test.go +++ b/frontend/term_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/gob.go b/gob.go index 99fd099..76ce19d 100644 --- a/gob.go +++ b/gob.go @@ -1,6 +1,6 @@ // RPC primitives for safcm: basic connection implementation -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/log.go b/log.go index 3478c59..e5448af 100644 --- a/log.go +++ b/log.go @@ -1,6 +1,6 @@ // RPC primitives for safcm: logging constants -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/ainsl/ainsl.go b/remote/ainsl/ainsl.go index e4699b8..2b5f8e0 100644 --- a/remote/ainsl/ainsl.go +++ b/remote/ainsl/ainsl.go @@ -4,7 +4,7 @@ // // FAI: https://fai-project.org -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/ainsl/ainsl_test.go b/remote/ainsl/ainsl_test.go index 923d49d..78aaff2 100644 --- a/remote/ainsl/ainsl_test.go +++ b/remote/ainsl/ainsl_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/info/info.go b/remote/info/info.go index e8468e6..b16f595 100644 --- a/remote/info/info.go +++ b/remote/info/info.go @@ -1,6 +1,6 @@ // MsgInfoReq: collect information about the remote host -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/log/logger.go b/remote/log/logger.go index 0d59618..52633fa 100644 --- a/remote/log/logger.go +++ b/remote/log/logger.go @@ -1,6 +1,6 @@ // Logging helpers -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/main.go b/remote/main.go index 9218015..ac7b085 100644 --- a/remote/main.go +++ b/remote/main.go @@ -1,6 +1,6 @@ // Helper copied to the remote host to run commands and deploy configuration -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/run/cmd.go b/remote/run/cmd.go index 2e99ba3..13fceb0 100644 --- a/remote/run/cmd.go +++ b/remote/run/cmd.go @@ -1,6 +1,6 @@ // Helper type to run and log commands -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/run/runner.go b/remote/run/runner.go index 6d0d6c8..b81278f 100644 --- a/remote/run/runner.go +++ b/remote/run/runner.go @@ -1,6 +1,6 @@ // Interface to run commands -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/commands.go b/remote/sync/commands.go index 8d6d878..a6a3a73 100644 --- a/remote/sync/commands.go +++ b/remote/sync/commands.go @@ -1,6 +1,6 @@ // MsgSyncReq: run commands on the remote host -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/commands_test.go b/remote/sync/commands_test.go index 818b6e1..a128c2e 100644 --- a/remote/sync/commands_test.go +++ b/remote/sync/commands_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/files.go b/remote/sync/files.go index 98c4ad6..0285721 100644 --- a/remote/sync/files.go +++ b/remote/sync/files.go @@ -1,6 +1,6 @@ // MsgSyncReq: copy files to the remote host -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/files_compat_windows.go b/remote/sync/files_compat_windows.go index 71f26f0..f68e0a8 100644 --- a/remote/sync/files_compat_windows.go +++ b/remote/sync/files_compat_windows.go @@ -1,6 +1,6 @@ // MsgSyncReq: copy files to the remote host; Windows compatibility -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/files_test.go b/remote/sync/files_test.go index 81efd08..dd32804 100644 --- a/remote/sync/files_test.go +++ b/remote/sync/files_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/filetest/filetest.go b/remote/sync/filetest/filetest.go index 6d078c1..2e3c76e 100644 --- a/remote/sync/filetest/filetest.go +++ b/remote/sync/filetest/filetest.go @@ -1,6 +1,6 @@ // Utility functions useful for file-related tests -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/packages.go b/remote/sync/packages.go index d1caaaf..b74d62e 100644 --- a/remote/sync/packages.go +++ b/remote/sync/packages.go @@ -1,6 +1,6 @@ // MsgSyncReq: install packages on the remote host -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/packages_debian.go b/remote/sync/packages_debian.go index 03154ff..8b5e013 100644 --- a/remote/sync/packages_debian.go +++ b/remote/sync/packages_debian.go @@ -1,6 +1,6 @@ // MsgSyncReq: install packages on the remote host (Debian) -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/packages_debian_test.go b/remote/sync/packages_debian_test.go index b101a46..8f38548 100644 --- a/remote/sync/packages_debian_test.go +++ b/remote/sync/packages_debian_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/services.go b/remote/sync/services.go index f3c672a..9054470 100644 --- a/remote/sync/services.go +++ b/remote/sync/services.go @@ -1,6 +1,6 @@ // MsgSyncReq: enable and start services on the remote host -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/services_systemd.go b/remote/sync/services_systemd.go index 3bc8f0f..6d2aed6 100644 --- a/remote/sync/services_systemd.go +++ b/remote/sync/services_systemd.go @@ -1,6 +1,6 @@ // MsgSyncReq: enable and start services on the remote host (systemd) -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/services_systemd_test.go b/remote/sync/services_systemd_test.go index d464292..d1d31ab 100644 --- a/remote/sync/services_systemd_test.go +++ b/remote/sync/services_systemd_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/sync.go b/remote/sync/sync.go index 0e61674..5db3f0b 100644 --- a/remote/sync/sync.go +++ b/remote/sync/sync.go @@ -1,6 +1,6 @@ // MsgSyncReq: sync data on the remote host -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/sync_test.go b/remote/sync/sync_test.go index 6dbd972..fa7eb27 100644 --- a/remote/sync/sync_test.go +++ b/remote/sync/sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/triggers.go b/remote/sync/triggers.go index f6503ae..b7e2149 100644 --- a/remote/sync/triggers.go +++ b/remote/sync/triggers.go @@ -1,6 +1,6 @@ // MsgSyncReq: run triggers for changed files -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/remote/sync/triggers_test.go b/remote/sync/triggers_test.go index b6a6a45..808c401 100644 --- a/remote/sync/triggers_test.go +++ b/remote/sync/triggers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/rpc/conn.go b/rpc/conn.go index 9fbb9c4..8b63477 100644 --- a/rpc/conn.go +++ b/rpc/conn.go @@ -1,6 +1,6 @@ // Simple RPC-like protocol: implementation of connection and basic actions -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/rpc/dial.go b/rpc/dial.go index 4fbb324..e087c99 100644 --- a/rpc/dial.go +++ b/rpc/dial.go @@ -1,6 +1,6 @@ // Simple RPC-like protocol: establish new connection and upload helper -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/testutil/testutil.go b/testutil/testutil.go index 7777808..b2f53c7 100644 --- a/testutil/testutil.go +++ b/testutil/testutil.go @@ -1,6 +1,6 @@ // Utility functions useful for tests -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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/types.go b/types.go index e2dae27..53363cc 100644 --- a/types.go +++ b/types.go @@ -1,6 +1,6 @@ // RPC primitives for safcm: message and additional types -// Copyright (C) 2021-2023 Simon Ruderich +// Copyright (C) 2021-2024 Simon Ruderich // // 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.43.2