From ef5a9256a8fc35e644cc48734f39c84a8957de86 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 20 Dec 2021 18:42:19 +0100 Subject: Extend license notices to 2022 (#354) --- internal/text/common.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'internal/text/common.go') diff --git a/internal/text/common.go b/internal/text/common.go index 0173b1d01..4148ece15 100644 --- a/internal/text/common.go +++ b/internal/text/common.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 @@ -21,10 +21,11 @@ package text import ( "context" "fmt" - "github.com/sirupsen/logrus" "html" "strings" + "github.com/sirupsen/logrus" + "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" "github.com/superseriousbusiness/gotosocial/internal/regexes" ) -- cgit v1.2.3