From 4206e0dbca82f5df7d8e534f78cb737979880916 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 6 Mar 2022 10:03:21 +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 6a2b108..2a88961 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 Simon Ruderich +Copyright (C) 2021-2022 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 73957ed..d067b9e 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 Simon Ruderich +# Copyright (C) 2021-2022 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 b6d784d..a2603b3 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 Simon Ruderich +// Copyright (C) 2021-2022 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 569cdbe..ba726d5 100644 --- a/cmd/safcm/config/commands.go +++ b/cmd/safcm/config/commands.go @@ -1,6 +1,6 @@ // Config: parse commands.yaml -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 74f486e..aebf963 100644 --- a/cmd/safcm/config/config.go +++ b/cmd/safcm/config/config.go @@ -1,6 +1,6 @@ // Config: parse config.yaml -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 143a678..a6c1f87 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 Simon Ruderich +// Copyright (C) 2021-2022 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 552ffb7..007e9da 100644 --- a/cmd/safcm/config/files_test.go +++ b/cmd/safcm/config/files_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 466e493..1b0078c 100644 --- a/cmd/safcm/config/groups.go +++ b/cmd/safcm/config/groups.go @@ -1,6 +1,6 @@ // Config: parse groups.yaml -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 a12b6fb..5a5e33f 100644 --- a/cmd/safcm/config/groups_test.go +++ b/cmd/safcm/config/groups_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 823afa1..e9102d5 100644 --- a/cmd/safcm/config/hosts.go +++ b/cmd/safcm/config/hosts.go @@ -1,6 +1,6 @@ // Config: parse hosts.yaml -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 4b5dcaf..4c4e970 100644 --- a/cmd/safcm/config/hosts_test.go +++ b/cmd/safcm/config/hosts_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 60ddc87..97ff414 100644 --- a/cmd/safcm/config/packages.go +++ b/cmd/safcm/config/packages.go @@ -1,6 +1,6 @@ // Config: parse packages.yaml -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 4924e2d..ecdc102 100644 --- a/cmd/safcm/config/permissions.go +++ b/cmd/safcm/config/permissions.go @@ -1,6 +1,6 @@ // Config: parse permissions.yaml -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 de21f3c..d866a5a 100644 --- a/cmd/safcm/config/permissions_test.go +++ b/cmd/safcm/config/permissions_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 be2ed7b..55a6d19 100644 --- a/cmd/safcm/config/services.go +++ b/cmd/safcm/config/services.go @@ -1,6 +1,6 @@ // Config: parse services.yaml -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 0aad2b0..352b1af 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 Simon Ruderich +// Copyright (C) 2021-2022 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 3ed9bbf..4e4e82f 100644 --- a/cmd/safcm/config/templates_test.go +++ b/cmd/safcm/config/templates_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 69ceb09..e6591df 100644 --- a/cmd/safcm/config/triggers.go +++ b/cmd/safcm/config/triggers.go @@ -1,6 +1,6 @@ // Config: parse triggers.yaml -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 1997e86..57c4bf1 100644 --- a/cmd/safcm/config/triggers_test.go +++ b/cmd/safcm/config/triggers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 af5c658..4523b95 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 Simon Ruderich +// Copyright (C) 2021-2022 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 ca037c5..1401e35 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 Simon Ruderich +// Copyright (C) 2021-2022 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 6425256..7f5061e 100644 --- a/cmd/safcm/main_sync_test.go +++ b/cmd/safcm/main_sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 4fbb7d4..2057c38 100644 --- a/cmd/safcm/remote.go +++ b/cmd/safcm/remote.go @@ -1,6 +1,6 @@ // Embed remote helper binaries -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 841898a..55c957f 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 Simon Ruderich +// Copyright (C) 2021-2022 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 8672a3e..50dc68f 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 Simon Ruderich +// Copyright (C) 2021-2022 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 5498a20..361a067 100644 --- a/cmd/safcm/sync_info_test.go +++ b/cmd/safcm/sync_info_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 01e712c..eeb3870 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 Simon Ruderich +// Copyright (C) 2021-2022 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 7f478ff..2214e0e 100644 --- a/cmd/safcm/sync_sync_test.go +++ b/cmd/safcm/sync_sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 10ffec1..6d37366 100644 --- a/cmd/safcm/sync_test.go +++ b/cmd/safcm/sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 f1ad1b3..180aeea 100644 --- a/cmd/safcm/version.go +++ b/cmd/safcm/version.go @@ -1,6 +1,6 @@ // "version" sub-command: display version information -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 351cdfa..e1eb452 100644 --- a/frontend/changes.go +++ b/frontend/changes.go @@ -1,6 +1,6 @@ // Frontend: Format changes -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 02a95c4..f90f286 100644 --- a/frontend/changes_test.go +++ b/frontend/changes_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 01486ff..057ef6c 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 Simon Ruderich +// Copyright (C) 2021-2022 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 aed57dd..3bb5118 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 Simon Ruderich +// Copyright (C) 2021-2022 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 ebdd3ae..0e87576 100644 --- a/frontend/log_test.go +++ b/frontend/log_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 232b43a..f7441c3 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 Simon Ruderich +// Copyright (C) 2021-2022 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 f50f162..27ff8ce 100644 --- a/frontend/term.go +++ b/frontend/term.go @@ -1,6 +1,6 @@ // Frontend: Functions for terminal output -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 7569a99..a659c40 100644 --- a/frontend/term_test.go +++ b/frontend/term_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 147ea23..7e759e3 100644 --- a/gob.go +++ b/gob.go @@ -1,6 +1,6 @@ // RPC primitives for safcm: basic connection implementation -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 6e063ce..7da0ac8 100644 --- a/log.go +++ b/log.go @@ -1,6 +1,6 @@ // RPC primitives for safcm: logging constants -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 8a65d4d..2925452 100644 --- a/remote/ainsl/ainsl.go +++ b/remote/ainsl/ainsl.go @@ -4,7 +4,7 @@ // // FAI: https://fai-project.org -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 2e5d2ef..ecb1290 100644 --- a/remote/ainsl/ainsl_test.go +++ b/remote/ainsl/ainsl_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 b58752d..4308eed 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 Simon Ruderich +// Copyright (C) 2021-2022 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 f358b75..166555a 100644 --- a/remote/log/logger.go +++ b/remote/log/logger.go @@ -1,6 +1,6 @@ // Logging helpers -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 903af0a..ad4aa9b 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 Simon Ruderich +// Copyright (C) 2021-2022 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 a1c5e7f..75ddd6e 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 Simon Ruderich +// Copyright (C) 2021-2022 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 b5ea690..76f7f91 100644 --- a/remote/run/runner.go +++ b/remote/run/runner.go @@ -1,6 +1,6 @@ // Interface to run commands -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 c0d47d1..fa57034 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 Simon Ruderich +// Copyright (C) 2021-2022 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 0bd0949..4d60dda 100644 --- a/remote/sync/commands_test.go +++ b/remote/sync/commands_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 9803e93..ff35458 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 Simon Ruderich +// Copyright (C) 2021-2022 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 b440ed6..72947f1 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 Simon Ruderich +// Copyright (C) 2021-2022 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 bdf432a..48d54fc 100644 --- a/remote/sync/files_test.go +++ b/remote/sync/files_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 370ca10..e378622 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 Simon Ruderich +// Copyright (C) 2021-2022 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 f0b4309..4731109 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 Simon Ruderich +// Copyright (C) 2021-2022 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 2e330b9..a18ab35 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 Simon Ruderich +// Copyright (C) 2021-2022 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 c348190..6ba31ab 100644 --- a/remote/sync/packages_debian_test.go +++ b/remote/sync/packages_debian_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 2e1ba6c..c3b0ad5 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 Simon Ruderich +// Copyright (C) 2021-2022 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 6ed8107..eadf8b0 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 Simon Ruderich +// Copyright (C) 2021-2022 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 b6b45dd..657000e 100644 --- a/remote/sync/services_systemd_test.go +++ b/remote/sync/services_systemd_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 5287318..1706919 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 Simon Ruderich +// Copyright (C) 2021-2022 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 f5d2e11..7781a36 100644 --- a/remote/sync/sync_test.go +++ b/remote/sync/sync_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 74d45c3..6c399d4 100644 --- a/remote/sync/triggers.go +++ b/remote/sync/triggers.go @@ -1,6 +1,6 @@ // MsgSyncReq: run triggers for changed files -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 9775ed5..3ca0762 100644 --- a/remote/sync/triggers_test.go +++ b/remote/sync/triggers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 0ca9cd4..2dc2da7 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 Simon Ruderich +// Copyright (C) 2021-2022 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 fc702d3..e4d7f38 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 Simon Ruderich +// Copyright (C) 2021-2022 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 1722fd5..42e19cf 100644 --- a/testutil/testutil.go +++ b/testutil/testutil.go @@ -1,6 +1,6 @@ // Utility functions useful for tests -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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 cca638e..77dd663 100644 --- a/types.go +++ b/types.go @@ -1,6 +1,6 @@ // RPC primitives for safcm: message and additional types -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2022 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