summaryrefslogtreecommitdiff
path: root/internal/router
diff options
context:
space:
mode:
Diffstat (limited to 'internal/router')
-rw-r--r--internal/router/attach.go2
-rw-r--r--internal/router/cors.go2
-rw-r--r--internal/router/logger.go2
-rw-r--r--internal/router/router.go2
-rw-r--r--internal/router/session.go2
-rw-r--r--internal/router/session_test.go2
-rw-r--r--internal/router/template.go2
7 files changed, 7 insertions, 7 deletions
diff --git a/internal/router/attach.go b/internal/router/attach.go
index 2abfa0e0e..88364831a 100644
--- a/internal/router/attach.go
+++ b/internal/router/attach.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/internal/router/cors.go b/internal/router/cors.go
index e2ce9ce87..c8ef040d8 100644
--- a/internal/router/cors.go
+++ b/internal/router/cors.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/internal/router/logger.go b/internal/router/logger.go
index e45ccd127..7a92da8f1 100644
--- a/internal/router/logger.go
+++ b/internal/router/logger.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/internal/router/router.go b/internal/router/router.go
index 92f90c483..88d900a9e 100644
--- a/internal/router/router.go
+++ b/internal/router/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/internal/router/session.go b/internal/router/session.go
index 1f7b8bcfa..2127d70a7 100644
--- a/internal/router/session.go
+++ b/internal/router/session.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/internal/router/session_test.go b/internal/router/session_test.go
index 31beec1ae..40ceae346 100644
--- a/internal/router/session_test.go
+++ b/internal/router/session_test.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/internal/router/template.go b/internal/router/template.go
index b0d998208..4cc9fde1d 100644
--- a/internal/router/template.go
+++ b/internal/router/template.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