mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
fix license header
This commit is contained in:
parent
e1c1387071
commit
f3ed67d07e
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
import path from 'node:path';
|
||||
import { parseAst } from 'rolldown/parseAst';
|
||||
import type { Logger } from '../logger.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue