diff options
Diffstat (limited to 'internal/processing/account')
-rw-r--r-- | internal/processing/account/account.go | 2 | ||||
-rw-r--r-- | internal/processing/account/account_test.go | 2 | ||||
-rw-r--r-- | internal/processing/account/create.go | 2 | ||||
-rw-r--r-- | internal/processing/account/createblock.go | 2 | ||||
-rw-r--r-- | internal/processing/account/createfollow.go | 2 | ||||
-rw-r--r-- | internal/processing/account/delete.go | 2 | ||||
-rw-r--r-- | internal/processing/account/get.go | 2 | ||||
-rw-r--r-- | internal/processing/account/getbookmarks.go | 2 | ||||
-rw-r--r-- | internal/processing/account/getfollowers.go | 2 | ||||
-rw-r--r-- | internal/processing/account/getfollowing.go | 2 | ||||
-rw-r--r-- | internal/processing/account/getrelationship.go | 2 | ||||
-rw-r--r-- | internal/processing/account/getrss.go | 2 | ||||
-rw-r--r-- | internal/processing/account/getrss_test.go | 2 | ||||
-rw-r--r-- | internal/processing/account/getstatuses.go | 2 | ||||
-rw-r--r-- | internal/processing/account/removeblock.go | 2 | ||||
-rw-r--r-- | internal/processing/account/removefollow.go | 2 | ||||
-rw-r--r-- | internal/processing/account/update.go | 2 | ||||
-rw-r--r-- | internal/processing/account/update_test.go | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/internal/processing/account/account.go b/internal/processing/account/account.go index 4c29621ed..7263bacd2 100644 --- a/internal/processing/account/account.go +++ b/internal/processing/account/account.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/processing/account/account_test.go b/internal/processing/account/account_test.go index 84626c199..2e7cdb994 100644 --- a/internal/processing/account/account_test.go +++ b/internal/processing/account/account_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/processing/account/create.go b/internal/processing/account/create.go index ae148a9e6..11d77a302 100644 --- a/internal/processing/account/create.go +++ b/internal/processing/account/create.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/processing/account/createblock.go b/internal/processing/account/createblock.go index 5e5d9df46..d2a2bab94 100644 --- a/internal/processing/account/createblock.go +++ b/internal/processing/account/createblock.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/processing/account/createfollow.go b/internal/processing/account/createfollow.go index 7e7692135..721cf39c7 100644 --- a/internal/processing/account/createfollow.go +++ b/internal/processing/account/createfollow.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/processing/account/delete.go b/internal/processing/account/delete.go index ebcc0df5c..ca8647933 100644 --- a/internal/processing/account/delete.go +++ b/internal/processing/account/delete.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/processing/account/get.go b/internal/processing/account/get.go index 503aa9654..6c134547e 100644 --- a/internal/processing/account/get.go +++ b/internal/processing/account/get.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/processing/account/getbookmarks.go b/internal/processing/account/getbookmarks.go index 0b15806c3..0a63a074f 100644 --- a/internal/processing/account/getbookmarks.go +++ b/internal/processing/account/getbookmarks.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/processing/account/getfollowers.go b/internal/processing/account/getfollowers.go index 524b0c2c2..df6fcc3f9 100644 --- a/internal/processing/account/getfollowers.go +++ b/internal/processing/account/getfollowers.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/processing/account/getfollowing.go b/internal/processing/account/getfollowing.go index a497a8fd0..fc584c778 100644 --- a/internal/processing/account/getfollowing.go +++ b/internal/processing/account/getfollowing.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/processing/account/getrelationship.go b/internal/processing/account/getrelationship.go index 627de22c6..b8406c38a 100644 --- a/internal/processing/account/getrelationship.go +++ b/internal/processing/account/getrelationship.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/processing/account/getrss.go b/internal/processing/account/getrss.go index f07204b56..2298f39ae 100644 --- a/internal/processing/account/getrss.go +++ b/internal/processing/account/getrss.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/processing/account/getrss_test.go b/internal/processing/account/getrss_test.go index 8a276f765..f9fb1accb 100644 --- a/internal/processing/account/getrss_test.go +++ b/internal/processing/account/getrss_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/processing/account/getstatuses.go b/internal/processing/account/getstatuses.go index 9c78917c3..b231bb450 100644 --- a/internal/processing/account/getstatuses.go +++ b/internal/processing/account/getstatuses.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/processing/account/removeblock.go b/internal/processing/account/removeblock.go index 7f34e0f4f..4316af10f 100644 --- a/internal/processing/account/removeblock.go +++ b/internal/processing/account/removeblock.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/processing/account/removefollow.go b/internal/processing/account/removefollow.go index 82020b604..83ced1238 100644 --- a/internal/processing/account/removefollow.go +++ b/internal/processing/account/removefollow.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/processing/account/update.go b/internal/processing/account/update.go index ed9fa6d4d..055d1f0e4 100644 --- a/internal/processing/account/update.go +++ b/internal/processing/account/update.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/processing/account/update_test.go b/internal/processing/account/update_test.go index 3f6c338e8..e4b046075 100644 --- a/internal/processing/account/update_test.go +++ b/internal/processing/account/update_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 |