chore(license): update copyright year in headers (#1935)

This commit is contained in:
soup 2025-01-08 08:38:10 +01:00 committed by GitHub
parent 0391629862
commit 25574446f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 63 additions and 15 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 (

View file

@ -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 (

View file

@ -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 (

View file

@ -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 {

View file

@ -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 (

View file

@ -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 (

View file

@ -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 (

View file

@ -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 (

View file

@ -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 (

View file

@ -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 (

View file

@ -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 (

View file

@ -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 (

View file

@ -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"

View file

@ -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 (

View file

@ -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 (

View file

@ -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

View file

@ -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
*/

View file

@ -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
*/