From d109a6151f48fc9e322bacbd3cc5e4f00eade713 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 15 Jan 2023 10:23:33 +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 2a88961..9e8f60f 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-2022 Simon Ruderich +Copyright (C) 2021-2023 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 d067b9e..b96c73e 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-2022 Simon Ruderich +# Copyright (C) 2021-2023 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 a2603b3..d795114 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 ba726d5..afa1427 100644 --- a/cmd/safcm/config/commands.go +++ b/cmd/safcm/config/commands.go @@ -1,6 +1,6 @@ // Config: parse commands.yaml -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 aebf963..5195f7f 100644 --- a/cmd/safcm/config/config.go +++ b/cmd/safcm/config/config.go @@ -1,6 +1,6 @@ // Config: parse config.yaml -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 a6c1f87..32b211c 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 007e9da..6543bd8 100644 --- a/cmd/safcm/config/files_test.go +++ b/cmd/safcm/config/files_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 1b0078c..13ab0a8 100644 --- a/cmd/safcm/config/groups.go +++ b/cmd/safcm/config/groups.go @@ -1,6 +1,6 @@ // Config: parse groups.yaml -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 5a5e33f..3eb4429 100644 --- a/cmd/safcm/config/groups_test.go +++ b/cmd/safcm/config/groups_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 e9102d5..92c74d9 100644 --- a/cmd/safcm/config/hosts.go +++ b/cmd/safcm/config/hosts.go @@ -1,6 +1,6 @@ // Config: parse hosts.yaml -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 4c4e970..4c601c5 100644 --- a/cmd/safcm/config/hosts_test.go +++ b/cmd/safcm/config/hosts_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 97ff414..19725f6 100644 --- a/cmd/safcm/config/packages.go +++ b/cmd/safcm/config/packages.go @@ -1,6 +1,6 @@ // Config: parse packages.yaml -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 ecdc102..69596c9 100644 --- a/cmd/safcm/config/permissions.go +++ b/cmd/safcm/config/permissions.go @@ -1,6 +1,6 @@ // Config: parse permissions.yaml -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 d866a5a..0b1eb0c 100644 --- a/cmd/safcm/config/permissions_test.go +++ b/cmd/safcm/config/permissions_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 55a6d19..5c18166 100644 --- a/cmd/safcm/config/services.go +++ b/cmd/safcm/config/services.go @@ -1,6 +1,6 @@ // Config: parse services.yaml -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 352b1af..9434f16 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 4e4e82f..ff8f21b 100644 --- a/cmd/safcm/config/templates_test.go +++ b/cmd/safcm/config/templates_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 e6591df..1e1782b 100644 --- a/cmd/safcm/config/triggers.go +++ b/cmd/safcm/config/triggers.go @@ -1,6 +1,6 @@ // Config: parse triggers.yaml -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 57c4bf1..da36522 100644 --- a/cmd/safcm/config/triggers_test.go +++ b/cmd/safcm/config/triggers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 4523b95..6532bb4 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 1401e35..f2799e0 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 7f5061e..c0f9818 100644 --- a/cmd/safcm/main_sync_test.go +++ b/cmd/safcm/main_sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 2057c38..a5b0e3c 100644 --- a/cmd/safcm/remote.go +++ b/cmd/safcm/remote.go @@ -1,6 +1,6 @@ // Embed remote helper binaries -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 55c957f..06f41f4 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 50dc68f..213a4f7 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 361a067..21af49a 100644 --- a/cmd/safcm/sync_info_test.go +++ b/cmd/safcm/sync_info_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 eeb3870..4a8a961 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 8ef0113..0550903 100644 --- a/cmd/safcm/sync_sync_test.go +++ b/cmd/safcm/sync_sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 6d37366..2b67f18 100644 --- a/cmd/safcm/sync_test.go +++ b/cmd/safcm/sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 180aeea..3f616d5 100644 --- a/cmd/safcm/version.go +++ b/cmd/safcm/version.go @@ -1,6 +1,6 @@ // "version" sub-command: display version information -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 e1eb452..77b803a 100644 --- a/frontend/changes.go +++ b/frontend/changes.go @@ -1,6 +1,6 @@ // Frontend: Format changes -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 f90f286..0da12f4 100644 --- a/frontend/changes_test.go +++ b/frontend/changes_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 057ef6c..5755290 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 3bb5118..689dde1 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 0e87576..8ea6c4e 100644 --- a/frontend/log_test.go +++ b/frontend/log_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 f7441c3..0da0665 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 27ff8ce..634c2f9 100644 --- a/frontend/term.go +++ b/frontend/term.go @@ -1,6 +1,6 @@ // Frontend: Functions for terminal output -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 a659c40..0d7e1b2 100644 --- a/frontend/term_test.go +++ b/frontend/term_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 7e759e3..99fd099 100644 --- a/gob.go +++ b/gob.go @@ -1,6 +1,6 @@ // RPC primitives for safcm: basic connection implementation -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 7da0ac8..3478c59 100644 --- a/log.go +++ b/log.go @@ -1,6 +1,6 @@ // RPC primitives for safcm: logging constants -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 2925452..8b4aa88 100644 --- a/remote/ainsl/ainsl.go +++ b/remote/ainsl/ainsl.go @@ -4,7 +4,7 @@ // // FAI: https://fai-project.org -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 ecb1290..923d49d 100644 --- a/remote/ainsl/ainsl_test.go +++ b/remote/ainsl/ainsl_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 4308eed..e8468e6 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 166555a..0d59618 100644 --- a/remote/log/logger.go +++ b/remote/log/logger.go @@ -1,6 +1,6 @@ // Logging helpers -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 ad4aa9b..9218015 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 75ddd6e..2e99ba3 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 76f7f91..6d0d6c8 100644 --- a/remote/run/runner.go +++ b/remote/run/runner.go @@ -1,6 +1,6 @@ // Interface to run commands -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 fa57034..8d6d878 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 fcb628e..818b6e1 100644 --- a/remote/sync/commands_test.go +++ b/remote/sync/commands_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 ff35458..20f8505 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 72947f1..71f26f0 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 ded6614..bae2597 100644 --- a/remote/sync/files_test.go +++ b/remote/sync/files_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 e378622..6d078c1 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 4731109..d1caaaf 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 8f6b83a..03154ff 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 0afe056..b101a46 100644 --- a/remote/sync/packages_debian_test.go +++ b/remote/sync/packages_debian_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 c3b0ad5..f3c672a 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 eadf8b0..3bc8f0f 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 657000e..d464292 100644 --- a/remote/sync/services_systemd_test.go +++ b/remote/sync/services_systemd_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 1706919..0e61674 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 7781a36..6dbd972 100644 --- a/remote/sync/sync_test.go +++ b/remote/sync/sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 6c399d4..f6503ae 100644 --- a/remote/sync/triggers.go +++ b/remote/sync/triggers.go @@ -1,6 +1,6 @@ // MsgSyncReq: run triggers for changed files -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 3ca0762..b6a6a45 100644 --- a/remote/sync/triggers_test.go +++ b/remote/sync/triggers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 2dc2da7..9fbb9c4 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 e4d7f38..4fbb324 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-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 42e19cf..7777808 100644 --- a/testutil/testutil.go +++ b/testutil/testutil.go @@ -1,6 +1,6 @@ // Utility functions useful for tests -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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 77dd663..e2dae27 100644 --- a/types.go +++ b/types.go @@ -1,6 +1,6 @@ // RPC primitives for safcm: message and additional types -// Copyright (C) 2021-2022 Simon Ruderich +// Copyright (C) 2021-2023 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