chore(.licensure.yml): Also add the license text to markdown files

This commit is contained in:
Benedikt Peetz 2024-03-24 16:39:01 +01:00
parent 5ce46a1568
commit 2f7be6fe67
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 6 additions and 6 deletions

View File

@ -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