nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 896f174f9469ac250c6967beac30c627afed1e32
parent 7b4a835df4df3e9ffdc42abc9764a72e59ea66b8
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 27 Jun 2021 11:08:42 +0200

syntax: rust: update the license to GPL3 or newer

With permission from the copyright holder:
    https://lists.gnu.org/archive/html/nano-devel/2021-06/msg00037.html

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>

Diffstat:
Msyntax/rust.nanorc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/rust.nanorc b/syntax/rust.nanorc @@ -1,7 +1,7 @@ ## Syntax highlighting for Rust. ## Copyright 2015 Luke Francl. -## Licensed under GPL version 3. +## Licensed under GPL version 3 or newer. syntax rust "\.(rlib|rs)$" comment "//"