diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2024-02-12 11:37:45 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2024-02-12 11:37:45 +0900 |
| commit | 9b5aeb76d8c9372d67058c512597152b6bf222f2 (patch) | |
| tree | eecfd36550c26de393200a88bc9e425c9a8dc16a /scripts | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-9b5aeb76d8c9372d67058c512597152b6bf222f2.tar.gz sharkey-9b5aeb76d8c9372d67058c512597152b6bf222f2.tar.bz2 sharkey-9b5aeb76d8c9372d67058c512597152b6bf222f2.zip | |
update SPDX-FileCopyrightText
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 d2dabe8532..572fb4aab8 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 5a250b1b2c..e882ae6b06 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 */ |