Skip to content

Commit 3fe10ce

Browse files
committed
📄 Add REUSE header to new files
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 02853e9 commit 3fe10ce

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎src/analyze.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
*
88
* @author Ferdinand Thiessen <[email protected]>
99
* @license EUPL-1.2
10+
*
11+
* SPDX-FileCopyrightText: 2023 Ferdinand Thiessen <[email protected]>
12+
* SPDX-License-Identifier: EUPL-1.2
13+
*
1014
*/
1115

1216
import { traverse, Visitor, Visitors } from 'estree-toolkit'

‎tests/analyze.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2023 Ferdinand Thiessen <[email protected]>
3+
* SPDX-License-Identifier: EUPL-1.2
4+
*/
5+
16
import { parse } from 'acorn'
27
import {filterModules} from '../src/analyze'
38

0 commit comments

Comments
 (0)