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 // SPDX-License-Identifier: GPL-2.0-or-later
package auth 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 // SPDX-License-Identifier: GPL-2.0-or-later
package tools 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 // SPDX-License-Identifier: GPL-2.0-or-later
package tools 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 // SPDX-License-Identifier: GPL-2.0-or-later
package domain 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 // SPDX-License-Identifier: GPL-2.0-or-later
package domain 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 // SPDX-License-Identifier: GPL-2.0-or-later
package indexer 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 // SPDX-License-Identifier: GPL-2.0-or-later
package indexer 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 // SPDX-License-Identifier: GPL-2.0-or-later
package logger 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 // SPDX-License-Identifier: GPL-2.0-or-later
package notification 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 // SPDX-License-Identifier: GPL-2.0-or-later
package notification 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 // SPDX-License-Identifier: GPL-2.0-or-later
package notification 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 // SPDX-License-Identifier: GPL-2.0-or-later
package notification 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 // SPDX-License-Identifier: GPL-2.0-or-later
package releasedownload 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 package lidarr
import ( 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 package radarr
import ( 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 package readarr
import ( 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 package arr
type Tag struct { 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 package sonarr
import ( 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 package sanitize
import ( 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 package sanitize
import ( 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 package timecache
import ( 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 package timecache
import ( 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 package transmission
import ( 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 package ttlcache
import ( 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 package ttlcache
import ( 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 package ttlcache
import "time" 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 package ttlcache
import ( 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 package ttlcache
import ( import (

View file

@ -1,5 +1,8 @@
#!/usr/bin/env python3 #!/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 os
import re import re
from typing import Dict 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 * 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 * SPDX-License-Identifier: GPL-2.0-or-later
*/ */