diff options
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 bafb1da5d9..8a8a50d9ba 100644 --- a/scripts/build-assets.mjs +++ b/scripts/build-assets.mjs @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: syuilo and misskey-project + * SPDX-FileCopyrightText: syuilo and other misskey contributors * SPDX-License-Identifier: AGPL-3.0-only */ diff --git a/scripts/build-pre.js b/scripts/build-pre.js index a90d53c75d..ed75aa6553 100644 --- a/scripts/build-pre.js +++ b/scripts/build-pre.js @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: syuilo and misskey-project + * SPDX-FileCopyrightText: syuilo and other misskey contributors * SPDX-License-Identifier: AGPL-3.0-only */ diff --git a/scripts/clean-all.js b/scripts/clean-all.js index e9512e2d5a..160014a3f3 100644 --- a/scripts/clean-all.js +++ b/scripts/clean-all.js @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: syuilo and misskey-project + * SPDX-FileCopyrightText: syuilo and other misskey contributors * SPDX-License-Identifier: AGPL-3.0-only */ diff --git a/scripts/clean.js b/scripts/clean.js index af66c24a8f..09ac786853 100644 --- a/scripts/clean.js +++ b/scripts/clean.js @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: syuilo and misskey-project + * SPDX-FileCopyrightText: syuilo and other misskey contributors * SPDX-License-Identifier: AGPL-3.0-only */ diff --git a/scripts/dev.mjs b/scripts/dev.mjs index 4ca46a260e..40f3041229 100644 --- a/scripts/dev.mjs +++ b/scripts/dev.mjs @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: syuilo and misskey-project + * SPDX-FileCopyrightText: syuilo and other misskey contributors * SPDX-License-Identifier: AGPL-3.0-only */ |