summaryrefslogtreecommitdiff
path: root/web/source/settings/admin
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/admin')
-rw-r--r--web/source/settings/admin/actions.js3
-rw-r--r--web/source/settings/admin/emoji/category-select.jsx3
-rw-r--r--web/source/settings/admin/emoji/local/detail.js3
-rw-r--r--web/source/settings/admin/emoji/local/index.js3
-rw-r--r--web/source/settings/admin/emoji/local/new-emoji.js3
-rw-r--r--web/source/settings/admin/emoji/local/overview.js3
-rw-r--r--web/source/settings/admin/emoji/local/use-shortcode.js3
-rw-r--r--web/source/settings/admin/emoji/remote/index.js3
-rw-r--r--web/source/settings/admin/emoji/remote/parse-from-toot.js3
-rw-r--r--web/source/settings/admin/federation/detail.js3
-rw-r--r--web/source/settings/admin/federation/import-export/export-format-table.jsx3
-rw-r--r--web/source/settings/admin/federation/import-export/form.jsx3
-rw-r--r--web/source/settings/admin/federation/import-export/index.jsx3
-rw-r--r--web/source/settings/admin/federation/import-export/process.jsx3
-rw-r--r--web/source/settings/admin/federation/index.js3
-rw-r--r--web/source/settings/admin/federation/overview.js3
-rw-r--r--web/source/settings/admin/reports/detail.jsx3
-rw-r--r--web/source/settings/admin/reports/index.jsx3
-rw-r--r--web/source/settings/admin/reports/username.jsx3
-rw-r--r--web/source/settings/admin/settings.js3
20 files changed, 40 insertions, 20 deletions
diff --git a/web/source/settings/admin/actions.js b/web/source/settings/admin/actions.js
index b91d81e14..7f25299e5 100644
--- a/web/source/settings/admin/actions.js
+++ b/web/source/settings/admin/actions.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/emoji/category-select.jsx b/web/source/settings/admin/emoji/category-select.jsx
index 32ba541f2..bc4c280d5 100644
--- a/web/source/settings/admin/emoji/category-select.jsx
+++ b/web/source/settings/admin/emoji/category-select.jsx
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/emoji/local/detail.js b/web/source/settings/admin/emoji/local/detail.js
index 8fcb5510c..101652686 100644
--- a/web/source/settings/admin/emoji/local/detail.js
+++ b/web/source/settings/admin/emoji/local/detail.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/emoji/local/index.js b/web/source/settings/admin/emoji/local/index.js
index 68cbbc47f..3c88f49c3 100644
--- a/web/source/settings/admin/emoji/local/index.js
+++ b/web/source/settings/admin/emoji/local/index.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/emoji/local/new-emoji.js b/web/source/settings/admin/emoji/local/new-emoji.js
index 6e7bd7b6b..76f90b462 100644
--- a/web/source/settings/admin/emoji/local/new-emoji.js
+++ b/web/source/settings/admin/emoji/local/new-emoji.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/emoji/local/overview.js b/web/source/settings/admin/emoji/local/overview.js
index 3a46c56c8..616c5144b 100644
--- a/web/source/settings/admin/emoji/local/overview.js
+++ b/web/source/settings/admin/emoji/local/overview.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/emoji/local/use-shortcode.js b/web/source/settings/admin/emoji/local/use-shortcode.js
index 03ee24e88..d18edac56 100644
--- a/web/source/settings/admin/emoji/local/use-shortcode.js
+++ b/web/source/settings/admin/emoji/local/use-shortcode.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/emoji/remote/index.js b/web/source/settings/admin/emoji/remote/index.js
index 5bdbb5e43..757e443a4 100644
--- a/web/source/settings/admin/emoji/remote/index.js
+++ b/web/source/settings/admin/emoji/remote/index.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/emoji/remote/parse-from-toot.js b/web/source/settings/admin/emoji/remote/parse-from-toot.js
index 905deee30..3bf5fdd90 100644
--- a/web/source/settings/admin/emoji/remote/parse-from-toot.js
+++ b/web/source/settings/admin/emoji/remote/parse-from-toot.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/federation/detail.js b/web/source/settings/admin/federation/detail.js
index ea9109720..0c6d29522 100644
--- a/web/source/settings/admin/federation/detail.js
+++ b/web/source/settings/admin/federation/detail.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/federation/import-export/export-format-table.jsx b/web/source/settings/admin/federation/import-export/export-format-table.jsx
index 54092944a..062a169a4 100644
--- a/web/source/settings/admin/federation/import-export/export-format-table.jsx
+++ b/web/source/settings/admin/federation/import-export/export-format-table.jsx
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/federation/import-export/form.jsx b/web/source/settings/admin/federation/import-export/form.jsx
index 0176b73a2..1cb8d2d74 100644
--- a/web/source/settings/admin/federation/import-export/form.jsx
+++ b/web/source/settings/admin/federation/import-export/form.jsx
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/federation/import-export/index.jsx b/web/source/settings/admin/federation/import-export/index.jsx
index ca55296f8..415698bb3 100644
--- a/web/source/settings/admin/federation/import-export/index.jsx
+++ b/web/source/settings/admin/federation/import-export/index.jsx
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/federation/import-export/process.jsx b/web/source/settings/admin/federation/import-export/process.jsx
index feb3631e1..b78dc8ed9 100644
--- a/web/source/settings/admin/federation/import-export/process.jsx
+++ b/web/source/settings/admin/federation/import-export/process.jsx
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/federation/index.js b/web/source/settings/admin/federation/index.js
index beaa6e1c5..f4d0a01d2 100644
--- a/web/source/settings/admin/federation/index.js
+++ b/web/source/settings/admin/federation/index.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/federation/overview.js b/web/source/settings/admin/federation/overview.js
index 48f023ae6..626794455 100644
--- a/web/source/settings/admin/federation/overview.js
+++ b/web/source/settings/admin/federation/overview.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/reports/detail.jsx b/web/source/settings/admin/reports/detail.jsx
index 33464824c..abec6210e 100644
--- a/web/source/settings/admin/reports/detail.jsx
+++ b/web/source/settings/admin/reports/detail.jsx
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/reports/index.jsx b/web/source/settings/admin/reports/index.jsx
index 61841d180..0bb875d86 100644
--- a/web/source/settings/admin/reports/index.jsx
+++ b/web/source/settings/admin/reports/index.jsx
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/reports/username.jsx b/web/source/settings/admin/reports/username.jsx
index 1680e702b..7dbabb491 100644
--- a/web/source/settings/admin/reports/username.jsx
+++ b/web/source/settings/admin/reports/username.jsx
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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/admin/settings.js b/web/source/settings/admin/settings.js
index fa0085946..ec986a6c4 100644
--- a/web/source/settings/admin/settings.js
+++ b/web/source/settings/admin/settings.js
@@ -1,6 +1,7 @@
/*
GoToSocial
- Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) GoToSocial Authors admin@gotosocial.org
+ SPDX-License-Identifier: AGPL-3.0-or-later
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