diff options
author | 2023-01-05 12:43:00 +0100 | |
---|---|---|
committer | 2023-01-05 12:43:00 +0100 | |
commit | 0dbe6c514fb742b727694a6c8152fbd2a9caf035 (patch) | |
tree | 351cb411dd3aa71fb218fbe8495fe713fbfc91a2 /internal/config | |
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/config')
-rw-r--r-- | internal/config/config.go | 2 | ||||
-rw-r--r-- | internal/config/defaults.go | 2 | ||||
-rw-r--r-- | internal/config/flags.go | 2 | ||||
-rw-r--r-- | internal/config/gen/gen.go | 4 | ||||
-rw-r--r-- | internal/config/global.go | 2 | ||||
-rw-r--r-- | internal/config/helpers.gen.go | 2 | ||||
-rw-r--r-- | internal/config/state.go | 2 | ||||
-rw-r--r-- | internal/config/testdata/test.yaml | 2 | ||||
-rw-r--r-- | internal/config/validate.go | 2 | ||||
-rw-r--r-- | internal/config/validate_test.go | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/internal/config/config.go b/internal/config/config.go index d057afe37..107a94285 100644 --- a/internal/config/config.go +++ b/internal/config/config.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/config/defaults.go b/internal/config/defaults.go index 4873c5c47..26fecaa73 100644 --- a/internal/config/defaults.go +++ b/internal/config/defaults.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/config/flags.go b/internal/config/flags.go index 3a5d69f25..e3d1b20da 100644 --- a/internal/config/flags.go +++ b/internal/config/flags.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/config/gen/gen.go b/internal/config/gen/gen.go index 5458ee301..0e86abfc1 100644 --- a/internal/config/gen/gen.go +++ b/internal/config/gen/gen.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 @@ -32,7 +32,7 @@ import ( const license = `/* 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/config/global.go b/internal/config/global.go index 707afb3cd..d58d5ebe7 100644 --- a/internal/config/global.go +++ b/internal/config/global.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/config/helpers.gen.go b/internal/config/helpers.gen.go index de5b93762..a1f920ac7 100644 --- a/internal/config/helpers.gen.go +++ b/internal/config/helpers.gen.go @@ -1,7 +1,7 @@ // THIS IS A GENERATED FILE, DO NOT EDIT BY HAND /* 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/config/state.go b/internal/config/state.go index 64d87d771..206681e81 100644 --- a/internal/config/state.go +++ b/internal/config/state.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/config/testdata/test.yaml b/internal/config/testdata/test.yaml index 3b2b63fe2..87fe105d2 100644 --- a/internal/config/testdata/test.yaml +++ b/internal/config/testdata/test.yaml @@ -1,5 +1,5 @@ # 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/config/validate.go b/internal/config/validate.go index 064eae07a..765739d6c 100644 --- a/internal/config/validate.go +++ b/internal/config/validate.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/config/validate_test.go b/internal/config/validate_test.go index c3a998a4a..3f58379e7 100644 --- a/internal/config/validate_test.go +++ b/internal/config/validate_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 |