summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/defaults.go2
-rw-r--r--internal/config/file.go2
-rw-r--r--internal/config/keys.go2
-rw-r--r--internal/config/values.go2
-rw-r--r--internal/config/viper.go2
5 files changed, 5 insertions, 5 deletions
diff --git a/internal/config/defaults.go b/internal/config/defaults.go
index 4b6ca5ea7..323e5d622 100644
--- a/internal/config/defaults.go
+++ b/internal/config/defaults.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/config/file.go b/internal/config/file.go
index 62a3c0f6c..75d273fed 100644
--- a/internal/config/file.go
+++ b/internal/config/file.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/config/keys.go b/internal/config/keys.go
index c3c46745f..92f5a99bb 100644
--- a/internal/config/keys.go
+++ b/internal/config/keys.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/config/values.go b/internal/config/values.go
index c1d2946f5..810f7178f 100644
--- a/internal/config/values.go
+++ b/internal/config/values.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/config/viper.go b/internal/config/viper.go
index f53ef78d0..8ed241e1b 100644
--- a/internal/config/viper.go
+++ b/internal/config/viper.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