Skip to content

Commit b4e5f8e

Browse files
committed
Add license header. Ignore dist
1 parent 3cb6be2 commit b4e5f8e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ header:
1111
- '**/*.rs'
1212
paths-ignore:
1313
- '**/generated/*.rs'
14+
- 'parse-rfd/parser/dist/index.js'
1415

1516
comment: on-failure

parse-rfd/parser/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// This Source Code Form is subject to the terms of the Mozilla Public
2+
// License, v. 2.0. If a copy of the MPL was not distributed with this
3+
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
4+
15
let Asciidoctor = require("@asciidoctor/core");
26
let convert = require("html-to-text").convert;
37

0 commit comments

Comments
 (0)