chore(backend): missing SPDX

This commit is contained in:
zyoshoka 2025-04-18 22:25:17 +09:00
parent 3aebda7161
commit 2b5ecf883f
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

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';