From 23d0219c0fb5e9da6902c3c6be978bfddd9c85d0 Mon Sep 17 00:00:00 2001 From: tai-cha Date: Mon, 23 Jun 2025 20:15:33 +0900 Subject: [PATCH] SPDX --- packages/frontend/lib/vite-plugin-watch-locales.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/frontend/lib/vite-plugin-watch-locales.ts b/packages/frontend/lib/vite-plugin-watch-locales.ts index 4ecc99b8ff..8e209d27bd 100644 --- a/packages/frontend/lib/vite-plugin-watch-locales.ts +++ b/packages/frontend/lib/vite-plugin-watch-locales.ts @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: syuilo and misskey-project + * SPDX-License-Identifier: AGPL-3.0-only + */ + import path from 'node:path' import locales from '../../../locales/index.js';