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/indexeditems.go2
-rw-r--r--internal/timeline/manager.go2
-rw-r--r--internal/timeline/manager_test.go2
-rw-r--r--internal/timeline/preparable.go2
-rw-r--r--internal/timeline/prepare.go2
-rw-r--r--internal/timeline/prepareditems.go2
-rw-r--r--internal/timeline/prune.go2
-rw-r--r--internal/timeline/prune_test.go2
-rw-r--r--internal/timeline/remove.go2
-rw-r--r--internal/timeline/timeline.go2
-rw-r--r--internal/timeline/timeline_test.go2
-rw-r--r--internal/timeline/timelineable.go2
16 files changed, 16 insertions, 16 deletions
diff --git a/internal/timeline/get.go b/internal/timeline/get.go
index b286ab369..4bad67a6b 100644
--- a/internal/timeline/get.go
+++ b/internal/timeline/get.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 03ef1dc9c..9be1fdb90 100644
--- a/internal/timeline/get_test.go
+++ b/internal/timeline/get_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 f56199530..a85863f21 100644
--- a/internal/timeline/index.go
+++ b/internal/timeline/index.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 5571bfb05..692688aba 100644
--- a/internal/timeline/index_test.go
+++ b/internal/timeline/index_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/indexeditems.go b/internal/timeline/indexeditems.go
index 9685611de..f9b25d3ab 100644
--- a/internal/timeline/indexeditems.go
+++ b/internal/timeline/indexeditems.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 ecf4c3dbf..83d138f51 100644
--- a/internal/timeline/manager.go
+++ b/internal/timeline/manager.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 18ed97f7a..03804bf78 100644
--- a/internal/timeline/manager_test.go
+++ b/internal/timeline/manager_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/preparable.go b/internal/timeline/preparable.go
index c38acb450..9f95cd8f2 100644
--- a/internal/timeline/preparable.go
+++ b/internal/timeline/preparable.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 a3b0d06ce..41ef36fed 100644
--- a/internal/timeline/prepare.go
+++ b/internal/timeline/prepare.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/prepareditems.go b/internal/timeline/prepareditems.go
index 39433fbc7..2288d7b02 100644
--- a/internal/timeline/prepareditems.go
+++ b/internal/timeline/prepareditems.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/prune.go b/internal/timeline/prune.go
index 72dba20bf..f750bb6bc 100644
--- a/internal/timeline/prune.go
+++ b/internal/timeline/prune.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/prune_test.go b/internal/timeline/prune_test.go
index d96596c7d..9d539e0e0 100644
--- a/internal/timeline/prune_test.go
+++ b/internal/timeline/prune_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 4539a5232..f0bd4618b 100644
--- a/internal/timeline/remove.go
+++ b/internal/timeline/remove.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 3de029332..97464bf3d 100644
--- a/internal/timeline/timeline.go
+++ b/internal/timeline/timeline.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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 ef6b66535..362280fbb 100644
--- a/internal/timeline/timeline_test.go
+++ b/internal/timeline/timeline_test.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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/timelineable.go b/internal/timeline/timelineable.go
index cf2d06775..f4fdd9e52 100644
--- a/internal/timeline/timelineable.go
+++ b/internal/timeline/timelineable.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 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