chore(backend): missing SPDX

This commit is contained in:
zyoshoka
2025-04-18 22:25:17 +09:00
parent 3aebda7161
commit 2b5ecf883f

View File

@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { PrimaryColumn, Entity, Index, JoinColumn, Column, ManyToOne } from 'typeorm';
import { id } from './util/id.js';
import { MiUser } from './User.js';