spdx
This commit is contained in:
parent
27256b314a
commit
0a9a9472fd
|
@ -58,6 +58,7 @@ jobs:
|
||||||
"packages/frontend/test"
|
"packages/frontend/test"
|
||||||
"packages/frontend-embed/@types"
|
"packages/frontend-embed/@types"
|
||||||
"packages/frontend-embed/src"
|
"packages/frontend-embed/src"
|
||||||
|
"packages/icons-subsetter/src"
|
||||||
"packages/misskey-bubble-game/src"
|
"packages/misskey-bubble-game/src"
|
||||||
"packages/misskey-reversi/src"
|
"packages/misskey-reversi/src"
|
||||||
"packages/sw/src"
|
"packages/sw/src"
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
import { promises as fsp, existsSync } from 'fs';
|
import { promises as fsp, existsSync } from 'fs';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import glob from 'tiny-glob';
|
import glob from 'tiny-glob';
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
import { promises as fsp } from 'fs';
|
import { promises as fsp } from 'fs';
|
||||||
import { ttf2woff } from 'wasm-ttf2woff';
|
import { ttf2woff } from 'wasm-ttf2woff';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue