diff options
author | 2023-01-05 12:43:00 +0100 | |
---|---|---|
committer | 2023-01-05 12:43:00 +0100 | |
commit | 0dbe6c514fb742b727694a6c8152fbd2a9caf035 (patch) | |
tree | 351cb411dd3aa71fb218fbe8495fe713fbfc91a2 /internal/web | |
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/web')
-rw-r--r-- | internal/web/assets.go | 2 | ||||
-rw-r--r-- | internal/web/base.go | 2 | ||||
-rw-r--r-- | internal/web/confirmemail.go | 2 | ||||
-rw-r--r-- | internal/web/customcss.go | 2 | ||||
-rw-r--r-- | internal/web/etag.go | 2 | ||||
-rw-r--r-- | internal/web/opengraph.go | 2 | ||||
-rw-r--r-- | internal/web/profile.go | 2 | ||||
-rw-r--r-- | internal/web/robots.go | 2 | ||||
-rw-r--r-- | internal/web/rss.go | 2 | ||||
-rw-r--r-- | internal/web/settings-panel.go | 2 | ||||
-rw-r--r-- | internal/web/thread.go | 2 | ||||
-rw-r--r-- | internal/web/web.go | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/internal/web/assets.go b/internal/web/assets.go index 470bab752..31d09f4be 100644 --- a/internal/web/assets.go +++ b/internal/web/assets.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/web/base.go b/internal/web/base.go index c2fcdbe39..d501ee369 100644 --- a/internal/web/base.go +++ b/internal/web/base.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/web/confirmemail.go b/internal/web/confirmemail.go index 360e99e83..c8b2cde64 100644 --- a/internal/web/confirmemail.go +++ b/internal/web/confirmemail.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/web/customcss.go b/internal/web/customcss.go index b12aee442..3eec11ff1 100644 --- a/internal/web/customcss.go +++ b/internal/web/customcss.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/web/etag.go b/internal/web/etag.go index 4fe3f7cac..72c3bb762 100644 --- a/internal/web/etag.go +++ b/internal/web/etag.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/web/opengraph.go b/internal/web/opengraph.go index 3456bfdec..4bba82139 100644 --- a/internal/web/opengraph.go +++ b/internal/web/opengraph.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/web/profile.go b/internal/web/profile.go index c562a6cff..ce7335c02 100644 --- a/internal/web/profile.go +++ b/internal/web/profile.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/web/robots.go b/internal/web/robots.go index 0babb31b7..4b4d6df28 100644 --- a/internal/web/robots.go +++ b/internal/web/robots.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/web/rss.go b/internal/web/rss.go index 27f4a34db..5d0fc746e 100644 --- a/internal/web/rss.go +++ b/internal/web/rss.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/web/settings-panel.go b/internal/web/settings-panel.go index 53e5a4f29..463e3996b 100644 --- a/internal/web/settings-panel.go +++ b/internal/web/settings-panel.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/web/thread.go b/internal/web/thread.go index d42b5929f..22051287c 100644 --- a/internal/web/thread.go +++ b/internal/web/thread.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/web/web.go b/internal/web/web.go index f8d355ffe..00b6d4102 100644 --- a/internal/web/web.go +++ b/internal/web/web.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 |