summaryrefslogtreecommitdiff
path: root/internal/media
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-01-05 12:43:00 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-05 12:43:00 +0100
commit0dbe6c514fb742b727694a6c8152fbd2a9caf035 (patch)
tree351cb411dd3aa71fb218fbe8495fe713fbfc91a2 /internal/media
parent[chore] Fix emoji notnull constraint on initial gtsmodel (#1303) (diff)
downloadgotosocial-0dbe6c514fb742b727694a6c8152fbd2a9caf035.tar.xz
[chore] Update/add license headers for 2023 (#1304)
Diffstat (limited to 'internal/media')
-rw-r--r--internal/media/image.go2
-rw-r--r--internal/media/manager.go2
-rw-r--r--internal/media/manager_test.go2
-rw-r--r--internal/media/media_test.go2
-rw-r--r--internal/media/png-stripper.go2
-rw-r--r--internal/media/processingemoji.go2
-rw-r--r--internal/media/processingmedia.go2
-rw-r--r--internal/media/prunemeta.go2
-rw-r--r--internal/media/prunemeta_test.go2
-rw-r--r--internal/media/pruneorphaned.go2
-rw-r--r--internal/media/pruneorphaned_test.go2
-rw-r--r--internal/media/pruneremote.go2
-rw-r--r--internal/media/pruneremote_test.go2
-rw-r--r--internal/media/pruneunusedlocal.go2
-rw-r--r--internal/media/pruneunusedlocal_test.go2
-rw-r--r--internal/media/refetch.go2
-rw-r--r--internal/media/refetch_test.go2
-rw-r--r--internal/media/types.go2
-rw-r--r--internal/media/util.go2
-rw-r--r--internal/media/video.go2
20 files changed, 20 insertions, 20 deletions
diff --git a/internal/media/image.go b/internal/media/image.go
index a03098930..b168c619e 100644
--- a/internal/media/image.go
+++ b/internal/media/image.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/manager.go b/internal/media/manager.go
index a9d71e589..9b1d87673 100644
--- a/internal/media/manager.go
+++ b/internal/media/manager.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/manager_test.go b/internal/media/manager_test.go
index c61bdae28..1abf8c3ce 100644
--- a/internal/media/manager_test.go
+++ b/internal/media/manager_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/media_test.go b/internal/media/media_test.go
index 05408497c..d9f01c1ff 100644
--- a/internal/media/media_test.go
+++ b/internal/media/media_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/png-stripper.go b/internal/media/png-stripper.go
index 62ae393fe..be5e80387 100644
--- a/internal/media/png-stripper.go
+++ b/internal/media/png-stripper.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/processingemoji.go b/internal/media/processingemoji.go
index ad3f02a53..de47d23a8 100644
--- a/internal/media/processingemoji.go
+++ b/internal/media/processingemoji.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/processingmedia.go b/internal/media/processingmedia.go
index f22102d6d..6e02ce147 100644
--- a/internal/media/processingmedia.go
+++ b/internal/media/processingmedia.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/prunemeta.go b/internal/media/prunemeta.go
index 19fbb7e7e..67c4ce8b1 100644
--- a/internal/media/prunemeta.go
+++ b/internal/media/prunemeta.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/prunemeta_test.go b/internal/media/prunemeta_test.go
index 57e1fe753..17bb679f0 100644
--- a/internal/media/prunemeta_test.go
+++ b/internal/media/prunemeta_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/pruneorphaned.go b/internal/media/pruneorphaned.go
index 20f2ec8ca..dd4c4e35f 100644
--- a/internal/media/pruneorphaned.go
+++ b/internal/media/pruneorphaned.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/pruneorphaned_test.go b/internal/media/pruneorphaned_test.go
index f791bde12..2d3ed5a31 100644
--- a/internal/media/pruneorphaned_test.go
+++ b/internal/media/pruneorphaned_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/pruneremote.go b/internal/media/pruneremote.go
index f6108588f..1cc35ffda 100644
--- a/internal/media/pruneremote.go
+++ b/internal/media/pruneremote.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/pruneremote_test.go b/internal/media/pruneremote_test.go
index d4365f72c..258aa20ca 100644
--- a/internal/media/pruneremote_test.go
+++ b/internal/media/pruneremote_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/pruneunusedlocal.go b/internal/media/pruneunusedlocal.go
index 7098648e0..6dee92a12 100644
--- a/internal/media/pruneunusedlocal.go
+++ b/internal/media/pruneunusedlocal.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/pruneunusedlocal_test.go b/internal/media/pruneunusedlocal_test.go
index d1424a4c9..ff12e2271 100644
--- a/internal/media/pruneunusedlocal_test.go
+++ b/internal/media/pruneunusedlocal_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/refetch.go b/internal/media/refetch.go
index abdec232a..e29b4587f 100644
--- a/internal/media/refetch.go
+++ b/internal/media/refetch.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/refetch_test.go b/internal/media/refetch_test.go
index b6f1f3efc..64809ac10 100644
--- a/internal/media/refetch_test.go
+++ b/internal/media/refetch_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/types.go b/internal/media/types.go
index 47a545cb2..86fb1741d 100644
--- a/internal/media/types.go
+++ b/internal/media/types.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 387f5d65a..8393d832e 100644
--- a/internal/media/util.go
+++ b/internal/media/util.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/video.go b/internal/media/video.go
index 8db9061b5..bd624559b 100644
--- a/internal/media/video.go
+++ b/internal/media/video.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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