summaryrefslogtreecommitdiff
path: root/internal/media
diff options
context:
space:
mode:
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