summaryrefslogtreecommitdiff
path: root/internal/timeline
diff options
context:
space:
mode:
Diffstat (limited to 'internal/timeline')
-rw-r--r--internal/timeline/get.go2
-rw-r--r--internal/timeline/get_test.go2
-rw-r--r--internal/timeline/index.go2
-rw-r--r--internal/timeline/index_test.go2
-rw-r--r--internal/timeline/manager.go2
-rw-r--r--internal/timeline/manager_test.go2
-rw-r--r--internal/timeline/postindex.go2
-rw-r--r--internal/timeline/prepare.go2
-rw-r--r--internal/timeline/preparedposts.go2
-rw-r--r--internal/timeline/remove.go2
-rw-r--r--internal/timeline/timeline.go2
-rw-r--r--internal/timeline/timeline_test.go2
12 files changed, 12 insertions, 12 deletions
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