diff options
Diffstat (limited to 'web/source/settings/lib')
-rw-r--r-- | web/source/settings/lib/api/admin.js | 2 | ||||
-rw-r--r-- | web/source/settings/lib/api/index.js | 2 | ||||
-rw-r--r-- | web/source/settings/lib/api/oauth.js | 2 | ||||
-rw-r--r-- | web/source/settings/lib/api/user.js | 2 | ||||
-rw-r--r-- | web/source/settings/lib/errors.js | 2 | ||||
-rw-r--r-- | web/source/settings/lib/get-views.js | 2 | ||||
-rw-r--r-- | web/source/settings/lib/query/base.js | 2 | ||||
-rw-r--r-- | web/source/settings/lib/query/custom-emoji.js | 2 | ||||
-rw-r--r-- | web/source/settings/lib/query/index.js | 2 | ||||
-rw-r--r-- | web/source/settings/lib/submit.js | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/web/source/settings/lib/api/admin.js b/web/source/settings/lib/api/admin.js index 7df3093fd..848772db7 100644 --- a/web/source/settings/lib/api/admin.js +++ b/web/source/settings/lib/api/admin.js @@ -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/web/source/settings/lib/api/index.js b/web/source/settings/lib/api/index.js index 8af7d5b43..89f12cc80 100644 --- a/web/source/settings/lib/api/index.js +++ b/web/source/settings/lib/api/index.js @@ -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/web/source/settings/lib/api/oauth.js b/web/source/settings/lib/api/oauth.js index 9410b4d8a..68095cac5 100644 --- a/web/source/settings/lib/api/oauth.js +++ b/web/source/settings/lib/api/oauth.js @@ -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/web/source/settings/lib/api/user.js b/web/source/settings/lib/api/user.js index e9f73158a..41031d489 100644 --- a/web/source/settings/lib/api/user.js +++ b/web/source/settings/lib/api/user.js @@ -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/web/source/settings/lib/errors.js b/web/source/settings/lib/errors.js index c2f781cb2..85302f18e 100644 --- a/web/source/settings/lib/errors.js +++ b/web/source/settings/lib/errors.js @@ -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/web/source/settings/lib/get-views.js b/web/source/settings/lib/get-views.js index 96ab17404..99644ea90 100644 --- a/web/source/settings/lib/get-views.js +++ b/web/source/settings/lib/get-views.js @@ -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/web/source/settings/lib/query/base.js b/web/source/settings/lib/query/base.js index 4023e9fbd..a782be54a 100644 --- a/web/source/settings/lib/query/base.js +++ b/web/source/settings/lib/query/base.js @@ -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/web/source/settings/lib/query/custom-emoji.js b/web/source/settings/lib/query/custom-emoji.js index 593556620..e62931cb2 100644 --- a/web/source/settings/lib/query/custom-emoji.js +++ b/web/source/settings/lib/query/custom-emoji.js @@ -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/web/source/settings/lib/query/index.js b/web/source/settings/lib/query/index.js index 5b15fd252..4bd0ff100 100644 --- a/web/source/settings/lib/query/index.js +++ b/web/source/settings/lib/query/index.js @@ -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/web/source/settings/lib/submit.js b/web/source/settings/lib/submit.js index f268b5cf9..6bb8836fc 100644 --- a/web/source/settings/lib/submit.js +++ b/web/source/settings/lib/submit.js @@ -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 |