aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Benencia <id@rbenencia.name>2026-06-05 21:06:44 -0300
committerRaul Benencia <46945030+raul-te@users.noreply.github.com>2026-06-05 21:19:48 -0300
commitb0b654751c875868bd8c49867a9dbb0ff9bb49c0 (patch)
treee95f3f26f6714079b870c5a21399073441c3a7d8
parent5e3b3bac6577d8d75aed9a65acf28c68476365f0 (diff)
Update copyright year to 2018-2026
-rw-r--r--internal/environment/environment.go2
-rw-r--r--internal/environment/environment_test.go2
-rw-r--r--internal/environment/flags.go2
-rw-r--r--internal/environment/flags_test.go2
-rw-r--r--internal/event/event.go2
-rw-r--r--internal/event/event_test.go2
-rw-r--r--internal/handlers/common.go2
-rw-r--r--internal/handlers/events.go2
-rw-r--r--internal/handlers/ipxemenu.go2
-rw-r--r--internal/handlers/middleware.go2
-rw-r--r--internal/handlers/polling.go2
-rw-r--r--internal/handlers/static.go2
-rw-r--r--internal/handlers/templates.go2
-rw-r--r--internal/ipxe/ipxescript.go2
-rw-r--r--internal/log/log.go2
-rw-r--r--internal/mappings/mappings.go2
-rw-r--r--internal/mappings/mappings_test.go2
-rw-r--r--internal/mappings/parse.go2
-rw-r--r--internal/polling/polling.go2
-rw-r--r--internal/router/router.go2
-rw-r--r--internal/server/server.go2
-rw-r--r--internal/templates/templates.go2
-rw-r--r--internal/utils/util_test.go2
-rw-r--r--internal/utils/utils.go2
-rw-r--r--main.go2
-rw-r--r--test/integ-test/frontend_smoke.js2
-rwxr-xr-xtest/integ-test/integ_test.py2
-rw-r--r--web/css/main.css2
-rw-r--r--web/js/local.js2
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.
nihil fit ex nihilo