diff options
| author | Raúl Benencia <id@rbenencia.name> | 2026-06-05 21:06:44 -0300 |
|---|---|---|
| committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2026-06-05 21:19:48 -0300 |
| commit | b0b654751c875868bd8c49867a9dbb0ff9bb49c0 (patch) | |
| tree | e95f3f26f6714079b870c5a21399073441c3a7d8 /internal | |
| parent | 5e3b3bac6577d8d75aed9a65acf28c68476365f0 (diff) | |
Update copyright year to 2018-2026
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/environment/environment.go | 2 | ||||
| -rw-r--r-- | internal/environment/environment_test.go | 2 | ||||
| -rw-r--r-- | internal/environment/flags.go | 2 | ||||
| -rw-r--r-- | internal/environment/flags_test.go | 2 | ||||
| -rw-r--r-- | internal/event/event.go | 2 | ||||
| -rw-r--r-- | internal/event/event_test.go | 2 | ||||
| -rw-r--r-- | internal/handlers/common.go | 2 | ||||
| -rw-r--r-- | internal/handlers/events.go | 2 | ||||
| -rw-r--r-- | internal/handlers/ipxemenu.go | 2 | ||||
| -rw-r--r-- | internal/handlers/middleware.go | 2 | ||||
| -rw-r--r-- | internal/handlers/polling.go | 2 | ||||
| -rw-r--r-- | internal/handlers/static.go | 2 | ||||
| -rw-r--r-- | internal/handlers/templates.go | 2 | ||||
| -rw-r--r-- | internal/ipxe/ipxescript.go | 2 | ||||
| -rw-r--r-- | internal/log/log.go | 2 | ||||
| -rw-r--r-- | internal/mappings/mappings.go | 2 | ||||
| -rw-r--r-- | internal/mappings/mappings_test.go | 2 | ||||
| -rw-r--r-- | internal/mappings/parse.go | 2 | ||||
| -rw-r--r-- | internal/polling/polling.go | 2 | ||||
| -rw-r--r-- | internal/router/router.go | 2 | ||||
| -rw-r--r-- | internal/server/server.go | 2 | ||||
| -rw-r--r-- | internal/templates/templates.go | 2 | ||||
| -rw-r--r-- | internal/utils/util_test.go | 2 | ||||
| -rw-r--r-- | internal/utils/utils.go | 2 |
24 files changed, 24 insertions, 24 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. |
