summaryrefslogtreecommitdiff
path: root/scripts/changelog-checker/src/checker.ts
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-03-17 10:34:15 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-03-17 10:34:15 +0900
commit282cfae1b2b55857df0f3689bdaa634522248e4e (patch)
tree18e482de3d7fdc2b7a6b7354afbf15c5e9ff577d /scripts/changelog-checker/src/checker.ts
parentrefactor(backend): refactor chart engine (diff)
parentfix(general): `flash/create`でPlayの公開範囲を指定できない問題... (diff)
downloadmisskey-282cfae1b2b55857df0f3689bdaa634522248e4e.tar.gz
misskey-282cfae1b2b55857df0f3689bdaa634522248e4e.tar.bz2
misskey-282cfae1b2b55857df0f3689bdaa634522248e4e.zip
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to 'scripts/changelog-checker/src/checker.ts')
-rw-r--r--scripts/changelog-checker/src/checker.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/changelog-checker/src/checker.ts b/scripts/changelog-checker/src/checker.ts
index bbd5b2270a..8fd6ff5629 100644
--- a/scripts/changelog-checker/src/checker.ts
+++ b/scripts/changelog-checker/src/checker.ts
@@ -1,3 +1,8 @@
+/*
+ * SPDX-FileCopyrightText: syuilo and misskey-project
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
import { Release } from './parser.js';
export class Result {