refactor: Add Licence Header
This commit is contained in:
parent
0deaf9157e
commit
18a979ea4e
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
import { Inject, Injectable } from '@nestjs/common';
|
||||
import { RoleService } from '@/core/RoleService.js';
|
||||
import { DI } from '@/di-symbols.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue