diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2024-02-13 15:59:27 +0000 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2024-02-13 15:59:27 +0000 |
| commit | c1514ce91dc08481a092a789ee37da546cdb4583 (patch) | |
| tree | c66b42cd474f8e1d5cc7d9a669e4e535b3be9b6e /scripts | |
| parent | Revert "update SPDX-FileCopyrightText" (diff) | |
| download | sharkey-c1514ce91dc08481a092a789ee37da546cdb4583.tar.gz sharkey-c1514ce91dc08481a092a789ee37da546cdb4583.tar.bz2 sharkey-c1514ce91dc08481a092a789ee37da546cdb4583.zip | |
(re) update SPDX-FileCopyrightText
Fix #13290
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/build-assets.mjs | 2 | ||||
| -rw-r--r-- | scripts/build-pre.js | 2 | ||||
| -rw-r--r-- | scripts/clean-all.js | 2 | ||||
| -rw-r--r-- | scripts/clean.js | 2 | ||||
| -rw-r--r-- | scripts/dev.mjs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/scripts/build-assets.mjs b/scripts/build-assets.mjs index 8a8a50d9ba..bafb1da5d9 100644 --- a/scripts/build-assets.mjs +++ b/scripts/build-assets.mjs @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: syuilo and other misskey contributors + * SPDX-FileCopyrightText: syuilo and misskey-project * SPDX-License-Identifier: AGPL-3.0-only */ diff --git a/scripts/build-pre.js b/scripts/build-pre.js index ed75aa6553..a90d53c75d 100644 --- a/scripts/build-pre.js +++ b/scripts/build-pre.js @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: syuilo and other misskey contributors + * SPDX-FileCopyrightText: syuilo and misskey-project * SPDX-License-Identifier: AGPL-3.0-only */ diff --git a/scripts/clean-all.js b/scripts/clean-all.js index 160014a3f3..e9512e2d5a 100644 --- a/scripts/clean-all.js +++ b/scripts/clean-all.js @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: syuilo and other misskey contributors + * SPDX-FileCopyrightText: syuilo and misskey-project * SPDX-License-Identifier: AGPL-3.0-only */ diff --git a/scripts/clean.js b/scripts/clean.js index 09ac786853..af66c24a8f 100644 --- a/scripts/clean.js +++ b/scripts/clean.js @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: syuilo and other misskey contributors + * SPDX-FileCopyrightText: syuilo and misskey-project * SPDX-License-Identifier: AGPL-3.0-only */ diff --git a/scripts/dev.mjs b/scripts/dev.mjs index 40f3041229..4ca46a260e 100644 --- a/scripts/dev.mjs +++ b/scripts/dev.mjs @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: syuilo and other misskey contributors + * SPDX-FileCopyrightText: syuilo and misskey-project * SPDX-License-Identifier: AGPL-3.0-only */ |