Use REUSE to specify licensing info
This commit is contained in:
parent
3f6682c9b2
commit
2d647094f7
326 changed files with 1255 additions and 936 deletions
|
@ -1,3 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import * as fs from "fs-extra";
|
||||
import * as path from "path";
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
// SPDX-FileCopyrightText: 2021 Oliver Rümpelein
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import evaluateCheck from "../../src/module/rolls/check-evaluation";
|
||||
|
||||
Object.defineProperty(globalThis, "game", { value: { i18n: { localize: (key: string) => key } } });
|
||||
|
|
3
spec/tsconfig.spec.json.license
Normal file
3
spec/tsconfig.spec.json.license
Normal file
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
|
||||
SPDX-License-Identifier: MIT
|
Loading…
Add table
Add a link
Reference in a new issue