summaryrefslogtreecommitdiff
path: root/internal/validate
diff options
context:
space:
mode:
Diffstat (limited to 'internal/validate')
-rw-r--r--internal/validate/account_test.go2
-rw-r--r--internal/validate/application_test.go2
-rw-r--r--internal/validate/block_test.go2
-rw-r--r--internal/validate/client_test.go2
-rw-r--r--internal/validate/domainblock_test.go2
-rw-r--r--internal/validate/emaildomainblock_test.go2
-rw-r--r--internal/validate/emoji_test.go2
-rw-r--r--internal/validate/follow_test.go2
-rw-r--r--internal/validate/followrequest_test.go2
-rw-r--r--internal/validate/formvalidation.go2
-rw-r--r--internal/validate/formvalidation_test.go2
-rw-r--r--internal/validate/instance_test.go2
-rw-r--r--internal/validate/mediaattachment_test.go2
-rw-r--r--internal/validate/mention_test.go2
-rw-r--r--internal/validate/notification_test.go2
-rw-r--r--internal/validate/routersession_test.go2
-rw-r--r--internal/validate/status_test.go2
-rw-r--r--internal/validate/statusbookmark_test.go2
-rw-r--r--internal/validate/statusfave_test.go2
-rw-r--r--internal/validate/statusmute_test.go2
-rw-r--r--internal/validate/structvalidation.go2
-rw-r--r--internal/validate/structvalidation_test.go2
-rw-r--r--internal/validate/tag_test.go2
-rw-r--r--internal/validate/token_test.go2
-rw-r--r--internal/validate/user_test.go2
25 files changed, 25 insertions, 25 deletions
diff --git a/internal/validate/account_test.go b/internal/validate/account_test.go
index 1c318b4ef..5303b4126 100644
--- a/internal/validate/account_test.go
+++ b/internal/validate/account_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/validate/application_test.go b/internal/validate/application_test.go
index 41a81e896..a4147ae05 100644
--- a/internal/validate/application_test.go
+++ b/internal/validate/application_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/validate/block_test.go b/internal/validate/block_test.go
index 9651db7a1..77299209c 100644
--- a/internal/validate/block_test.go
+++ b/internal/validate/block_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/validate/client_test.go b/internal/validate/client_test.go
index 08ed18a1c..be38836e3 100644
--- a/internal/validate/client_test.go
+++ b/internal/validate/client_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/validate/domainblock_test.go b/internal/validate/domainblock_test.go
index 1406e539c..6ea4963be 100644
--- a/internal/validate/domainblock_test.go
+++ b/internal/validate/domainblock_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/validate/emaildomainblock_test.go b/internal/validate/emaildomainblock_test.go
index 3fc410843..58061ae48 100644
--- a/internal/validate/emaildomainblock_test.go
+++ b/internal/validate/emaildomainblock_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/validate/emoji_test.go b/internal/validate/emoji_test.go
index 8bf5d65e0..c5abbf462 100644
--- a/internal/validate/emoji_test.go
+++ b/internal/validate/emoji_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/validate/follow_test.go b/internal/validate/follow_test.go
index e02bc9846..f7aac869b 100644
--- a/internal/validate/follow_test.go
+++ b/internal/validate/follow_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/validate/followrequest_test.go b/internal/validate/followrequest_test.go
index 67f3a0eac..ec781bea9 100644
--- a/internal/validate/followrequest_test.go
+++ b/internal/validate/followrequest_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/validate/formvalidation.go b/internal/validate/formvalidation.go
index 5d6e3142c..da81c4666 100644
--- a/internal/validate/formvalidation.go
+++ b/internal/validate/formvalidation.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/validate/formvalidation_test.go b/internal/validate/formvalidation_test.go
index f52b7402f..531545098 100644
--- a/internal/validate/formvalidation_test.go
+++ b/internal/validate/formvalidation_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/validate/instance_test.go b/internal/validate/instance_test.go
index d9daf612b..76413e0e8 100644
--- a/internal/validate/instance_test.go
+++ b/internal/validate/instance_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/validate/mediaattachment_test.go b/internal/validate/mediaattachment_test.go
index 491e974f9..df45ce60d 100644
--- a/internal/validate/mediaattachment_test.go
+++ b/internal/validate/mediaattachment_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/validate/mention_test.go b/internal/validate/mention_test.go
index 4303072e8..56d16a235 100644
--- a/internal/validate/mention_test.go
+++ b/internal/validate/mention_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/validate/notification_test.go b/internal/validate/notification_test.go
index 9791d918e..dc723a150 100644
--- a/internal/validate/notification_test.go
+++ b/internal/validate/notification_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/validate/routersession_test.go b/internal/validate/routersession_test.go
index 5aa61e287..6b45a50e4 100644
--- a/internal/validate/routersession_test.go
+++ b/internal/validate/routersession_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/validate/status_test.go b/internal/validate/status_test.go
index bebd3affd..2abda7777 100644
--- a/internal/validate/status_test.go
+++ b/internal/validate/status_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/validate/statusbookmark_test.go b/internal/validate/statusbookmark_test.go
index 30a74083a..665687f42 100644
--- a/internal/validate/statusbookmark_test.go
+++ b/internal/validate/statusbookmark_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/validate/statusfave_test.go b/internal/validate/statusfave_test.go
index fa3cf8e42..a5b62474c 100644
--- a/internal/validate/statusfave_test.go
+++ b/internal/validate/statusfave_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/validate/statusmute_test.go b/internal/validate/statusmute_test.go
index c20fc00b8..232a94b77 100644
--- a/internal/validate/statusmute_test.go
+++ b/internal/validate/statusmute_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/validate/structvalidation.go b/internal/validate/structvalidation.go
index 429d7a5cf..9293fe093 100644
--- a/internal/validate/structvalidation.go
+++ b/internal/validate/structvalidation.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/validate/structvalidation_test.go b/internal/validate/structvalidation_test.go
index cbae23a1c..7b379c52b 100644
--- a/internal/validate/structvalidation_test.go
+++ b/internal/validate/structvalidation_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/validate/tag_test.go b/internal/validate/tag_test.go
index 506563a7c..a88eda446 100644
--- a/internal/validate/tag_test.go
+++ b/internal/validate/tag_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/validate/token_test.go b/internal/validate/token_test.go
index 00ed8cca3..36abf6b41 100644
--- a/internal/validate/token_test.go
+++ b/internal/validate/token_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/validate/user_test.go b/internal/validate/user_test.go
index 06c8bb0ac..189a0bcbe 100644
--- a/internal/validate/user_test.go
+++ b/internal/validate/user_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