groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 07/09: [sboxes]: Add license to sboxes.am.


From: G. Branden Robinson
Subject: [groff] 07/09: [sboxes]: Add license to sboxes.am.
Date: Sun, 10 Oct 2021 16:50:08 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 49d83c62fdf261cadc49e4ade30d2dab42b31afd
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Oct 11 07:24:18 2021 +1100

    [sboxes]: Add license to sboxes.am.
    
    All of our other Automake files have a license notice.
    
    Also wrap long lines.
    
    ("I can hold this wall up forever," Tom said bracingly.)
---
 contrib/sboxes/sboxes.am | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)

diff --git a/contrib/sboxes/sboxes.am b/contrib/sboxes/sboxes.am
index 47c916c..fc9be14 100644
--- a/contrib/sboxes/sboxes.am
+++ b/contrib/sboxes/sboxes.am
@@ -1,3 +1,22 @@
+# Copyright (C) 2021 Free Software Foundation, Inc.
+#      Written by Deri James <deri@chuzzlewit.demon.co.uk>
+#
+#
+# This file is part of groff.
+#
+# groff is free software; you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free
+# Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# groff is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+# for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 sboxes_srcdir = $(top_srcdir)/contrib/sboxes
 SBOXES_FLAGS = -M$(sboxes_srcdir) -ms -msboxes -Tpdf
 # Files installed in $(tmacdir).
@@ -5,9 +24,9 @@ SBOXES_NORMAL_FILES = contrib/sboxes/sboxes.tmac
 sboxestmacdir = $(tmacdir)
 dist_sboxestmac_DATA = $(SBOXES_NORMAL_FILES)
 
-# Files installed in $(examplesdir)/sboxes.  SBOXES_EXAMPLEFILES are located
-# in the source tree, while SBOXESPROCESSEDEXAMPLEFILES are generated in
-# the build tree.
+# Files installed in $(examplesdir)/sboxes.  SBOXES_EXAMPLEFILES are
+# located in the source tree, while SBOXESPROCESSEDEXAMPLEFILES are
+# generated in the build tree.
 SBOXES_EXAMPLEFILES= contrib/sboxes/msboxes.ms
 if BUILD_EXAMPLES
 sboxesexampledir = $(exampledir)/sboxes
@@ -26,7 +45,8 @@ $(SBOXES_PROCESSEDEXAMPLEFILES): $(SBOXES_NORMAL_FILES) \
 
 contrib/sboxes/msboxes.pdf:
        mkdir -p $(top_builddir)/contrib/sboxes/
-       $(top_builddir)/test-groff $(SBOXES_FLAGS) $(sboxes_srcdir)/msboxes.ms 
> $@
+       $(top_builddir)/test-groff $(SBOXES_FLAGS) \
+         $(sboxes_srcdir)/msboxes.ms > $@
 
 uninstall_groffdirs: uninstall_sboxes
 uninstall_sboxes:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]