diff options
author | 2021-12-20 18:42:19 +0100 | |
---|---|---|
committer | 2021-12-20 18:42:19 +0100 | |
commit | ef5a9256a8fc35e644cc48734f39c84a8957de86 (patch) | |
tree | 5cda77185465d46fb5e3cb12f9066f2506a58846 /cmd/gotosocial/flag | |
parent | Remove unnecessary storage config variables (#344) (diff) | |
download | gotosocial-ef5a9256a8fc35e644cc48734f39c84a8957de86.tar.xz |
Extend license notices to 2022 (#354)
Diffstat (limited to 'cmd/gotosocial/flag')
-rw-r--r-- | cmd/gotosocial/flag/admin.go | 2 | ||||
-rw-r--r-- | cmd/gotosocial/flag/global.go | 2 | ||||
-rw-r--r-- | cmd/gotosocial/flag/server.go | 2 | ||||
-rw-r--r-- | cmd/gotosocial/flag/usage.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cmd/gotosocial/flag/admin.go b/cmd/gotosocial/flag/admin.go index b087071bb..e3829954f 100644 --- a/cmd/gotosocial/flag/admin.go +++ b/cmd/gotosocial/flag/admin.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/cmd/gotosocial/flag/global.go b/cmd/gotosocial/flag/global.go index b7fb03e17..55ead7e29 100644 --- a/cmd/gotosocial/flag/global.go +++ b/cmd/gotosocial/flag/global.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/cmd/gotosocial/flag/server.go b/cmd/gotosocial/flag/server.go index 434398581..f3f1994ef 100644 --- a/cmd/gotosocial/flag/server.go +++ b/cmd/gotosocial/flag/server.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/cmd/gotosocial/flag/usage.go b/cmd/gotosocial/flag/usage.go index 9b5dd31d8..63ff97e6d 100644 --- a/cmd/gotosocial/flag/usage.go +++ b/cmd/gotosocial/flag/usage.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 |