summaryrefslogtreecommitdiff
path: root/internal/log
diff options
context:
space:
mode:
Diffstat (limited to 'internal/log')
-rw-r--r--internal/log/caller.go2
-rw-r--r--internal/log/entry.go2
-rw-r--r--internal/log/init.go2
-rw-r--r--internal/log/log.go2
-rw-r--r--internal/log/pool.go2
-rw-r--r--internal/log/syslog_test.go2
6 files changed, 6 insertions, 6 deletions
diff --git a/internal/log/caller.go b/internal/log/caller.go
index 14a639b51..b0cf90e1c 100644
--- a/internal/log/caller.go
+++ b/internal/log/caller.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/log/entry.go b/internal/log/entry.go
index 2ebac531c..0d4e16e2b 100644
--- a/internal/log/entry.go
+++ b/internal/log/entry.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/log/init.go b/internal/log/init.go
index 9ec790ba2..4cca71f45 100644
--- a/internal/log/init.go
+++ b/internal/log/init.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/log/log.go b/internal/log/log.go
index 087c95928..78fb143b6 100644
--- a/internal/log/log.go
+++ b/internal/log/log.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/log/pool.go b/internal/log/pool.go
index cb2edfbea..bb8cfa699 100644
--- a/internal/log/pool.go
+++ b/internal/log/pool.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/log/syslog_test.go b/internal/log/syslog_test.go
index ad7c6ffbe..baa4dac6c 100644
--- a/internal/log/syslog_test.go
+++ b/internal/log/syslog_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