summaryrefslogtreecommitdiff
path: root/testrig
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-12-20 18:42:19 +0100
committerLibravatar GitHub <noreply@github.com>2021-12-20 18:42:19 +0100
commitef5a9256a8fc35e644cc48734f39c84a8957de86 (patch)
tree5cda77185465d46fb5e3cb12f9066f2506a58846 /testrig
parentRemove unnecessary storage config variables (#344) (diff)
downloadgotosocial-ef5a9256a8fc35e644cc48734f39c84a8957de86.tar.xz
Extend license notices to 2022 (#354)
Diffstat (limited to 'testrig')
-rw-r--r--testrig/config.go2
-rw-r--r--testrig/db.go2
-rw-r--r--testrig/email.go2
-rw-r--r--testrig/federator.go2
-rw-r--r--testrig/log.go2
-rw-r--r--testrig/mediahandler.go2
-rw-r--r--testrig/oauthserver.go2
-rw-r--r--testrig/processor.go2
-rw-r--r--testrig/router.go2
-rw-r--r--testrig/storage.go2
-rw-r--r--testrig/testmodels.go2
-rw-r--r--testrig/transportcontroller.go2
-rw-r--r--testrig/typeconverter.go2
-rw-r--r--testrig/util.go2
14 files changed, 14 insertions, 14 deletions
diff --git a/testrig/config.go b/testrig/config.go
index f9b1e0bcf..49aed146b 100644
--- a/testrig/config.go
+++ b/testrig/config.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/db.go b/testrig/db.go
index d2146ab34..61d80e6ae 100644
--- a/testrig/db.go
+++ b/testrig/db.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/email.go b/testrig/email.go
index 714025d85..5873ee442 100644
--- a/testrig/email.go
+++ b/testrig/email.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/federator.go b/testrig/federator.go
index e1050ad9f..b04c01d63 100644
--- a/testrig/federator.go
+++ b/testrig/federator.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/log.go b/testrig/log.go
index b0b3b9da1..5e60cad56 100644
--- a/testrig/log.go
+++ b/testrig/log.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/mediahandler.go b/testrig/mediahandler.go
index abc714551..ab7fee621 100644
--- a/testrig/mediahandler.go
+++ b/testrig/mediahandler.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/oauthserver.go b/testrig/oauthserver.go
index 3148e2790..1325b5df8 100644
--- a/testrig/oauthserver.go
+++ b/testrig/oauthserver.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/processor.go b/testrig/processor.go
index c09748e3c..0baffd35b 100644
--- a/testrig/processor.go
+++ b/testrig/processor.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/router.go b/testrig/router.go
index 4bfa57603..6842c0210 100644
--- a/testrig/router.go
+++ b/testrig/router.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/storage.go b/testrig/storage.go
index 4cc7f5080..a8cf0d838 100644
--- a/testrig/storage.go
+++ b/testrig/storage.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/testmodels.go b/testrig/testmodels.go
index 5d7df1c77..203aaef96 100644
--- a/testrig/testmodels.go
+++ b/testrig/testmodels.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/transportcontroller.go b/testrig/transportcontroller.go
index d383e096c..7408de967 100644
--- a/testrig/transportcontroller.go
+++ b/testrig/transportcontroller.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/typeconverter.go b/testrig/typeconverter.go
index bf064c245..2da59dcd3 100644
--- a/testrig/typeconverter.go
+++ b/testrig/typeconverter.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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/testrig/util.go b/testrig/util.go
index 6cadb90d2..3c0c5b52f 100644
--- a/testrig/util.go
+++ b/testrig/util.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2022 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