syntaxes: add a license line to files that were created by Mike Frysinger

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
This commit is contained in:
Benno Schulenberg 2024-08-12 08:45:14 +02:00
parent 2181853574
commit 84b1fdf6c6
6 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
## Syntax highlighting for assembler.
## Original author: Mike Frysinger
## License: GPL version 3 or newer
syntax asm "\.(S|s|asm)$"
magic "assembler source"

View File

@ -1,6 +1,7 @@
## Syntax highlighting for man pages.
## Original author: Mike Frysinger
## License: GPL version 3 or newer
syntax man "\.[1-9]x?$"
magic "troff or preprocessor input"

View File

@ -1,6 +1,7 @@
## Syntax highlighting for patch and diff files.
## Original author: Mike Frysinger
## License: GPL version 3 or newer
syntax patch "\.(patch|diff|debdiff|rej)$"
magic "diff output"

View File

@ -1,6 +1,7 @@
## Syntax highlighting for PHP.
## Original author: Mike Frysinger
## License: GPL version 3 or newer
syntax php "\.(php[23457s~]?|phtml|ctp)$"
magic "PHP script"

View File

@ -1,6 +1,7 @@
## Syntax highlighting for Bourne shell scripts.
## Original author: Mike Frysinger
## License: GPL version 3 or newer
syntax sh "(\.sh|(^|/|\.)(a|ba|c|da|k|mk|pdk|tc|z)sh(rc|_profile)?|(/etc/|(^|/)\.)profile)$"
header "^#!.*/(((env|busybox)[[:blank:]]+)?(a|ba|c|da|k|mk|pdk|tc|z)?sh|openrc-run|runscript)\>"

View File

@ -1,6 +1,7 @@
## Syntax highlighting for Tcl and Expect scripts.
## Original author: Mike Frysinger
## License: GPL version 3 or newer
syntax tcl "\.(tcl|exp)$"
magic "Tcl(/Tk)? script"