From 208146f2f285f08154bfa0db80b31be7109f1a99 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 10 Dec 2020 15:48:14 +0100 Subject: [PATCH] syntax: go: add author and license line In the original submission (https://savannah.gnu.org/patch/?8189) the submitter said: "I hereby put it into the public domain." Public-domain license: https://directory.fsf.org/wiki/License:CC0 Signed-off-by: Benno Schulenberg --- syntax/go.nanorc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/syntax/go.nanorc b/syntax/go.nanorc index c6311439..debc5d7b 100644 --- a/syntax/go.nanorc +++ b/syntax/go.nanorc @@ -1,5 +1,8 @@ ## Syntax highlighting for Go. +## Original author: Robert Clausecker +## License: CC0 (public domain) + syntax go "\.go$" comment "//"