From 039162986261b64dac94fc372152432217509457 Mon Sep 17 00:00:00 2001 From: soup Date: Mon, 6 Jan 2025 22:23:19 +0100 Subject: [PATCH] chore(license): update copyright year in headers (#1929) * chore: update copyright year in license headers * Revert "chore: update copyright year in license headers" This reverts commit 3e58129c431b9a491089ce36b908f9bb6ba38ed3. * chore: update copyright year in license headers * fix: sort go imports * fix: add missing license headers --- cmd/autobrr/main.go | 2 +- cmd/autobrrctl/main.go | 2 +- internal/action/deluge.go | 2 +- internal/action/exec.go | 2 +- internal/action/exec_test.go | 2 +- internal/action/lidarr.go | 2 +- internal/action/porla.go | 2 +- internal/action/qbittorrent.go | 2 +- internal/action/radarr.go | 2 +- internal/action/readarr.go | 2 +- internal/action/rtorrent.go | 2 +- internal/action/run.go | 2 +- internal/action/sabnzbd.go | 2 +- internal/action/service.go | 2 +- internal/action/sonarr.go | 2 +- internal/action/transmission.go | 2 +- internal/action/whisparr.go | 2 +- internal/announce/announce.go | 2 +- internal/api/service.go | 2 +- internal/auth/service.go | 2 +- internal/config/config.go | 2 +- internal/config/config_test.go | 2 +- internal/database/action.go | 2 +- internal/database/action_test.go | 2 +- internal/database/api.go | 2 +- internal/database/api_test.go | 2 +- internal/database/database.go | 2 +- internal/database/database_test.go | 2 +- internal/database/download_client.go | 2 +- internal/database/download_client_test.go | 2 +- internal/database/feed.go | 2 +- internal/database/feed_cache.go | 2 +- internal/database/feed_cache_test.go | 2 +- internal/database/feed_test.go | 2 +- internal/database/filter.go | 2 +- internal/database/filter_test.go | 2 +- internal/database/indexer.go | 2 +- internal/database/indexer_test.go | 2 +- internal/database/irc.go | 2 +- internal/database/irc_test.go | 2 +- internal/database/list.go | 3 +++ internal/database/notification.go | 2 +- internal/database/notification_test.go | 2 +- internal/database/postgres.go | 2 +- internal/database/postgres_migrate.go | 2 +- internal/database/proxy.go | 2 +- internal/database/proxy_test.go | 2 +- internal/database/release.go | 2 +- internal/database/release_test.go | 2 +- internal/database/sqlite.go | 2 +- internal/database/sqlite_migrate.go | 2 +- internal/database/user.go | 2 +- internal/database/user_test.go | 2 +- internal/database/utils.go | 2 +- internal/database/utils_test.go | 2 +- internal/diagnostics/profiling.go | 2 +- internal/domain/action.go | 2 +- internal/domain/api.go | 2 +- internal/domain/client.go | 2 +- internal/domain/client_test.go | 2 +- internal/domain/config.go | 2 +- internal/domain/error.go | 2 +- internal/domain/event.go | 2 +- internal/domain/feed.go | 2 +- internal/domain/filter.go | 2 +- internal/domain/filter_test.go | 2 +- internal/domain/indexer.go | 2 +- internal/domain/indexer_test.go | 2 +- internal/domain/irc.go | 2 +- internal/domain/list.go | 2 +- internal/domain/macros.go | 2 +- internal/domain/macros_test.go | 4 ++-- internal/domain/notification.go | 2 +- internal/domain/proxy.go | 2 +- internal/domain/release.go | 6 +++--- internal/domain/release_download_test.go | 2 +- internal/domain/release_test.go | 2 +- internal/domain/releasetags.go | 2 +- internal/domain/releasetags_test.go | 2 +- internal/domain/user.go | 2 +- internal/download_client/cache.go | 2 +- internal/download_client/connection.go | 2 +- internal/download_client/service.go | 2 +- internal/events/subscribers.go | 2 +- internal/feed/cleanup.go | 2 +- internal/feed/client.go | 2 +- internal/feed/newznab.go | 2 +- internal/feed/rss.go | 2 +- internal/feed/rss_test.go | 2 +- internal/feed/service.go | 2 +- internal/feed/torznab.go | 4 ++-- internal/filter/service.go | 2 +- internal/http/action.go | 2 +- internal/http/apikey.go | 2 +- internal/http/auth.go | 2 +- internal/http/auth_test.go | 2 +- internal/http/config.go | 2 +- internal/http/download_client.go | 2 +- internal/http/encoder.go | 2 +- internal/http/feed.go | 2 +- internal/http/filter.go | 2 +- internal/http/health.go | 2 +- internal/http/indexer.go | 2 +- internal/http/irc.go | 2 +- internal/http/list.go | 2 +- internal/http/logs.go | 2 +- internal/http/middleware.go | 2 +- internal/http/notification.go | 2 +- internal/http/proxy.go | 2 +- internal/http/release.go | 2 +- internal/http/server.go | 2 +- internal/http/update.go | 2 +- internal/http/web.go | 2 +- internal/http/web_legacy.go | 2 +- internal/http/webhook.go | 2 +- internal/indexer/api.go | 2 +- internal/indexer/definitions.go | 2 +- internal/indexer/indexer_test.go | 2 +- internal/indexer/service.go | 2 +- internal/irc/handler.go | 2 +- internal/irc/service.go | 2 +- internal/list/process_arr_lidarr.go | 2 +- internal/list/process_arr_radarr.go | 2 +- internal/list/process_arr_readarr.go | 2 +- internal/list/process_arr_sonarr.go | 2 +- internal/list/process_list_mdblist.go | 2 +- internal/list/process_list_metacritic.go | 2 +- internal/list/process_list_plaintext.go | 2 +- internal/list/process_list_steam.go | 2 +- internal/list/process_list_trakt.go | 2 +- internal/list/scheduled_jobs.go | 2 +- internal/list/service.go | 2 +- internal/list/tags.go | 2 +- internal/list/tags_test.go | 2 +- internal/list/title.go | 2 +- internal/list/title_test.go | 5 +++-- internal/logger/logger.go | 2 +- internal/logger/mock.go | 2 +- internal/logger/sanitize_test.go | 2 +- internal/logger/sse_writer.go | 2 +- internal/mock/indexer_api.go | 2 +- internal/notification/discord.go | 2 +- internal/notification/gotify.go | 2 +- internal/notification/notifiarr.go | 2 +- internal/notification/ntfy.go | 2 +- internal/notification/pushover.go | 2 +- internal/notification/service.go | 2 +- internal/notification/telegram.go | 2 +- internal/proxy/service.go | 2 +- internal/release/service.go | 2 +- internal/scheduler/jobs.go | 2 +- internal/scheduler/service.go | 2 +- internal/server/server.go | 2 +- internal/update/update.go | 2 +- internal/user/service.go | 2 +- internal/utils/strings.go | 2 +- pkg/argon2id/argon2id.go | 2 +- pkg/argon2id/argon2id_test.go | 2 +- pkg/arr/lidarr/client.go | 2 +- pkg/arr/lidarr/lidarr.go | 2 +- pkg/arr/lidarr/lidarr_test.go | 2 +- pkg/arr/radarr/client.go | 2 +- pkg/arr/radarr/radarr.go | 2 +- pkg/arr/radarr/radarr_test.go | 2 +- pkg/arr/readarr/client.go | 2 +- pkg/arr/readarr/readarr.go | 2 +- pkg/arr/readarr/readarr_test.go | 2 +- pkg/arr/sonarr/client.go | 2 +- pkg/arr/sonarr/sonarr.go | 2 +- pkg/arr/sonarr/sonarr_test.go | 2 +- pkg/btn/btn.go | 2 +- pkg/btn/btn_test.go | 2 +- pkg/btn/client.go | 2 +- pkg/errors/errors.go | 2 +- pkg/ggn/ggn.go | 2 +- pkg/ggn/ggn_test.go | 2 +- pkg/jsonrpc/jsonrpc.go | 2 +- pkg/newznab/caps.go | 2 +- pkg/newznab/category.go | 2 +- pkg/newznab/feed.go | 2 +- pkg/newznab/newznab.go | 2 +- pkg/ops/ops.go | 2 +- pkg/ops/ops_test.go | 2 +- pkg/porla/client.go | 2 +- pkg/porla/domain.go | 2 +- pkg/porla/methods.go | 2 +- pkg/ptp/ptp.go | 2 +- pkg/ptp/ptp_test.go | 2 +- pkg/red/red.go | 2 +- pkg/red/red_test.go | 2 +- pkg/regexcache/regex.go | 2 +- pkg/sabnzbd/sabnzbd.go | 2 +- pkg/sharedhttp/http.go | 2 +- pkg/torznab/caps.go | 2 +- pkg/torznab/category.go | 2 +- pkg/torznab/feed.go | 2 +- pkg/torznab/torznab.go | 2 +- pkg/torznab/torznab_test.go | 2 +- pkg/version/version.go | 2 +- pkg/version/version_test.go | 2 +- pkg/whisparr/client.go | 2 +- pkg/whisparr/whisparr.go | 2 +- pkg/wildcard/match.go | 2 +- pkg/wildcard/match_test.go | 2 +- test/docs/docs_test.go | 2 +- test/mockindexer/irc/client.go | 2 +- test/mockindexer/irc/handlers.go | 2 +- test/mockindexer/irc/server.go | 2 +- test/mockindexer/main.go | 2 +- web/build.go | 2 +- web/index.html | 2 +- web/src/App.tsx | 2 +- web/src/api/APIClient.ts | 2 +- web/src/api/QueryClient.tsx | 2 +- web/src/api/queries.ts | 2 +- web/src/api/query_keys.ts | 2 +- web/src/components/Checkbox.tsx | 2 +- web/src/components/ExternalLink.tsx | 2 +- web/src/components/Icons.tsx | 2 +- web/src/components/alerts/ErrorPage.tsx | 2 +- web/src/components/alerts/NotFound.tsx | 2 +- web/src/components/alerts/Warning.tsx | 2 +- web/src/components/alerts/index.tsx | 2 +- web/src/components/data-table/Buttons.tsx | 2 +- web/src/components/data-table/Cells.tsx | 2 +- web/src/components/data-table/index.tsx | 2 +- web/src/components/debug.tsx | 2 +- web/src/components/emptystates/index.tsx | 2 +- web/src/components/fields/text.tsx | 2 +- web/src/components/header/Header.tsx | 2 +- web/src/components/header/LeftNav.tsx | 2 +- web/src/components/header/MobileNav.tsx | 2 +- web/src/components/header/RightNav.tsx | 2 +- web/src/components/header/_shared.ts | 2 +- web/src/components/header/index.tsx | 2 +- web/src/components/headings/index.tsx | 2 +- web/src/components/hot-toast/components/checkmark.tsx | 5 +++++ web/src/components/hot-toast/components/error.tsx | 5 +++++ web/src/components/hot-toast/components/loader.tsx | 5 +++++ web/src/components/hot-toast/components/toast-bar.tsx | 5 +++++ web/src/components/hot-toast/components/toast-icon.tsx | 5 +++++ web/src/components/hot-toast/components/toaster.tsx | 5 +++++ web/src/components/hot-toast/core/store.ts | 5 +++++ web/src/components/hot-toast/core/toast.ts | 5 +++++ web/src/components/hot-toast/core/types.ts | 5 +++++ web/src/components/hot-toast/core/use-toaster.ts | 5 +++++ web/src/components/hot-toast/core/utils.ts | 5 +++++ web/src/components/hot-toast/headless/index.ts | 5 +++++ web/src/components/hot-toast/index.ts | 5 +++++ web/src/components/inputs/common.tsx | 2 +- web/src/components/inputs/index.ts | 2 +- web/src/components/inputs/input.tsx | 2 +- web/src/components/inputs/input_wide.tsx | 2 +- web/src/components/inputs/radio.tsx | 2 +- web/src/components/inputs/select.tsx | 2 +- web/src/components/inputs/select_wide.tsx | 2 +- web/src/components/inputs/switch.tsx | 2 +- web/src/components/inputs/text.tsx | 2 +- web/src/components/modals/index.tsx | 2 +- web/src/components/notifications/Toast.tsx | 2 +- web/src/components/panels/index.tsx | 2 +- web/src/components/portal/Portal.tsx | 2 +- web/src/components/portal/index.ts | 2 +- web/src/components/tooltips/DocsTooltip.tsx | 2 +- web/src/components/tooltips/Tooltip.tsx | 2 +- web/src/domain/constants.ts | 2 +- web/src/domain/react-table-config.d.ts | 2 +- web/src/forms/_shared.ts | 2 +- web/src/forms/filters/FilterAddForm.tsx | 2 +- web/src/forms/index.ts | 2 +- web/src/forms/settings/APIKeyAddForm.tsx | 2 +- web/src/forms/settings/DownloadClientForms.tsx | 2 +- web/src/forms/settings/FeedForms.tsx | 2 +- web/src/forms/settings/IndexerForms.tsx | 2 +- web/src/forms/settings/IrcForms.tsx | 2 +- web/src/forms/settings/ListForms.tsx | 2 +- web/src/forms/settings/NotificationForms.tsx | 2 +- web/src/forms/settings/ReleaseForms.tsx | 2 +- web/src/hooks/hooks.ts | 2 +- web/src/index.css | 2 +- web/src/index.tsx | 2 +- web/src/routes.tsx | 2 +- web/src/screens/Dashboard.tsx | 2 +- web/src/screens/Logs.tsx | 2 +- web/src/screens/Releases.tsx | 2 +- web/src/screens/Settings.tsx | 2 +- web/src/screens/auth/Login.tsx | 2 +- web/src/screens/auth/Onboarding.tsx | 2 +- web/src/screens/auth/index.ts | 2 +- web/src/screens/dashboard/ActivityTable.tsx | 2 +- web/src/screens/dashboard/Stats.tsx | 2 +- web/src/screens/filters/Details.tsx | 2 +- web/src/screens/filters/Importer.tsx | 2 +- web/src/screens/filters/List.tsx | 2 +- web/src/screens/filters/NotFound.tsx | 2 +- web/src/screens/filters/_configParser.ts | 2 +- web/src/screens/filters/_const.ts | 2 +- web/src/screens/filters/index.ts | 2 +- web/src/screens/filters/sections/Actions.tsx | 2 +- web/src/screens/filters/sections/Advanced.tsx | 2 +- web/src/screens/filters/sections/External.tsx | 2 +- web/src/screens/filters/sections/General.tsx | 2 +- web/src/screens/filters/sections/MoviesAndTV.tsx | 2 +- web/src/screens/filters/sections/Music.tsx | 2 +- web/src/screens/filters/sections/_components.tsx | 2 +- .../filters/sections/action_components/ActionDeluge.tsx | 2 +- .../filters/sections/action_components/ActionPorla.tsx | 2 +- .../sections/action_components/ActionQBittorrent.tsx | 2 +- .../filters/sections/action_components/ActionRTorrent.tsx | 2 +- .../sections/action_components/ActionTransmission.tsx | 2 +- .../filters/sections/action_components/OtherActions.tsx | 2 +- web/src/screens/filters/sections/action_components/index.ts | 2 +- .../screens/filters/sections/action_components/shared.d.ts | 2 +- web/src/screens/filters/sections/index.ts | 2 +- web/src/screens/releases/ReleaseFilters.tsx | 2 +- web/src/screens/releases/ReleaseTable.tsx | 2 +- web/src/screens/settings/Account.tsx | 2 +- web/src/screens/settings/Api.tsx | 2 +- web/src/screens/settings/Application.tsx | 2 +- web/src/screens/settings/DownloadClient.tsx | 2 +- web/src/screens/settings/Feed.tsx | 2 +- web/src/screens/settings/Indexer.tsx | 2 +- web/src/screens/settings/Irc.tsx | 2 +- web/src/screens/settings/Lists.tsx | 2 +- web/src/screens/settings/Logs.tsx | 2 +- web/src/screens/settings/Notifications.tsx | 2 +- web/src/screens/settings/RegexPlayground.tsx | 2 +- web/src/screens/settings/Releases.tsx | 2 +- web/src/screens/settings/_components.tsx | 2 +- web/src/screens/settings/index.ts | 2 +- web/src/types/API.d.ts | 2 +- web/src/types/Config.d.ts | 2 +- web/src/types/Download.d.ts | 2 +- web/src/types/Feed.d.ts | 2 +- web/src/types/Filter.d.ts | 2 +- web/src/types/Global.d.ts | 2 +- web/src/types/Indexer.d.ts | 2 +- web/src/types/Irc.d.ts | 2 +- web/src/types/List.d.ts | 2 +- web/src/types/Notification.d.ts | 2 +- web/src/types/Proxy.d.ts | 2 +- web/src/types/Release.d.ts | 2 +- web/src/types/Update.d.ts | 2 +- web/src/utils/Context.ts | 2 +- web/src/utils/index.ts | 2 +- 345 files changed, 405 insertions(+), 336 deletions(-) diff --git a/cmd/autobrr/main.go b/cmd/autobrr/main.go index 0b8e838..f2acfca 100644 --- a/cmd/autobrr/main.go +++ b/cmd/autobrr/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package main diff --git a/cmd/autobrrctl/main.go b/cmd/autobrrctl/main.go index 308d082..5193b42 100644 --- a/cmd/autobrrctl/main.go +++ b/cmd/autobrrctl/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package main diff --git a/internal/action/deluge.go b/internal/action/deluge.go index a58ec69..9500f3b 100644 --- a/internal/action/deluge.go +++ b/internal/action/deluge.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/exec.go b/internal/action/exec.go index 08562ae..755df1b 100644 --- a/internal/action/exec.go +++ b/internal/action/exec.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/exec_test.go b/internal/action/exec_test.go index 239134b..ef6b7d7 100644 --- a/internal/action/exec_test.go +++ b/internal/action/exec_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/lidarr.go b/internal/action/lidarr.go index 16d2c2a..a147cc4 100644 --- a/internal/action/lidarr.go +++ b/internal/action/lidarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/porla.go b/internal/action/porla.go index 580a6fb..8779e84 100644 --- a/internal/action/porla.go +++ b/internal/action/porla.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/qbittorrent.go b/internal/action/qbittorrent.go index a9f6fe1..bd4e40e 100644 --- a/internal/action/qbittorrent.go +++ b/internal/action/qbittorrent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/radarr.go b/internal/action/radarr.go index 8d849c8..29af793 100644 --- a/internal/action/radarr.go +++ b/internal/action/radarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/readarr.go b/internal/action/readarr.go index 469539f..99bfe0b 100644 --- a/internal/action/readarr.go +++ b/internal/action/readarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/rtorrent.go b/internal/action/rtorrent.go index a60bc79..9b94a01 100644 --- a/internal/action/rtorrent.go +++ b/internal/action/rtorrent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/run.go b/internal/action/run.go index bd291f9..d2284b6 100644 --- a/internal/action/run.go +++ b/internal/action/run.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/sabnzbd.go b/internal/action/sabnzbd.go index d78754a..f3d0835 100644 --- a/internal/action/sabnzbd.go +++ b/internal/action/sabnzbd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/service.go b/internal/action/service.go index 806b006..b24015b 100644 --- a/internal/action/service.go +++ b/internal/action/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/sonarr.go b/internal/action/sonarr.go index 9d29543..8ca0eba 100644 --- a/internal/action/sonarr.go +++ b/internal/action/sonarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/transmission.go b/internal/action/transmission.go index 1d4d8b0..7fb9368 100644 --- a/internal/action/transmission.go +++ b/internal/action/transmission.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/action/whisparr.go b/internal/action/whisparr.go index 32e9466..dae1154 100644 --- a/internal/action/whisparr.go +++ b/internal/action/whisparr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package action diff --git a/internal/announce/announce.go b/internal/announce/announce.go index 99bcdfa..7e034fb 100644 --- a/internal/announce/announce.go +++ b/internal/announce/announce.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package announce diff --git a/internal/api/service.go b/internal/api/service.go index d962580..e31db90 100644 --- a/internal/api/service.go +++ b/internal/api/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package api diff --git a/internal/auth/service.go b/internal/auth/service.go index cfac122..ba256ae 100644 --- a/internal/auth/service.go +++ b/internal/auth/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package auth diff --git a/internal/config/config.go b/internal/config/config.go index ff4dbef..82f6af3 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package config diff --git a/internal/config/config_test.go b/internal/config/config_test.go index 57ee7b5..2972ed8 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package config diff --git a/internal/database/action.go b/internal/database/action.go index cdf4290..b617e6d 100644 --- a/internal/database/action.go +++ b/internal/database/action.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/action_test.go b/internal/database/action_test.go index 0d59102..42a0c9e 100644 --- a/internal/database/action_test.go +++ b/internal/database/action_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/api.go b/internal/database/api.go index e9048fc..f3caba8 100644 --- a/internal/database/api.go +++ b/internal/database/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/api_test.go b/internal/database/api_test.go index a6f9ae0..9065406 100644 --- a/internal/database/api_test.go +++ b/internal/database/api_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/database.go b/internal/database/database.go index 033cb34..05cb802 100644 --- a/internal/database/database.go +++ b/internal/database/database.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren 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 10897a5..423a806 100644 --- a/internal/database/database_test.go +++ b/internal/database/database_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/download_client.go b/internal/database/download_client.go index 4832b7a..b249aa1 100644 --- a/internal/database/download_client.go +++ b/internal/database/download_client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/download_client_test.go b/internal/database/download_client_test.go index c5a87b4..282c321 100644 --- a/internal/database/download_client_test.go +++ b/internal/database/download_client_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/feed.go b/internal/database/feed.go index 2ea7dd5..3ee7d05 100644 --- a/internal/database/feed.go +++ b/internal/database/feed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/feed_cache.go b/internal/database/feed_cache.go index 8698b63..4c323ae 100644 --- a/internal/database/feed_cache.go +++ b/internal/database/feed_cache.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/feed_cache_test.go b/internal/database/feed_cache_test.go index a131d64..ba9948b 100644 --- a/internal/database/feed_cache_test.go +++ b/internal/database/feed_cache_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/feed_test.go b/internal/database/feed_test.go index ba41b7d..11117bf 100644 --- a/internal/database/feed_test.go +++ b/internal/database/feed_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/filter.go b/internal/database/filter.go index 39078a0..b993290 100644 --- a/internal/database/filter.go +++ b/internal/database/filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/filter_test.go b/internal/database/filter_test.go index 133d248..333b01b 100644 --- a/internal/database/filter_test.go +++ b/internal/database/filter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/indexer.go b/internal/database/indexer.go index fc46cc7..eaf1a7e 100644 --- a/internal/database/indexer.go +++ b/internal/database/indexer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/indexer_test.go b/internal/database/indexer_test.go index 100537c..c114ec1 100644 --- a/internal/database/indexer_test.go +++ b/internal/database/indexer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/irc.go b/internal/database/irc.go index b30f01f..a29f14b 100644 --- a/internal/database/irc.go +++ b/internal/database/irc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/irc_test.go b/internal/database/irc_test.go index 0ab0756..9e3ecc5 100644 --- a/internal/database/irc_test.go +++ b/internal/database/irc_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/list.go b/internal/database/list.go index 100b57c..57f09e4 100644 --- a/internal/database/list.go +++ b/internal/database/list.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package database import ( diff --git a/internal/database/notification.go b/internal/database/notification.go index 9f30d97..e2444f4 100644 --- a/internal/database/notification.go +++ b/internal/database/notification.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/notification_test.go b/internal/database/notification_test.go index 9ee2bee..af3429e 100644 --- a/internal/database/notification_test.go +++ b/internal/database/notification_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/postgres.go b/internal/database/postgres.go index 18214fe..c5e8bba 100644 --- a/internal/database/postgres.go +++ b/internal/database/postgres.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/postgres_migrate.go b/internal/database/postgres_migrate.go index 3602172..10e76c3 100644 --- a/internal/database/postgres_migrate.go +++ b/internal/database/postgres_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/proxy.go b/internal/database/proxy.go index 456e733..b60c830 100644 --- a/internal/database/proxy.go +++ b/internal/database/proxy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/proxy_test.go b/internal/database/proxy_test.go index d9b2250..12ed313 100644 --- a/internal/database/proxy_test.go +++ b/internal/database/proxy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/release.go b/internal/database/release.go index 4ca5441..6995d70 100644 --- a/internal/database/release.go +++ b/internal/database/release.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/release_test.go b/internal/database/release_test.go index a8792bb..a1c504d 100644 --- a/internal/database/release_test.go +++ b/internal/database/release_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/sqlite.go b/internal/database/sqlite.go index af2d818..46a4337 100644 --- a/internal/database/sqlite.go +++ b/internal/database/sqlite.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/sqlite_migrate.go b/internal/database/sqlite_migrate.go index fbf563e..8a019f9 100644 --- a/internal/database/sqlite_migrate.go +++ b/internal/database/sqlite_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren 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 e9fe7fc..fdc0e1e 100644 --- a/internal/database/user.go +++ b/internal/database/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/user_test.go b/internal/database/user_test.go index 6aa8240..46e5ed3 100644 --- a/internal/database/user_test.go +++ b/internal/database/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/utils.go b/internal/database/utils.go index 9851835..f651b9b 100644 --- a/internal/database/utils.go +++ b/internal/database/utils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/utils_test.go b/internal/database/utils_test.go index 1f241e9..508bcaf 100644 --- a/internal/database/utils_test.go +++ b/internal/database/utils_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/diagnostics/profiling.go b/internal/diagnostics/profiling.go index 404c63d..0bf231c 100644 --- a/internal/diagnostics/profiling.go +++ b/internal/diagnostics/profiling.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package diagnostics diff --git a/internal/domain/action.go b/internal/domain/action.go index 6117cbe..b7716f9 100644 --- a/internal/domain/action.go +++ b/internal/domain/action.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/api.go b/internal/domain/api.go index 808a207..f046db9 100644 --- a/internal/domain/api.go +++ b/internal/domain/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/client.go b/internal/domain/client.go index 2349411..2f6e575 100644 --- a/internal/domain/client.go +++ b/internal/domain/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/client_test.go b/internal/domain/client_test.go index 253dff8..568f69c 100644 --- a/internal/domain/client_test.go +++ b/internal/domain/client_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/config.go b/internal/domain/config.go index e61d877..d33d871 100644 --- a/internal/domain/config.go +++ b/internal/domain/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/error.go b/internal/domain/error.go index cab573c..9846f31 100644 --- a/internal/domain/error.go +++ b/internal/domain/error.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/event.go b/internal/domain/event.go index d9d3be3..3974b45 100644 --- a/internal/domain/event.go +++ b/internal/domain/event.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/feed.go b/internal/domain/feed.go index 81a40a8..d829844 100644 --- a/internal/domain/feed.go +++ b/internal/domain/feed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/filter.go b/internal/domain/filter.go index cd6fb4b..ca8f67f 100644 --- a/internal/domain/filter.go +++ b/internal/domain/filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/filter_test.go b/internal/domain/filter_test.go index a859e34..14114c9 100644 --- a/internal/domain/filter_test.go +++ b/internal/domain/filter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/indexer.go b/internal/domain/indexer.go index 11a33fd..8febc38 100644 --- a/internal/domain/indexer.go +++ b/internal/domain/indexer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/indexer_test.go b/internal/domain/indexer_test.go index 2559f5e..4c77c51 100644 --- a/internal/domain/indexer_test.go +++ b/internal/domain/indexer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/irc.go b/internal/domain/irc.go index d38219e..c4a14af 100644 --- a/internal/domain/irc.go +++ b/internal/domain/irc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/list.go b/internal/domain/list.go index 00b67ab..041b9ee 100644 --- a/internal/domain/list.go +++ b/internal/domain/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/macros.go b/internal/domain/macros.go index 2d577dd..d5aaf4b 100644 --- a/internal/domain/macros.go +++ b/internal/domain/macros.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/macros_test.go b/internal/domain/macros_test.go index 7fb63c5..c20cdc3 100644 --- a/internal/domain/macros_test.go +++ b/internal/domain/macros_test.go @@ -1,14 +1,14 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain import ( "fmt" - "github.com/moistari/rls" "testing" "time" + "github.com/moistari/rls" "github.com/stretchr/testify/assert" ) diff --git a/internal/domain/notification.go b/internal/domain/notification.go index 6b1b297..1745d2c 100644 --- a/internal/domain/notification.go +++ b/internal/domain/notification.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/proxy.go b/internal/domain/proxy.go index 7a5ad30..038bba1 100644 --- a/internal/domain/proxy.go +++ b/internal/domain/proxy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/release.go b/internal/domain/release.go index a7f3b8e..4edb076 100644 --- a/internal/domain/release.go +++ b/internal/domain/release.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain @@ -10,8 +10,6 @@ import ( "crypto/md5" "encoding/hex" "fmt" - "golang.org/x/text/transform" - "golang.org/x/text/unicode/norm" "html" "io" "math" @@ -33,6 +31,8 @@ import ( "github.com/dustin/go-humanize" "github.com/moistari/rls" "golang.org/x/net/publicsuffix" + "golang.org/x/text/transform" + "golang.org/x/text/unicode/norm" ) type ReleaseRepo interface { diff --git a/internal/domain/release_download_test.go b/internal/domain/release_download_test.go index ed8859c..59d17f2 100644 --- a/internal/domain/release_download_test.go +++ b/internal/domain/release_download_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/domain/release_test.go b/internal/domain/release_test.go index 9040793..acc1ec2 100644 --- a/internal/domain/release_test.go +++ b/internal/domain/release_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/releasetags.go b/internal/domain/releasetags.go index 78dc349..8fb1035 100644 --- a/internal/domain/releasetags.go +++ b/internal/domain/releasetags.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/releasetags_test.go b/internal/domain/releasetags_test.go index 36371e7..bc9abbb 100644 --- a/internal/domain/releasetags_test.go +++ b/internal/domain/releasetags_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/user.go b/internal/domain/user.go index 4febdd8..2b1720b 100644 --- a/internal/domain/user.go +++ b/internal/domain/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/download_client/cache.go b/internal/download_client/cache.go index 81a9ffa..b46b48f 100644 --- a/internal/download_client/cache.go +++ b/internal/download_client/cache.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package download_client diff --git a/internal/download_client/connection.go b/internal/download_client/connection.go index d58fc5f..7d63575 100644 --- a/internal/download_client/connection.go +++ b/internal/download_client/connection.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package download_client diff --git a/internal/download_client/service.go b/internal/download_client/service.go index 9d29d29..b38c681 100644 --- a/internal/download_client/service.go +++ b/internal/download_client/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package download_client diff --git a/internal/events/subscribers.go b/internal/events/subscribers.go index 45af114..d973bc2 100644 --- a/internal/events/subscribers.go +++ b/internal/events/subscribers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package events diff --git a/internal/feed/cleanup.go b/internal/feed/cleanup.go index 611d3e0..19d4e03 100644 --- a/internal/feed/cleanup.go +++ b/internal/feed/cleanup.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package feed diff --git a/internal/feed/client.go b/internal/feed/client.go index 86eac71..fffca4a 100644 --- a/internal/feed/client.go +++ b/internal/feed/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package feed diff --git a/internal/feed/newznab.go b/internal/feed/newznab.go index c2a3f49..3be8aa6 100644 --- a/internal/feed/newznab.go +++ b/internal/feed/newznab.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package feed diff --git a/internal/feed/rss.go b/internal/feed/rss.go index 9bdb2aa..bee9208 100644 --- a/internal/feed/rss.go +++ b/internal/feed/rss.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package feed diff --git a/internal/feed/rss_test.go b/internal/feed/rss_test.go index f0611f6..ee3d70b 100644 --- a/internal/feed/rss_test.go +++ b/internal/feed/rss_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package feed diff --git a/internal/feed/service.go b/internal/feed/service.go index 1236851..9ccc361 100644 --- a/internal/feed/service.go +++ b/internal/feed/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package feed diff --git a/internal/feed/torznab.go b/internal/feed/torznab.go index 6a4567e..b5c34ab 100644 --- a/internal/feed/torznab.go +++ b/internal/feed/torznab.go @@ -1,17 +1,17 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package feed import ( "context" - "github.com/autobrr/autobrr/internal/proxy" "math" "sort" "strconv" "time" "github.com/autobrr/autobrr/internal/domain" + "github.com/autobrr/autobrr/internal/proxy" "github.com/autobrr/autobrr/internal/release" "github.com/autobrr/autobrr/internal/scheduler" "github.com/autobrr/autobrr/pkg/errors" diff --git a/internal/filter/service.go b/internal/filter/service.go index a702f05..ac55738 100644 --- a/internal/filter/service.go +++ b/internal/filter/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package filter diff --git a/internal/http/action.go b/internal/http/action.go index e747ec4..a3563b3 100644 --- a/internal/http/action.go +++ b/internal/http/action.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/apikey.go b/internal/http/apikey.go index 727c02a..b944314 100644 --- a/internal/http/apikey.go +++ b/internal/http/apikey.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/auth.go b/internal/http/auth.go index 86991bd..d43267c 100644 --- a/internal/http/auth.go +++ b/internal/http/auth.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/auth_test.go b/internal/http/auth_test.go index 952c3bd..17b99ee 100644 --- a/internal/http/auth_test.go +++ b/internal/http/auth_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/http/config.go b/internal/http/config.go index c26b3be..f9a40a6 100644 --- a/internal/http/config.go +++ b/internal/http/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/download_client.go b/internal/http/download_client.go index 4db1f04..b21300e 100644 --- a/internal/http/download_client.go +++ b/internal/http/download_client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/encoder.go b/internal/http/encoder.go index 08ff0d8..13aa3a2 100644 --- a/internal/http/encoder.go +++ b/internal/http/encoder.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/feed.go b/internal/http/feed.go index c221632..5510fab 100644 --- a/internal/http/feed.go +++ b/internal/http/feed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/filter.go b/internal/http/filter.go index 72f3b9f..433f3b9 100644 --- a/internal/http/filter.go +++ b/internal/http/filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/health.go b/internal/http/health.go index 7b061c1..6c810b2 100644 --- a/internal/http/health.go +++ b/internal/http/health.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/indexer.go b/internal/http/indexer.go index c399962..7ec44b2 100644 --- a/internal/http/indexer.go +++ b/internal/http/indexer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/irc.go b/internal/http/irc.go index 03c73d5..ccb5713 100644 --- a/internal/http/irc.go +++ b/internal/http/irc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/list.go b/internal/http/list.go index 5c7d0e2..5ec195f 100644 --- a/internal/http/list.go +++ b/internal/http/list.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/logs.go b/internal/http/logs.go index 8b2b160..3a25d08 100644 --- a/internal/http/logs.go +++ b/internal/http/logs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/middleware.go b/internal/http/middleware.go index 2430101..672f298 100644 --- a/internal/http/middleware.go +++ b/internal/http/middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/notification.go b/internal/http/notification.go index 685dfd2..fd45fbc 100644 --- a/internal/http/notification.go +++ b/internal/http/notification.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/proxy.go b/internal/http/proxy.go index 9a2d478..bdd2e6f 100644 --- a/internal/http/proxy.go +++ b/internal/http/proxy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/release.go b/internal/http/release.go index be30c81..89d9768 100644 --- a/internal/http/release.go +++ b/internal/http/release.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/server.go b/internal/http/server.go index 3d8b6f5..18297b5 100644 --- a/internal/http/server.go +++ b/internal/http/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/update.go b/internal/http/update.go index ed94a4c..eec6b40 100644 --- a/internal/http/update.go +++ b/internal/http/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/web.go b/internal/http/web.go index 11f1c42..018f5c7 100644 --- a/internal/http/web.go +++ b/internal/http/web.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/web_legacy.go b/internal/http/web_legacy.go index 2c973f0..82af16f 100644 --- a/internal/http/web_legacy.go +++ b/internal/http/web_legacy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/webhook.go b/internal/http/webhook.go index ffc8d30..59affca 100644 --- a/internal/http/webhook.go +++ b/internal/http/webhook.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/indexer/api.go b/internal/indexer/api.go index 6b7c6e0..956d3c1 100644 --- a/internal/indexer/api.go +++ b/internal/indexer/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package indexer diff --git a/internal/indexer/definitions.go b/internal/indexer/definitions.go index 43adf07..0a7406e 100644 --- a/internal/indexer/definitions.go +++ b/internal/indexer/definitions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package indexer diff --git a/internal/indexer/indexer_test.go b/internal/indexer/indexer_test.go index 89a59cb..d423be0 100644 --- a/internal/indexer/indexer_test.go +++ b/internal/indexer/indexer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package indexer diff --git a/internal/indexer/service.go b/internal/indexer/service.go index 7526154..ae44593 100644 --- a/internal/indexer/service.go +++ b/internal/indexer/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package indexer diff --git a/internal/irc/handler.go b/internal/irc/handler.go index 8e821bc..5ed02ee 100644 --- a/internal/irc/handler.go +++ b/internal/irc/handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package irc diff --git a/internal/irc/service.go b/internal/irc/service.go index e719bca..c9adfa8 100644 --- a/internal/irc/service.go +++ b/internal/irc/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package irc diff --git a/internal/list/process_arr_lidarr.go b/internal/list/process_arr_lidarr.go index 53fb04d..8636a79 100644 --- a/internal/list/process_arr_lidarr.go +++ b/internal/list/process_arr_lidarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/process_arr_radarr.go b/internal/list/process_arr_radarr.go index c3565d9..d9f9050 100644 --- a/internal/list/process_arr_radarr.go +++ b/internal/list/process_arr_radarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/process_arr_readarr.go b/internal/list/process_arr_readarr.go index ca7e3d8..6d993a0 100644 --- a/internal/list/process_arr_readarr.go +++ b/internal/list/process_arr_readarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/process_arr_sonarr.go b/internal/list/process_arr_sonarr.go index 2dbec1b..88cb53d 100644 --- a/internal/list/process_arr_sonarr.go +++ b/internal/list/process_arr_sonarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/process_list_mdblist.go b/internal/list/process_list_mdblist.go index 62add3a..55c6b62 100644 --- a/internal/list/process_list_mdblist.go +++ b/internal/list/process_list_mdblist.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/process_list_metacritic.go b/internal/list/process_list_metacritic.go index 1190d3b..1444605 100644 --- a/internal/list/process_list_metacritic.go +++ b/internal/list/process_list_metacritic.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/process_list_plaintext.go b/internal/list/process_list_plaintext.go index d8ddd4d..032f656 100644 --- a/internal/list/process_list_plaintext.go +++ b/internal/list/process_list_plaintext.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/process_list_steam.go b/internal/list/process_list_steam.go index 67d67d2..d2bef82 100644 --- a/internal/list/process_list_steam.go +++ b/internal/list/process_list_steam.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/process_list_trakt.go b/internal/list/process_list_trakt.go index 4fba181..2cbeaf9 100644 --- a/internal/list/process_list_trakt.go +++ b/internal/list/process_list_trakt.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/scheduled_jobs.go b/internal/list/scheduled_jobs.go index 8f20ca7..a1b6faa 100644 --- a/internal/list/scheduled_jobs.go +++ b/internal/list/scheduled_jobs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/service.go b/internal/list/service.go index 8c0002b..33c7052 100644 --- a/internal/list/service.go +++ b/internal/list/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/tags.go b/internal/list/tags.go index 02f42d8..110b609 100644 --- a/internal/list/tags.go +++ b/internal/list/tags.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/tags_test.go b/internal/list/tags_test.go index c108816..4912301 100644 --- a/internal/list/tags_test.go +++ b/internal/list/tags_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/title.go b/internal/list/title.go index 3336732..3f19d66 100644 --- a/internal/list/title.go +++ b/internal/list/title.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list diff --git a/internal/list/title_test.go b/internal/list/title_test.go index 0ec0473..651d2ab 100644 --- a/internal/list/title_test.go +++ b/internal/list/title_test.go @@ -1,11 +1,12 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package list import ( - "github.com/stretchr/testify/assert" "testing" + + "github.com/stretchr/testify/assert" ) func Test_processTitle(t *testing.T) { diff --git a/internal/logger/logger.go b/internal/logger/logger.go index 95deffe..929a1dc 100644 --- a/internal/logger/logger.go +++ b/internal/logger/logger.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package logger diff --git a/internal/logger/mock.go b/internal/logger/mock.go index a5abee4..caa8d36 100644 --- a/internal/logger/mock.go +++ b/internal/logger/mock.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package logger diff --git a/internal/logger/sanitize_test.go b/internal/logger/sanitize_test.go index cd34736..08c74ec 100644 --- a/internal/logger/sanitize_test.go +++ b/internal/logger/sanitize_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package logger diff --git a/internal/logger/sse_writer.go b/internal/logger/sse_writer.go index 1ad9150..5d3be92 100644 --- a/internal/logger/sse_writer.go +++ b/internal/logger/sse_writer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package logger diff --git a/internal/mock/indexer_api.go b/internal/mock/indexer_api.go index 548032a..7f83d55 100644 --- a/internal/mock/indexer_api.go +++ b/internal/mock/indexer_api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package mock diff --git a/internal/notification/discord.go b/internal/notification/discord.go index 42fcc55..0c0c388 100644 --- a/internal/notification/discord.go +++ b/internal/notification/discord.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/notification/gotify.go b/internal/notification/gotify.go index c3cc166..5cb89f8 100644 --- a/internal/notification/gotify.go +++ b/internal/notification/gotify.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/notification/notifiarr.go b/internal/notification/notifiarr.go index 0961267..85a1e9e 100644 --- a/internal/notification/notifiarr.go +++ b/internal/notification/notifiarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/notification/ntfy.go b/internal/notification/ntfy.go index e1d2d87..05c92d7 100644 --- a/internal/notification/ntfy.go +++ b/internal/notification/ntfy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/notification/pushover.go b/internal/notification/pushover.go index 9a150ff..92ac5f8 100644 --- a/internal/notification/pushover.go +++ b/internal/notification/pushover.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/notification/service.go b/internal/notification/service.go index ac912e3..2d30633 100644 --- a/internal/notification/service.go +++ b/internal/notification/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/notification/telegram.go b/internal/notification/telegram.go index a5611a6..6cf493e 100644 --- a/internal/notification/telegram.go +++ b/internal/notification/telegram.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/proxy/service.go b/internal/proxy/service.go index a6a8a9f..e681855 100644 --- a/internal/proxy/service.go +++ b/internal/proxy/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package proxy diff --git a/internal/release/service.go b/internal/release/service.go index 98f1913..0e8878e 100644 --- a/internal/release/service.go +++ b/internal/release/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package release diff --git a/internal/scheduler/jobs.go b/internal/scheduler/jobs.go index a9110b2..eefec50 100644 --- a/internal/scheduler/jobs.go +++ b/internal/scheduler/jobs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package scheduler diff --git a/internal/scheduler/service.go b/internal/scheduler/service.go index 4d0e7a2..bf3be49 100644 --- a/internal/scheduler/service.go +++ b/internal/scheduler/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package scheduler diff --git a/internal/server/server.go b/internal/server/server.go index 3e2c1e3..7312402 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package server diff --git a/internal/update/update.go b/internal/update/update.go index 43e1817..655f23d 100644 --- a/internal/update/update.go +++ b/internal/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package update diff --git a/internal/user/service.go b/internal/user/service.go index 6f04e53..db189d4 100644 --- a/internal/user/service.go +++ b/internal/user/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package user diff --git a/internal/utils/strings.go b/internal/utils/strings.go index b240e6f..5f4e0f3 100644 --- a/internal/utils/strings.go +++ b/internal/utils/strings.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package utils diff --git a/pkg/argon2id/argon2id.go b/pkg/argon2id/argon2id.go index 9015f6d..092b599 100644 --- a/pkg/argon2id/argon2id.go +++ b/pkg/argon2id/argon2id.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package argon2id diff --git a/pkg/argon2id/argon2id_test.go b/pkg/argon2id/argon2id_test.go index 764d92b..75360bd 100644 --- a/pkg/argon2id/argon2id_test.go +++ b/pkg/argon2id/argon2id_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package argon2id diff --git a/pkg/arr/lidarr/client.go b/pkg/arr/lidarr/client.go index 146cadf..94b1ba2 100644 --- a/pkg/arr/lidarr/client.go +++ b/pkg/arr/lidarr/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package lidarr diff --git a/pkg/arr/lidarr/lidarr.go b/pkg/arr/lidarr/lidarr.go index 4dfefa6..eeafbac 100644 --- a/pkg/arr/lidarr/lidarr.go +++ b/pkg/arr/lidarr/lidarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package lidarr diff --git a/pkg/arr/lidarr/lidarr_test.go b/pkg/arr/lidarr/lidarr_test.go index f7f72c8..68bc927 100644 --- a/pkg/arr/lidarr/lidarr_test.go +++ b/pkg/arr/lidarr/lidarr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/arr/radarr/client.go b/pkg/arr/radarr/client.go index cd92e22..a57b61f 100644 --- a/pkg/arr/radarr/client.go +++ b/pkg/arr/radarr/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package radarr diff --git a/pkg/arr/radarr/radarr.go b/pkg/arr/radarr/radarr.go index e83b78d..438f130 100644 --- a/pkg/arr/radarr/radarr.go +++ b/pkg/arr/radarr/radarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package radarr diff --git a/pkg/arr/radarr/radarr_test.go b/pkg/arr/radarr/radarr_test.go index 9256647..a5f609d 100644 --- a/pkg/arr/radarr/radarr_test.go +++ b/pkg/arr/radarr/radarr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/arr/readarr/client.go b/pkg/arr/readarr/client.go index 174db12..9f88398 100644 --- a/pkg/arr/readarr/client.go +++ b/pkg/arr/readarr/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package readarr diff --git a/pkg/arr/readarr/readarr.go b/pkg/arr/readarr/readarr.go index 5c6e28c..8d85b8c 100644 --- a/pkg/arr/readarr/readarr.go +++ b/pkg/arr/readarr/readarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package readarr diff --git a/pkg/arr/readarr/readarr_test.go b/pkg/arr/readarr/readarr_test.go index f928c60..dbac0d9 100644 --- a/pkg/arr/readarr/readarr_test.go +++ b/pkg/arr/readarr/readarr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/arr/sonarr/client.go b/pkg/arr/sonarr/client.go index 1913cee..4c17714 100644 --- a/pkg/arr/sonarr/client.go +++ b/pkg/arr/sonarr/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package sonarr diff --git a/pkg/arr/sonarr/sonarr.go b/pkg/arr/sonarr/sonarr.go index f07091c..15304ae 100644 --- a/pkg/arr/sonarr/sonarr.go +++ b/pkg/arr/sonarr/sonarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package sonarr diff --git a/pkg/arr/sonarr/sonarr_test.go b/pkg/arr/sonarr/sonarr_test.go index 0e295ae..fd81066 100644 --- a/pkg/arr/sonarr/sonarr_test.go +++ b/pkg/arr/sonarr/sonarr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/btn/btn.go b/pkg/btn/btn.go index 048b7f2..f6b5bcd 100644 --- a/pkg/btn/btn.go +++ b/pkg/btn/btn.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package btn diff --git a/pkg/btn/btn_test.go b/pkg/btn/btn_test.go index cc92207..1f2b779 100644 --- a/pkg/btn/btn_test.go +++ b/pkg/btn/btn_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/btn/client.go b/pkg/btn/client.go index d8f8a3e..289ee0e 100644 --- a/pkg/btn/client.go +++ b/pkg/btn/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package btn diff --git a/pkg/errors/errors.go b/pkg/errors/errors.go index c24cc83..dd227a0 100644 --- a/pkg/errors/errors.go +++ b/pkg/errors/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package errors diff --git a/pkg/ggn/ggn.go b/pkg/ggn/ggn.go index b01fa05..f486105 100644 --- a/pkg/ggn/ggn.go +++ b/pkg/ggn/ggn.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package ggn diff --git a/pkg/ggn/ggn_test.go b/pkg/ggn/ggn_test.go index d502cd8..a4bbddd 100644 --- a/pkg/ggn/ggn_test.go +++ b/pkg/ggn/ggn_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/jsonrpc/jsonrpc.go b/pkg/jsonrpc/jsonrpc.go index 2ca2895..bb817d9 100644 --- a/pkg/jsonrpc/jsonrpc.go +++ b/pkg/jsonrpc/jsonrpc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package jsonrpc diff --git a/pkg/newznab/caps.go b/pkg/newznab/caps.go index f9d4888..035138d 100644 --- a/pkg/newznab/caps.go +++ b/pkg/newznab/caps.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package newznab diff --git a/pkg/newznab/category.go b/pkg/newznab/category.go index c0b1292..ea5c913 100644 --- a/pkg/newznab/category.go +++ b/pkg/newznab/category.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package newznab diff --git a/pkg/newznab/feed.go b/pkg/newznab/feed.go index a9451d0..9fe737e 100644 --- a/pkg/newznab/feed.go +++ b/pkg/newznab/feed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package newznab diff --git a/pkg/newznab/newznab.go b/pkg/newznab/newznab.go index 65713e7..ee9014a 100644 --- a/pkg/newznab/newznab.go +++ b/pkg/newznab/newznab.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package newznab diff --git a/pkg/ops/ops.go b/pkg/ops/ops.go index 6611ecd..4eb9306 100644 --- a/pkg/ops/ops.go +++ b/pkg/ops/ops.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package ops diff --git a/pkg/ops/ops_test.go b/pkg/ops/ops_test.go index 10d2e9e..5901e5d 100644 --- a/pkg/ops/ops_test.go +++ b/pkg/ops/ops_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/porla/client.go b/pkg/porla/client.go index c2d7456..37e0a44 100644 --- a/pkg/porla/client.go +++ b/pkg/porla/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package porla diff --git a/pkg/porla/domain.go b/pkg/porla/domain.go index 6a6a4ca..0fc7c89 100644 --- a/pkg/porla/domain.go +++ b/pkg/porla/domain.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package porla diff --git a/pkg/porla/methods.go b/pkg/porla/methods.go index 643679d..77f844c 100644 --- a/pkg/porla/methods.go +++ b/pkg/porla/methods.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package porla diff --git a/pkg/ptp/ptp.go b/pkg/ptp/ptp.go index 695ed01..63d2bdd 100644 --- a/pkg/ptp/ptp.go +++ b/pkg/ptp/ptp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package ptp diff --git a/pkg/ptp/ptp_test.go b/pkg/ptp/ptp_test.go index 6dae9b1..7c28f52 100644 --- a/pkg/ptp/ptp_test.go +++ b/pkg/ptp/ptp_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/red/red.go b/pkg/red/red.go index 12e9304..acbc487 100644 --- a/pkg/red/red.go +++ b/pkg/red/red.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package red diff --git a/pkg/red/red_test.go b/pkg/red/red_test.go index f885bca..836e9a4 100644 --- a/pkg/red/red_test.go +++ b/pkg/red/red_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/regexcache/regex.go b/pkg/regexcache/regex.go index 3453ae2..a067ed0 100644 --- a/pkg/regexcache/regex.go +++ b/pkg/regexcache/regex.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package regexcache diff --git a/pkg/sabnzbd/sabnzbd.go b/pkg/sabnzbd/sabnzbd.go index 514b02c..1feef64 100644 --- a/pkg/sabnzbd/sabnzbd.go +++ b/pkg/sabnzbd/sabnzbd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package sabnzbd diff --git a/pkg/sharedhttp/http.go b/pkg/sharedhttp/http.go index 8eb5fa1..d736226 100644 --- a/pkg/sharedhttp/http.go +++ b/pkg/sharedhttp/http.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package sharedhttp diff --git a/pkg/torznab/caps.go b/pkg/torznab/caps.go index f7fa867..db1505d 100644 --- a/pkg/torznab/caps.go +++ b/pkg/torznab/caps.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package torznab diff --git a/pkg/torznab/category.go b/pkg/torznab/category.go index 51db35a..daceb92 100644 --- a/pkg/torznab/category.go +++ b/pkg/torznab/category.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package torznab diff --git a/pkg/torznab/feed.go b/pkg/torznab/feed.go index 3364eb6..6490d63 100644 --- a/pkg/torznab/feed.go +++ b/pkg/torznab/feed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package torznab diff --git a/pkg/torznab/torznab.go b/pkg/torznab/torznab.go index 7e6ae1b..e6716ff 100644 --- a/pkg/torznab/torznab.go +++ b/pkg/torznab/torznab.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package torznab diff --git a/pkg/torznab/torznab_test.go b/pkg/torznab/torznab_test.go index 50dc752..ac391f9 100644 --- a/pkg/torznab/torznab_test.go +++ b/pkg/torznab/torznab_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/version/version.go b/pkg/version/version.go index 44a7b24..4e1190f 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package version diff --git a/pkg/version/version_test.go b/pkg/version/version_test.go index 9be2fbf..9909c1e 100644 --- a/pkg/version/version_test.go +++ b/pkg/version/version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package version diff --git a/pkg/whisparr/client.go b/pkg/whisparr/client.go index 87b3d33..6ff1ac8 100644 --- a/pkg/whisparr/client.go +++ b/pkg/whisparr/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package whisparr diff --git a/pkg/whisparr/whisparr.go b/pkg/whisparr/whisparr.go index a965e3d..492f971 100644 --- a/pkg/whisparr/whisparr.go +++ b/pkg/whisparr/whisparr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package whisparr diff --git a/pkg/wildcard/match.go b/pkg/wildcard/match.go index b8dd09d..5a7f913 100644 --- a/pkg/wildcard/match.go +++ b/pkg/wildcard/match.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package wildcard diff --git a/pkg/wildcard/match_test.go b/pkg/wildcard/match_test.go index 802839a..1bda03f 100644 --- a/pkg/wildcard/match_test.go +++ b/pkg/wildcard/match_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package wildcard diff --git a/test/docs/docs_test.go b/test/docs/docs_test.go index 1db8818..36f3fda 100644 --- a/test/docs/docs_test.go +++ b/test/docs/docs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/test/mockindexer/irc/client.go b/test/mockindexer/irc/client.go index 21bebf3..3910285 100644 --- a/test/mockindexer/irc/client.go +++ b/test/mockindexer/irc/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package irc diff --git a/test/mockindexer/irc/handlers.go b/test/mockindexer/irc/handlers.go index d5e5b2c..f2075fa 100644 --- a/test/mockindexer/irc/handlers.go +++ b/test/mockindexer/irc/handlers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package irc diff --git a/test/mockindexer/irc/server.go b/test/mockindexer/irc/server.go index cec8b66..189228a 100644 --- a/test/mockindexer/irc/server.go +++ b/test/mockindexer/irc/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package irc diff --git a/test/mockindexer/main.go b/test/mockindexer/main.go index 762a667..a53d9f0 100644 --- a/test/mockindexer/main.go +++ b/test/mockindexer/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package main diff --git a/web/build.go b/web/build.go index ab94263..5ada5cb 100644 --- a/web/build.go +++ b/web/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later // Package web web/build.go diff --git a/web/index.html b/web/index.html index 22b64f9..30e6d58 100644 --- a/web/index.html +++ b/web/index.html @@ -1,5 +1,5 @@ diff --git a/web/src/App.tsx b/web/src/App.tsx index 1c737ce..ca647d9 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/api/APIClient.ts b/web/src/api/APIClient.ts index 4f6a390..eda1315 100644 --- a/web/src/api/APIClient.ts +++ b/web/src/api/APIClient.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/api/QueryClient.tsx b/web/src/api/QueryClient.tsx index 70e8e00..26706c5 100644 --- a/web/src/api/QueryClient.tsx +++ b/web/src/api/QueryClient.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/api/queries.ts b/web/src/api/queries.ts index 39924ed..d6eb376 100644 --- a/web/src/api/queries.ts +++ b/web/src/api/queries.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/api/query_keys.ts b/web/src/api/query_keys.ts index 95a9ac0..69b05ab 100644 --- a/web/src/api/query_keys.ts +++ b/web/src/api/query_keys.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/Checkbox.tsx b/web/src/components/Checkbox.tsx index e033ac6..bd2e8f6 100644 --- a/web/src/components/Checkbox.tsx +++ b/web/src/components/Checkbox.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/ExternalLink.tsx b/web/src/components/ExternalLink.tsx index 62f6279..604300e 100644 --- a/web/src/components/ExternalLink.tsx +++ b/web/src/components/ExternalLink.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/Icons.tsx b/web/src/components/Icons.tsx index eba3a11..787349a 100644 --- a/web/src/components/Icons.tsx +++ b/web/src/components/Icons.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/alerts/ErrorPage.tsx b/web/src/components/alerts/ErrorPage.tsx index 0f6e951..6021c66 100644 --- a/web/src/components/alerts/ErrorPage.tsx +++ b/web/src/components/alerts/ErrorPage.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/alerts/NotFound.tsx b/web/src/components/alerts/NotFound.tsx index 3ac1f79..e912eaa 100644 --- a/web/src/components/alerts/NotFound.tsx +++ b/web/src/components/alerts/NotFound.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/alerts/Warning.tsx b/web/src/components/alerts/Warning.tsx index 676716c..00e0b1f 100644 --- a/web/src/components/alerts/Warning.tsx +++ b/web/src/components/alerts/Warning.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/alerts/index.tsx b/web/src/components/alerts/index.tsx index f0ee408..c1e95c9 100644 --- a/web/src/components/alerts/index.tsx +++ b/web/src/components/alerts/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/data-table/Buttons.tsx b/web/src/components/data-table/Buttons.tsx index 1cdc374..f34706c 100644 --- a/web/src/components/data-table/Buttons.tsx +++ b/web/src/components/data-table/Buttons.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/data-table/Cells.tsx b/web/src/components/data-table/Cells.tsx index aa2d709..d490bed 100644 --- a/web/src/components/data-table/Cells.tsx +++ b/web/src/components/data-table/Cells.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/data-table/index.tsx b/web/src/components/data-table/index.tsx index 2f9e7b2..389e611 100644 --- a/web/src/components/data-table/index.tsx +++ b/web/src/components/data-table/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/debug.tsx b/web/src/components/debug.tsx index 95bbe98..b370b45 100644 --- a/web/src/components/debug.tsx +++ b/web/src/components/debug.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/emptystates/index.tsx b/web/src/components/emptystates/index.tsx index d876765..fd3fd45 100644 --- a/web/src/components/emptystates/index.tsx +++ b/web/src/components/emptystates/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/fields/text.tsx b/web/src/components/fields/text.tsx index e1582e3..e0e0300 100644 --- a/web/src/components/fields/text.tsx +++ b/web/src/components/fields/text.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/header/Header.tsx b/web/src/components/header/Header.tsx index 08633c2..4da2234 100644 --- a/web/src/components/header/Header.tsx +++ b/web/src/components/header/Header.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/header/LeftNav.tsx b/web/src/components/header/LeftNav.tsx index a3cc33f..d4344c2 100644 --- a/web/src/components/header/LeftNav.tsx +++ b/web/src/components/header/LeftNav.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/header/MobileNav.tsx b/web/src/components/header/MobileNav.tsx index b5a8054..59c9c5c 100644 --- a/web/src/components/header/MobileNav.tsx +++ b/web/src/components/header/MobileNav.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/header/RightNav.tsx b/web/src/components/header/RightNav.tsx index a4ebbfa..57ea3b3 100644 --- a/web/src/components/header/RightNav.tsx +++ b/web/src/components/header/RightNav.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/header/_shared.ts b/web/src/components/header/_shared.ts index 06f667d..43592aa 100644 --- a/web/src/components/header/_shared.ts +++ b/web/src/components/header/_shared.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/header/index.tsx b/web/src/components/header/index.tsx index 9a3ba0a..57b3871 100644 --- a/web/src/components/header/index.tsx +++ b/web/src/components/header/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/headings/index.tsx b/web/src/components/headings/index.tsx index ecce49b..ac115a1 100644 --- a/web/src/components/headings/index.tsx +++ b/web/src/components/headings/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/hot-toast/components/checkmark.tsx b/web/src/components/hot-toast/components/checkmark.tsx index bffaa5c..994569c 100644 --- a/web/src/components/hot-toast/components/checkmark.tsx +++ b/web/src/components/hot-toast/components/checkmark.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { styled, keyframes } from 'goober'; const circleAnimation = keyframes` diff --git a/web/src/components/hot-toast/components/error.tsx b/web/src/components/hot-toast/components/error.tsx index 96da602..12ea6d3 100644 --- a/web/src/components/hot-toast/components/error.tsx +++ b/web/src/components/hot-toast/components/error.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { styled, keyframes } from 'goober'; const circleAnimation = keyframes` diff --git a/web/src/components/hot-toast/components/loader.tsx b/web/src/components/hot-toast/components/loader.tsx index 49af0e7..7780b0e 100644 --- a/web/src/components/hot-toast/components/loader.tsx +++ b/web/src/components/hot-toast/components/loader.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { styled, keyframes } from 'goober'; const rotate = keyframes` diff --git a/web/src/components/hot-toast/components/toast-bar.tsx b/web/src/components/hot-toast/components/toast-bar.tsx index 9c61374..bbad656 100644 --- a/web/src/components/hot-toast/components/toast-bar.tsx +++ b/web/src/components/hot-toast/components/toast-bar.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import * as React from 'react'; import { styled, keyframes } from 'goober'; diff --git a/web/src/components/hot-toast/components/toast-icon.tsx b/web/src/components/hot-toast/components/toast-icon.tsx index d7e3677..15937e9 100644 --- a/web/src/components/hot-toast/components/toast-icon.tsx +++ b/web/src/components/hot-toast/components/toast-icon.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import * as React from 'react'; import { styled, keyframes } from 'goober'; diff --git a/web/src/components/hot-toast/components/toaster.tsx b/web/src/components/hot-toast/components/toaster.tsx index 9b44433..c30d8f7 100644 --- a/web/src/components/hot-toast/components/toaster.tsx +++ b/web/src/components/hot-toast/components/toaster.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { css, setup } from 'goober'; import * as React from 'react'; import { diff --git a/web/src/components/hot-toast/core/store.ts b/web/src/components/hot-toast/core/store.ts index c10f086..2e91b19 100644 --- a/web/src/components/hot-toast/core/store.ts +++ b/web/src/components/hot-toast/core/store.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { useEffect, useState } from 'react'; import { DefaultToastOptions, Toast, ToastType } from './types'; diff --git a/web/src/components/hot-toast/core/toast.ts b/web/src/components/hot-toast/core/toast.ts index 127b1cd..389838d 100644 --- a/web/src/components/hot-toast/core/toast.ts +++ b/web/src/components/hot-toast/core/toast.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { Renderable, Toast, diff --git a/web/src/components/hot-toast/core/types.ts b/web/src/components/hot-toast/core/types.ts index ebbbfb5..3c66336 100644 --- a/web/src/components/hot-toast/core/types.ts +++ b/web/src/components/hot-toast/core/types.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import React, { CSSProperties } from 'react'; export type ToastType = 'success' | 'error' | 'loading' | 'blank' | 'custom'; diff --git a/web/src/components/hot-toast/core/use-toaster.ts b/web/src/components/hot-toast/core/use-toaster.ts index d086b05..f77c437 100644 --- a/web/src/components/hot-toast/core/use-toaster.ts +++ b/web/src/components/hot-toast/core/use-toaster.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { useEffect, useCallback } from 'react'; import { dispatch, ActionType, useStore } from './store'; import { toast } from './toast'; diff --git a/web/src/components/hot-toast/core/utils.ts b/web/src/components/hot-toast/core/utils.ts index f57160f..c9e8d89 100644 --- a/web/src/components/hot-toast/core/utils.ts +++ b/web/src/components/hot-toast/core/utils.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + export const genId = (() => { let count = 0; return () => { diff --git a/web/src/components/hot-toast/headless/index.ts b/web/src/components/hot-toast/headless/index.ts index 2de75ca..f5ad0e7 100644 --- a/web/src/components/hot-toast/headless/index.ts +++ b/web/src/components/hot-toast/headless/index.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { toast } from '../core/toast'; export type { diff --git a/web/src/components/hot-toast/index.ts b/web/src/components/hot-toast/index.ts index 1968353..61bed59 100644 --- a/web/src/components/hot-toast/index.ts +++ b/web/src/components/hot-toast/index.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import { toast } from './core/toast'; export * from './headless'; diff --git a/web/src/components/inputs/common.tsx b/web/src/components/inputs/common.tsx index 417722f..5fda249 100644 --- a/web/src/components/inputs/common.tsx +++ b/web/src/components/inputs/common.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/inputs/index.ts b/web/src/components/inputs/index.ts index b97ece0..7e94aef 100644 --- a/web/src/components/inputs/index.ts +++ b/web/src/components/inputs/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/inputs/input.tsx b/web/src/components/inputs/input.tsx index 6556c60..601c344 100644 --- a/web/src/components/inputs/input.tsx +++ b/web/src/components/inputs/input.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/inputs/input_wide.tsx b/web/src/components/inputs/input_wide.tsx index d56fd4d..b0348a6 100644 --- a/web/src/components/inputs/input_wide.tsx +++ b/web/src/components/inputs/input_wide.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/inputs/radio.tsx b/web/src/components/inputs/radio.tsx index 01696ea..74505d1 100644 --- a/web/src/components/inputs/radio.tsx +++ b/web/src/components/inputs/radio.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/inputs/select.tsx b/web/src/components/inputs/select.tsx index 8368bd2..1656713 100644 --- a/web/src/components/inputs/select.tsx +++ b/web/src/components/inputs/select.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/inputs/select_wide.tsx b/web/src/components/inputs/select_wide.tsx index 79f504d..26969d6 100644 --- a/web/src/components/inputs/select_wide.tsx +++ b/web/src/components/inputs/select_wide.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/inputs/switch.tsx b/web/src/components/inputs/switch.tsx index 47c22e3..3e59262 100644 --- a/web/src/components/inputs/switch.tsx +++ b/web/src/components/inputs/switch.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/inputs/text.tsx b/web/src/components/inputs/text.tsx index 380af93..e86b0ea 100644 --- a/web/src/components/inputs/text.tsx +++ b/web/src/components/inputs/text.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/modals/index.tsx b/web/src/components/modals/index.tsx index 0a49f4a..3d6dfb0 100644 --- a/web/src/components/modals/index.tsx +++ b/web/src/components/modals/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/notifications/Toast.tsx b/web/src/components/notifications/Toast.tsx index 25d2824..135a9e4 100644 --- a/web/src/components/notifications/Toast.tsx +++ b/web/src/components/notifications/Toast.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/panels/index.tsx b/web/src/components/panels/index.tsx index 57cd6be..c025e91 100644 --- a/web/src/components/panels/index.tsx +++ b/web/src/components/panels/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/portal/Portal.tsx b/web/src/components/portal/Portal.tsx index 9904199..b15fc20 100644 --- a/web/src/components/portal/Portal.tsx +++ b/web/src/components/portal/Portal.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/portal/index.ts b/web/src/components/portal/index.ts index 7e6954f..70621f2 100644 --- a/web/src/components/portal/index.ts +++ b/web/src/components/portal/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/tooltips/DocsTooltip.tsx b/web/src/components/tooltips/DocsTooltip.tsx index 0896709..63b2167 100644 --- a/web/src/components/tooltips/DocsTooltip.tsx +++ b/web/src/components/tooltips/DocsTooltip.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/tooltips/Tooltip.tsx b/web/src/components/tooltips/Tooltip.tsx index 5491eca..a6f9b02 100644 --- a/web/src/components/tooltips/Tooltip.tsx +++ b/web/src/components/tooltips/Tooltip.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/domain/constants.ts b/web/src/domain/constants.ts index 396421a..07aac00 100644 --- a/web/src/domain/constants.ts +++ b/web/src/domain/constants.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/domain/react-table-config.d.ts b/web/src/domain/react-table-config.d.ts index cd5a53a..bb702f2 100644 --- a/web/src/domain/react-table-config.d.ts +++ b/web/src/domain/react-table-config.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/forms/_shared.ts b/web/src/forms/_shared.ts index d307c09..94bd7a0 100644 --- a/web/src/forms/_shared.ts +++ b/web/src/forms/_shared.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/forms/filters/FilterAddForm.tsx b/web/src/forms/filters/FilterAddForm.tsx index 3345d1d..0be1c86 100644 --- a/web/src/forms/filters/FilterAddForm.tsx +++ b/web/src/forms/filters/FilterAddForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/forms/index.ts b/web/src/forms/index.ts index 5480acd..d314878 100644 --- a/web/src/forms/index.ts +++ b/web/src/forms/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/forms/settings/APIKeyAddForm.tsx b/web/src/forms/settings/APIKeyAddForm.tsx index ae4350a..198477f 100644 --- a/web/src/forms/settings/APIKeyAddForm.tsx +++ b/web/src/forms/settings/APIKeyAddForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/forms/settings/DownloadClientForms.tsx b/web/src/forms/settings/DownloadClientForms.tsx index 3c39c1a..fb8aea3 100644 --- a/web/src/forms/settings/DownloadClientForms.tsx +++ b/web/src/forms/settings/DownloadClientForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/forms/settings/FeedForms.tsx b/web/src/forms/settings/FeedForms.tsx index 172c561..0fb27a6 100644 --- a/web/src/forms/settings/FeedForms.tsx +++ b/web/src/forms/settings/FeedForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/forms/settings/IndexerForms.tsx b/web/src/forms/settings/IndexerForms.tsx index c4eaa5c..15e1d46 100644 --- a/web/src/forms/settings/IndexerForms.tsx +++ b/web/src/forms/settings/IndexerForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/forms/settings/IrcForms.tsx b/web/src/forms/settings/IrcForms.tsx index 087c708..3740f11 100644 --- a/web/src/forms/settings/IrcForms.tsx +++ b/web/src/forms/settings/IrcForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/forms/settings/ListForms.tsx b/web/src/forms/settings/ListForms.tsx index 4c6e4dc..e19055c 100644 --- a/web/src/forms/settings/ListForms.tsx +++ b/web/src/forms/settings/ListForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/forms/settings/NotificationForms.tsx b/web/src/forms/settings/NotificationForms.tsx index 0d57cb5..4ed6e0a 100644 --- a/web/src/forms/settings/NotificationForms.tsx +++ b/web/src/forms/settings/NotificationForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/forms/settings/ReleaseForms.tsx b/web/src/forms/settings/ReleaseForms.tsx index 71cd912..a1f5cd7 100644 --- a/web/src/forms/settings/ReleaseForms.tsx +++ b/web/src/forms/settings/ReleaseForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/hooks/hooks.ts b/web/src/hooks/hooks.ts index 181b787..783fbca 100644 --- a/web/src/hooks/hooks.ts +++ b/web/src/hooks/hooks.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren 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 51bd68c..cd304ca 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/index.tsx b/web/src/index.tsx index d75dd58..7d81e14 100644 --- a/web/src/index.tsx +++ b/web/src/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren 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 fd06a5f..bd348a7 100644 --- a/web/src/routes.tsx +++ b/web/src/routes.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/Dashboard.tsx b/web/src/screens/Dashboard.tsx index 6e82f7c..d679f18 100644 --- a/web/src/screens/Dashboard.tsx +++ b/web/src/screens/Dashboard.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/Logs.tsx b/web/src/screens/Logs.tsx index a311b22..d623029 100644 --- a/web/src/screens/Logs.tsx +++ b/web/src/screens/Logs.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/Releases.tsx b/web/src/screens/Releases.tsx index 047a057..2a2b150 100644 --- a/web/src/screens/Releases.tsx +++ b/web/src/screens/Releases.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/Settings.tsx b/web/src/screens/Settings.tsx index fc68d40..b469192 100644 --- a/web/src/screens/Settings.tsx +++ b/web/src/screens/Settings.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/auth/Login.tsx b/web/src/screens/auth/Login.tsx index c1c68c9..a6b0e5e 100644 --- a/web/src/screens/auth/Login.tsx +++ b/web/src/screens/auth/Login.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/auth/Onboarding.tsx b/web/src/screens/auth/Onboarding.tsx index 566fb6b..2691153 100644 --- a/web/src/screens/auth/Onboarding.tsx +++ b/web/src/screens/auth/Onboarding.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/auth/index.ts b/web/src/screens/auth/index.ts index ae15027..d6836b7 100644 --- a/web/src/screens/auth/index.ts +++ b/web/src/screens/auth/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/dashboard/ActivityTable.tsx b/web/src/screens/dashboard/ActivityTable.tsx index be250ac..8f00989 100644 --- a/web/src/screens/dashboard/ActivityTable.tsx +++ b/web/src/screens/dashboard/ActivityTable.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/dashboard/Stats.tsx b/web/src/screens/dashboard/Stats.tsx index b7a09fc..465ab71 100644 --- a/web/src/screens/dashboard/Stats.tsx +++ b/web/src/screens/dashboard/Stats.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/Details.tsx b/web/src/screens/filters/Details.tsx index e2f79c4..633dd89 100644 --- a/web/src/screens/filters/Details.tsx +++ b/web/src/screens/filters/Details.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/Importer.tsx b/web/src/screens/filters/Importer.tsx index b6c0710..c1f8552 100644 --- a/web/src/screens/filters/Importer.tsx +++ b/web/src/screens/filters/Importer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/List.tsx b/web/src/screens/filters/List.tsx index 9b641e3..a35c4e6 100644 --- a/web/src/screens/filters/List.tsx +++ b/web/src/screens/filters/List.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/NotFound.tsx b/web/src/screens/filters/NotFound.tsx index 3df7a19..8050c42 100644 --- a/web/src/screens/filters/NotFound.tsx +++ b/web/src/screens/filters/NotFound.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/_configParser.ts b/web/src/screens/filters/_configParser.ts index d18cf8f..3bef894 100644 --- a/web/src/screens/filters/_configParser.ts +++ b/web/src/screens/filters/_configParser.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/_const.ts b/web/src/screens/filters/_const.ts index 585dc6e..1b6d9a6 100644 --- a/web/src/screens/filters/_const.ts +++ b/web/src/screens/filters/_const.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/index.ts b/web/src/screens/filters/index.ts index a83e411..237c215 100644 --- a/web/src/screens/filters/index.ts +++ b/web/src/screens/filters/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/Actions.tsx b/web/src/screens/filters/sections/Actions.tsx index ac0bbe4..7b5f176 100644 --- a/web/src/screens/filters/sections/Actions.tsx +++ b/web/src/screens/filters/sections/Actions.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/Advanced.tsx b/web/src/screens/filters/sections/Advanced.tsx index bf0666e..e30ee75 100644 --- a/web/src/screens/filters/sections/Advanced.tsx +++ b/web/src/screens/filters/sections/Advanced.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/External.tsx b/web/src/screens/filters/sections/External.tsx index 21b3f3c..fd45cc6 100644 --- a/web/src/screens/filters/sections/External.tsx +++ b/web/src/screens/filters/sections/External.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/General.tsx b/web/src/screens/filters/sections/General.tsx index 1236520..5855154 100644 --- a/web/src/screens/filters/sections/General.tsx +++ b/web/src/screens/filters/sections/General.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/MoviesAndTV.tsx b/web/src/screens/filters/sections/MoviesAndTV.tsx index 3efd54d..c9c0d74 100644 --- a/web/src/screens/filters/sections/MoviesAndTV.tsx +++ b/web/src/screens/filters/sections/MoviesAndTV.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/Music.tsx b/web/src/screens/filters/sections/Music.tsx index 07fa2e2..2687d7f 100644 --- a/web/src/screens/filters/sections/Music.tsx +++ b/web/src/screens/filters/sections/Music.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/_components.tsx b/web/src/screens/filters/sections/_components.tsx index 56b543f..2a5e8bc 100644 --- a/web/src/screens/filters/sections/_components.tsx +++ b/web/src/screens/filters/sections/_components.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/action_components/ActionDeluge.tsx b/web/src/screens/filters/sections/action_components/ActionDeluge.tsx index e21e7ea..d3e98a8 100644 --- a/web/src/screens/filters/sections/action_components/ActionDeluge.tsx +++ b/web/src/screens/filters/sections/action_components/ActionDeluge.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/action_components/ActionPorla.tsx b/web/src/screens/filters/sections/action_components/ActionPorla.tsx index d80954f..1775816 100644 --- a/web/src/screens/filters/sections/action_components/ActionPorla.tsx +++ b/web/src/screens/filters/sections/action_components/ActionPorla.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/action_components/ActionQBittorrent.tsx b/web/src/screens/filters/sections/action_components/ActionQBittorrent.tsx index dbbbc99..b5964e7 100644 --- a/web/src/screens/filters/sections/action_components/ActionQBittorrent.tsx +++ b/web/src/screens/filters/sections/action_components/ActionQBittorrent.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/action_components/ActionRTorrent.tsx b/web/src/screens/filters/sections/action_components/ActionRTorrent.tsx index b5787d4..2d87207 100644 --- a/web/src/screens/filters/sections/action_components/ActionRTorrent.tsx +++ b/web/src/screens/filters/sections/action_components/ActionRTorrent.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/action_components/ActionTransmission.tsx b/web/src/screens/filters/sections/action_components/ActionTransmission.tsx index 1d713f3..5f56a2c 100644 --- a/web/src/screens/filters/sections/action_components/ActionTransmission.tsx +++ b/web/src/screens/filters/sections/action_components/ActionTransmission.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/action_components/OtherActions.tsx b/web/src/screens/filters/sections/action_components/OtherActions.tsx index 8e82143..bf21d10 100644 --- a/web/src/screens/filters/sections/action_components/OtherActions.tsx +++ b/web/src/screens/filters/sections/action_components/OtherActions.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/action_components/index.ts b/web/src/screens/filters/sections/action_components/index.ts index 59cdf92..2e1e813 100644 --- a/web/src/screens/filters/sections/action_components/index.ts +++ b/web/src/screens/filters/sections/action_components/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/action_components/shared.d.ts b/web/src/screens/filters/sections/action_components/shared.d.ts index 2ef2062..5f7740f 100644 --- a/web/src/screens/filters/sections/action_components/shared.d.ts +++ b/web/src/screens/filters/sections/action_components/shared.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/filters/sections/index.ts b/web/src/screens/filters/sections/index.ts index 83124f5..07a862f 100644 --- a/web/src/screens/filters/sections/index.ts +++ b/web/src/screens/filters/sections/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/releases/ReleaseFilters.tsx b/web/src/screens/releases/ReleaseFilters.tsx index 310d683..d52f6b9 100644 --- a/web/src/screens/releases/ReleaseFilters.tsx +++ b/web/src/screens/releases/ReleaseFilters.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/releases/ReleaseTable.tsx b/web/src/screens/releases/ReleaseTable.tsx index e89288b..00c5eb4 100644 --- a/web/src/screens/releases/ReleaseTable.tsx +++ b/web/src/screens/releases/ReleaseTable.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/Account.tsx b/web/src/screens/settings/Account.tsx index 7413b2b..d1b170d 100644 --- a/web/src/screens/settings/Account.tsx +++ b/web/src/screens/settings/Account.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/Api.tsx b/web/src/screens/settings/Api.tsx index bd0aaf2..d1000de 100644 --- a/web/src/screens/settings/Api.tsx +++ b/web/src/screens/settings/Api.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/Application.tsx b/web/src/screens/settings/Application.tsx index 738691c..382cb75 100644 --- a/web/src/screens/settings/Application.tsx +++ b/web/src/screens/settings/Application.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/DownloadClient.tsx b/web/src/screens/settings/DownloadClient.tsx index 3d8b097..054ee3c 100644 --- a/web/src/screens/settings/DownloadClient.tsx +++ b/web/src/screens/settings/DownloadClient.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/Feed.tsx b/web/src/screens/settings/Feed.tsx index 7bb1c43..3d690f9 100644 --- a/web/src/screens/settings/Feed.tsx +++ b/web/src/screens/settings/Feed.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/Indexer.tsx b/web/src/screens/settings/Indexer.tsx index 45c2968..fd9b4e7 100644 --- a/web/src/screens/settings/Indexer.tsx +++ b/web/src/screens/settings/Indexer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/Irc.tsx b/web/src/screens/settings/Irc.tsx index 139b11e..f0c44d0 100644 --- a/web/src/screens/settings/Irc.tsx +++ b/web/src/screens/settings/Irc.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/Lists.tsx b/web/src/screens/settings/Lists.tsx index 04b3861..9d1408f 100644 --- a/web/src/screens/settings/Lists.tsx +++ b/web/src/screens/settings/Lists.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/Logs.tsx b/web/src/screens/settings/Logs.tsx index b74fdea..814d7fc 100644 --- a/web/src/screens/settings/Logs.tsx +++ b/web/src/screens/settings/Logs.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/Notifications.tsx b/web/src/screens/settings/Notifications.tsx index 1e2dc8d..c234185 100644 --- a/web/src/screens/settings/Notifications.tsx +++ b/web/src/screens/settings/Notifications.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/RegexPlayground.tsx b/web/src/screens/settings/RegexPlayground.tsx index f2be1b7..2e07db2 100644 --- a/web/src/screens/settings/RegexPlayground.tsx +++ b/web/src/screens/settings/RegexPlayground.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/Releases.tsx b/web/src/screens/settings/Releases.tsx index b00bf75..ff1b5a7 100644 --- a/web/src/screens/settings/Releases.tsx +++ b/web/src/screens/settings/Releases.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/_components.tsx b/web/src/screens/settings/_components.tsx index bfd165e..cffb1ae 100644 --- a/web/src/screens/settings/_components.tsx +++ b/web/src/screens/settings/_components.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/index.ts b/web/src/screens/settings/index.ts index 8ff6122..e3fa995 100644 --- a/web/src/screens/settings/index.ts +++ b/web/src/screens/settings/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/API.d.ts b/web/src/types/API.d.ts index 245f4eb..0da894a 100644 --- a/web/src/types/API.d.ts +++ b/web/src/types/API.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/Config.d.ts b/web/src/types/Config.d.ts index 5a55723..09f39ef 100644 --- a/web/src/types/Config.d.ts +++ b/web/src/types/Config.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/Download.d.ts b/web/src/types/Download.d.ts index 8bf3677..a78fcc7 100644 --- a/web/src/types/Download.d.ts +++ b/web/src/types/Download.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/Feed.d.ts b/web/src/types/Feed.d.ts index 10a8c8d..4d42eea 100644 --- a/web/src/types/Feed.d.ts +++ b/web/src/types/Feed.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/Filter.d.ts b/web/src/types/Filter.d.ts index d413161..eb68348 100644 --- a/web/src/types/Filter.d.ts +++ b/web/src/types/Filter.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/Global.d.ts b/web/src/types/Global.d.ts index 6b5d718..ed3e7a2 100644 --- a/web/src/types/Global.d.ts +++ b/web/src/types/Global.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/Indexer.d.ts b/web/src/types/Indexer.d.ts index b4fb163..bb772b7 100644 --- a/web/src/types/Indexer.d.ts +++ b/web/src/types/Indexer.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/Irc.d.ts b/web/src/types/Irc.d.ts index 5aadcf0..fe678b0 100644 --- a/web/src/types/Irc.d.ts +++ b/web/src/types/Irc.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/List.d.ts b/web/src/types/List.d.ts index 98c5408..64dcb74 100644 --- a/web/src/types/List.d.ts +++ b/web/src/types/List.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/Notification.d.ts b/web/src/types/Notification.d.ts index faa86cf..a47d383 100644 --- a/web/src/types/Notification.d.ts +++ b/web/src/types/Notification.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/Proxy.d.ts b/web/src/types/Proxy.d.ts index ca7e434..a7dbda0 100644 --- a/web/src/types/Proxy.d.ts +++ b/web/src/types/Proxy.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/Release.d.ts b/web/src/types/Release.d.ts index e00d354..0057c5c 100644 --- a/web/src/types/Release.d.ts +++ b/web/src/types/Release.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/types/Update.d.ts b/web/src/types/Update.d.ts index c704f97..62d89dc 100644 --- a/web/src/types/Update.d.ts +++ b/web/src/types/Update.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/utils/Context.ts b/web/src/utils/Context.ts index a0b45e2..0488c76 100644 --- a/web/src/utils/Context.ts +++ b/web/src/utils/Context.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/utils/index.ts b/web/src/utils/index.ts index 04cb5f2..c104f40 100644 --- a/web/src/utils/index.ts +++ b/web/src/utils/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */