diff options
author | 2021-12-20 18:42:19 +0100 | |
---|---|---|
committer | 2021-12-20 18:42:19 +0100 | |
commit | ef5a9256a8fc35e644cc48734f39c84a8957de86 (patch) | |
tree | 5cda77185465d46fb5e3cb12f9066f2506a58846 /internal/visibility | |
parent | Remove unnecessary storage config variables (#344) (diff) | |
download | gotosocial-ef5a9256a8fc35e644cc48734f39c84a8957de86.tar.xz |
Extend license notices to 2022 (#354)
Diffstat (limited to 'internal/visibility')
-rw-r--r-- | internal/visibility/filter.go | 2 | ||||
-rw-r--r-- | internal/visibility/filter_test.go | 2 | ||||
-rw-r--r-- | internal/visibility/relevantaccounts.go | 2 | ||||
-rw-r--r-- | internal/visibility/statushometimelineable.go | 2 | ||||
-rw-r--r-- | internal/visibility/statuspublictimelineable.go | 2 | ||||
-rw-r--r-- | internal/visibility/statusvisible.go | 2 | ||||
-rw-r--r-- | internal/visibility/statusvisible_test.go | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/internal/visibility/filter.go b/internal/visibility/filter.go index 9f4bb4aad..c8cd13681 100644 --- a/internal/visibility/filter.go +++ b/internal/visibility/filter.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/visibility/filter_test.go b/internal/visibility/filter_test.go index 12c1a72a6..5c10a4210 100644 --- a/internal/visibility/filter_test.go +++ b/internal/visibility/filter_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/visibility/relevantaccounts.go b/internal/visibility/relevantaccounts.go index 1be5efea9..0971c8bce 100644 --- a/internal/visibility/relevantaccounts.go +++ b/internal/visibility/relevantaccounts.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/visibility/statushometimelineable.go b/internal/visibility/statushometimelineable.go index 3bc23dfcf..62004cb5f 100644 --- a/internal/visibility/statushometimelineable.go +++ b/internal/visibility/statushometimelineable.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/visibility/statuspublictimelineable.go b/internal/visibility/statuspublictimelineable.go index 8dc1e9f5f..9991a9c3a 100644 --- a/internal/visibility/statuspublictimelineable.go +++ b/internal/visibility/statuspublictimelineable.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/visibility/statusvisible.go b/internal/visibility/statusvisible.go index a99494836..3d179eccd 100644 --- a/internal/visibility/statusvisible.go +++ b/internal/visibility/statusvisible.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/visibility/statusvisible_test.go b/internal/visibility/statusvisible_test.go index f92bcd62f..e23973b5a 100644 --- a/internal/visibility/statusvisible_test.go +++ b/internal/visibility/statusvisible_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 |