From b0b654751c875868bd8c49867a9dbb0ff9bb49c0 Mon Sep 17 00:00:00 2001 From: Raúl Benencia Date: Fri, 5 Jun 2026 21:06:44 -0300 Subject: Update copyright year to 2018-2026 --- internal/environment/environment.go | 2 +- internal/environment/environment_test.go | 2 +- internal/environment/flags.go | 2 +- internal/environment/flags_test.go | 2 +- internal/event/event.go | 2 +- internal/event/event_test.go | 2 +- internal/handlers/common.go | 2 +- internal/handlers/events.go | 2 +- internal/handlers/ipxemenu.go | 2 +- internal/handlers/middleware.go | 2 +- internal/handlers/polling.go | 2 +- internal/handlers/static.go | 2 +- internal/handlers/templates.go | 2 +- internal/ipxe/ipxescript.go | 2 +- internal/log/log.go | 2 +- internal/mappings/mappings.go | 2 +- internal/mappings/mappings_test.go | 2 +- internal/mappings/parse.go | 2 +- internal/polling/polling.go | 2 +- internal/router/router.go | 2 +- internal/server/server.go | 2 +- internal/templates/templates.go | 2 +- internal/utils/util_test.go | 2 +- internal/utils/utils.go | 2 +- main.go | 2 +- test/integ-test/frontend_smoke.js | 2 +- test/integ-test/integ_test.py | 2 +- web/css/main.css | 2 +- web/js/local.js | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/internal/environment/environment.go b/internal/environment/environment.go index 1c23bf5..8f8d6c1 100644 --- a/internal/environment/environment.go +++ b/internal/environment/environment.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/environment/environment_test.go b/internal/environment/environment_test.go index 8ffe88d..8aa1163 100644 --- a/internal/environment/environment_test.go +++ b/internal/environment/environment_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/environment/flags.go b/internal/environment/flags.go index dcb03fc..22f1a30 100644 --- a/internal/environment/flags.go +++ b/internal/environment/flags.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/environment/flags_test.go b/internal/environment/flags_test.go index 782a336..1ad8f42 100644 --- a/internal/environment/flags_test.go +++ b/internal/environment/flags_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/event/event.go b/internal/event/event.go index 52db432..923b04f 100644 --- a/internal/event/event.go +++ b/internal/event/event.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/event/event_test.go b/internal/event/event_test.go index a2eb341..7c6473e 100644 --- a/internal/event/event_test.go +++ b/internal/event/event_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/handlers/common.go b/internal/handlers/common.go index 99511e2..cbda2d8 100644 --- a/internal/handlers/common.go +++ b/internal/handlers/common.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/handlers/events.go b/internal/handlers/events.go index 9480169..72282a8 100644 --- a/internal/handlers/events.go +++ b/internal/handlers/events.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/handlers/ipxemenu.go b/internal/handlers/ipxemenu.go index eed612d..a0d153f 100644 --- a/internal/handlers/ipxemenu.go +++ b/internal/handlers/ipxemenu.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/handlers/middleware.go b/internal/handlers/middleware.go index 5270a1f..0d4bcda 100644 --- a/internal/handlers/middleware.go +++ b/internal/handlers/middleware.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/handlers/polling.go b/internal/handlers/polling.go index 6a01e99..79cad5f 100644 --- a/internal/handlers/polling.go +++ b/internal/handlers/polling.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/handlers/static.go b/internal/handlers/static.go index ebec994..ad6b992 100644 --- a/internal/handlers/static.go +++ b/internal/handlers/static.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/handlers/templates.go b/internal/handlers/templates.go index 676812f..919a579 100644 --- a/internal/handlers/templates.go +++ b/internal/handlers/templates.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/ipxe/ipxescript.go b/internal/ipxe/ipxescript.go index c0a62ac..54c8c92 100644 --- a/internal/ipxe/ipxescript.go +++ b/internal/ipxe/ipxescript.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/log/log.go b/internal/log/log.go index 924abd9..7da19cf 100644 --- a/internal/log/log.go +++ b/internal/log/log.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/mappings/mappings.go b/internal/mappings/mappings.go index fba7201..89f7fc7 100644 --- a/internal/mappings/mappings.go +++ b/internal/mappings/mappings.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/mappings/mappings_test.go b/internal/mappings/mappings_test.go index ed45114..dd167be 100644 --- a/internal/mappings/mappings_test.go +++ b/internal/mappings/mappings_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/mappings/parse.go b/internal/mappings/parse.go index f2e1756..041e907 100644 --- a/internal/mappings/parse.go +++ b/internal/mappings/parse.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/polling/polling.go b/internal/polling/polling.go index 49780a0..44751e7 100644 --- a/internal/polling/polling.go +++ b/internal/polling/polling.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/router/router.go b/internal/router/router.go index 564de14..ba4ed30 100644 --- a/internal/router/router.go +++ b/internal/router/router.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/server/server.go b/internal/server/server.go index 55f82b0..78be536 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/templates/templates.go b/internal/templates/templates.go index 6de4ec1..bee28f5 100644 --- a/internal/templates/templates.go +++ b/internal/templates/templates.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/util_test.go b/internal/utils/util_test.go index f9daee8..4d58dc6 100644 --- a/internal/utils/util_test.go +++ b/internal/utils/util_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/utils/utils.go b/internal/utils/utils.go index b7ee256..416c788 100644 --- a/internal/utils/utils.go +++ b/internal/utils/utils.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/main.go b/main.go index 3b8cd15..60c25b7 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2018 ThousandEyes Inc. +// Copyright 2018-2026 ThousandEyes Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/integ-test/frontend_smoke.js b/test/integ-test/frontend_smoke.js index bd7be63..32a6fad 100644 --- a/test/integ-test/frontend_smoke.js +++ b/test/integ-test/frontend_smoke.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /* - Copyright 2018 ThousandEyes Inc. + Copyright 2018-2026 ThousandEyes Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/test/integ-test/integ_test.py b/test/integ-test/integ_test.py index f479e29..fe0b689 100755 --- a/test/integ-test/integ_test.py +++ b/test/integ-test/integ_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2018 ThousandEyes Inc. +# Copyright 2018-2026 ThousandEyes Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/web/css/main.css b/web/css/main.css index 8cbfb44..bb45170 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -1,5 +1,5 @@ /* -Copyright 2018 ThousandEyes Inc. +Copyright 2018-2026 ThousandEyes Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/web/js/local.js b/web/js/local.js index aac60ca..92b3cd5 100644 --- a/web/js/local.js +++ b/web/js/local.js @@ -1,5 +1,5 @@ /* - Copyright 2018 ThousandEyes Inc. + Copyright 2018-2026 ThousandEyes Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -- cgit v1.2.3