chore(.licensure.yml): Also add the license text to markdown files
This commit is contained in:
parent
5ce46a1568
commit
2f7be6fe67
|
@ -2,15 +2,13 @@
|
||||||
# Regexes which if matched by a file path will always be excluded from
|
# Regexes which if matched by a file path will always be excluded from
|
||||||
# getting a license header
|
# getting a license header
|
||||||
excludes:
|
excludes:
|
||||||
- \.gitignore
|
|
||||||
- .*lock
|
- .*lock
|
||||||
- \.git/.*
|
- \.git/.*
|
||||||
- \.licensure\.yml
|
- \.licensure\.yml
|
||||||
- README.*
|
|
||||||
- LICENSE.spdx
|
- LICENSE.spdx
|
||||||
- COPYING
|
- COPYING
|
||||||
- COPYING.LESSER
|
- COPYING.LESSER
|
||||||
- .*\.(md|rst|txt|pdf)
|
- .*\.(rst|txt|pdf)
|
||||||
# Definition of the licenses used on this project and to what files
|
# Definition of the licenses used on this project and to what files
|
||||||
# they should apply.
|
# they should apply.
|
||||||
#
|
#
|
||||||
|
@ -128,12 +126,14 @@ comments:
|
||||||
per_line_char: "*"
|
per_line_char: "*"
|
||||||
trailing_lines: 1
|
trailing_lines: 1
|
||||||
|
|
||||||
# In this case extension is singular and a single string extension is provided.
|
- extension:
|
||||||
- extension: html
|
- html
|
||||||
|
- md
|
||||||
commenter:
|
commenter:
|
||||||
type: block
|
type: block
|
||||||
start_block_char: "<!--\n"
|
start_block_char: "<!--\n"
|
||||||
end_block_char: "-->"
|
end_block_char: "-->\n"
|
||||||
|
trailing_lines: 1
|
||||||
|
|
||||||
- extensions:
|
- extensions:
|
||||||
- el
|
- el
|
||||||
|
|
Reference in New Issue