Skip to content

Commit

Permalink
fix: add FileCopyrightText
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed May 31, 2024
1 parent 8ccaffc commit 657334f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: anatawa12
* SPDX-License-Identifier: AGPL-3.0-only
*/

export class HardMuteAndSoftMuteFromRegistory1700906353915 {
async up(queryRunner) {
// for servers start using this fork of misskey after 2023.11.1-kinel.1,
Expand Down
5 changes: 5 additions & 0 deletions packages/backend/src/core/AbuseDiscordHookService.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: anatawa12
* SPDX-License-Identifier: AGPL-3.0-only
*/

import { Inject, Injectable } from '@nestjs/common';
import { DI } from '@/di-symbols.js';
import type { MiUser } from '@/models/_.js';
Expand Down

0 comments on commit 657334f

Please sign in to comment.