summaryrefslogtreecommitdiff
path: root/internal/media
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-12-20 18:42:19 +0100
committerLibravatar GitHub <noreply@github.com>2021-12-20 18:42:19 +0100
commitef5a9256a8fc35e644cc48734f39c84a8957de86 (patch)
tree5cda77185465d46fb5e3cb12f9066f2506a58846 /internal/media
parentRemove unnecessary storage config variables (#344) (diff)
downloadgotosocial-ef5a9256a8fc35e644cc48734f39c84a8957de86.tar.xz
Extend license notices to 2022 (#354)
Diffstat (limited to 'internal/media')
-rw-r--r--internal/media/handler.go2
-rw-r--r--internal/media/processicon.go2
-rw-r--r--internal/media/processimage.go2
-rw-r--r--internal/media/processvideo.go2
-rw-r--r--internal/media/util.go2
-rw-r--r--internal/media/util_test.go2
6 files changed, 6 insertions, 6 deletions
diff --git a/internal/media/handler.go b/internal/media/handler.go
index 98c65ff36..e6c7369b6 100644
--- a/internal/media/handler.go
+++ b/internal/media/handler.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/media/processicon.go b/internal/media/processicon.go
index c377033fc..66cf1f999 100644
--- a/internal/media/processicon.go
+++ b/internal/media/processicon.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/media/processimage.go b/internal/media/processimage.go
index 435ce5714..ca92c0660 100644
--- a/internal/media/processimage.go
+++ b/internal/media/processimage.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/media/processvideo.go b/internal/media/processvideo.go
index a2debf648..d0d11f779 100644
--- a/internal/media/processvideo.go
+++ b/internal/media/processvideo.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/media/util.go b/internal/media/util.go
index 147178d08..348136c92 100644
--- a/internal/media/util.go
+++ b/internal/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
diff --git a/internal/media/util_test.go b/internal/media/util_test.go
index fb36e1476..cb299d50e 100644
--- a/internal/media/util_test.go
+++ b/internal/media/util_test.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