From 519fd4c9bf3cf12dee003b5da278b552b74f51fe Mon Sep 17 00:00:00 2001 From: tobi Date: Wed, 29 Jan 2025 16:40:17 +0100 Subject: [PATCH] love you linter, kissies --- internal/web/maintenance.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/internal/web/maintenance.go b/internal/web/maintenance.go index afc9b9aa0..f05fa83dd 100644 --- a/internal/web/maintenance.go +++ b/internal/web/maintenance.go @@ -1,3 +1,20 @@ +// GoToSocial +// Copyright (C) GoToSocial Authors admin@gotosocial.org +// SPDX-License-Identifier: AGPL-3.0-or-later +// +// 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 +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package web import (