From 712f00f434ede3e17e485f349739eeb1c4d918f5 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 26 May 2026 13:59:17 -0700 Subject: [PATCH] Update copyright year Signed-off-by: Bryan Frimin --- cmd/probo-agent/main.go | 2 +- pkg/deviceagent/agent.go | 2 +- pkg/deviceagent/agent_test.go | 2 +- pkg/deviceagent/atomicfile_unix.go | 2 +- pkg/deviceagent/atomicfile_windows.go | 2 +- pkg/deviceagent/checks/check.go | 2 +- pkg/deviceagent/checks/checks_darwin.go | 2 +- pkg/deviceagent/checks/checks_freebsd.go | 2 +- pkg/deviceagent/checks/checks_linux.go | 2 +- pkg/deviceagent/checks/checks_linux_screenlock_test.go | 2 +- pkg/deviceagent/checks/checks_windows.go | 2 +- pkg/deviceagent/checks/evidence.go | 2 +- pkg/deviceagent/checks/registry.go | 2 +- pkg/deviceagent/checks/runcmd.go | 2 +- pkg/deviceagent/checks/runcmd_paths_darwin.go | 2 +- pkg/deviceagent/checks/runcmd_paths_freebsd.go | 2 +- pkg/deviceagent/checks/runcmd_paths_linux.go | 2 +- pkg/deviceagent/checks/runcmd_paths_other.go | 2 +- pkg/deviceagent/checks/runcmd_paths_windows.go | 2 +- pkg/deviceagent/checks/shared.go | 2 +- pkg/deviceagent/checks/status.go | 2 +- pkg/deviceagent/client.go | 2 +- pkg/deviceagent/config.go | 2 +- pkg/deviceagent/config_paths_other.go | 2 +- pkg/deviceagent/config_paths_windows.go | 2 +- pkg/deviceagent/config_test.go | 2 +- pkg/deviceagent/hostinfo.go | 2 +- pkg/deviceagent/hostinfo_darwin.go | 2 +- pkg/deviceagent/hostinfo_freebsd.go | 2 +- pkg/deviceagent/hostinfo_linux.go | 2 +- pkg/deviceagent/hostinfo_other.go | 2 +- pkg/deviceagent/hostinfo_windows.go | 2 +- pkg/deviceagent/keystore.go | 2 +- pkg/deviceagent/posture_queue.go | 2 +- pkg/deviceagent/posture_queue_test.go | 2 +- pkg/deviceagent/service/service.go | 2 +- pkg/deviceagent/service/service_darwin.go | 2 +- pkg/deviceagent/service/service_freebsd.go | 2 +- pkg/deviceagent/service/service_linux.go | 2 +- pkg/deviceagent/service/service_windows.go | 2 +- pkg/deviceagent/service/validate.go | 2 +- pkg/deviceagent/service/validate_windows.go | 2 +- pkg/deviceagent/update/archive.go | 2 +- pkg/deviceagent/update/asset.go | 2 +- pkg/deviceagent/update/asset_test.go | 2 +- pkg/deviceagent/update/copy.go | 2 +- pkg/deviceagent/update/install_unix.go | 2 +- pkg/deviceagent/update/install_windows.go | 2 +- pkg/deviceagent/update/update.go | 2 +- pkg/deviceagent/update/update_test.go | 2 +- pkg/deviceagent/update/verify.go | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/cmd/probo-agent/main.go b/cmd/probo-agent/main.go index 5cc83647e..ce452222c 100644 --- a/cmd/probo-agent/main.go +++ b/cmd/probo-agent/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/agent.go b/pkg/deviceagent/agent.go index 3be027c2a..4c12f9328 100644 --- a/pkg/deviceagent/agent.go +++ b/pkg/deviceagent/agent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/agent_test.go b/pkg/deviceagent/agent_test.go index e8a6f0ede..c28b1c7d8 100644 --- a/pkg/deviceagent/agent_test.go +++ b/pkg/deviceagent/agent_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/atomicfile_unix.go b/pkg/deviceagent/atomicfile_unix.go index 5b6a4e4d2..45ba60e9c 100644 --- a/pkg/deviceagent/atomicfile_unix.go +++ b/pkg/deviceagent/atomicfile_unix.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/atomicfile_windows.go b/pkg/deviceagent/atomicfile_windows.go index e71529488..7caeb2b02 100644 --- a/pkg/deviceagent/atomicfile_windows.go +++ b/pkg/deviceagent/atomicfile_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/check.go b/pkg/deviceagent/checks/check.go index 943c2f352..0c27b1bbc 100644 --- a/pkg/deviceagent/checks/check.go +++ b/pkg/deviceagent/checks/check.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/checks_darwin.go b/pkg/deviceagent/checks/checks_darwin.go index eccbbdbd9..2f7d7c4be 100644 --- a/pkg/deviceagent/checks/checks_darwin.go +++ b/pkg/deviceagent/checks/checks_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/checks_freebsd.go b/pkg/deviceagent/checks/checks_freebsd.go index 6f48e1175..0062a2446 100644 --- a/pkg/deviceagent/checks/checks_freebsd.go +++ b/pkg/deviceagent/checks/checks_freebsd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/checks_linux.go b/pkg/deviceagent/checks/checks_linux.go index f01e60138..a3a639f4c 100644 --- a/pkg/deviceagent/checks/checks_linux.go +++ b/pkg/deviceagent/checks/checks_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/checks_linux_screenlock_test.go b/pkg/deviceagent/checks/checks_linux_screenlock_test.go index 64ef0ec03..67accb802 100644 --- a/pkg/deviceagent/checks/checks_linux_screenlock_test.go +++ b/pkg/deviceagent/checks/checks_linux_screenlock_test.go @@ -1,6 +1,6 @@ //go:build linux -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/checks_windows.go b/pkg/deviceagent/checks/checks_windows.go index f26eb8ddc..296a4640f 100644 --- a/pkg/deviceagent/checks/checks_windows.go +++ b/pkg/deviceagent/checks/checks_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/evidence.go b/pkg/deviceagent/checks/evidence.go index 28094fb63..10f1ca6a5 100644 --- a/pkg/deviceagent/checks/evidence.go +++ b/pkg/deviceagent/checks/evidence.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/registry.go b/pkg/deviceagent/checks/registry.go index 98db34f6a..f4325475a 100644 --- a/pkg/deviceagent/checks/registry.go +++ b/pkg/deviceagent/checks/registry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd.go b/pkg/deviceagent/checks/runcmd.go index 40e0fdc24..ad29e7e4d 100644 --- a/pkg/deviceagent/checks/runcmd.go +++ b/pkg/deviceagent/checks/runcmd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd_paths_darwin.go b/pkg/deviceagent/checks/runcmd_paths_darwin.go index 57716443f..1c78c951d 100644 --- a/pkg/deviceagent/checks/runcmd_paths_darwin.go +++ b/pkg/deviceagent/checks/runcmd_paths_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd_paths_freebsd.go b/pkg/deviceagent/checks/runcmd_paths_freebsd.go index f167fb71b..d18f7413b 100644 --- a/pkg/deviceagent/checks/runcmd_paths_freebsd.go +++ b/pkg/deviceagent/checks/runcmd_paths_freebsd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd_paths_linux.go b/pkg/deviceagent/checks/runcmd_paths_linux.go index c39e2f2ab..c4ea36d57 100644 --- a/pkg/deviceagent/checks/runcmd_paths_linux.go +++ b/pkg/deviceagent/checks/runcmd_paths_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd_paths_other.go b/pkg/deviceagent/checks/runcmd_paths_other.go index ab943091e..285f73001 100644 --- a/pkg/deviceagent/checks/runcmd_paths_other.go +++ b/pkg/deviceagent/checks/runcmd_paths_other.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/runcmd_paths_windows.go b/pkg/deviceagent/checks/runcmd_paths_windows.go index 7aaae0362..c4dd96af6 100644 --- a/pkg/deviceagent/checks/runcmd_paths_windows.go +++ b/pkg/deviceagent/checks/runcmd_paths_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/shared.go b/pkg/deviceagent/checks/shared.go index a3caa32b0..14f729b1a 100644 --- a/pkg/deviceagent/checks/shared.go +++ b/pkg/deviceagent/checks/shared.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/checks/status.go b/pkg/deviceagent/checks/status.go index 1631d46b3..9a307bdab 100644 --- a/pkg/deviceagent/checks/status.go +++ b/pkg/deviceagent/checks/status.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/client.go b/pkg/deviceagent/client.go index ba26c8c5c..b58fac851 100644 --- a/pkg/deviceagent/client.go +++ b/pkg/deviceagent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/config.go b/pkg/deviceagent/config.go index c9403f41e..afcf0bcae 100644 --- a/pkg/deviceagent/config.go +++ b/pkg/deviceagent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/config_paths_other.go b/pkg/deviceagent/config_paths_other.go index 7e442287f..ff04ba612 100644 --- a/pkg/deviceagent/config_paths_other.go +++ b/pkg/deviceagent/config_paths_other.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/config_paths_windows.go b/pkg/deviceagent/config_paths_windows.go index 63ecdcf91..05fdf299a 100644 --- a/pkg/deviceagent/config_paths_windows.go +++ b/pkg/deviceagent/config_paths_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/config_test.go b/pkg/deviceagent/config_test.go index 8fd1c7f35..c2c33da39 100644 --- a/pkg/deviceagent/config_test.go +++ b/pkg/deviceagent/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo.go b/pkg/deviceagent/hostinfo.go index 5110809fb..2195ca61a 100644 --- a/pkg/deviceagent/hostinfo.go +++ b/pkg/deviceagent/hostinfo.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo_darwin.go b/pkg/deviceagent/hostinfo_darwin.go index 934798ea4..a8a6536d3 100644 --- a/pkg/deviceagent/hostinfo_darwin.go +++ b/pkg/deviceagent/hostinfo_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo_freebsd.go b/pkg/deviceagent/hostinfo_freebsd.go index c9029b415..99b47c3e8 100644 --- a/pkg/deviceagent/hostinfo_freebsd.go +++ b/pkg/deviceagent/hostinfo_freebsd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo_linux.go b/pkg/deviceagent/hostinfo_linux.go index f976bf195..7716d6ba2 100644 --- a/pkg/deviceagent/hostinfo_linux.go +++ b/pkg/deviceagent/hostinfo_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo_other.go b/pkg/deviceagent/hostinfo_other.go index bfe03902c..91889cfb7 100644 --- a/pkg/deviceagent/hostinfo_other.go +++ b/pkg/deviceagent/hostinfo_other.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/hostinfo_windows.go b/pkg/deviceagent/hostinfo_windows.go index 123001c55..331f7d833 100644 --- a/pkg/deviceagent/hostinfo_windows.go +++ b/pkg/deviceagent/hostinfo_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/keystore.go b/pkg/deviceagent/keystore.go index cb7af2b1c..33abf880e 100644 --- a/pkg/deviceagent/keystore.go +++ b/pkg/deviceagent/keystore.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/posture_queue.go b/pkg/deviceagent/posture_queue.go index b5fac12e4..c1199e720 100644 --- a/pkg/deviceagent/posture_queue.go +++ b/pkg/deviceagent/posture_queue.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/posture_queue_test.go b/pkg/deviceagent/posture_queue_test.go index 30d0c1a5a..0f53d9300 100644 --- a/pkg/deviceagent/posture_queue_test.go +++ b/pkg/deviceagent/posture_queue_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/service.go b/pkg/deviceagent/service/service.go index 6bf8f8bb2..66052960b 100644 --- a/pkg/deviceagent/service/service.go +++ b/pkg/deviceagent/service/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/service_darwin.go b/pkg/deviceagent/service/service_darwin.go index 87d93f5a5..7f252ecf3 100644 --- a/pkg/deviceagent/service/service_darwin.go +++ b/pkg/deviceagent/service/service_darwin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/service_freebsd.go b/pkg/deviceagent/service/service_freebsd.go index caa65d162..a21e7b984 100644 --- a/pkg/deviceagent/service/service_freebsd.go +++ b/pkg/deviceagent/service/service_freebsd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/service_linux.go b/pkg/deviceagent/service/service_linux.go index ce37f592a..b8f39ed0c 100644 --- a/pkg/deviceagent/service/service_linux.go +++ b/pkg/deviceagent/service/service_linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/service_windows.go b/pkg/deviceagent/service/service_windows.go index 10e3bc17a..336a4f176 100644 --- a/pkg/deviceagent/service/service_windows.go +++ b/pkg/deviceagent/service/service_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/validate.go b/pkg/deviceagent/service/validate.go index 52dcb1873..490676f3d 100644 --- a/pkg/deviceagent/service/validate.go +++ b/pkg/deviceagent/service/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/service/validate_windows.go b/pkg/deviceagent/service/validate_windows.go index 735af797e..4e9a7feca 100644 --- a/pkg/deviceagent/service/validate_windows.go +++ b/pkg/deviceagent/service/validate_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/archive.go b/pkg/deviceagent/update/archive.go index 858805d4f..4a21b6730 100644 --- a/pkg/deviceagent/update/archive.go +++ b/pkg/deviceagent/update/archive.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/asset.go b/pkg/deviceagent/update/asset.go index e32119ad7..fa6820198 100644 --- a/pkg/deviceagent/update/asset.go +++ b/pkg/deviceagent/update/asset.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/asset_test.go b/pkg/deviceagent/update/asset_test.go index 82233e9f9..054733401 100644 --- a/pkg/deviceagent/update/asset_test.go +++ b/pkg/deviceagent/update/asset_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/copy.go b/pkg/deviceagent/update/copy.go index 80c94af9a..d48ce9937 100644 --- a/pkg/deviceagent/update/copy.go +++ b/pkg/deviceagent/update/copy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/install_unix.go b/pkg/deviceagent/update/install_unix.go index 4bf53e788..5da7bcbc7 100644 --- a/pkg/deviceagent/update/install_unix.go +++ b/pkg/deviceagent/update/install_unix.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/install_windows.go b/pkg/deviceagent/update/install_windows.go index 000206e75..ee2d02d44 100644 --- a/pkg/deviceagent/update/install_windows.go +++ b/pkg/deviceagent/update/install_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/update.go b/pkg/deviceagent/update/update.go index 60d42ea03..8669aed8d 100644 --- a/pkg/deviceagent/update/update.go +++ b/pkg/deviceagent/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/update_test.go b/pkg/deviceagent/update/update_test.go index 6439b92d0..291c79c9a 100644 --- a/pkg/deviceagent/update/update_test.go +++ b/pkg/deviceagent/update/update_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/pkg/deviceagent/update/verify.go b/pkg/deviceagent/update/verify.go index 427340513..4fc06498c 100644 --- a/pkg/deviceagent/update/verify.go +++ b/pkg/deviceagent/update/verify.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025-2026 Probo Inc . +// Copyright (c) 2026 Probo Inc . // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above