diff options
| author | 2021-12-20 18:42:19 +0100 | |
|---|---|---|
| committer | 2021-12-20 18:42:19 +0100 | |
| commit | ef5a9256a8fc35e644cc48734f39c84a8957de86 (patch) | |
| tree | 5cda77185465d46fb5e3cb12f9066f2506a58846 /internal/processing/media | |
| parent | Remove unnecessary storage config variables (#344) (diff) | |
| download | gotosocial-ef5a9256a8fc35e644cc48734f39c84a8957de86.tar.xz | |
Extend license notices to 2022 (#354)
Diffstat (limited to 'internal/processing/media')
| -rw-r--r-- | internal/processing/media/create.go | 2 | ||||
| -rw-r--r-- | internal/processing/media/getfile.go | 2 | ||||
| -rw-r--r-- | internal/processing/media/getmedia.go | 2 | ||||
| -rw-r--r-- | internal/processing/media/media.go | 2 | ||||
| -rw-r--r-- | internal/processing/media/update.go | 2 | ||||
| -rw-r--r-- | internal/processing/media/util.go | 2 | 
6 files changed, 6 insertions, 6 deletions
diff --git a/internal/processing/media/create.go b/internal/processing/media/create.go index adc44a4ea..de15d3162 100644 --- a/internal/processing/media/create.go +++ b/internal/processing/media/create.go @@ -1,6 +1,6 @@  /*     GoToSocial -   Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org +   Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org     This program is free software: you can redistribute it and/or modify     it under the terms of the GNU Affero General Public License as published by diff --git a/internal/processing/media/getfile.go b/internal/processing/media/getfile.go index 52ea04484..0b818fd22 100644 --- a/internal/processing/media/getfile.go +++ b/internal/processing/media/getfile.go @@ -1,6 +1,6 @@  /*     GoToSocial -   Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org +   Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org     This program is free software: you can redistribute it and/or modify     it under the terms of the GNU Affero General Public License as published by diff --git a/internal/processing/media/getmedia.go b/internal/processing/media/getmedia.go index 763aaf8f6..f26f9f4f7 100644 --- a/internal/processing/media/getmedia.go +++ b/internal/processing/media/getmedia.go @@ -1,6 +1,6 @@  /*     GoToSocial -   Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org +   Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org     This program is free software: you can redistribute it and/or modify     it under the terms of the GNU Affero General Public License as published by diff --git a/internal/processing/media/media.go b/internal/processing/media/media.go index 54dbd1478..9e050fe84 100644 --- a/internal/processing/media/media.go +++ b/internal/processing/media/media.go @@ -1,6 +1,6 @@  /*     GoToSocial -   Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org +   Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org     This program is free software: you can redistribute it and/or modify     it under the terms of the GNU Affero General Public License as published by diff --git a/internal/processing/media/update.go b/internal/processing/media/update.go index 42e050121..b275b9ffe 100644 --- a/internal/processing/media/update.go +++ b/internal/processing/media/update.go @@ -1,6 +1,6 @@  /*     GoToSocial -   Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org +   Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org     This program is free software: you can redistribute it and/or modify     it under the terms of the GNU Affero General Public License as published by diff --git a/internal/processing/media/util.go b/internal/processing/media/util.go index 47ea4fccd..37dc87979 100644 --- a/internal/processing/media/util.go +++ b/internal/processing/media/util.go @@ -1,6 +1,6 @@  /*     GoToSocial -   Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org +   Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org     This program is free software: you can redistribute it and/or modify     it under the terms of the GNU Affero General Public License as published by  | 
