summaryrefslogtreecommitdiff
path: root/web/source/settings/lib
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/lib')
-rw-r--r--web/source/settings/lib/domain-block.js3
-rw-r--r--web/source/settings/lib/form/bool.jsx3
-rw-r--r--web/source/settings/lib/form/check-list.jsx3
-rw-r--r--web/source/settings/lib/form/combo-box.jsx3
-rw-r--r--web/source/settings/lib/form/file.jsx3
-rw-r--r--web/source/settings/lib/form/form-with-data.jsx3
-rw-r--r--web/source/settings/lib/form/index.js3
-rw-r--r--web/source/settings/lib/form/radio.jsx3
-rw-r--r--web/source/settings/lib/form/submit.js3
-rw-r--r--web/source/settings/lib/form/text.jsx3
-rw-r--r--web/source/settings/lib/get-views.js3
-rw-r--r--web/source/settings/lib/query/admin/custom-emoji.js3
-rw-r--r--web/source/settings/lib/query/admin/import-export.js3
-rw-r--r--web/source/settings/lib/query/admin/index.js3
-rw-r--r--web/source/settings/lib/query/admin/reports.js3
-rw-r--r--web/source/settings/lib/query/base.js3
-rw-r--r--web/source/settings/lib/query/index.js3
-rw-r--r--web/source/settings/lib/query/lib.js3
-rw-r--r--web/source/settings/lib/query/oauth.js3
-rw-r--r--web/source/settings/lib/query/user.js3
20 files changed, 40 insertions, 20 deletions
diff --git a/web/source/settings/lib/domain-block.js b/web/source/settings/lib/domain-block.js
index d13c029d2..98691d79d 100644
--- a/web/source/settings/lib/domain-block.js
+++ b/web/source/settings/lib/domain-block.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/lib/form/bool.jsx b/web/source/settings/lib/form/bool.jsx
index 38364be5c..d7d916602 100644
--- a/web/source/settings/lib/form/bool.jsx
+++ b/web/source/settings/lib/form/bool.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/lib/form/check-list.jsx b/web/source/settings/lib/form/check-list.jsx
index 8412df077..fb1fdd32b 100644
--- a/web/source/settings/lib/form/check-list.jsx
+++ b/web/source/settings/lib/form/check-list.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/lib/form/combo-box.jsx b/web/source/settings/lib/form/combo-box.jsx
index ce799f430..8506d72f0 100644
--- a/web/source/settings/lib/form/combo-box.jsx
+++ b/web/source/settings/lib/form/combo-box.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/lib/form/file.jsx b/web/source/settings/lib/form/file.jsx
index 85f23e274..b28361c61 100644
--- a/web/source/settings/lib/form/file.jsx
+++ b/web/source/settings/lib/form/file.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/lib/form/form-with-data.jsx b/web/source/settings/lib/form/form-with-data.jsx
index d23a238bf..73799da70 100644
--- a/web/source/settings/lib/form/form-with-data.jsx
+++ b/web/source/settings/lib/form/form-with-data.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/lib/form/index.js b/web/source/settings/lib/form/index.js
index 38e426baa..1bdb2a6d4 100644
--- a/web/source/settings/lib/form/index.js
+++ b/web/source/settings/lib/form/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/lib/form/radio.jsx b/web/source/settings/lib/form/radio.jsx
index e95997474..c4bb77e7a 100644
--- a/web/source/settings/lib/form/radio.jsx
+++ b/web/source/settings/lib/form/radio.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/lib/form/submit.js b/web/source/settings/lib/form/submit.js
index 46a182885..ee30df8a2 100644
--- a/web/source/settings/lib/form/submit.js
+++ b/web/source/settings/lib/form/submit.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/lib/form/text.jsx b/web/source/settings/lib/form/text.jsx
index ce116f9ab..0d7753bef 100644
--- a/web/source/settings/lib/form/text.jsx
+++ b/web/source/settings/lib/form/text.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/lib/get-views.js b/web/source/settings/lib/get-views.js
index f0d5433fb..23f517e27 100644
--- a/web/source/settings/lib/get-views.js
+++ b/web/source/settings/lib/get-views.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/lib/query/admin/custom-emoji.js b/web/source/settings/lib/query/admin/custom-emoji.js
index 163c1f61a..c84155efd 100644
--- a/web/source/settings/lib/query/admin/custom-emoji.js
+++ b/web/source/settings/lib/query/admin/custom-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/lib/query/admin/import-export.js b/web/source/settings/lib/query/admin/import-export.js
index a4a8b65e3..7c44d8280 100644
--- a/web/source/settings/lib/query/admin/import-export.js
+++ b/web/source/settings/lib/query/admin/import-export.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/lib/query/admin/index.js b/web/source/settings/lib/query/admin/index.js
index c348a2701..534ae962c 100644
--- a/web/source/settings/lib/query/admin/index.js
+++ b/web/source/settings/lib/query/admin/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/lib/query/admin/reports.js b/web/source/settings/lib/query/admin/reports.js
index 96fec8ae2..28940872c 100644
--- a/web/source/settings/lib/query/admin/reports.js
+++ b/web/source/settings/lib/query/admin/reports.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/lib/query/base.js b/web/source/settings/lib/query/base.js
index 4020616f2..bee19bf18 100644
--- a/web/source/settings/lib/query/base.js
+++ b/web/source/settings/lib/query/base.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/lib/query/index.js b/web/source/settings/lib/query/index.js
index a8f275da7..dab896f80 100644
--- a/web/source/settings/lib/query/index.js
+++ b/web/source/settings/lib/query/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/lib/query/lib.js b/web/source/settings/lib/query/lib.js
index dae749198..78a9291b7 100644
--- a/web/source/settings/lib/query/lib.js
+++ b/web/source/settings/lib/query/lib.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/lib/query/oauth.js b/web/source/settings/lib/query/oauth.js
index 34be4ffdc..7284ee856 100644
--- a/web/source/settings/lib/query/oauth.js
+++ b/web/source/settings/lib/query/oauth.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/lib/query/user.js b/web/source/settings/lib/query/user.js
index d2d2830b7..a88e16035 100644
--- a/web/source/settings/lib/query/user.js
+++ b/web/source/settings/lib/query/user.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