summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-07-28 14:02:58 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-07-28 14:02:58 +0900
commitab3cd7b8372f4e858e630de228f3211e13a39c06 (patch)
tree5c75b74ecf47245071ae657f4e74f8f6c1a08fcd /packages
parentUpdate ROADMAP.md (diff)
downloadsharkey-ab3cd7b8372f4e858e630de228f3211e13a39c06.tar.gz
sharkey-ab3cd7b8372f4e858e630de228f3211e13a39c06.tar.bz2
sharkey-ab3cd7b8372f4e858e630de228f3211e13a39c06.zip
chore: add missing license identifier
Diffstat (limited to 'packages')
-rw-r--r--packages/backend/src/server/oauth/OAuth2ProviderService.ts5
-rw-r--r--packages/backend/test/e2e/oauth.ts5
-rw-r--r--packages/frontend/src/pages/oauth.vue5
3 files changed, 15 insertions, 0 deletions
diff --git a/packages/backend/src/server/oauth/OAuth2ProviderService.ts b/packages/backend/src/server/oauth/OAuth2ProviderService.ts
index 93cbaa4035..61c89a4258 100644
--- a/packages/backend/src/server/oauth/OAuth2ProviderService.ts
+++ b/packages/backend/src/server/oauth/OAuth2ProviderService.ts
@@ -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';
diff --git a/packages/backend/test/e2e/oauth.ts b/packages/backend/test/e2e/oauth.ts
index 9048c2f7e2..a029a0d4be 100644
--- a/packages/backend/test/e2e/oauth.ts
+++ b/packages/backend/test/e2e/oauth.ts
@@ -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.
diff --git a/packages/frontend/src/pages/oauth.vue b/packages/frontend/src/pages/oauth.vue
index 6a72057f46..0dbaed1081 100644
--- a/packages/frontend/src/pages/oauth.vue
+++ b/packages/frontend/src/pages/oauth.vue
@@ -1,3 +1,8 @@
+<!--
+SPDX-FileCopyrightText: syuilo and other misskey contributors
+SPDX-License-Identifier: AGPL-3.0-only
+-->
+
<template>
<MkStickyContainer>
<template #header><MkPageHeader/></template>