summaryrefslogtreecommitdiff
path: root/internal/log
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/log
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/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