refactor: Add Licence Header

This commit is contained in:
Lilly Schramm 2025-06-20 21:32:05 +02:00
parent 0deaf9157e
commit 18a979ea4e

View file

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