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