summaryrefslogtreecommitdiff
path: root/internal/util
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/util
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/util')
-rw-r--r--internal/util/emoji.go2
-rw-r--r--internal/util/namestring.go2
-rw-r--r--internal/util/namestring_test.go2
-rw-r--r--internal/util/paging.go2
-rw-r--r--internal/util/statustools.go2
-rw-r--r--internal/util/statustools_test.go2
-rw-r--r--internal/util/time.go2
-rw-r--r--internal/util/time_test.go2
-rw-r--r--internal/util/unique.go2
9 files changed, 9 insertions, 9 deletions
diff --git a/internal/util/emoji.go b/internal/util/emoji.go
index 4a0135cec..8c422ba44 100644
--- a/internal/util/emoji.go
+++ b/internal/util/emoji.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/util/namestring.go b/internal/util/namestring.go
index 611a1c0eb..e0a35f5ac 100644
--- a/internal/util/namestring.go
+++ b/internal/util/namestring.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/util/namestring_test.go b/internal/util/namestring_test.go
index 4561a5233..b7d327ee1 100644
--- a/internal/util/namestring_test.go
+++ b/internal/util/namestring_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
diff --git a/internal/util/paging.go b/internal/util/paging.go
index 5984ee9f1..6b36fee32 100644
--- a/internal/util/paging.go
+++ b/internal/util/paging.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/util/statustools.go b/internal/util/statustools.go
index 7479fbff5..80a091623 100644
--- a/internal/util/statustools.go
+++ b/internal/util/statustools.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/util/statustools_test.go b/internal/util/statustools_test.go
index 214fab553..bb01557c5 100644
--- a/internal/util/statustools_test.go
+++ b/internal/util/statustools_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
diff --git a/internal/util/time.go b/internal/util/time.go
index 2f7fd6721..ed823df5d 100644
--- a/internal/util/time.go
+++ b/internal/util/time.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/util/time_test.go b/internal/util/time_test.go
index 5f75b09bc..a6ecbc52b 100644
--- a/internal/util/time_test.go
+++ b/internal/util/time_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
diff --git a/internal/util/unique.go b/internal/util/unique.go
index 364c935b7..4f6a9f4c9 100644
--- a/internal/util/unique.go
+++ b/internal/util/unique.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