summaryrefslogtreecommitdiff
path: root/internal/text
diff options
context:
space:
mode:
Diffstat (limited to 'internal/text')
-rw-r--r--internal/text/common.go2
-rw-r--r--internal/text/common_test.go2
-rw-r--r--internal/text/emojify.go2
-rw-r--r--internal/text/formatter.go2
-rw-r--r--internal/text/formatter_test.go2
-rw-r--r--internal/text/link.go2
-rw-r--r--internal/text/link_test.go2
-rw-r--r--internal/text/markdown.go2
-rw-r--r--internal/text/markdown_test.go2
-rw-r--r--internal/text/markdownextension.go2
-rw-r--r--internal/text/plain.go2
-rw-r--r--internal/text/plain_test.go2
-rw-r--r--internal/text/removehtml_test.go2
-rw-r--r--internal/text/sanitize.go2
-rw-r--r--internal/text/sanitize_test.go2
15 files changed, 15 insertions, 15 deletions
diff --git a/internal/text/common.go b/internal/text/common.go
index ca4b97465..2293ca3fe 100644
--- a/internal/text/common.go
+++ b/internal/text/common.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/text/common_test.go b/internal/text/common_test.go
index 48f5240d2..3949226ca 100644
--- a/internal/text/common_test.go
+++ b/internal/text/common_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/text/emojify.go b/internal/text/emojify.go
index 673631be3..6abd95f66 100644
--- a/internal/text/emojify.go
+++ b/internal/text/emojify.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/text/formatter.go b/internal/text/formatter.go
index 5daec5c82..cb4de402b 100644
--- a/internal/text/formatter.go
+++ b/internal/text/formatter.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/text/formatter_test.go b/internal/text/formatter_test.go
index ac85e8623..438a69c78 100644
--- a/internal/text/formatter_test.go
+++ b/internal/text/formatter_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/text/link.go b/internal/text/link.go
index f72c451f2..2b2b45e73 100644
--- a/internal/text/link.go
+++ b/internal/text/link.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/text/link_test.go b/internal/text/link_test.go
index e50a8dd69..dfb4656b8 100644
--- a/internal/text/link_test.go
+++ b/internal/text/link_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/text/markdown.go b/internal/text/markdown.go
index 56edf2d01..dbe86d110 100644
--- a/internal/text/markdown.go
+++ b/internal/text/markdown.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/text/markdown_test.go b/internal/text/markdown_test.go
index 3a67218d4..384f4389c 100644
--- a/internal/text/markdown_test.go
+++ b/internal/text/markdown_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/text/markdownextension.go b/internal/text/markdownextension.go
index 1be1e99d6..2d8eae907 100644
--- a/internal/text/markdownextension.go
+++ b/internal/text/markdownextension.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
the Free Software Foundation, either version 3 of the License, or
diff --git a/internal/text/plain.go b/internal/text/plain.go
index 3daea5686..a64a14f06 100644
--- a/internal/text/plain.go
+++ b/internal/text/plain.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/text/plain_test.go b/internal/text/plain_test.go
index cd82e0d1b..6b850cb45 100644
--- a/internal/text/plain_test.go
+++ b/internal/text/plain_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/text/removehtml_test.go b/internal/text/removehtml_test.go
index 0029b45a5..aba0e89cc 100644
--- a/internal/text/removehtml_test.go
+++ b/internal/text/removehtml_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/text/sanitize.go b/internal/text/sanitize.go
index fd7ee2006..a4db7fab1 100644
--- a/internal/text/sanitize.go
+++ b/internal/text/sanitize.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/text/sanitize_test.go b/internal/text/sanitize_test.go
index 727da6f35..57441b63d 100644
--- a/internal/text/sanitize_test.go
+++ b/internal/text/sanitize_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