From 8bb8973aab4517fdf6130273cfb608249fc115d0 Mon Sep 17 00:00:00 2001 From: soup Date: Sat, 24 Jan 2026 09:24:12 +0100 Subject: [PATCH] chore: update copyright year to 2026 Update all license headers from 2024-2025 to 2024-2026 and update license.sh to handle the new year range. --- cmd/netronome/main.go | 2 +- cmd/netronome/update.go | 2 +- cmd/netronome/version.go | 2 +- internal/agent/agent.go | 2 +- internal/agent/bandwidth.go | 2 +- internal/agent/broadcast.go | 2 +- internal/agent/disk_utils.go | 2 +- internal/agent/hardware.go | 2 +- internal/agent/middleware.go | 2 +- internal/agent/routes.go | 2 +- internal/agent/smart.go | 2 +- internal/agent/smart_stub.go | 2 +- internal/agent/system.go | 2 +- internal/agent/tailscale.go | 2 +- internal/agent/types.go | 2 +- internal/auth/auth.go | 2 +- internal/auth/oidc.go | 2 +- internal/broadcaster/broadcaster.go | 2 +- internal/config/config.go | 2 +- internal/config/tailscale_config_test.go | 2 +- internal/database/cascade_delete_integration_test.go | 2 +- internal/database/core_integration_test.go | 2 +- internal/database/database.go | 2 +- internal/database/database_test.go | 2 +- internal/database/iperf.go | 2 +- internal/database/iperf_integration_test.go | 2 +- internal/database/migrations/migrations.go | 2 +- internal/database/migrations_integration_test.go | 2 +- internal/database/migrations_postgres_test.go | 2 +- internal/database/monitor.go | 2 +- internal/database/monitor_data.go | 2 +- internal/database/monitor_integration_test.go | 2 +- internal/database/notifications.go | 2 +- internal/database/notifications_integration_test.go | 2 +- internal/database/notifications_types.go | 2 +- internal/database/packetloss.go | 2 +- internal/database/packetloss_integration_test.go | 2 +- internal/database/packetloss_test.go | 2 +- internal/database/schedule.go | 2 +- internal/database/schedule_integration_test.go | 2 +- internal/database/speedtest.go | 2 +- internal/database/speedtest_integration_test.go | 2 +- internal/database/user.go | 2 +- internal/handlers/iperf.go | 2 +- internal/handlers/monitor.go | 2 +- internal/handlers/packetloss.go | 2 +- internal/logger/logger.go | 2 +- internal/monitor/client.go | 2 +- internal/monitor/tailscale_discovery.go | 2 +- internal/notifications/notifications.go | 2 +- internal/scheduler/scheduler.go | 2 +- internal/scheduler/scheduler_test.go | 3 +++ internal/server/auth.go | 2 +- internal/server/auth_oidc.go | 2 +- internal/server/auth_test.go | 2 +- internal/server/handlers.go | 2 +- internal/server/middleware.go | 2 +- internal/server/notification_handlers.go | 2 +- internal/server/server.go | 2 +- internal/speedtest/iperf.go | 2 +- internal/speedtest/librespeed.go | 2 +- internal/speedtest/mtr_unix.go | 2 +- internal/speedtest/mtr_windows.go | 2 +- internal/speedtest/packetloss.go | 2 +- internal/speedtest/packetloss_mtr_test.go | 2 +- internal/speedtest/ping.go | 2 +- internal/speedtest/progress_broadcaster.go | 2 +- internal/speedtest/result_handler.go | 2 +- internal/speedtest/speedtest.go | 2 +- internal/speedtest/speedtest_net.go | 2 +- internal/speedtest/traceroute.go | 2 +- internal/speedtest/types.go | 2 +- internal/tailscale/tailscale.go | 2 +- internal/types/types.go | 2 +- internal/utils/crypto.go | 2 +- internal/utils/tailscale.go | 3 +++ internal/utils/tailscale_test.go | 2 +- internal/version/version.go | 2 +- pkg/migrator/migrator.go | 2 +- web/build.go | 2 +- web/src/App.tsx | 2 +- web/src/api/auth.ts | 2 +- web/src/api/monitor.ts | 2 +- web/src/api/notifications.ts | 2 +- web/src/api/packetloss.ts | 2 +- web/src/api/speedtest.ts | 2 +- web/src/api/tailscale.ts | 2 +- web/src/components/DarkModeToggle.tsx | 2 +- web/src/components/DonateModal.tsx | 2 +- web/src/components/ErrorBoundary.tsx | 2 +- web/src/components/Footer.tsx | 2 +- web/src/components/Main.tsx | 2 +- web/src/components/PWAUpdatePrompt.tsx | 2 +- web/src/components/SettingsMenu.tsx | 2 +- web/src/components/auth/Login.tsx | 2 +- web/src/components/auth/Register.tsx | 2 +- web/src/components/common/DeleteConfirmationDialog.tsx | 2 +- web/src/components/common/MetricCard.tsx | 2 +- web/src/components/common/TabNavigation.tsx | 2 +- web/src/components/common/Toast.tsx | 2 +- web/src/components/icons/TailscaleLogo.tsx | 2 +- web/src/components/monitor/FeaturedMonitorWidget.tsx | 2 +- web/src/components/monitor/MonitorAgentDetailsTabs.tsx | 2 +- web/src/components/monitor/MonitorAgentForm.tsx | 2 +- web/src/components/monitor/MonitorAgentList.tsx | 2 +- web/src/components/monitor/MonitorBandwidthChart.tsx | 2 +- web/src/components/monitor/MonitorDataPrefetcher.tsx | 2 +- web/src/components/monitor/MonitorHardwareStats.tsx | 2 +- web/src/components/monitor/MonitorOfflineBanner.tsx | 2 +- web/src/components/monitor/MonitorSystemInfo.tsx | 2 +- web/src/components/monitor/MonitorTab.tsx | 2 +- web/src/components/monitor/MonitorUsageModal.tsx | 2 +- web/src/components/monitor/tabs/MonitorBandwidthTab.tsx | 2 +- web/src/components/monitor/tabs/MonitorOverviewTab.tsx | 2 +- web/src/components/monitor/tabs/MonitorSystemTab.tsx | 2 +- web/src/components/settings/NotificationSettings.tsx | 2 +- web/src/components/settings/TimeFormatSettings.tsx | 2 +- web/src/components/settings/notifications/AddChannelForm.tsx | 2 +- web/src/components/settings/notifications/ChannelCard.tsx | 2 +- web/src/components/settings/notifications/ChannelDetails.tsx | 2 +- .../settings/notifications/EventCategorySection.tsx | 2 +- web/src/components/settings/notifications/EventRuleItem.tsx | 2 +- .../settings/notifications/MobileNotificationView.tsx | 2 +- web/src/components/settings/notifications/index.ts | 2 +- web/src/components/speedtest/DashboardTab.tsx | 2 +- web/src/components/speedtest/IperfServerModal.tsx | 2 +- web/src/components/speedtest/ScheduleManager.tsx | 2 +- web/src/components/speedtest/ServerList.tsx | 2 +- web/src/components/speedtest/ShareModal.tsx | 2 +- web/src/components/speedtest/SpeedHistoryChart.tsx | 2 +- web/src/components/speedtest/SpeedTestTab.tsx | 2 +- web/src/components/speedtest/TestProgress.tsx | 2 +- web/src/components/speedtest/TracerouteTab.tsx | 2 +- web/src/components/speedtest/columns.tsx | 2 +- .../components/speedtest/packetloss/DeleteMonitorModal.tsx | 2 +- .../speedtest/packetloss/PacketLossMonitorDetails.tsx | 2 +- .../speedtest/packetloss/PacketLossMonitorForm.tsx | 2 +- .../speedtest/packetloss/PacketLossMonitorList.tsx | 2 +- .../speedtest/packetloss/components/CountryFlag.tsx | 2 +- .../packetloss/components/EmptyStatePlaceholder.tsx | 2 +- .../speedtest/packetloss/components/MTRResultsDisplay.tsx | 2 +- .../packetloss/components/MonitorPerformanceChart.tsx | 2 +- .../speedtest/packetloss/components/MonitorResultsTable.tsx | 2 +- .../speedtest/packetloss/components/MonitorStatusCard.tsx | 2 +- .../speedtest/packetloss/constants/packetLossConstants.ts | 2 +- .../speedtest/packetloss/hooks/usePacketLossMonitorStatus.ts | 2 +- .../components/speedtest/packetloss/types/monitorStatus.ts | 2 +- .../components/speedtest/packetloss/utils/packetLossUtils.ts | 2 +- .../speedtest/traceroute/TracerouteLiveResults.tsx | 2 +- .../components/speedtest/traceroute/TracerouteProgress.tsx | 2 +- .../components/speedtest/traceroute/TracerouteResults.tsx | 2 +- .../speedtest/traceroute/TracerouteServerSelector.tsx | 2 +- .../speedtest/traceroute/components/ServerCard.tsx | 2 +- .../speedtest/traceroute/components/ServerFilters.tsx | 2 +- .../traceroute/components/TracerouteMobileCards.tsx | 2 +- .../speedtest/traceroute/components/TracerouteTable.tsx | 2 +- .../speedtest/traceroute/constants/tracerouteConstants.ts | 2 +- .../components/speedtest/traceroute/hooks/useServerData.ts | 2 +- .../speedtest/traceroute/hooks/useTracerouteExecution.ts | 2 +- .../speedtest/traceroute/hooks/useTracerouteStatus.ts | 2 +- web/src/components/speedtest/traceroute/utils/serverUtils.ts | 2 +- .../components/speedtest/traceroute/utils/tracerouteUtils.ts | 2 +- web/src/components/ui/Button.tsx | 2 +- web/src/components/ui/alert.tsx | 2 +- web/src/components/ui/badge.tsx | 2 +- web/src/components/ui/card.tsx | 2 +- web/src/components/ui/checkbox.tsx | 2 +- web/src/components/ui/collapsible.tsx | 2 +- web/src/components/ui/data-table.tsx | 2 +- web/src/components/ui/dialog.tsx | 2 +- web/src/components/ui/dropdown-menu.tsx | 2 +- web/src/components/ui/input.tsx | 2 +- web/src/components/ui/label.tsx | 2 +- web/src/components/ui/popover.tsx | 2 +- web/src/components/ui/radio-group.tsx | 2 +- web/src/components/ui/select.tsx | 2 +- web/src/components/ui/sheet.tsx | 5 +++++ web/src/components/ui/sonner.tsx | 2 +- web/src/components/ui/switch.tsx | 2 +- web/src/components/ui/table.tsx | 2 +- web/src/components/ui/tabs.tsx | 2 +- web/src/components/ui/tooltip.tsx | 2 +- web/src/constants/monitorRefreshIntervals.ts | 2 +- web/src/context/auth.tsx | 2 +- web/src/hooks/useMonitorAgent.ts | 2 +- web/src/index.css | 2 +- web/src/lib/utils.ts | 2 +- web/src/main.tsx | 2 +- web/src/routes.tsx | 2 +- web/src/styles/tab-navigation.css | 5 +++++ web/src/types/speedtest.ts | 2 +- web/src/types/types.ts | 2 +- web/src/utils/agentIcons.tsx | 2 +- web/src/utils/baseUrl.ts | 2 +- web/src/utils/clipboard.ts | 2 +- web/src/utils/countryFlags.ts | 2 +- web/src/utils/darkMode.ts | 2 +- web/src/utils/formatBytes.ts | 2 +- web/src/utils/monitorDataParser.ts | 2 +- web/src/utils/timeSettings.ts | 2 +- web/src/utils/timeUtils.ts | 2 +- 201 files changed, 213 insertions(+), 197 deletions(-) diff --git a/cmd/netronome/main.go b/cmd/netronome/main.go index 1bb39e60..c831b8f5 100644 --- a/cmd/netronome/main.go +++ b/cmd/netronome/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package main diff --git a/cmd/netronome/update.go b/cmd/netronome/update.go index 319f0d19..0c558d53 100644 --- a/cmd/netronome/update.go +++ b/cmd/netronome/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package main diff --git a/cmd/netronome/version.go b/cmd/netronome/version.go index 23b2c2e0..d879a91c 100644 --- a/cmd/netronome/version.go +++ b/cmd/netronome/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package main diff --git a/internal/agent/agent.go b/internal/agent/agent.go index 3e0ab8cd..63912eac 100644 --- a/internal/agent/agent.go +++ b/internal/agent/agent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package agent diff --git a/internal/agent/bandwidth.go b/internal/agent/bandwidth.go index 435d021f..771c470a 100644 --- a/internal/agent/bandwidth.go +++ b/internal/agent/bandwidth.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package agent diff --git a/internal/agent/broadcast.go b/internal/agent/broadcast.go index 24684cdb..b70f8fba 100644 --- a/internal/agent/broadcast.go +++ b/internal/agent/broadcast.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package agent diff --git a/internal/agent/disk_utils.go b/internal/agent/disk_utils.go index e82ddb65..ef8321ca 100644 --- a/internal/agent/disk_utils.go +++ b/internal/agent/disk_utils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package agent diff --git a/internal/agent/hardware.go b/internal/agent/hardware.go index 23ab82ad..acdd663d 100644 --- a/internal/agent/hardware.go +++ b/internal/agent/hardware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package agent diff --git a/internal/agent/middleware.go b/internal/agent/middleware.go index 78d5ebd5..fb66dfba 100644 --- a/internal/agent/middleware.go +++ b/internal/agent/middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package agent diff --git a/internal/agent/routes.go b/internal/agent/routes.go index 50bd6a6a..da9ba9a2 100644 --- a/internal/agent/routes.go +++ b/internal/agent/routes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package agent diff --git a/internal/agent/smart.go b/internal/agent/smart.go index 06e0034e..7e182108 100644 --- a/internal/agent/smart.go +++ b/internal/agent/smart.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build !nosmart && (linux || darwin) diff --git a/internal/agent/smart_stub.go b/internal/agent/smart_stub.go index e7f13086..72ec01b3 100644 --- a/internal/agent/smart_stub.go +++ b/internal/agent/smart_stub.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build nosmart || (!linux && !darwin) diff --git a/internal/agent/system.go b/internal/agent/system.go index 5ba6d8bf..62e6887e 100644 --- a/internal/agent/system.go +++ b/internal/agent/system.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package agent diff --git a/internal/agent/tailscale.go b/internal/agent/tailscale.go index f4ce7c82..4ebf5774 100644 --- a/internal/agent/tailscale.go +++ b/internal/agent/tailscale.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package agent diff --git a/internal/agent/types.go b/internal/agent/types.go index 0bc13d79..d0653f41 100644 --- a/internal/agent/types.go +++ b/internal/agent/types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package agent diff --git a/internal/auth/auth.go b/internal/auth/auth.go index ca1e6f01..36ec8f3b 100644 --- a/internal/auth/auth.go +++ b/internal/auth/auth.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package auth diff --git a/internal/auth/oidc.go b/internal/auth/oidc.go index 95b99aa7..1fe7357a 100644 --- a/internal/auth/oidc.go +++ b/internal/auth/oidc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package auth diff --git a/internal/broadcaster/broadcaster.go b/internal/broadcaster/broadcaster.go index c8871253..f38bc208 100644 --- a/internal/broadcaster/broadcaster.go +++ b/internal/broadcaster/broadcaster.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package broadcaster diff --git a/internal/config/config.go b/internal/config/config.go index ed97ef19..b30883bb 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package config diff --git a/internal/config/tailscale_config_test.go b/internal/config/tailscale_config_test.go index 118f41e1..7b967dbb 100644 --- a/internal/config/tailscale_config_test.go +++ b/internal/config/tailscale_config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package config diff --git a/internal/database/cascade_delete_integration_test.go b/internal/database/cascade_delete_integration_test.go index c0b8c1f9..4931c0fc 100644 --- a/internal/database/cascade_delete_integration_test.go +++ b/internal/database/cascade_delete_integration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/core_integration_test.go b/internal/database/core_integration_test.go index 7c2d035a..fa9f0c36 100644 --- a/internal/database/core_integration_test.go +++ b/internal/database/core_integration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/database.go b/internal/database/database.go index aef51015..37a3647d 100644 --- a/internal/database/database.go +++ b/internal/database/database.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/database_test.go b/internal/database/database_test.go index 78958ef5..34569163 100644 --- a/internal/database/database_test.go +++ b/internal/database/database_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later // Package database contains database tests and test helpers. diff --git a/internal/database/iperf.go b/internal/database/iperf.go index 087bf7e5..e525e070 100644 --- a/internal/database/iperf.go +++ b/internal/database/iperf.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/iperf_integration_test.go b/internal/database/iperf_integration_test.go index 02525623..b98a006d 100644 --- a/internal/database/iperf_integration_test.go +++ b/internal/database/iperf_integration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/migrations/migrations.go b/internal/database/migrations/migrations.go index 03fe0209..960e707d 100644 --- a/internal/database/migrations/migrations.go +++ b/internal/database/migrations/migrations.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package migrations diff --git a/internal/database/migrations_integration_test.go b/internal/database/migrations_integration_test.go index c2430920..d4d0e2ac 100644 --- a/internal/database/migrations_integration_test.go +++ b/internal/database/migrations_integration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/migrations_postgres_test.go b/internal/database/migrations_postgres_test.go index d4fe6a4a..17de66ca 100644 --- a/internal/database/migrations_postgres_test.go +++ b/internal/database/migrations_postgres_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/monitor.go b/internal/database/monitor.go index 0db723fd..dad60f19 100644 --- a/internal/database/monitor.go +++ b/internal/database/monitor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/monitor_data.go b/internal/database/monitor_data.go index 03d3a726..65138d80 100644 --- a/internal/database/monitor_data.go +++ b/internal/database/monitor_data.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/monitor_integration_test.go b/internal/database/monitor_integration_test.go index c9ba6f35..d4442b81 100644 --- a/internal/database/monitor_integration_test.go +++ b/internal/database/monitor_integration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/notifications.go b/internal/database/notifications.go index 66d4601b..9ace2c69 100644 --- a/internal/database/notifications.go +++ b/internal/database/notifications.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/notifications_integration_test.go b/internal/database/notifications_integration_test.go index 25690d34..8973907c 100644 --- a/internal/database/notifications_integration_test.go +++ b/internal/database/notifications_integration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/notifications_types.go b/internal/database/notifications_types.go index 0f53a05b..cfa2bce9 100644 --- a/internal/database/notifications_types.go +++ b/internal/database/notifications_types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/packetloss.go b/internal/database/packetloss.go index dffe104f..86a78ee2 100644 --- a/internal/database/packetloss.go +++ b/internal/database/packetloss.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/packetloss_integration_test.go b/internal/database/packetloss_integration_test.go index 09ec6067..315cc815 100644 --- a/internal/database/packetloss_integration_test.go +++ b/internal/database/packetloss_integration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/packetloss_test.go b/internal/database/packetloss_test.go index c0e41466..def2ffaa 100644 --- a/internal/database/packetloss_test.go +++ b/internal/database/packetloss_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/schedule.go b/internal/database/schedule.go index bdf7ba52..61df1656 100644 --- a/internal/database/schedule.go +++ b/internal/database/schedule.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/schedule_integration_test.go b/internal/database/schedule_integration_test.go index 5885f4c0..6077af18 100644 --- a/internal/database/schedule_integration_test.go +++ b/internal/database/schedule_integration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/speedtest.go b/internal/database/speedtest.go index de5d55b7..d019905b 100644 --- a/internal/database/speedtest.go +++ b/internal/database/speedtest.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/speedtest_integration_test.go b/internal/database/speedtest_integration_test.go index 165c20ad..24aa27a7 100644 --- a/internal/database/speedtest_integration_test.go +++ b/internal/database/speedtest_integration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/user.go b/internal/database/user.go index 008819fd..26ce022b 100644 --- a/internal/database/user.go +++ b/internal/database/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/handlers/iperf.go b/internal/handlers/iperf.go index 383b6e89..52957b86 100644 --- a/internal/handlers/iperf.go +++ b/internal/handlers/iperf.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package handlers diff --git a/internal/handlers/monitor.go b/internal/handlers/monitor.go index 707d6d59..91552ee5 100644 --- a/internal/handlers/monitor.go +++ b/internal/handlers/monitor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package handlers diff --git a/internal/handlers/packetloss.go b/internal/handlers/packetloss.go index 7eec54ab..c766d535 100644 --- a/internal/handlers/packetloss.go +++ b/internal/handlers/packetloss.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package handlers diff --git a/internal/logger/logger.go b/internal/logger/logger.go index f478ef5a..e474dc87 100644 --- a/internal/logger/logger.go +++ b/internal/logger/logger.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package logger diff --git a/internal/monitor/client.go b/internal/monitor/client.go index ec95d75d..c670c56e 100644 --- a/internal/monitor/client.go +++ b/internal/monitor/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package monitor diff --git a/internal/monitor/tailscale_discovery.go b/internal/monitor/tailscale_discovery.go index 9c8e1908..513f8bab 100644 --- a/internal/monitor/tailscale_discovery.go +++ b/internal/monitor/tailscale_discovery.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package monitor diff --git a/internal/notifications/notifications.go b/internal/notifications/notifications.go index 80effc96..8b3e7cbd 100644 --- a/internal/notifications/notifications.go +++ b/internal/notifications/notifications.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notifications diff --git a/internal/scheduler/scheduler.go b/internal/scheduler/scheduler.go index 673f7792..93cafcae 100644 --- a/internal/scheduler/scheduler.go +++ b/internal/scheduler/scheduler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package scheduler diff --git a/internal/scheduler/scheduler_test.go b/internal/scheduler/scheduler_test.go index 1b8b0157..fa3628a0 100644 --- a/internal/scheduler/scheduler_test.go +++ b/internal/scheduler/scheduler_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2024-2026, s0up and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package scheduler import ( diff --git a/internal/server/auth.go b/internal/server/auth.go index 455fa62d..41132d12 100644 --- a/internal/server/auth.go +++ b/internal/server/auth.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package server diff --git a/internal/server/auth_oidc.go b/internal/server/auth_oidc.go index 47dad5de..2875590a 100644 --- a/internal/server/auth_oidc.go +++ b/internal/server/auth_oidc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package server diff --git a/internal/server/auth_test.go b/internal/server/auth_test.go index f1a5c46f..3510c5b3 100644 --- a/internal/server/auth_test.go +++ b/internal/server/auth_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package server diff --git a/internal/server/handlers.go b/internal/server/handlers.go index 415467d8..dd2ec53b 100644 --- a/internal/server/handlers.go +++ b/internal/server/handlers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package server diff --git a/internal/server/middleware.go b/internal/server/middleware.go index f5690a4f..ad800070 100644 --- a/internal/server/middleware.go +++ b/internal/server/middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package server diff --git a/internal/server/notification_handlers.go b/internal/server/notification_handlers.go index 9cd7f2f1..f39d193c 100644 --- a/internal/server/notification_handlers.go +++ b/internal/server/notification_handlers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package server diff --git a/internal/server/server.go b/internal/server/server.go index 6d3f01ed..cbac4ecc 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package server diff --git a/internal/speedtest/iperf.go b/internal/speedtest/iperf.go index 7d0cbb17..ec757ff5 100644 --- a/internal/speedtest/iperf.go +++ b/internal/speedtest/iperf.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package speedtest diff --git a/internal/speedtest/librespeed.go b/internal/speedtest/librespeed.go index bb1837af..d3f24899 100644 --- a/internal/speedtest/librespeed.go +++ b/internal/speedtest/librespeed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package speedtest diff --git a/internal/speedtest/mtr_unix.go b/internal/speedtest/mtr_unix.go index 2bd23dad..925ba377 100644 --- a/internal/speedtest/mtr_unix.go +++ b/internal/speedtest/mtr_unix.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build !windows diff --git a/internal/speedtest/mtr_windows.go b/internal/speedtest/mtr_windows.go index 2ff1a33d..9c75995a 100644 --- a/internal/speedtest/mtr_windows.go +++ b/internal/speedtest/mtr_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build windows diff --git a/internal/speedtest/packetloss.go b/internal/speedtest/packetloss.go index 0e1049c8..50db4003 100644 --- a/internal/speedtest/packetloss.go +++ b/internal/speedtest/packetloss.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package speedtest diff --git a/internal/speedtest/packetloss_mtr_test.go b/internal/speedtest/packetloss_mtr_test.go index 454916a5..03eb0a7f 100644 --- a/internal/speedtest/packetloss_mtr_test.go +++ b/internal/speedtest/packetloss_mtr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package speedtest diff --git a/internal/speedtest/ping.go b/internal/speedtest/ping.go index c491af7a..54b83f97 100644 --- a/internal/speedtest/ping.go +++ b/internal/speedtest/ping.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package speedtest diff --git a/internal/speedtest/progress_broadcaster.go b/internal/speedtest/progress_broadcaster.go index 9d1d108a..6fc79e29 100644 --- a/internal/speedtest/progress_broadcaster.go +++ b/internal/speedtest/progress_broadcaster.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package speedtest diff --git a/internal/speedtest/result_handler.go b/internal/speedtest/result_handler.go index a45f5274..45ec4aa7 100644 --- a/internal/speedtest/result_handler.go +++ b/internal/speedtest/result_handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package speedtest diff --git a/internal/speedtest/speedtest.go b/internal/speedtest/speedtest.go index 1230328a..f96d18eb 100644 --- a/internal/speedtest/speedtest.go +++ b/internal/speedtest/speedtest.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package speedtest diff --git a/internal/speedtest/speedtest_net.go b/internal/speedtest/speedtest_net.go index 81784a70..a32423a1 100644 --- a/internal/speedtest/speedtest_net.go +++ b/internal/speedtest/speedtest_net.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package speedtest diff --git a/internal/speedtest/traceroute.go b/internal/speedtest/traceroute.go index 0406938c..6b7413f6 100644 --- a/internal/speedtest/traceroute.go +++ b/internal/speedtest/traceroute.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package speedtest diff --git a/internal/speedtest/types.go b/internal/speedtest/types.go index 52342874..7533fa18 100644 --- a/internal/speedtest/types.go +++ b/internal/speedtest/types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package speedtest diff --git a/internal/tailscale/tailscale.go b/internal/tailscale/tailscale.go index d379414b..55848d78 100644 --- a/internal/tailscale/tailscale.go +++ b/internal/tailscale/tailscale.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package tailscale diff --git a/internal/types/types.go b/internal/types/types.go index 940fe30d..6cedd100 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package types diff --git a/internal/utils/crypto.go b/internal/utils/crypto.go index 4c0ff3d2..c4c5fff8 100644 --- a/internal/utils/crypto.go +++ b/internal/utils/crypto.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package utils diff --git a/internal/utils/tailscale.go b/internal/utils/tailscale.go index 166287a2..6f2de84f 100644 --- a/internal/utils/tailscale.go +++ b/internal/utils/tailscale.go @@ -1,3 +1,6 @@ +// Copyright (c) 2024-2026, s0up and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package utils import ( diff --git a/internal/utils/tailscale_test.go b/internal/utils/tailscale_test.go index a9218e93..b5f76aac 100644 --- a/internal/utils/tailscale_test.go +++ b/internal/utils/tailscale_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package utils diff --git a/internal/version/version.go b/internal/version/version.go index 4a66a1c0..a38b8349 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package version diff --git a/pkg/migrator/migrator.go b/pkg/migrator/migrator.go index f7c5496a..e630ea14 100644 --- a/pkg/migrator/migrator.go +++ b/pkg/migrator/migrator.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package migrator diff --git a/web/build.go b/web/build.go index cc0b0545..4033a5fc 100644 --- a/web/build.go +++ b/web/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024-2025, s0up and the autobrr contributors. +// Copyright (c) 2024-2026, s0up and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package web diff --git a/web/src/App.tsx b/web/src/App.tsx index 6795f864..1fb8b7d1 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/api/auth.ts b/web/src/api/auth.ts index 24695d16..a93c416f 100644 --- a/web/src/api/auth.ts +++ b/web/src/api/auth.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/api/monitor.ts b/web/src/api/monitor.ts index d5c36259..186fc84b 100644 --- a/web/src/api/monitor.ts +++ b/web/src/api/monitor.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/api/notifications.ts b/web/src/api/notifications.ts index 1415a0d1..d5ffe01e 100644 --- a/web/src/api/notifications.ts +++ b/web/src/api/notifications.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/api/packetloss.ts b/web/src/api/packetloss.ts index d9922268..7ba21513 100644 --- a/web/src/api/packetloss.ts +++ b/web/src/api/packetloss.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/api/speedtest.ts b/web/src/api/speedtest.ts index 1d60bc1d..42cdc9d6 100644 --- a/web/src/api/speedtest.ts +++ b/web/src/api/speedtest.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/api/tailscale.ts b/web/src/api/tailscale.ts index a9634107..c22ffdbb 100644 --- a/web/src/api/tailscale.ts +++ b/web/src/api/tailscale.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/DarkModeToggle.tsx b/web/src/components/DarkModeToggle.tsx index 242d2637..c84abb25 100644 --- a/web/src/components/DarkModeToggle.tsx +++ b/web/src/components/DarkModeToggle.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/DonateModal.tsx b/web/src/components/DonateModal.tsx index 7e4b6d90..c53a5c67 100644 --- a/web/src/components/DonateModal.tsx +++ b/web/src/components/DonateModal.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ErrorBoundary.tsx b/web/src/components/ErrorBoundary.tsx index 782b5fe1..1867b8c6 100644 --- a/web/src/components/ErrorBoundary.tsx +++ b/web/src/components/ErrorBoundary.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/Footer.tsx b/web/src/components/Footer.tsx index c406cfd0..329eeef5 100644 --- a/web/src/components/Footer.tsx +++ b/web/src/components/Footer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/Main.tsx b/web/src/components/Main.tsx index 7ae247ce..827eade6 100644 --- a/web/src/components/Main.tsx +++ b/web/src/components/Main.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/PWAUpdatePrompt.tsx b/web/src/components/PWAUpdatePrompt.tsx index 449b9eb6..a9170e7a 100644 --- a/web/src/components/PWAUpdatePrompt.tsx +++ b/web/src/components/PWAUpdatePrompt.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/SettingsMenu.tsx b/web/src/components/SettingsMenu.tsx index a855508c..ab255c3e 100644 --- a/web/src/components/SettingsMenu.tsx +++ b/web/src/components/SettingsMenu.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/auth/Login.tsx b/web/src/components/auth/Login.tsx index d3fc6c5e..0386d8b9 100644 --- a/web/src/components/auth/Login.tsx +++ b/web/src/components/auth/Login.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/auth/Register.tsx b/web/src/components/auth/Register.tsx index f1435eb7..af08d4ab 100644 --- a/web/src/components/auth/Register.tsx +++ b/web/src/components/auth/Register.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/common/DeleteConfirmationDialog.tsx b/web/src/components/common/DeleteConfirmationDialog.tsx index a7367ebc..081f5a6f 100644 --- a/web/src/components/common/DeleteConfirmationDialog.tsx +++ b/web/src/components/common/DeleteConfirmationDialog.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/common/MetricCard.tsx b/web/src/components/common/MetricCard.tsx index 48479c47..231fedd5 100644 --- a/web/src/components/common/MetricCard.tsx +++ b/web/src/components/common/MetricCard.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/common/TabNavigation.tsx b/web/src/components/common/TabNavigation.tsx index 52e1a07c..948886f2 100644 --- a/web/src/components/common/TabNavigation.tsx +++ b/web/src/components/common/TabNavigation.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/common/Toast.tsx b/web/src/components/common/Toast.tsx index fb0ef7fc..acd6a753 100644 --- a/web/src/components/common/Toast.tsx +++ b/web/src/components/common/Toast.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/icons/TailscaleLogo.tsx b/web/src/components/icons/TailscaleLogo.tsx index bbaa3d6a..9da82960 100644 --- a/web/src/components/icons/TailscaleLogo.tsx +++ b/web/src/components/icons/TailscaleLogo.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/FeaturedMonitorWidget.tsx b/web/src/components/monitor/FeaturedMonitorWidget.tsx index abd63095..c3deca17 100644 --- a/web/src/components/monitor/FeaturedMonitorWidget.tsx +++ b/web/src/components/monitor/FeaturedMonitorWidget.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/MonitorAgentDetailsTabs.tsx b/web/src/components/monitor/MonitorAgentDetailsTabs.tsx index f5e97d3b..3b311860 100644 --- a/web/src/components/monitor/MonitorAgentDetailsTabs.tsx +++ b/web/src/components/monitor/MonitorAgentDetailsTabs.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/MonitorAgentForm.tsx b/web/src/components/monitor/MonitorAgentForm.tsx index 2d489830..6f568600 100644 --- a/web/src/components/monitor/MonitorAgentForm.tsx +++ b/web/src/components/monitor/MonitorAgentForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/MonitorAgentList.tsx b/web/src/components/monitor/MonitorAgentList.tsx index 2d52975e..8d4832f2 100644 --- a/web/src/components/monitor/MonitorAgentList.tsx +++ b/web/src/components/monitor/MonitorAgentList.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/MonitorBandwidthChart.tsx b/web/src/components/monitor/MonitorBandwidthChart.tsx index b040f86a..15582ae4 100644 --- a/web/src/components/monitor/MonitorBandwidthChart.tsx +++ b/web/src/components/monitor/MonitorBandwidthChart.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/MonitorDataPrefetcher.tsx b/web/src/components/monitor/MonitorDataPrefetcher.tsx index 00b89470..24ebaa56 100644 --- a/web/src/components/monitor/MonitorDataPrefetcher.tsx +++ b/web/src/components/monitor/MonitorDataPrefetcher.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/MonitorHardwareStats.tsx b/web/src/components/monitor/MonitorHardwareStats.tsx index e3c26074..f642add9 100644 --- a/web/src/components/monitor/MonitorHardwareStats.tsx +++ b/web/src/components/monitor/MonitorHardwareStats.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/MonitorOfflineBanner.tsx b/web/src/components/monitor/MonitorOfflineBanner.tsx index 060681c0..b2dcb8a2 100644 --- a/web/src/components/monitor/MonitorOfflineBanner.tsx +++ b/web/src/components/monitor/MonitorOfflineBanner.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/MonitorSystemInfo.tsx b/web/src/components/monitor/MonitorSystemInfo.tsx index 89bf4712..31bba69c 100644 --- a/web/src/components/monitor/MonitorSystemInfo.tsx +++ b/web/src/components/monitor/MonitorSystemInfo.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/MonitorTab.tsx b/web/src/components/monitor/MonitorTab.tsx index 47d931e8..b2e1f086 100644 --- a/web/src/components/monitor/MonitorTab.tsx +++ b/web/src/components/monitor/MonitorTab.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/MonitorUsageModal.tsx b/web/src/components/monitor/MonitorUsageModal.tsx index d8ed8870..45f15d96 100644 --- a/web/src/components/monitor/MonitorUsageModal.tsx +++ b/web/src/components/monitor/MonitorUsageModal.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/tabs/MonitorBandwidthTab.tsx b/web/src/components/monitor/tabs/MonitorBandwidthTab.tsx index f0375dcd..48249fa2 100644 --- a/web/src/components/monitor/tabs/MonitorBandwidthTab.tsx +++ b/web/src/components/monitor/tabs/MonitorBandwidthTab.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/tabs/MonitorOverviewTab.tsx b/web/src/components/monitor/tabs/MonitorOverviewTab.tsx index ed632510..ed048a45 100644 --- a/web/src/components/monitor/tabs/MonitorOverviewTab.tsx +++ b/web/src/components/monitor/tabs/MonitorOverviewTab.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/monitor/tabs/MonitorSystemTab.tsx b/web/src/components/monitor/tabs/MonitorSystemTab.tsx index 79e662ea..9520db87 100644 --- a/web/src/components/monitor/tabs/MonitorSystemTab.tsx +++ b/web/src/components/monitor/tabs/MonitorSystemTab.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/settings/NotificationSettings.tsx b/web/src/components/settings/NotificationSettings.tsx index 08e82221..5301423a 100644 --- a/web/src/components/settings/NotificationSettings.tsx +++ b/web/src/components/settings/NotificationSettings.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/settings/TimeFormatSettings.tsx b/web/src/components/settings/TimeFormatSettings.tsx index 4d666504..29550a8a 100644 --- a/web/src/components/settings/TimeFormatSettings.tsx +++ b/web/src/components/settings/TimeFormatSettings.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/settings/notifications/AddChannelForm.tsx b/web/src/components/settings/notifications/AddChannelForm.tsx index 709ed97b..693b30db 100644 --- a/web/src/components/settings/notifications/AddChannelForm.tsx +++ b/web/src/components/settings/notifications/AddChannelForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/settings/notifications/ChannelCard.tsx b/web/src/components/settings/notifications/ChannelCard.tsx index a0b7db27..656adad3 100644 --- a/web/src/components/settings/notifications/ChannelCard.tsx +++ b/web/src/components/settings/notifications/ChannelCard.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/settings/notifications/ChannelDetails.tsx b/web/src/components/settings/notifications/ChannelDetails.tsx index 6ee0fae0..30642551 100644 --- a/web/src/components/settings/notifications/ChannelDetails.tsx +++ b/web/src/components/settings/notifications/ChannelDetails.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/settings/notifications/EventCategorySection.tsx b/web/src/components/settings/notifications/EventCategorySection.tsx index 5912a95a..44f1a8a9 100644 --- a/web/src/components/settings/notifications/EventCategorySection.tsx +++ b/web/src/components/settings/notifications/EventCategorySection.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/settings/notifications/EventRuleItem.tsx b/web/src/components/settings/notifications/EventRuleItem.tsx index 5261a067..3ef2ef64 100644 --- a/web/src/components/settings/notifications/EventRuleItem.tsx +++ b/web/src/components/settings/notifications/EventRuleItem.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/settings/notifications/MobileNotificationView.tsx b/web/src/components/settings/notifications/MobileNotificationView.tsx index f87a51ee..52fa574e 100644 --- a/web/src/components/settings/notifications/MobileNotificationView.tsx +++ b/web/src/components/settings/notifications/MobileNotificationView.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/settings/notifications/index.ts b/web/src/components/settings/notifications/index.ts index 78553216..b7cada06 100644 --- a/web/src/components/settings/notifications/index.ts +++ b/web/src/components/settings/notifications/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/DashboardTab.tsx b/web/src/components/speedtest/DashboardTab.tsx index edeae24a..f4645e5e 100644 --- a/web/src/components/speedtest/DashboardTab.tsx +++ b/web/src/components/speedtest/DashboardTab.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/IperfServerModal.tsx b/web/src/components/speedtest/IperfServerModal.tsx index 358c34a8..f4f68949 100644 --- a/web/src/components/speedtest/IperfServerModal.tsx +++ b/web/src/components/speedtest/IperfServerModal.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/ScheduleManager.tsx b/web/src/components/speedtest/ScheduleManager.tsx index 290a8eea..587c382b 100644 --- a/web/src/components/speedtest/ScheduleManager.tsx +++ b/web/src/components/speedtest/ScheduleManager.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/ServerList.tsx b/web/src/components/speedtest/ServerList.tsx index eef95984..bafbf640 100644 --- a/web/src/components/speedtest/ServerList.tsx +++ b/web/src/components/speedtest/ServerList.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/ShareModal.tsx b/web/src/components/speedtest/ShareModal.tsx index 734b188c..c0483683 100644 --- a/web/src/components/speedtest/ShareModal.tsx +++ b/web/src/components/speedtest/ShareModal.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/SpeedHistoryChart.tsx b/web/src/components/speedtest/SpeedHistoryChart.tsx index a3674508..0e930a98 100644 --- a/web/src/components/speedtest/SpeedHistoryChart.tsx +++ b/web/src/components/speedtest/SpeedHistoryChart.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/SpeedTestTab.tsx b/web/src/components/speedtest/SpeedTestTab.tsx index 4703718a..141d61ea 100644 --- a/web/src/components/speedtest/SpeedTestTab.tsx +++ b/web/src/components/speedtest/SpeedTestTab.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/TestProgress.tsx b/web/src/components/speedtest/TestProgress.tsx index 8c0be499..ff781e1c 100644 --- a/web/src/components/speedtest/TestProgress.tsx +++ b/web/src/components/speedtest/TestProgress.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/TracerouteTab.tsx b/web/src/components/speedtest/TracerouteTab.tsx index 9e0fc88c..7d484e0d 100644 --- a/web/src/components/speedtest/TracerouteTab.tsx +++ b/web/src/components/speedtest/TracerouteTab.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/columns.tsx b/web/src/components/speedtest/columns.tsx index cb218968..2ed69d78 100644 --- a/web/src/components/speedtest/columns.tsx +++ b/web/src/components/speedtest/columns.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/DeleteMonitorModal.tsx b/web/src/components/speedtest/packetloss/DeleteMonitorModal.tsx index d68d562a..7d857493 100644 --- a/web/src/components/speedtest/packetloss/DeleteMonitorModal.tsx +++ b/web/src/components/speedtest/packetloss/DeleteMonitorModal.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/PacketLossMonitorDetails.tsx b/web/src/components/speedtest/packetloss/PacketLossMonitorDetails.tsx index 2f1f3273..8d22dc87 100644 --- a/web/src/components/speedtest/packetloss/PacketLossMonitorDetails.tsx +++ b/web/src/components/speedtest/packetloss/PacketLossMonitorDetails.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/PacketLossMonitorForm.tsx b/web/src/components/speedtest/packetloss/PacketLossMonitorForm.tsx index a92c33bc..21d76693 100644 --- a/web/src/components/speedtest/packetloss/PacketLossMonitorForm.tsx +++ b/web/src/components/speedtest/packetloss/PacketLossMonitorForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/PacketLossMonitorList.tsx b/web/src/components/speedtest/packetloss/PacketLossMonitorList.tsx index b21f067a..6a687cbd 100644 --- a/web/src/components/speedtest/packetloss/PacketLossMonitorList.tsx +++ b/web/src/components/speedtest/packetloss/PacketLossMonitorList.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/components/CountryFlag.tsx b/web/src/components/speedtest/packetloss/components/CountryFlag.tsx index bc50dfd7..f6b423b6 100644 --- a/web/src/components/speedtest/packetloss/components/CountryFlag.tsx +++ b/web/src/components/speedtest/packetloss/components/CountryFlag.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/components/EmptyStatePlaceholder.tsx b/web/src/components/speedtest/packetloss/components/EmptyStatePlaceholder.tsx index 1794ba75..521c0a1d 100644 --- a/web/src/components/speedtest/packetloss/components/EmptyStatePlaceholder.tsx +++ b/web/src/components/speedtest/packetloss/components/EmptyStatePlaceholder.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/components/MTRResultsDisplay.tsx b/web/src/components/speedtest/packetloss/components/MTRResultsDisplay.tsx index c41f1009..8850e7d8 100644 --- a/web/src/components/speedtest/packetloss/components/MTRResultsDisplay.tsx +++ b/web/src/components/speedtest/packetloss/components/MTRResultsDisplay.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/components/MonitorPerformanceChart.tsx b/web/src/components/speedtest/packetloss/components/MonitorPerformanceChart.tsx index a5b8bb69..6d2db54a 100644 --- a/web/src/components/speedtest/packetloss/components/MonitorPerformanceChart.tsx +++ b/web/src/components/speedtest/packetloss/components/MonitorPerformanceChart.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/components/MonitorResultsTable.tsx b/web/src/components/speedtest/packetloss/components/MonitorResultsTable.tsx index 446816f5..ea912685 100644 --- a/web/src/components/speedtest/packetloss/components/MonitorResultsTable.tsx +++ b/web/src/components/speedtest/packetloss/components/MonitorResultsTable.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/components/MonitorStatusCard.tsx b/web/src/components/speedtest/packetloss/components/MonitorStatusCard.tsx index e257fd90..f56e2484 100644 --- a/web/src/components/speedtest/packetloss/components/MonitorStatusCard.tsx +++ b/web/src/components/speedtest/packetloss/components/MonitorStatusCard.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/constants/packetLossConstants.ts b/web/src/components/speedtest/packetloss/constants/packetLossConstants.ts index b5b685b6..d4bc9a99 100644 --- a/web/src/components/speedtest/packetloss/constants/packetLossConstants.ts +++ b/web/src/components/speedtest/packetloss/constants/packetLossConstants.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/hooks/usePacketLossMonitorStatus.ts b/web/src/components/speedtest/packetloss/hooks/usePacketLossMonitorStatus.ts index e3e1e8dd..963f9650 100644 --- a/web/src/components/speedtest/packetloss/hooks/usePacketLossMonitorStatus.ts +++ b/web/src/components/speedtest/packetloss/hooks/usePacketLossMonitorStatus.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/types/monitorStatus.ts b/web/src/components/speedtest/packetloss/types/monitorStatus.ts index 04e2816d..9b11ae07 100644 --- a/web/src/components/speedtest/packetloss/types/monitorStatus.ts +++ b/web/src/components/speedtest/packetloss/types/monitorStatus.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/packetloss/utils/packetLossUtils.ts b/web/src/components/speedtest/packetloss/utils/packetLossUtils.ts index 5b7b3ac9..39fbe8ec 100644 --- a/web/src/components/speedtest/packetloss/utils/packetLossUtils.ts +++ b/web/src/components/speedtest/packetloss/utils/packetLossUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/TracerouteLiveResults.tsx b/web/src/components/speedtest/traceroute/TracerouteLiveResults.tsx index 285e65e9..14a65b8e 100644 --- a/web/src/components/speedtest/traceroute/TracerouteLiveResults.tsx +++ b/web/src/components/speedtest/traceroute/TracerouteLiveResults.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/TracerouteProgress.tsx b/web/src/components/speedtest/traceroute/TracerouteProgress.tsx index a18dd647..faf0a060 100644 --- a/web/src/components/speedtest/traceroute/TracerouteProgress.tsx +++ b/web/src/components/speedtest/traceroute/TracerouteProgress.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/TracerouteResults.tsx b/web/src/components/speedtest/traceroute/TracerouteResults.tsx index 8b6d0b6b..f1cb32cc 100644 --- a/web/src/components/speedtest/traceroute/TracerouteResults.tsx +++ b/web/src/components/speedtest/traceroute/TracerouteResults.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/TracerouteServerSelector.tsx b/web/src/components/speedtest/traceroute/TracerouteServerSelector.tsx index 8810e2b7..279c4499 100644 --- a/web/src/components/speedtest/traceroute/TracerouteServerSelector.tsx +++ b/web/src/components/speedtest/traceroute/TracerouteServerSelector.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/components/ServerCard.tsx b/web/src/components/speedtest/traceroute/components/ServerCard.tsx index 87178074..ae396b9c 100644 --- a/web/src/components/speedtest/traceroute/components/ServerCard.tsx +++ b/web/src/components/speedtest/traceroute/components/ServerCard.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/components/ServerFilters.tsx b/web/src/components/speedtest/traceroute/components/ServerFilters.tsx index c6db2d68..aadbf1de 100644 --- a/web/src/components/speedtest/traceroute/components/ServerFilters.tsx +++ b/web/src/components/speedtest/traceroute/components/ServerFilters.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/components/TracerouteMobileCards.tsx b/web/src/components/speedtest/traceroute/components/TracerouteMobileCards.tsx index 0cce4d95..e38b5f84 100644 --- a/web/src/components/speedtest/traceroute/components/TracerouteMobileCards.tsx +++ b/web/src/components/speedtest/traceroute/components/TracerouteMobileCards.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/components/TracerouteTable.tsx b/web/src/components/speedtest/traceroute/components/TracerouteTable.tsx index 5ffc7924..8e1f49d6 100644 --- a/web/src/components/speedtest/traceroute/components/TracerouteTable.tsx +++ b/web/src/components/speedtest/traceroute/components/TracerouteTable.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/constants/tracerouteConstants.ts b/web/src/components/speedtest/traceroute/constants/tracerouteConstants.ts index bf6c167c..809c9091 100644 --- a/web/src/components/speedtest/traceroute/constants/tracerouteConstants.ts +++ b/web/src/components/speedtest/traceroute/constants/tracerouteConstants.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/hooks/useServerData.ts b/web/src/components/speedtest/traceroute/hooks/useServerData.ts index c5ebdd58..1ca1cc52 100644 --- a/web/src/components/speedtest/traceroute/hooks/useServerData.ts +++ b/web/src/components/speedtest/traceroute/hooks/useServerData.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/hooks/useTracerouteExecution.ts b/web/src/components/speedtest/traceroute/hooks/useTracerouteExecution.ts index 1698dce9..72f831de 100644 --- a/web/src/components/speedtest/traceroute/hooks/useTracerouteExecution.ts +++ b/web/src/components/speedtest/traceroute/hooks/useTracerouteExecution.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/hooks/useTracerouteStatus.ts b/web/src/components/speedtest/traceroute/hooks/useTracerouteStatus.ts index c4e0667f..7a89a987 100644 --- a/web/src/components/speedtest/traceroute/hooks/useTracerouteStatus.ts +++ b/web/src/components/speedtest/traceroute/hooks/useTracerouteStatus.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/utils/serverUtils.ts b/web/src/components/speedtest/traceroute/utils/serverUtils.ts index fe8c081d..a43c10ea 100644 --- a/web/src/components/speedtest/traceroute/utils/serverUtils.ts +++ b/web/src/components/speedtest/traceroute/utils/serverUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/speedtest/traceroute/utils/tracerouteUtils.ts b/web/src/components/speedtest/traceroute/utils/tracerouteUtils.ts index d70435c1..d4788d70 100644 --- a/web/src/components/speedtest/traceroute/utils/tracerouteUtils.ts +++ b/web/src/components/speedtest/traceroute/utils/tracerouteUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/Button.tsx b/web/src/components/ui/Button.tsx index 9b180b09..9c9bf73e 100644 --- a/web/src/components/ui/Button.tsx +++ b/web/src/components/ui/Button.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/alert.tsx b/web/src/components/ui/alert.tsx index 64a39c07..6b9d2896 100644 --- a/web/src/components/ui/alert.tsx +++ b/web/src/components/ui/alert.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/badge.tsx b/web/src/components/ui/badge.tsx index 48aaec67..df01118f 100644 --- a/web/src/components/ui/badge.tsx +++ b/web/src/components/ui/badge.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/card.tsx b/web/src/components/ui/card.tsx index 90a05a40..9dd0885b 100644 --- a/web/src/components/ui/card.tsx +++ b/web/src/components/ui/card.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/checkbox.tsx b/web/src/components/ui/checkbox.tsx index b4df78f9..a8100951 100644 --- a/web/src/components/ui/checkbox.tsx +++ b/web/src/components/ui/checkbox.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/collapsible.tsx b/web/src/components/ui/collapsible.tsx index 6b50702a..6b1b15e0 100644 --- a/web/src/components/ui/collapsible.tsx +++ b/web/src/components/ui/collapsible.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/data-table.tsx b/web/src/components/ui/data-table.tsx index a3f832f9..35698462 100644 --- a/web/src/components/ui/data-table.tsx +++ b/web/src/components/ui/data-table.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/dialog.tsx b/web/src/components/ui/dialog.tsx index 5719ad3c..f5087738 100644 --- a/web/src/components/ui/dialog.tsx +++ b/web/src/components/ui/dialog.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/dropdown-menu.tsx b/web/src/components/ui/dropdown-menu.tsx index ba51e545..b2b474a7 100644 --- a/web/src/components/ui/dropdown-menu.tsx +++ b/web/src/components/ui/dropdown-menu.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/input.tsx b/web/src/components/ui/input.tsx index 616264b9..7ba26574 100644 --- a/web/src/components/ui/input.tsx +++ b/web/src/components/ui/input.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/label.tsx b/web/src/components/ui/label.tsx index eb541f1a..5905b75b 100644 --- a/web/src/components/ui/label.tsx +++ b/web/src/components/ui/label.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/popover.tsx b/web/src/components/ui/popover.tsx index 985e2613..fb895a2f 100644 --- a/web/src/components/ui/popover.tsx +++ b/web/src/components/ui/popover.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/radio-group.tsx b/web/src/components/ui/radio-group.tsx index cd1211ea..7ffb5646 100644 --- a/web/src/components/ui/radio-group.tsx +++ b/web/src/components/ui/radio-group.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/select.tsx b/web/src/components/ui/select.tsx index 6b962e9b..6a1468ea 100644 --- a/web/src/components/ui/select.tsx +++ b/web/src/components/ui/select.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/sheet.tsx b/web/src/components/ui/sheet.tsx index cb70f8c1..5e1d436d 100644 --- a/web/src/components/ui/sheet.tsx +++ b/web/src/components/ui/sheet.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026, s0up and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + "use client" import * as React from "react" diff --git a/web/src/components/ui/sonner.tsx b/web/src/components/ui/sonner.tsx index ee9694e0..c174d401 100644 --- a/web/src/components/ui/sonner.tsx +++ b/web/src/components/ui/sonner.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/switch.tsx b/web/src/components/ui/switch.tsx index ec15a858..28d97d81 100644 --- a/web/src/components/ui/switch.tsx +++ b/web/src/components/ui/switch.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/table.tsx b/web/src/components/ui/table.tsx index 11bb3033..ce9aa544 100644 --- a/web/src/components/ui/table.tsx +++ b/web/src/components/ui/table.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/tabs.tsx b/web/src/components/ui/tabs.tsx index 84d46e7e..75484aff 100644 --- a/web/src/components/ui/tabs.tsx +++ b/web/src/components/ui/tabs.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ui/tooltip.tsx b/web/src/components/ui/tooltip.tsx index 20f32bd1..de8692c7 100644 --- a/web/src/components/ui/tooltip.tsx +++ b/web/src/components/ui/tooltip.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/constants/monitorRefreshIntervals.ts b/web/src/constants/monitorRefreshIntervals.ts index 7c6d3266..18caa5c5 100644 --- a/web/src/constants/monitorRefreshIntervals.ts +++ b/web/src/constants/monitorRefreshIntervals.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/context/auth.tsx b/web/src/context/auth.tsx index 733cfec2..b61e39a7 100644 --- a/web/src/context/auth.tsx +++ b/web/src/context/auth.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/hooks/useMonitorAgent.ts b/web/src/hooks/useMonitorAgent.ts index 9cc5d8aa..500ba82f 100644 --- a/web/src/hooks/useMonitorAgent.ts +++ b/web/src/hooks/useMonitorAgent.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/index.css b/web/src/index.css index 8a75b7f8..b28cfc97 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/lib/utils.ts b/web/src/lib/utils.ts index 23a2c591..435fbb23 100644 --- a/web/src/lib/utils.ts +++ b/web/src/lib/utils.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/main.tsx b/web/src/main.tsx index 8dc81553..d47d7439 100644 --- a/web/src/main.tsx +++ b/web/src/main.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/routes.tsx b/web/src/routes.tsx index 11f70474..f47d318e 100644 --- a/web/src/routes.tsx +++ b/web/src/routes.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/styles/tab-navigation.css b/web/src/styles/tab-navigation.css index 53268097..5905fa2d 100644 --- a/web/src/styles/tab-navigation.css +++ b/web/src/styles/tab-navigation.css @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026, s0up and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + /* Mobile bottom navigation styles using custom zinc-based gray colors */ @media (max-width: 639px) { .tab-navigation-container { diff --git a/web/src/types/speedtest.ts b/web/src/types/speedtest.ts index cb0d4ea7..3527925f 100644 --- a/web/src/types/speedtest.ts +++ b/web/src/types/speedtest.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/types.ts b/web/src/types/types.ts index 945fe814..7b96cc82 100644 --- a/web/src/types/types.ts +++ b/web/src/types/types.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/utils/agentIcons.tsx b/web/src/utils/agentIcons.tsx index e979b591..26934195 100644 --- a/web/src/utils/agentIcons.tsx +++ b/web/src/utils/agentIcons.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/utils/baseUrl.ts b/web/src/utils/baseUrl.ts index 3a22e373..c69bbeb4 100644 --- a/web/src/utils/baseUrl.ts +++ b/web/src/utils/baseUrl.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/utils/clipboard.ts b/web/src/utils/clipboard.ts index 5d1cff62..cc2449bf 100644 --- a/web/src/utils/clipboard.ts +++ b/web/src/utils/clipboard.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/utils/countryFlags.ts b/web/src/utils/countryFlags.ts index aa9330d6..ed5a0f91 100644 --- a/web/src/utils/countryFlags.ts +++ b/web/src/utils/countryFlags.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/utils/darkMode.ts b/web/src/utils/darkMode.ts index 629d0c53..d0442ff3 100644 --- a/web/src/utils/darkMode.ts +++ b/web/src/utils/darkMode.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/utils/formatBytes.ts b/web/src/utils/formatBytes.ts index 9f0dcab8..a0183e70 100644 --- a/web/src/utils/formatBytes.ts +++ b/web/src/utils/formatBytes.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/utils/monitorDataParser.ts b/web/src/utils/monitorDataParser.ts index 64877885..6cfe2fd5 100644 --- a/web/src/utils/monitorDataParser.ts +++ b/web/src/utils/monitorDataParser.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/utils/timeSettings.ts b/web/src/utils/timeSettings.ts index 8a7192b9..9c1769a5 100644 --- a/web/src/utils/timeSettings.ts +++ b/web/src/utils/timeSettings.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/utils/timeUtils.ts b/web/src/utils/timeUtils.ts index c8b40a37..aa43e6af 100644 --- a/web/src/utils/timeUtils.ts +++ b/web/src/utils/timeUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024-2025, s0up and the autobrr contributors. + * Copyright (c) 2024-2026, s0up and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */