diff options
author | 2023-01-05 12:43:00 +0100 | |
---|---|---|
committer | 2023-01-05 12:43:00 +0100 | |
commit | 0dbe6c514fb742b727694a6c8152fbd2a9caf035 (patch) | |
tree | 351cb411dd3aa71fb218fbe8495fe713fbfc91a2 /internal/typeutils | |
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/typeutils')
-rw-r--r-- | internal/typeutils/astointernal.go | 2 | ||||
-rw-r--r-- | internal/typeutils/astointernal_test.go | 2 | ||||
-rw-r--r-- | internal/typeutils/converter.go | 2 | ||||
-rw-r--r-- | internal/typeutils/converter_test.go | 2 | ||||
-rw-r--r-- | internal/typeutils/defaulticons.go | 2 | ||||
-rw-r--r-- | internal/typeutils/frontendtointernal.go | 2 | ||||
-rw-r--r-- | internal/typeutils/internaltoas.go | 2 | ||||
-rw-r--r-- | internal/typeutils/internaltoas_test.go | 2 | ||||
-rw-r--r-- | internal/typeutils/internaltofrontend.go | 2 | ||||
-rw-r--r-- | internal/typeutils/internaltofrontend_test.go | 2 | ||||
-rw-r--r-- | internal/typeutils/internaltorss.go | 2 | ||||
-rw-r--r-- | internal/typeutils/internaltorss_test.go | 2 | ||||
-rw-r--r-- | internal/typeutils/wrap_test.go | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/internal/typeutils/astointernal.go b/internal/typeutils/astointernal.go index c44f4ebe8..cd1b0c77a 100644 --- a/internal/typeutils/astointernal.go +++ b/internal/typeutils/astointernal.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/typeutils/astointernal_test.go b/internal/typeutils/astointernal_test.go index 9273405e6..1731a8f3a 100644 --- a/internal/typeutils/astointernal_test.go +++ b/internal/typeutils/astointernal_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/typeutils/converter.go b/internal/typeutils/converter.go index 7e2753dab..2eab1761a 100644 --- a/internal/typeutils/converter.go +++ b/internal/typeutils/converter.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/typeutils/converter_test.go b/internal/typeutils/converter_test.go index 225df2cf1..8030a1d20 100644 --- a/internal/typeutils/converter_test.go +++ b/internal/typeutils/converter_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/typeutils/defaulticons.go b/internal/typeutils/defaulticons.go index 3b0ce870c..8ce715b31 100644 --- a/internal/typeutils/defaulticons.go +++ b/internal/typeutils/defaulticons.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/typeutils/frontendtointernal.go b/internal/typeutils/frontendtointernal.go index 39d31d2dc..01e6cf5de 100644 --- a/internal/typeutils/frontendtointernal.go +++ b/internal/typeutils/frontendtointernal.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/typeutils/internaltoas.go b/internal/typeutils/internaltoas.go index 27f48f798..bf4dc7e18 100644 --- a/internal/typeutils/internaltoas.go +++ b/internal/typeutils/internaltoas.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/typeutils/internaltoas_test.go b/internal/typeutils/internaltoas_test.go index 328599513..9e1acdaa9 100644 --- a/internal/typeutils/internaltoas_test.go +++ b/internal/typeutils/internaltoas_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/typeutils/internaltofrontend.go b/internal/typeutils/internaltofrontend.go index 348d3c19a..c84950873 100644 --- a/internal/typeutils/internaltofrontend.go +++ b/internal/typeutils/internaltofrontend.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/typeutils/internaltofrontend_test.go b/internal/typeutils/internaltofrontend_test.go index 9c7e1271f..c13ffca66 100644 --- a/internal/typeutils/internaltofrontend_test.go +++ b/internal/typeutils/internaltofrontend_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/typeutils/internaltorss.go b/internal/typeutils/internaltorss.go index 7557ca9ae..64cfa1211 100644 --- a/internal/typeutils/internaltorss.go +++ b/internal/typeutils/internaltorss.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/typeutils/internaltorss_test.go b/internal/typeutils/internaltorss_test.go index 1c45a54c7..7baac37ae 100644 --- a/internal/typeutils/internaltorss_test.go +++ b/internal/typeutils/internaltorss_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/typeutils/wrap_test.go b/internal/typeutils/wrap_test.go index 8372184af..6e14f32d3 100644 --- a/internal/typeutils/wrap_test.go +++ b/internal/typeutils/wrap_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 |