summaryrefslogtreecommitdiff
path: root/internal/web
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 /internal/web
parentRemove unnecessary storage config variables (#344) (diff)
downloadgotosocial-ef5a9256a8fc35e644cc48734f39c84a8957de86.tar.xz
Extend license notices to 2022 (#354)
Diffstat (limited to 'internal/web')
-rw-r--r--internal/web/base.go2
-rw-r--r--internal/web/confirmemail.go2
-rw-r--r--internal/web/fileserver.go2
-rw-r--r--internal/web/thread.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/internal/web/base.go b/internal/web/base.go
index e2f3b769e..72b633580 100644
--- a/internal/web/base.go
+++ b/internal/web/base.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/web/confirmemail.go b/internal/web/confirmemail.go
index 6eaa940c6..9488c5d52 100644
--- a/internal/web/confirmemail.go
+++ b/internal/web/confirmemail.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/web/fileserver.go b/internal/web/fileserver.go
index b9a1a10fa..eda7b39d6 100644
--- a/internal/web/fileserver.go
+++ b/internal/web/fileserver.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/web/thread.go b/internal/web/thread.go
index 578722674..9c985d729 100644
--- a/internal/web/thread.go
+++ b/internal/web/thread.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