okay to add a license line to six syntax files?

Benno Schulenberg <[email protected]>
Newsgroups gmane.editors.nano.devel
Message-ID <[email protected]>
Hello Mike,

Is it okay if I apply the attached patch?

That is: to add the following line to the syntax files
that you created sixteen to twenty years ago:

     ## License:  GPL version 3 or newer


Benno
0001-syntaxes-add-a-license-line-to-files-that-were-creat.patch (text/x-patch, 2.5 KB)
From 7ce74c0c4c83bb156962fbdf80897827043218fd Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <[email protected]>
Date: Mon, 12 Aug 2024 08:45:14 +0200
Subject: [PATCH] syntaxes: add a license line to files that were created by
 Mike Frysinger

---
 syntax/asm.nanorc   | 1 +
 syntax/man.nanorc   | 1 +
 syntax/patch.nanorc | 1 +
 syntax/php.nanorc   | 1 +
 syntax/sh.nanorc    | 1 +
 syntax/tcl.nanorc   | 1 +
 6 files changed, 6 insertions(+)

diff --git a/syntax/asm.nanorc b/syntax/asm.nanorc
index 6eef092b..aa9e118e 100644
--- a/syntax/asm.nanorc
+++ b/syntax/asm.nanorc
@@ -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"
diff --git a/syntax/man.nanorc b/syntax/man.nanorc
index 6dd74a62..c28cff8d 100644
--- a/syntax/man.nanorc
+++ b/syntax/man.nanorc
@@ -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"
diff --git a/syntax/patch.nanorc b/syntax/patch.nanorc
index 4b4d8714..c70d0eac 100644
--- a/syntax/patch.nanorc
+++ b/syntax/patch.nanorc
@@ -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"
diff --git a/syntax/php.nanorc b/syntax/php.nanorc
index 912d5524..9ad1b526 100644
--- a/syntax/php.nanorc
+++ b/syntax/php.nanorc
@@ -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"
diff --git a/syntax/sh.nanorc b/syntax/sh.nanorc
index 57a6ac48..2a13c750 100644
--- a/syntax/sh.nanorc
+++ b/syntax/sh.nanorc
@@ -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)\>"
diff --git a/syntax/tcl.nanorc b/syntax/tcl.nanorc
index b6a97076..c156f9b1 100644
--- a/syntax/tcl.nanorc
+++ b/syntax/tcl.nanorc
@@ -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"
-- 
2.45.1
OpenPGP_signature.asc (application/pgp-signature, 840 B)
-----BEGIN PGP SIGNATURE-----

wsF5BAABCAAjFiEEFo5vQpe/16ea/USWUUu+Lrjhlh8FAma6IpgFAwAAAAAACgkQUUu+Lrjhlh/7
eg//ajbalDp9lQ2qJt1z4H67A+sxArjenypZMtqjzwRrlrEMRlRqhzszv1BxIgcWRUL6r6/kRsEN
/UF/vY5cJqjjF7j622nI7tS9bZGtNUQAYqu/T5KOr8VzIKmElgzKlbEhBtBAc2TZ67Y+mTt+3Zt5
i1T+RaTa+kM2IeoJXDguyrpWsmF2hhs3+KxDr/8sjK527tG1/n3opj5YizmjUdvhX40ARD1RnGak
xALr536bJH6XKxe4mdAy7oO1Vq+RUlH0SjWjmTnMqRKTL5l441YcXGFkUXqikmxXilqprzWopuPR
p3veluvmFqDqDgtY/V85YQ7FBWh5JPEFliRr+GJRo/LGaZa/fCIn7FtUsz81OP7Aj1NMQjnxK3WF
aqNtjdUG+X+4ANJB+VFrWhPgX6wcPzxrUdS0OA536nqVF1tdxBnJzUXBjcmo+/1j5u02qG3DjxRl
cMXVs394C3+FyC2bp9Yu0Rvi/Tm63O2S8p15UdQfq08dBX0L8xwAsR2+hAxSdKFa5N8edG3utleb
ssPVXeulg9bRfkjE2q7UEl40IVTtTUFfIC35WniwO6PcO9wnA+DhGmcafeTQY2lmz5U1EMVfaf5i
l6WSuJTciFqwOMvLg3fqk2fxSfKkvDjprcUZ5D+X+CCcDVyMZxw+2YsoRiZoSKuWY7SEp4kofKVR
9/U=
=+PN/
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.