1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-20 08:59:22 -05:00

chore: add missing license identifier

This commit is contained in:
syuilo 2023-07-28 14:02:58 +09:00
parent 8b74d1530e
commit ab3cd7b837
3 changed files with 15 additions and 0 deletions
packages
backend
src/server/oauth
test/e2e
frontend/src/pages

View file

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/
import dns from 'node:dns/promises';
import { fileURLToPath } from 'node:url';
import { Inject, Injectable } from '@nestjs/common';

View file

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and other misskey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/
/**
* Basic OAuth tests to make sure the library is correctly integrated to Misskey
* and not regressed by version updates or potential migration to another library.

View file

@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: syuilo and other misskey contributors
SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<MkStickyContainer>
<template #header><MkPageHeader/></template>