commit 9e382ba691a03e456229958c05c9f5a2b50e4440
parent accb645d3f5d3929e5a69cf1b7015724cadfbbdd
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Mon, 14 Sep 2020 19:37:45 +0200
syntaxes: add author and license lines to four of the files
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat:
4 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/syntax/autoconf.nanorc b/syntax/autoconf.nanorc
@@ -1,5 +1,8 @@
## Syntax highlighting for Autoconf.
+## Original author: Benno Schulenberg
+## License: GPL version 3 or newer
+
syntax autoconf "\.(ac|m4)$"
comment "#"
diff --git a/syntax/changelog.nanorc b/syntax/changelog.nanorc
@@ -1,5 +1,8 @@
## Syntax highlighting for Changelogs.
+## Original author: Benno Schulenberg
+## License: GPL version 3 or newer
+
syntax changelog "Change[Ll]og[^/]*$"
# Author lines.
diff --git a/syntax/po.nanorc b/syntax/po.nanorc
@@ -1,5 +1,8 @@
## Syntax highlighting for PO files.
+## Original author: Benno Schulenberg
+## License: GPL version 3 or newer
+
syntax po "\.pot?$"
comment "#"
diff --git a/syntax/texinfo.nanorc b/syntax/texinfo.nanorc
@@ -1,5 +1,8 @@
## Syntax highlighting for Texinfo files.
+## Original author: Benno Schulenberg
+## License: GPL version 3 or newer
+
syntax texinfo "\.texi$"
header "^\\input texinfo"
magic "Texinfo source"