From 7ef657ddcdb150ae7d08a66e68c49906255be966 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Thu, 17 May 2018 17:43:34 +0000 Subject: [PATCH] Add copyright to hacks.el Signed-off-by: Nils Gillmann --- doc/hacks.el | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/hacks.el b/doc/hacks.el index 9f271b3af..bfb5c98fa 100644 --- a/doc/hacks.el +++ b/doc/hacks.el @@ -1,6 +1,7 @@ ;;;; hacks.el --- a few functions to help me work on the manual ;;;; Jim Blandy --- October 1998 ;;;; -- imported from https://git.savannah.gnu.org/cgit/guile.git/tree/doc/hacks.el +;;;; This code should be covered by the same license as GNU Guile (GPL3). (defun jh-exemplify-region (start end) (interactive "r") -- 2.25.1