diff options
Diffstat (limited to 'internal/api/client/account')
-rw-r--r-- | internal/api/client/account/account.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/accountcreate.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/accountcreate_test.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/accountget.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/accountupdate.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/accountupdate_test.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/accountverify.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/accountverify_test.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/block.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/follow.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/followers.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/following.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/statuses.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/unblock.go | 2 | ||||
-rw-r--r-- | internal/api/client/account/unfollow.go | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/internal/api/client/account/account.go b/internal/api/client/account/account.go index d75fb8e9c..c72e9fb5d 100644 --- a/internal/api/client/account/account.go +++ b/internal/api/client/account/account.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/api/client/account/accountcreate.go b/internal/api/client/account/accountcreate.go index 7219fae94..ee9f508d7 100644 --- a/internal/api/client/account/accountcreate.go +++ b/internal/api/client/account/accountcreate.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/api/client/account/accountcreate_test.go b/internal/api/client/account/accountcreate_test.go index 675776331..a4fc165bf 100644 --- a/internal/api/client/account/accountcreate_test.go +++ b/internal/api/client/account/accountcreate_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 diff --git a/internal/api/client/account/accountget.go b/internal/api/client/account/accountget.go index 2bda3c0bd..6085d2d3e 100644 --- a/internal/api/client/account/accountget.go +++ b/internal/api/client/account/accountget.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/api/client/account/accountupdate.go b/internal/api/client/account/accountupdate.go index 2a3882206..0317fbac0 100644 --- a/internal/api/client/account/accountupdate.go +++ b/internal/api/client/account/accountupdate.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/api/client/account/accountupdate_test.go b/internal/api/client/account/accountupdate_test.go index bafda0e01..8e35c236b 100644 --- a/internal/api/client/account/accountupdate_test.go +++ b/internal/api/client/account/accountupdate_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 diff --git a/internal/api/client/account/accountverify.go b/internal/api/client/account/accountverify.go index 1da0251a3..f3d0643cc 100644 --- a/internal/api/client/account/accountverify.go +++ b/internal/api/client/account/accountverify.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/api/client/account/accountverify_test.go b/internal/api/client/account/accountverify_test.go index 746d2f5fe..702eb0836 100644 --- a/internal/api/client/account/accountverify_test.go +++ b/internal/api/client/account/accountverify_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 diff --git a/internal/api/client/account/block.go b/internal/api/client/account/block.go index 2de754a33..ed602aefc 100644 --- a/internal/api/client/account/block.go +++ b/internal/api/client/account/block.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/api/client/account/follow.go b/internal/api/client/account/follow.go index afdb6d23d..b17dd9636 100644 --- a/internal/api/client/account/follow.go +++ b/internal/api/client/account/follow.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/api/client/account/followers.go b/internal/api/client/account/followers.go index 3ccb3d393..9addb2ca7 100644 --- a/internal/api/client/account/followers.go +++ b/internal/api/client/account/followers.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/api/client/account/following.go b/internal/api/client/account/following.go index 78ab610c8..6a857f43d 100644 --- a/internal/api/client/account/following.go +++ b/internal/api/client/account/following.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/api/client/account/statuses.go b/internal/api/client/account/statuses.go index 49c15987e..b1100b9c0 100644 --- a/internal/api/client/account/statuses.go +++ b/internal/api/client/account/statuses.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/api/client/account/unblock.go b/internal/api/client/account/unblock.go index f075d14ed..a8ae0cf21 100644 --- a/internal/api/client/account/unblock.go +++ b/internal/api/client/account/unblock.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/api/client/account/unfollow.go b/internal/api/client/account/unfollow.go index 2ee812f5a..e681e2773 100644 --- a/internal/api/client/account/unfollow.go +++ b/internal/api/client/account/unfollow.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 |