Skip to content

Commit

Permalink
add missing license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Mar 1, 2024
1 parent 4c6fc15 commit d1bf432
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/backend/src/misc/FileWriterStream.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/

import * as fs from 'node:fs/promises';
import type { PathLike } from 'node:fs';

Expand Down
5 changes: 5 additions & 0 deletions packages/backend/src/misc/JsonArrayStream.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/

import { TransformStream } from 'node:stream/web';

/**
Expand Down
5 changes: 5 additions & 0 deletions packages/frontend/src/scripts/search-emoji.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/

export type EmojiDef = {
emoji: string;
name: string;
Expand Down

0 comments on commit d1bf432

Please sign in to comment.