diff options
| author | 2023-01-05 12:43:00 +0100 | |
|---|---|---|
| committer | 2023-01-05 12:43:00 +0100 | |
| commit | 0dbe6c514fb742b727694a6c8152fbd2a9caf035 (patch) | |
| tree | 351cb411dd3aa71fb218fbe8495fe713fbfc91a2 /internal/api/client/media | |
| parent | [chore] Fix emoji notnull constraint on initial gtsmodel (#1303) (diff) | |
| download | gotosocial-0dbe6c514fb742b727694a6c8152fbd2a9caf035.tar.xz | |
[chore] Update/add license headers for 2023 (#1304)
Diffstat (limited to 'internal/api/client/media')
| -rw-r--r-- | internal/api/client/media/media.go | 2 | ||||
| -rw-r--r-- | internal/api/client/media/mediacreate.go | 2 | ||||
| -rw-r--r-- | internal/api/client/media/mediacreate_test.go | 2 | ||||
| -rw-r--r-- | internal/api/client/media/mediaget.go | 2 | ||||
| -rw-r--r-- | internal/api/client/media/mediaupdate.go | 2 | ||||
| -rw-r--r-- | internal/api/client/media/mediaupdate_test.go | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/internal/api/client/media/media.go b/internal/api/client/media/media.go index 889a4f3df..e6d0c212c 100644 --- a/internal/api/client/media/media.go +++ b/internal/api/client/media/media.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/api/client/media/mediacreate.go b/internal/api/client/media/mediacreate.go index 7e29b2bb3..b31479119 100644 --- a/internal/api/client/media/mediacreate.go +++ b/internal/api/client/media/mediacreate.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/api/client/media/mediacreate_test.go b/internal/api/client/media/mediacreate_test.go index 9e787b4b9..6ac63a356 100644 --- a/internal/api/client/media/mediacreate_test.go +++ b/internal/api/client/media/mediacreate_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/api/client/media/mediaget.go b/internal/api/client/media/mediaget.go index b22c8e79c..25471fc76 100644 --- a/internal/api/client/media/mediaget.go +++ b/internal/api/client/media/mediaget.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/api/client/media/mediaupdate.go b/internal/api/client/media/mediaupdate.go index 9cfd8a5f1..9467b9550 100644 --- a/internal/api/client/media/mediaupdate.go +++ b/internal/api/client/media/mediaupdate.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/api/client/media/mediaupdate_test.go b/internal/api/client/media/mediaupdate_test.go index bcf9a4dfe..3b1d94368 100644 --- a/internal/api/client/media/mediaupdate_test.go +++ b/internal/api/client/media/mediaupdate_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 |
