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/timeline/get.go | 2 +- internal/timeline/get_test.go | 2 +- internal/timeline/index.go | 2 +- internal/timeline/index_test.go | 2 +- internal/timeline/manager.go | 2 +- internal/timeline/manager_test.go | 2 +- internal/timeline/postindex.go | 2 +- internal/timeline/prepare.go | 2 +- internal/timeline/preparedposts.go | 2 +- internal/timeline/remove.go | 2 +- internal/timeline/timeline.go | 2 +- internal/timeline/timeline_test.go | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'internal/timeline') diff --git a/internal/timeline/get.go b/internal/timeline/get.go index 22581dad4..da6dc6f76 100644 --- a/internal/timeline/get.go +++ b/internal/timeline/get.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/timeline/get_test.go b/internal/timeline/get_test.go index cebb9033f..b3a19f488 100644 --- a/internal/timeline/get_test.go +++ b/internal/timeline/get_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/timeline/index.go b/internal/timeline/index.go index 4c21d37d9..3d940af80 100644 --- a/internal/timeline/index.go +++ b/internal/timeline/index.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/timeline/index_test.go b/internal/timeline/index_test.go index a326f223e..e09421801 100644 --- a/internal/timeline/index_test.go +++ b/internal/timeline/index_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/timeline/manager.go b/internal/timeline/manager.go index c5b10921b..5aa74ef91 100644 --- a/internal/timeline/manager.go +++ b/internal/timeline/manager.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/timeline/manager_test.go b/internal/timeline/manager_test.go index f5d62fe42..4e81bfe17 100644 --- a/internal/timeline/manager_test.go +++ b/internal/timeline/manager_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/timeline/postindex.go b/internal/timeline/postindex.go index 62cd1d44a..5fe795d5a 100644 --- a/internal/timeline/postindex.go +++ b/internal/timeline/postindex.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/timeline/prepare.go b/internal/timeline/prepare.go index 444afb4ac..4ddaad8a5 100644 --- a/internal/timeline/prepare.go +++ b/internal/timeline/prepare.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/timeline/preparedposts.go b/internal/timeline/preparedposts.go index dda34dabe..54e0e61f3 100644 --- a/internal/timeline/preparedposts.go +++ b/internal/timeline/preparedposts.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/timeline/remove.go b/internal/timeline/remove.go index 8e681c0bc..833d7126a 100644 --- a/internal/timeline/remove.go +++ b/internal/timeline/remove.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/timeline/timeline.go b/internal/timeline/timeline.go index 12c36a7f0..fc4875d1a 100644 --- a/internal/timeline/timeline.go +++ b/internal/timeline/timeline.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/timeline/timeline_test.go b/internal/timeline/timeline_test.go index 8ef407711..96a938b07 100644 --- a/internal/timeline/timeline_test.go +++ b/internal/timeline/timeline_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 -- cgit v1.2.3