diff --git a/internal/auth/oidc.go b/internal/auth/oidc.go index 33ec1be..a2646b3 100644 --- a/internal/auth/oidc.go +++ b/internal/auth/oidc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package auth diff --git a/internal/database/tools/convert.go b/internal/database/tools/convert.go index 276345d..1688d42 100644 --- a/internal/database/tools/convert.go +++ b/internal/database/tools/convert.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package tools diff --git a/internal/database/tools/seed.go b/internal/database/tools/seed.go index 2c4584e..21d191d 100644 --- a/internal/database/tools/seed.go +++ b/internal/database/tools/seed.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package tools diff --git a/internal/domain/rejections.go b/internal/domain/rejections.go index c34003e..2949a1c 100644 --- a/internal/domain/rejections.go +++ b/internal/domain/rejections.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/domain/rejections_test.go b/internal/domain/rejections_test.go index 8e77752..6d1577e 100644 --- a/internal/domain/rejections_test.go +++ b/internal/domain/rejections_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package domain diff --git a/internal/indexer/definition_test.go b/internal/indexer/definition_test.go index 60146fc..05e3973 100644 --- a/internal/indexer/definition_test.go +++ b/internal/indexer/definition_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package indexer diff --git a/internal/indexer/parse.go b/internal/indexer/parse.go index be4f6e8..c3f893d 100644 --- a/internal/indexer/parse.go +++ b/internal/indexer/parse.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package indexer diff --git a/internal/logger/sanitize.go b/internal/logger/sanitize.go index d9a50c5..b6600a2 100644 --- a/internal/logger/sanitize.go +++ b/internal/logger/sanitize.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package logger diff --git a/internal/notification/lunasea.go b/internal/notification/lunasea.go index 7f39f69..c23af1b 100644 --- a/internal/notification/lunasea.go +++ b/internal/notification/lunasea.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/notification/message_builder.go b/internal/notification/message_builder.go index 7737e60..242d414 100644 --- a/internal/notification/message_builder.go +++ b/internal/notification/message_builder.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/notification/message_builder_test.go b/internal/notification/message_builder_test.go index a7e165d..4e63370 100644 --- a/internal/notification/message_builder_test.go +++ b/internal/notification/message_builder_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/notification/shoutrrr.go b/internal/notification/shoutrrr.go index 88034eb..645204b 100644 --- a/internal/notification/shoutrrr.go +++ b/internal/notification/shoutrrr.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package notification diff --git a/internal/releasedownload/download_service.go b/internal/releasedownload/download_service.go index 2171a97..d2c0e3b 100644 --- a/internal/releasedownload/download_service.go +++ b/internal/releasedownload/download_service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. // SPDX-License-Identifier: GPL-2.0-or-later package releasedownload diff --git a/pkg/arr/lidarr/types.go b/pkg/arr/lidarr/types.go index 1e87db5..eaa5cd0 100644 --- a/pkg/arr/lidarr/types.go +++ b/pkg/arr/lidarr/types.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package lidarr import ( diff --git a/pkg/arr/radarr/types.go b/pkg/arr/radarr/types.go index 5f49203..6b010db 100644 --- a/pkg/arr/radarr/types.go +++ b/pkg/arr/radarr/types.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package radarr import ( diff --git a/pkg/arr/readarr/types.go b/pkg/arr/readarr/types.go index 3ac9804..851a053 100644 --- a/pkg/arr/readarr/types.go +++ b/pkg/arr/readarr/types.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package readarr import ( diff --git a/pkg/arr/shared.go b/pkg/arr/shared.go index d194523..30c86a7 100644 --- a/pkg/arr/shared.go +++ b/pkg/arr/shared.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package arr type Tag struct { diff --git a/pkg/arr/sonarr/types.go b/pkg/arr/sonarr/types.go index 6d37ab6..8f4a178 100644 --- a/pkg/arr/sonarr/types.go +++ b/pkg/arr/sonarr/types.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package sonarr import ( diff --git a/pkg/sanitize/sanitize.go b/pkg/sanitize/sanitize.go index a55d16a..d320225 100644 --- a/pkg/sanitize/sanitize.go +++ b/pkg/sanitize/sanitize.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package sanitize import ( diff --git a/pkg/sanitize/sanitize_test.go b/pkg/sanitize/sanitize_test.go index c135acb..3c36490 100644 --- a/pkg/sanitize/sanitize_test.go +++ b/pkg/sanitize/sanitize_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package sanitize import ( diff --git a/pkg/timecache/timecache.go b/pkg/timecache/timecache.go index d9b1a8b..bd41994 100644 --- a/pkg/timecache/timecache.go +++ b/pkg/timecache/timecache.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package timecache import ( diff --git a/pkg/timecache/timecache_test.go b/pkg/timecache/timecache_test.go index ee7e6af..89f0db6 100644 --- a/pkg/timecache/timecache_test.go +++ b/pkg/timecache/timecache_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package timecache import ( diff --git a/pkg/transmission/transmission.go b/pkg/transmission/transmission.go index 62297df..61452ee 100644 --- a/pkg/transmission/transmission.go +++ b/pkg/transmission/transmission.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package transmission import ( diff --git a/pkg/ttlcache/domain.go b/pkg/ttlcache/domain.go index b324a3f..996e307 100644 --- a/pkg/ttlcache/domain.go +++ b/pkg/ttlcache/domain.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package ttlcache import ( diff --git a/pkg/ttlcache/expiration.go b/pkg/ttlcache/expiration.go index e1864c0..83aa3e5 100644 --- a/pkg/ttlcache/expiration.go +++ b/pkg/ttlcache/expiration.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package ttlcache import ( diff --git a/pkg/ttlcache/internal.go b/pkg/ttlcache/internal.go index 8b6dbd9..df0a669 100644 --- a/pkg/ttlcache/internal.go +++ b/pkg/ttlcache/internal.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package ttlcache import "time" diff --git a/pkg/ttlcache/ttlcache.go b/pkg/ttlcache/ttlcache.go index 4f7e095..746b893 100644 --- a/pkg/ttlcache/ttlcache.go +++ b/pkg/ttlcache/ttlcache.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package ttlcache import ( diff --git a/pkg/ttlcache/ttlcache_test.go b/pkg/ttlcache/ttlcache_test.go index 0ea5188..97fb9cb 100644 --- a/pkg/ttlcache/ttlcache_test.go +++ b/pkg/ttlcache/ttlcache_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +// SPDX-License-Identifier: GPL-2.0-or-later + package ttlcache import ( diff --git a/scripts/update-indexers.py b/scripts/update-indexers.py index 421361f..3b2cc9a 100644 --- a/scripts/update-indexers.py +++ b/scripts/update-indexers.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. +# SPDX-License-Identifier: GPL-2.0-or-later + import os import re from typing import Dict diff --git a/web/src/forms/settings/ProxyForms.tsx b/web/src/forms/settings/ProxyForms.tsx index a011f71..cdf44e2 100644 --- a/web/src/forms/settings/ProxyForms.tsx +++ b/web/src/forms/settings/ProxyForms.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/web/src/screens/settings/Proxy.tsx b/web/src/screens/settings/Proxy.tsx index 4e1457c..5f33173 100644 --- a/web/src/screens/settings/Proxy.tsx +++ b/web/src/screens/settings/Proxy.tsx @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2024, Ludvig Lundgren and the autobrr contributors. + * Copyright (c) 2021-2025, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */