ライセンスコメント追加

This commit is contained in:
takejohn 2025-01-25 23:02:30 +09:00
parent e7f8254e15
commit ea12ce7eec
No known key found for this signature in database
GPG Key ID: F1A5A9BF81BB4892
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
import MkInput from '@/components/MkInput.vue';
import { fireEvent, render } from '@testing-library/vue';
import { components } from '@/components/index.js';

View File

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
import MkAsUi from '@/components/MkAsUi.vue';
import { components as globalComponents } from '@/components/index.js';
import { directives } from '@/directives/index.js';