summaryrefslogtreecommitdiff
path: root/web/source/settings/components
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2023-03-12 18:49:06 +0100
committerLibravatar GitHub <noreply@github.com>2023-03-12 17:49:06 +0000
commit6e10175229052ec8732f3c77eed80900647803bb (patch)
treea137135ced830ab1f392e18504507bbb820ae2e5 /web/source/settings/components
parent[chore] Improve copyright header handling (#1608) (diff)
downloadgotosocial-6e10175229052ec8732f3c77eed80900647803bb.tar.xz
update license headers (#1612)
Diffstat (limited to 'web/source/settings/components')
-rw-r--r--web/source/settings/components/authorization/index.jsx3
-rw-r--r--web/source/settings/components/authorization/login.jsx3
-rw-r--r--web/source/settings/components/back-button.jsx3
-rw-r--r--web/source/settings/components/check-list.jsx3
-rw-r--r--web/source/settings/components/combo-box.jsx3
-rw-r--r--web/source/settings/components/error.jsx3
-rw-r--r--web/source/settings/components/fake-profile.jsx3
-rw-r--r--web/source/settings/components/fake-toot.jsx3
-rw-r--r--web/source/settings/components/form/inputs.jsx3
-rw-r--r--web/source/settings/components/form/mutation-button.jsx3
-rw-r--r--web/source/settings/components/languages.jsx3
-rw-r--r--web/source/settings/components/loading.jsx3
-rw-r--r--web/source/settings/components/nav-button.jsx3
13 files changed, 26 insertions, 13 deletions
diff --git a/web/source/settings/components/authorization/index.jsx b/web/source/settings/components/authorization/index.jsx
index 060e2f149..d38e160da 100644
--- a/web/source/settings/components/authorization/index.jsx
+++ b/web/source/settings/components/authorization/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/components/authorization/login.jsx b/web/source/settings/components/authorization/login.jsx
index 2bcdd3652..dbeb6c047 100644
--- a/web/source/settings/components/authorization/login.jsx
+++ b/web/source/settings/components/authorization/login.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/components/back-button.jsx b/web/source/settings/components/back-button.jsx
index 9e849dee0..13a7a757b 100644
--- a/web/source/settings/components/back-button.jsx
+++ b/web/source/settings/components/back-button.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/components/check-list.jsx b/web/source/settings/components/check-list.jsx
index 569cd7470..492e58e5f 100644
--- a/web/source/settings/components/check-list.jsx
+++ b/web/source/settings/components/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/components/combo-box.jsx b/web/source/settings/components/combo-box.jsx
index aaa56daac..030bd5c30 100644
--- a/web/source/settings/components/combo-box.jsx
+++ b/web/source/settings/components/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/components/error.jsx b/web/source/settings/components/error.jsx
index bc64bf9ec..7f718b3f5 100644
--- a/web/source/settings/components/error.jsx
+++ b/web/source/settings/components/error.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/components/fake-profile.jsx b/web/source/settings/components/fake-profile.jsx
index c326605d9..0c407e6fb 100644
--- a/web/source/settings/components/fake-profile.jsx
+++ b/web/source/settings/components/fake-profile.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/components/fake-toot.jsx b/web/source/settings/components/fake-toot.jsx
index b6e05154e..f1b0759cf 100644
--- a/web/source/settings/components/fake-toot.jsx
+++ b/web/source/settings/components/fake-toot.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/components/form/inputs.jsx b/web/source/settings/components/form/inputs.jsx
index 8694d7b73..378879525 100644
--- a/web/source/settings/components/form/inputs.jsx
+++ b/web/source/settings/components/form/inputs.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/components/form/mutation-button.jsx b/web/source/settings/components/form/mutation-button.jsx
index 9f0a1eb42..5f7218db4 100644
--- a/web/source/settings/components/form/mutation-button.jsx
+++ b/web/source/settings/components/form/mutation-button.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/components/languages.jsx b/web/source/settings/components/languages.jsx
index f353d92c9..51006098b 100644
--- a/web/source/settings/components/languages.jsx
+++ b/web/source/settings/components/languages.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/components/loading.jsx b/web/source/settings/components/loading.jsx
index a278e6466..27ba17499 100644
--- a/web/source/settings/components/loading.jsx
+++ b/web/source/settings/components/loading.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/components/nav-button.jsx b/web/source/settings/components/nav-button.jsx
index ef4717c89..a63382c1a 100644
--- a/web/source/settings/components/nav-button.jsx
+++ b/web/source/settings/components/nav-button.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