diff --git a/README.md b/README.md index dabb65c..ee316ba 100644 --- a/README.md +++ b/README.md @@ -318,4 +318,4 @@ autobrr is proudly open-source and is released under the [GNU General Public Lic - **Freedom to Share:** You can redistribute copies of autobrr to help others. - **Freedom to Enhance:** Contributions to improve autobrr are always welcome. -Copyright 2021-2023 +Copyright 2021-2024 diff --git a/cmd/autobrr/main.go b/cmd/autobrr/main.go index 415c9d6..b476f7c 100644 --- a/cmd/autobrr/main.go +++ b/cmd/autobrr/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 88261ff..afc4c0e 100644 --- a/cmd/autobrrctl/main.go +++ b/cmd/autobrrctl/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 635aa74..ba6f301 100644 --- a/internal/action/deluge.go +++ b/internal/action/deluge.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 a91de97..da0d1d4 100644 --- a/internal/action/exec.go +++ b/internal/action/exec.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 dc70451..737939a 100644 --- a/internal/action/exec_test.go +++ b/internal/action/exec_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 80354b5..d4fb2a5 100644 --- a/internal/action/lidarr.go +++ b/internal/action/lidarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 8922430..ba4f3da 100644 --- a/internal/action/porla.go +++ b/internal/action/porla.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 4809636..77ab061 100644 --- a/internal/action/qbittorrent.go +++ b/internal/action/qbittorrent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 f763bca..a854f9a 100644 --- a/internal/action/radarr.go +++ b/internal/action/radarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 11bbfea..e6d62f2 100644 --- a/internal/action/readarr.go +++ b/internal/action/readarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 ec5e630..b46ea2c 100644 --- a/internal/action/rtorrent.go +++ b/internal/action/rtorrent.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 f7516f6..d9ac9ac 100644 --- a/internal/action/run.go +++ b/internal/action/run.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 0bc023d..76476dd 100644 --- a/internal/action/sabnzbd.go +++ b/internal/action/sabnzbd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 534edb2..a83d042 100644 --- a/internal/action/service.go +++ b/internal/action/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 41bc4ac..845d886 100644 --- a/internal/action/sonarr.go +++ b/internal/action/sonarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 1e5540d..989fb53 100644 --- a/internal/action/transmission.go +++ b/internal/action/transmission.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 5a1ac6a..aca531b 100644 --- a/internal/action/whisparr.go +++ b/internal/action/whisparr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 dd89827..5d5f61f 100644 --- a/internal/announce/announce.go +++ b/internal/announce/announce.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package announce diff --git a/internal/announce/announce_test.go b/internal/announce/announce_test.go index 1e99828..8dd650e 100644 --- a/internal/announce/announce_test.go +++ b/internal/announce/announce_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 b933541..66a8480 100644 --- a/internal/api/service.go +++ b/internal/api/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 7060155..faa749e 100644 --- a/internal/auth/service.go +++ b/internal/auth/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 476fc64..cc0412e 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 3c696ad..1e6f65c 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 5ab1a71..af168e4 100644 --- a/internal/database/action.go +++ b/internal/database/action.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 1f4de40..89d9edf 100644 --- a/internal/database/action_test.go +++ b/internal/database/action_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 e8b36fc..c2569ce 100644 --- a/internal/database/api.go +++ b/internal/database/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 3534e4f..9c240db 100644 --- a/internal/database/api_test.go +++ b/internal/database/api_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 c34c849..d0e485a 100644 --- a/internal/database/database.go +++ b/internal/database/database.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 fe2540d..8d31410 100644 --- a/internal/database/database_test.go +++ b/internal/database/database_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 0b59ed4..ac14716 100644 --- a/internal/database/download_client.go +++ b/internal/database/download_client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 2531682..3ae38ce 100644 --- a/internal/database/download_client_test.go +++ b/internal/database/download_client_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 0743bc7..15e6da8 100644 --- a/internal/database/feed.go +++ b/internal/database/feed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 6d68e97..dbc9fbd 100644 --- a/internal/database/feed_cache.go +++ b/internal/database/feed_cache.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 2f6bdb4..a131d64 100644 --- a/internal/database/feed_cache_test.go +++ b/internal/database/feed_cache_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 7a25ed9..521fe13 100644 --- a/internal/database/feed_test.go +++ b/internal/database/feed_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 ec3e0c5..230273e 100644 --- a/internal/database/filter.go +++ b/internal/database/filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 146435f..bb52b2f 100644 --- a/internal/database/filter_test.go +++ b/internal/database/filter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 d297e98..785b321 100644 --- a/internal/database/indexer.go +++ b/internal/database/indexer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 0e67d1d..100537c 100644 --- a/internal/database/indexer_test.go +++ b/internal/database/indexer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 a5329c3..07f395f 100644 --- a/internal/database/irc.go +++ b/internal/database/irc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 0025ecb..0ab0756 100644 --- a/internal/database/irc_test.go +++ b/internal/database/irc_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/internal/database/notification.go b/internal/database/notification.go index 0ce2833..82d4676 100644 --- a/internal/database/notification.go +++ b/internal/database/notification.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 91fa04c..54da418 100644 --- a/internal/database/notification_test.go +++ b/internal/database/notification_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 df10322..81f3e6f 100644 --- a/internal/database/postgres.go +++ b/internal/database/postgres.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 1521755..68c8983 100644 --- a/internal/database/postgres_migrate.go +++ b/internal/database/postgres_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/database/release.go b/internal/database/release.go index 071d873..7c6a6e2 100644 --- a/internal/database/release.go +++ b/internal/database/release.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 df3e306..f2f4ad7 100644 --- a/internal/database/release_test.go +++ b/internal/database/release_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 673fc23..3d1f70b 100644 --- a/internal/database/sqlite.go +++ b/internal/database/sqlite.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 5f11f1b..c83ed10 100644 --- a/internal/database/sqlite_migrate.go +++ b/internal/database/sqlite_migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 1139393..e9fe7fc 100644 --- a/internal/database/user.go +++ b/internal/database/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 285b6d0..6aa8240 100644 --- a/internal/database/user_test.go +++ b/internal/database/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 95c4457..2b34f63 100644 --- a/internal/database/utils.go +++ b/internal/database/utils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 617d2b0..1f241e9 100644 --- a/internal/database/utils_test.go +++ b/internal/database/utils_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package database diff --git a/internal/domain/action.go b/internal/domain/action.go index c3e759c..eca9060 100644 --- a/internal/domain/action.go +++ b/internal/domain/action.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 0940e2e..d9a488c 100644 --- a/internal/domain/api.go +++ b/internal/domain/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 b8ed29a..5d32102 100644 --- a/internal/domain/client.go +++ b/internal/domain/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 5e12823..551e1c6 100644 --- a/internal/domain/client_test.go +++ b/internal/domain/client_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 8a83195..06d0376 100644 --- a/internal/domain/config.go +++ b/internal/domain/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 9f76bbd..4ba682b 100644 --- a/internal/domain/error.go +++ b/internal/domain/error.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 135390e..13a0612 100644 --- a/internal/domain/event.go +++ b/internal/domain/event.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 df90bb9..2b33fca 100644 --- a/internal/domain/feed.go +++ b/internal/domain/feed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 fcec851..bfa2e03 100644 --- a/internal/domain/filter.go +++ b/internal/domain/filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 ee7e2e9..91392b1 100644 --- a/internal/domain/filter_test.go +++ b/internal/domain/filter_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 0141bfa..dd77d0c 100644 --- a/internal/domain/indexer.go +++ b/internal/domain/indexer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 d3d3b91..3700a38 100644 --- a/internal/domain/indexer_test.go +++ b/internal/domain/indexer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 b11c2d9..f6c3268 100644 --- a/internal/domain/irc.go +++ b/internal/domain/irc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 bfaa826..77c5753 100644 --- a/internal/domain/macros.go +++ b/internal/domain/macros.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 77187d3..7712830 100644 --- a/internal/domain/macros_test.go +++ b/internal/domain/macros_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/notification.go b/internal/domain/notification.go index db3e234..16b7dbb 100644 --- a/internal/domain/notification.go +++ b/internal/domain/notification.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 0ba164b..bca09c7 100644 --- a/internal/domain/release.go +++ b/internal/domain/release.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/release_test.go b/internal/domain/release_test.go index 44c46cb..f49fb68 100644 --- a/internal/domain/release_test.go +++ b/internal/domain/release_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 c2e6eeb..2154c05 100644 --- a/internal/domain/releasetags.go +++ b/internal/domain/releasetags.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 5ea3345..767bdb8 100644 --- a/internal/domain/releasetags_test.go +++ b/internal/domain/releasetags_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 87faec3..4febdd8 100644 --- a/internal/domain/user.go +++ b/internal/domain/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/download_client/connection.go b/internal/download_client/connection.go index 0f9c5c3..b30e063 100644 --- a/internal/download_client/connection.go +++ b/internal/download_client/connection.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 69c8ba3..7d58754 100644 --- a/internal/download_client/service.go +++ b/internal/download_client/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 2352738..3dbae42 100644 --- a/internal/events/subscribers.go +++ b/internal/events/subscribers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 74bd6b8..611d3e0 100644 --- a/internal/feed/cleanup.go +++ b/internal/feed/cleanup.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 6d09bf0..ba578d4 100644 --- a/internal/feed/client.go +++ b/internal/feed/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 18cff4f..e1d3787 100644 --- a/internal/feed/newznab.go +++ b/internal/feed/newznab.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 81b9779..54e85fa 100644 --- a/internal/feed/rss.go +++ b/internal/feed/rss.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 9a5032c..d0f10cb 100644 --- a/internal/feed/rss_test.go +++ b/internal/feed/rss_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 e57652d..c1f03ac 100644 --- a/internal/feed/service.go +++ b/internal/feed/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 d5481d7..cf7d4ec 100644 --- a/internal/feed/torznab.go +++ b/internal/feed/torznab.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package feed diff --git a/internal/filter/service.go b/internal/filter/service.go index 4cb73a6..2a1c023 100644 --- a/internal/filter/service.go +++ b/internal/filter/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 19d66ce..44049b9 100644 --- a/internal/http/action.go +++ b/internal/http/action.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 8d4cb6b..049fdb0 100644 --- a/internal/http/apikey.go +++ b/internal/http/apikey.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 739bf42..4603561 100644 --- a/internal/http/auth.go +++ b/internal/http/auth.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 dae9ee5..b5ab270 100644 --- a/internal/http/auth_test.go +++ b/internal/http/auth_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 5902c49..c26b3be 100644 --- a/internal/http/config.go +++ b/internal/http/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 7db9a5f..5673ba1 100644 --- a/internal/http/download_client.go +++ b/internal/http/download_client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 a4e2dd0..ab73e86 100644 --- a/internal/http/encoder.go +++ b/internal/http/encoder.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 20691d3..e5581f3 100644 --- a/internal/http/feed.go +++ b/internal/http/feed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 6ce9fb1..744dea6 100644 --- a/internal/http/filter.go +++ b/internal/http/filter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 b47c112..7b061c1 100644 --- a/internal/http/health.go +++ b/internal/http/health.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 7ed03b8..d5dd268 100644 --- a/internal/http/indexer.go +++ b/internal/http/indexer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 357647c..5d55d5a 100644 --- a/internal/http/irc.go +++ b/internal/http/irc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 4273bc5..353ebe7 100644 --- a/internal/http/logs.go +++ b/internal/http/logs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package http diff --git a/internal/http/logs_sanitize_test.go b/internal/http/logs_sanitize_test.go index c2ee91f..75616c7 100644 --- a/internal/http/logs_sanitize_test.go +++ b/internal/http/logs_sanitize_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 48f955f..71d87e3 100644 --- a/internal/http/middleware.go +++ b/internal/http/middleware.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 085f8be..e44b0f4 100644 --- a/internal/http/notification.go +++ b/internal/http/notification.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 ba8eeb0..4ae0ac1 100644 --- a/internal/http/release.go +++ b/internal/http/release.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 fb42a62..a7493cf 100644 --- a/internal/http/server.go +++ b/internal/http/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 be11c00..ed94a4c 100644 --- a/internal/http/update.go +++ b/internal/http/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 4d127e8..dedae33 100644 --- a/internal/indexer/api.go +++ b/internal/indexer/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 33adc1f..43adf07 100644 --- a/internal/indexer/definitions.go +++ b/internal/indexer/definitions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 28663c0..feedd90 100644 --- a/internal/indexer/service.go +++ b/internal/indexer/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 5c26af5..2749667 100644 --- a/internal/irc/handler.go +++ b/internal/irc/handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 ced2aa2..977c094 100644 --- a/internal/irc/service.go +++ b/internal/irc/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package irc diff --git a/internal/logger/logger.go b/internal/logger/logger.go index fb2a9ef..36e6cc2 100644 --- a/internal/logger/logger.go +++ b/internal/logger/logger.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 64e198b..a5abee4 100644 --- a/internal/logger/mock.go +++ b/internal/logger/mock.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 462b19f..1ad9150 100644 --- a/internal/logger/sse_writer.go +++ b/internal/logger/sse_writer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 099ddbd..548032a 100644 --- a/internal/mock/indexer_api.go +++ b/internal/mock/indexer_api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 1cf9159..a659c01 100644 --- a/internal/notification/discord.go +++ b/internal/notification/discord.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 3ba13b1..c22cc18 100644 --- a/internal/notification/gotify.go +++ b/internal/notification/gotify.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 7665112..6e9d8ee 100644 --- a/internal/notification/notifiarr.go +++ b/internal/notification/notifiarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 98aa5ee..c421fde 100644 --- a/internal/notification/ntfy.go +++ b/internal/notification/ntfy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 d99d08d..a295145 100644 --- a/internal/notification/pushover.go +++ b/internal/notification/pushover.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 f274753..bca6c7a 100644 --- a/internal/notification/service.go +++ b/internal/notification/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 b012434..e76f8ce 100644 --- a/internal/notification/telegram.go +++ b/internal/notification/telegram.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/release/service.go b/internal/release/service.go index c88fa61..3faaa00 100644 --- a/internal/release/service.go +++ b/internal/release/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 3c722cc..a9110b2 100644 --- a/internal/scheduler/jobs.go +++ b/internal/scheduler/jobs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 69cd74c..4d0e7a2 100644 --- a/internal/scheduler/service.go +++ b/internal/scheduler/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 b2b08f4..f76b556 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 9ad5c49..43e1817 100644 --- a/internal/update/update.go +++ b/internal/update/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 6584f22..6f04e53 100644 --- a/internal/user/service.go +++ b/internal/user/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 932d898..b240e6f 100644 --- a/internal/utils/strings.go +++ b/internal/utils/strings.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 3fc331d..05c365a 100644 --- a/pkg/argon2id/argon2id.go +++ b/pkg/argon2id/argon2id.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 0aaa1d5..ba4c35e 100644 --- a/pkg/argon2id/argon2id_test.go +++ b/pkg/argon2id/argon2id_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package argon2id diff --git a/pkg/btn/btn.go b/pkg/btn/btn.go index 5faa534..048b7f2 100644 --- a/pkg/btn/btn.go +++ b/pkg/btn/btn.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 53908e0..cc92207 100644 --- a/pkg/btn/btn_test.go +++ b/pkg/btn/btn_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 f6f78a7..d8f8a3e 100644 --- a/pkg/btn/client.go +++ b/pkg/btn/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 5b683bb..c24cc83 100644 --- a/pkg/errors/errors.go +++ b/pkg/errors/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 04ae043..592fd05 100644 --- a/pkg/ggn/ggn.go +++ b/pkg/ggn/ggn.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 254823a..393114e 100644 --- a/pkg/ggn/ggn_test.go +++ b/pkg/ggn/ggn_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 1cd5638..2ca2895 100644 --- a/pkg/jsonrpc/jsonrpc.go +++ b/pkg/jsonrpc/jsonrpc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package jsonrpc diff --git a/pkg/lidarr/client.go b/pkg/lidarr/client.go index 5bf20b0..0108a27 100644 --- a/pkg/lidarr/client.go +++ b/pkg/lidarr/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package lidarr diff --git a/pkg/lidarr/lidarr.go b/pkg/lidarr/lidarr.go index eff0a88..3d88f82 100644 --- a/pkg/lidarr/lidarr.go +++ b/pkg/lidarr/lidarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package lidarr diff --git a/pkg/lidarr/lidarr_test.go b/pkg/lidarr/lidarr_test.go index 654a581..f7f72c8 100644 --- a/pkg/lidarr/lidarr_test.go +++ b/pkg/lidarr/lidarr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/newznab/caps.go b/pkg/newznab/caps.go index 3a9ec0c..f9d4888 100644 --- a/pkg/newznab/caps.go +++ b/pkg/newznab/caps.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 d0dbb41..5dc81ae 100644 --- a/pkg/newznab/category.go +++ b/pkg/newznab/category.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 bbc9d78..a9451d0 100644 --- a/pkg/newznab/feed.go +++ b/pkg/newznab/feed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 9d43df9..c195df0 100644 --- a/pkg/newznab/newznab.go +++ b/pkg/newznab/newznab.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 1c16744..6644d11 100644 --- a/pkg/ops/ops.go +++ b/pkg/ops/ops.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 7512b29..c7da7a6 100644 --- a/pkg/ops/ops_test.go +++ b/pkg/ops/ops_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 6e6b82c..c2d7456 100644 --- a/pkg/porla/client.go +++ b/pkg/porla/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 272fc21..6a6a4ca 100644 --- a/pkg/porla/domain.go +++ b/pkg/porla/domain.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 b7c5185..643679d 100644 --- a/pkg/porla/methods.go +++ b/pkg/porla/methods.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 090df4e..0006f89 100644 --- a/pkg/ptp/ptp.go +++ b/pkg/ptp/ptp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 b388247..42495e4 100644 --- a/pkg/ptp/ptp_test.go +++ b/pkg/ptp/ptp_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/radarr/client.go b/pkg/radarr/client.go index 192346c..d60ab20 100644 --- a/pkg/radarr/client.go +++ b/pkg/radarr/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package radarr diff --git a/pkg/radarr/radarr.go b/pkg/radarr/radarr.go index a5f7f2b..0873303 100644 --- a/pkg/radarr/radarr.go +++ b/pkg/radarr/radarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package radarr diff --git a/pkg/radarr/radarr_test.go b/pkg/radarr/radarr_test.go index 875b6e9..9256647 100644 --- a/pkg/radarr/radarr_test.go +++ b/pkg/radarr/radarr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/readarr/client.go b/pkg/readarr/client.go index 466c7ad..f1e1cca 100644 --- a/pkg/readarr/client.go +++ b/pkg/readarr/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package readarr diff --git a/pkg/readarr/readarr.go b/pkg/readarr/readarr.go index 3636f1a..86d78e4 100644 --- a/pkg/readarr/readarr.go +++ b/pkg/readarr/readarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package readarr diff --git a/pkg/readarr/readarr_test.go b/pkg/readarr/readarr_test.go index 5112b8b..f928c60 100644 --- a/pkg/readarr/readarr_test.go +++ b/pkg/readarr/readarr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 7aa1030..cdef853 100644 --- a/pkg/red/red.go +++ b/pkg/red/red.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 a1e6e91..b72833c 100644 --- a/pkg/red/red_test.go +++ b/pkg/red/red_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/sabnzbd/sabnzbd.go b/pkg/sabnzbd/sabnzbd.go index f96ab98..a821651 100644 --- a/pkg/sabnzbd/sabnzbd.go +++ b/pkg/sabnzbd/sabnzbd.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 a66bfde..83256cd 100644 --- a/pkg/sharedhttp/http.go +++ b/pkg/sharedhttp/http.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package sharedhttp diff --git a/pkg/sonarr/client.go b/pkg/sonarr/client.go index 54a49fb..141ced9 100644 --- a/pkg/sonarr/client.go +++ b/pkg/sonarr/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package sonarr diff --git a/pkg/sonarr/sonarr.go b/pkg/sonarr/sonarr.go index 2fcc70f..bac22cb 100644 --- a/pkg/sonarr/sonarr.go +++ b/pkg/sonarr/sonarr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package sonarr diff --git a/pkg/sonarr/sonarr_test.go b/pkg/sonarr/sonarr_test.go index 23cbe94..0e295ae 100644 --- a/pkg/sonarr/sonarr_test.go +++ b/pkg/sonarr/sonarr_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later //go:build integration diff --git a/pkg/torznab/caps.go b/pkg/torznab/caps.go index 7ebae3e..f7fa867 100644 --- a/pkg/torznab/caps.go +++ b/pkg/torznab/caps.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 f9de9d8..8efcc08 100644 --- a/pkg/torznab/category.go +++ b/pkg/torznab/category.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 845d374..3364eb6 100644 --- a/pkg/torznab/feed.go +++ b/pkg/torznab/feed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 d0f18ab..3109984 100644 --- a/pkg/torznab/torznab.go +++ b/pkg/torznab/torznab.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 925f34a..50dc752 100644 --- a/pkg/torznab/torznab_test.go +++ b/pkg/torznab/torznab_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 94cf742..44a7b24 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 a15d547..84083dc 100644 --- a/pkg/version/version_test.go +++ b/pkg/version/version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 4a15555..9de186a 100644 --- a/pkg/whisparr/client.go +++ b/pkg/whisparr/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 a4081ea..b3105c2 100644 --- a/pkg/whisparr/whisparr.go +++ b/pkg/whisparr/whisparr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 67eab19..6300cc4 100644 --- a/pkg/wildcard/match.go +++ b/pkg/wildcard/match.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 a6f7f05..3bf7c2f 100644 --- a/pkg/wildcard/match_test.go +++ b/pkg/wildcard/match_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 6e61764..1db8818 100644 --- a/test/docs/docs_test.go +++ b/test/docs/docs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 dc5675b..5a205dc 100644 --- a/test/mockindexer/irc/client.go +++ b/test/mockindexer/irc/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 e4f057b..2ee4401 100644 --- a/test/mockindexer/irc/handlers.go +++ b/test/mockindexer/irc/handlers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 58b9535..e36fd46 100644 --- a/test/mockindexer/irc/server.go +++ b/test/mockindexer/irc/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 161cb19..0bcc6f7 100644 --- a/test/mockindexer/main.go +++ b/test/mockindexer/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 97b31e8..f0a761f 100644 --- a/web/build.go +++ b/web/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021 - 2024, 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 e7245e4..976f36c 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 146e958..1487a55 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 bfb3c0a..9c325a1 100644 --- a/web/src/api/APIClient.ts +++ b/web/src/api/APIClient.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 87cabc1..b53bddc 100644 --- a/web/src/components/Checkbox.tsx +++ b/web/src/components/Checkbox.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 bb0b488..eba3a11 100644 --- a/web/src/components/Icons.tsx +++ b/web/src/components/Icons.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/SectionLoader.tsx b/web/src/components/SectionLoader.tsx index 94cfe5c..79dd598 100644 --- a/web/src/components/SectionLoader.tsx +++ b/web/src/components/SectionLoader.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 828fc1a..c1f88af 100644 --- a/web/src/components/alerts/ErrorPage.tsx +++ b/web/src/components/alerts/ErrorPage.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 ed3fa35..e113538 100644 --- a/web/src/components/alerts/NotFound.tsx +++ b/web/src/components/alerts/NotFound.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 52996f5..676716c 100644 --- a/web/src/components/alerts/Warning.tsx +++ b/web/src/components/alerts/Warning.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 6b8c980..f0ee408 100644 --- a/web/src/components/alerts/index.tsx +++ b/web/src/components/alerts/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 bb4e089..60d9dc7 100644 --- a/web/src/components/data-table/Buttons.tsx +++ b/web/src/components/data-table/Buttons.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 8b7aa50..b6a71c4 100644 --- a/web/src/components/data-table/Cells.tsx +++ b/web/src/components/data-table/Cells.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 7d52dd9..d146d4d 100644 --- a/web/src/components/data-table/index.tsx +++ b/web/src/components/data-table/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 21abc13..5b11fe8 100644 --- a/web/src/components/debug.tsx +++ b/web/src/components/debug.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 2dd8ad8..d876765 100644 --- a/web/src/components/emptystates/index.tsx +++ b/web/src/components/emptystates/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 3db3607..4c4612b 100644 --- a/web/src/components/fields/text.tsx +++ b/web/src/components/fields/text.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 513e975..30e960b 100644 --- a/web/src/components/header/Header.tsx +++ b/web/src/components/header/Header.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 f3776b2..557f63c 100644 --- a/web/src/components/header/LeftNav.tsx +++ b/web/src/components/header/LeftNav.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 f6504a6..ec7ba05 100644 --- a/web/src/components/header/MobileNav.tsx +++ b/web/src/components/header/MobileNav.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 4605909..17b9974 100644 --- a/web/src/components/header/RightNav.tsx +++ b/web/src/components/header/RightNav.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 f679cd4..219ba06 100644 --- a/web/src/components/header/_shared.ts +++ b/web/src/components/header/_shared.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 3316480..9a3ba0a 100644 --- a/web/src/components/header/index.tsx +++ b/web/src/components/header/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 c1e3fdd..91f13e3 100644 --- a/web/src/components/headings/index.tsx +++ b/web/src/components/headings/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/components/inputs/common.tsx b/web/src/components/inputs/common.tsx index 8cff5ad..403b87b 100644 --- a/web/src/components/inputs/common.tsx +++ b/web/src/components/inputs/common.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 29d9611..b97ece0 100644 --- a/web/src/components/inputs/index.ts +++ b/web/src/components/inputs/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 fb0a5a0..6556c60 100644 --- a/web/src/components/inputs/input.tsx +++ b/web/src/components/inputs/input.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 abf8505..c9245eb 100644 --- a/web/src/components/inputs/input_wide.tsx +++ b/web/src/components/inputs/input_wide.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 c7676dd..205fad4 100644 --- a/web/src/components/inputs/radio.tsx +++ b/web/src/components/inputs/radio.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 21bdf71..59a664f 100644 --- a/web/src/components/inputs/select.tsx +++ b/web/src/components/inputs/select.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 f935c91..ce42482 100644 --- a/web/src/components/inputs/select_wide.tsx +++ b/web/src/components/inputs/select_wide.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 db772eb..a970a99 100644 --- a/web/src/components/inputs/switch.tsx +++ b/web/src/components/inputs/switch.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 b4ed7c1..0daadce 100644 --- a/web/src/components/inputs/text.tsx +++ b/web/src/components/inputs/text.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 55f683b..5abd48e 100644 --- a/web/src/components/modals/index.tsx +++ b/web/src/components/modals/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 c6f7cdc..11081fb 100644 --- a/web/src/components/notifications/Toast.tsx +++ b/web/src/components/notifications/Toast.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 e1e4620..ff42635 100644 --- a/web/src/components/panels/index.tsx +++ b/web/src/components/panels/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 48f6870..0896709 100644 --- a/web/src/components/tooltips/DocsTooltip.tsx +++ b/web/src/components/tooltips/DocsTooltip.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 281b694..1c1bfcc 100644 --- a/web/src/components/tooltips/Tooltip.tsx +++ b/web/src/components/tooltips/Tooltip.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 d2679f7..de1a482 100644 --- a/web/src/domain/constants.ts +++ b/web/src/domain/constants.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 0a44604..cd5a53a 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 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/domain/routes.tsx b/web/src/domain/routes.tsx index 3ac1064..56b1b49 100644 --- a/web/src/domain/routes.tsx +++ b/web/src/domain/routes.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 4e3a1d3..7d74f09 100644 --- a/web/src/forms/filters/FilterAddForm.tsx +++ b/web/src/forms/filters/FilterAddForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 60ee2a3..937d13f 100644 --- a/web/src/forms/index.ts +++ b/web/src/forms/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 e9f129a..fea2550 100644 --- a/web/src/forms/settings/APIKeyAddForm.tsx +++ b/web/src/forms/settings/APIKeyAddForm.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 6f2bebe..c7ac183 100644 --- a/web/src/forms/settings/DownloadClientForms.tsx +++ b/web/src/forms/settings/DownloadClientForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 d6fe090..aef1c15 100644 --- a/web/src/forms/settings/FeedForms.tsx +++ b/web/src/forms/settings/FeedForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 dc87e4e..da35031 100644 --- a/web/src/forms/settings/IndexerForms.tsx +++ b/web/src/forms/settings/IndexerForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 9e65fc7..faa5146 100644 --- a/web/src/forms/settings/IrcForms.tsx +++ b/web/src/forms/settings/IrcForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 509eb30..f8f57c5 100644 --- a/web/src/forms/settings/NotificationForms.tsx +++ b/web/src/forms/settings/NotificationForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 b0f0784..181b787 100644 --- a/web/src/hooks/hooks.ts +++ b/web/src/hooks/hooks.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 b45d9d3..51bd68c 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 0ac9455..d75dd58 100644 --- a/web/src/index.tsx +++ b/web/src/index.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 2ee4ba9..990e794 100644 --- a/web/src/screens/Dashboard.tsx +++ b/web/src/screens/Dashboard.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 cd7542c..cc52af3 100644 --- a/web/src/screens/Logs.tsx +++ b/web/src/screens/Logs.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 756aa05..047a057 100644 --- a/web/src/screens/Releases.tsx +++ b/web/src/screens/Releases.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 cd9a201..c2e807d 100644 --- a/web/src/screens/Settings.tsx +++ b/web/src/screens/Settings.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 c8d0982..3834a8d 100644 --- a/web/src/screens/auth/Login.tsx +++ b/web/src/screens/auth/Login.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 f6512ae..da2107e 100644 --- a/web/src/screens/auth/Onboarding.tsx +++ b/web/src/screens/auth/Onboarding.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 73f4f08..ae15027 100644 --- a/web/src/screens/auth/index.ts +++ b/web/src/screens/auth/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 fbb2dc9..17e2572 100644 --- a/web/src/screens/dashboard/ActivityTable.tsx +++ b/web/src/screens/dashboard/ActivityTable.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 2bae9c0..f3e9650 100644 --- a/web/src/screens/dashboard/Stats.tsx +++ b/web/src/screens/dashboard/Stats.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 e088645..1c3be95 100644 --- a/web/src/screens/filters/Details.tsx +++ b/web/src/screens/filters/Details.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 ee9185f..78b47cf 100644 --- a/web/src/screens/filters/List.tsx +++ b/web/src/screens/filters/List.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 44f74af..5e341ce 100644 --- a/web/src/screens/filters/index.ts +++ b/web/src/screens/filters/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 b312861..ed71b1b 100644 --- a/web/src/screens/filters/sections/Actions.tsx +++ b/web/src/screens/filters/sections/Actions.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 739fefe..cfec098 100644 --- a/web/src/screens/filters/sections/External.tsx +++ b/web/src/screens/filters/sections/External.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/releases/Filters.tsx b/web/src/screens/releases/Filters.tsx index c28bf31..d33cb54 100644 --- a/web/src/screens/releases/Filters.tsx +++ b/web/src/screens/releases/Filters.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 3fd3140..6adf6cb 100644 --- a/web/src/screens/releases/ReleaseTable.tsx +++ b/web/src/screens/releases/ReleaseTable.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 9974a45..6e90df8 100644 --- a/web/src/screens/settings/Account.tsx +++ b/web/src/screens/settings/Account.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 6e3feb2..0b7e137 100644 --- a/web/src/screens/settings/Api.tsx +++ b/web/src/screens/settings/Api.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 d2f0f06..bcd7576 100644 --- a/web/src/screens/settings/Application.tsx +++ b/web/src/screens/settings/Application.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 5603ee7..7a50e16 100644 --- a/web/src/screens/settings/DownloadClient.tsx +++ b/web/src/screens/settings/DownloadClient.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 d440c97..3e8dcec 100644 --- a/web/src/screens/settings/Feed.tsx +++ b/web/src/screens/settings/Feed.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 4c4a928..8c1f59f 100644 --- a/web/src/screens/settings/Indexer.tsx +++ b/web/src/screens/settings/Indexer.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 b82ed76..b968223 100644 --- a/web/src/screens/settings/Irc.tsx +++ b/web/src/screens/settings/Irc.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 6442160..dad3ef4 100644 --- a/web/src/screens/settings/Logs.tsx +++ b/web/src/screens/settings/Logs.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 8d132e2..39b0b1b 100644 --- a/web/src/screens/settings/Notifications.tsx +++ b/web/src/screens/settings/Notifications.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 ebfdb23..f2be1b7 100644 --- a/web/src/screens/settings/RegexPlayground.tsx +++ b/web/src/screens/settings/RegexPlayground.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 1dba9fa..738ad7f 100644 --- a/web/src/screens/settings/Releases.tsx +++ b/web/src/screens/settings/Releases.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 4911b0b..38e1509 100644 --- a/web/src/screens/settings/_components.tsx +++ b/web/src/screens/settings/_components.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 d782b2d..1cffcf3 100644 --- a/web/src/screens/settings/index.ts +++ b/web/src/screens/settings/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 2f2cb02..245f4eb 100644 --- a/web/src/types/API.d.ts +++ b/web/src/types/API.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 6e5698a..5a55723 100644 --- a/web/src/types/Config.d.ts +++ b/web/src/types/Config.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 928cfc8..68257cd 100644 --- a/web/src/types/Download.d.ts +++ b/web/src/types/Download.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 0776a79..335ac96 100644 --- a/web/src/types/Feed.d.ts +++ b/web/src/types/Feed.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 9518acc..173c64c 100644 --- a/web/src/types/Filter.d.ts +++ b/web/src/types/Filter.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 4f92695..6b5d718 100644 --- a/web/src/types/Global.d.ts +++ b/web/src/types/Global.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 b432ca2..0d7d404 100644 --- a/web/src/types/Indexer.d.ts +++ b/web/src/types/Indexer.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 6889fdd..67856ce 100644 --- a/web/src/types/Irc.d.ts +++ b/web/src/types/Irc.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 3c5259f..608c456 100644 --- a/web/src/types/Notification.d.ts +++ b/web/src/types/Notification.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 756faba..da33b2b 100644 --- a/web/src/types/Release.d.ts +++ b/web/src/types/Release.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 a6e0858..c704f97 100644 --- a/web/src/types/Update.d.ts +++ b/web/src/types/Update.d.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 4eb96f9..414145b 100644 --- a/web/src/utils/Context.ts +++ b/web/src/utils/Context.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, 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 6c61467..c98b44e 100644 --- a/web/src/utils/index.ts +++ b/web/src/utils/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021 - 2024, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */