diff options
author | 2023-01-05 12:43:00 +0100 | |
---|---|---|
committer | 2023-01-05 12:43:00 +0100 | |
commit | 0dbe6c514fb742b727694a6c8152fbd2a9caf035 (patch) | |
tree | 351cb411dd3aa71fb218fbe8495fe713fbfc91a2 /internal/timeline | |
parent | [chore] Fix emoji notnull constraint on initial gtsmodel (#1303) (diff) | |
download | gotosocial-0dbe6c514fb742b727694a6c8152fbd2a9caf035.tar.xz |
[chore] Update/add license headers for 2023 (#1304)
Diffstat (limited to 'internal/timeline')
-rw-r--r-- | internal/timeline/get.go | 2 | ||||
-rw-r--r-- | internal/timeline/get_test.go | 2 | ||||
-rw-r--r-- | internal/timeline/index.go | 2 | ||||
-rw-r--r-- | internal/timeline/index_test.go | 2 | ||||
-rw-r--r-- | internal/timeline/indexeditems.go | 2 | ||||
-rw-r--r-- | internal/timeline/manager.go | 2 | ||||
-rw-r--r-- | internal/timeline/manager_test.go | 2 | ||||
-rw-r--r-- | internal/timeline/preparable.go | 2 | ||||
-rw-r--r-- | internal/timeline/prepare.go | 2 | ||||
-rw-r--r-- | internal/timeline/prepareditems.go | 2 | ||||
-rw-r--r-- | internal/timeline/prune.go | 2 | ||||
-rw-r--r-- | internal/timeline/prune_test.go | 2 | ||||
-rw-r--r-- | internal/timeline/remove.go | 2 | ||||
-rw-r--r-- | internal/timeline/timeline.go | 2 | ||||
-rw-r--r-- | internal/timeline/timeline_test.go | 2 | ||||
-rw-r--r-- | internal/timeline/timelineable.go | 2 |
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 |