diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 23:44:59 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-01 00:00:07 +0200 |
commit | 2bb1c6d4948eecbdacea1267ee0a132aa88a7b5c (patch) | |
tree | d9894056cafdf83fd7edb7b785ac6076cdc177cc /templates/awk/.licensure.yml | |
parent | refactor(flake): Move some nix code out of flake.nix (diff) | |
download | flake-templates-2bb1c6d4948eecbdacea1267ee0a132aa88a7b5c.tar.gz flake-templates-2bb1c6d4948eecbdacea1267ee0a132aa88a7b5c.zip |
fix(templates): Update already done templates with improvements from new ones
Diffstat (limited to 'templates/awk/.licensure.yml')
-rw-r--r-- | templates/awk/.licensure.yml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/templates/awk/.licensure.yml b/templates/awk/.licensure.yml index e62adb0..e1f5a01 100644 --- a/templates/awk/.licensure.yml +++ b/templates/awk/.licensure.yml @@ -32,9 +32,9 @@ licenses: # A list of authors who hold copyright over these files authors: # Provide either your full name or company name for copyright purposes - - name: TODO + - name: Benedikt Peetz # Optionally provide email for copyright purposes - email: "TODO" + email: "benedikt.peetz@b-peetz.de" # The template that will be rendered to generate the header before # comment characters are applied. Available variables are: @@ -144,6 +144,13 @@ comments: comment_char: ";;;" trailing_lines: 1 + - extensions: + - tex + commenter: + type: line + comment_char: "%" + trailing_lines: 1 + # The extension string "any" is special and so will match any file # extensions. Commenter configurations are always checked in the # order they are defined, so if any is used it should be the last |