summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-01-05 12:43:00 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-05 12:43:00 +0100
commit0dbe6c514fb742b727694a6c8152fbd2a9caf035 (patch)
tree351cb411dd3aa71fb218fbe8495fe713fbfc91a2 /internal/config
parent[chore] Fix emoji notnull constraint on initial gtsmodel (#1303) (diff)
downloadgotosocial-0dbe6c514fb742b727694a6c8152fbd2a9caf035.tar.xz
[chore] Update/add license headers for 2023 (#1304)
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/config.go2
-rw-r--r--internal/config/defaults.go2
-rw-r--r--internal/config/flags.go2
-rw-r--r--internal/config/gen/gen.go4
-rw-r--r--internal/config/global.go2
-rw-r--r--internal/config/helpers.gen.go2
-rw-r--r--internal/config/state.go2
-rw-r--r--internal/config/testdata/test.yaml2
-rw-r--r--internal/config/validate.go2
-rw-r--r--internal/config/validate_test.go2
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