groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog gendef.sh


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog gendef.sh
Date: Wed, 11 Jul 2007 21:09:37 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     07/07/11 21:09:37

Modified files:
        .              : ChangeLog gendef.sh 

Log message:
        * gendef.sh: Add shebang.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1091&r2=1.1092
http://cvs.savannah.gnu.org/viewcvs/groff/gendef.sh?cvsroot=groff&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1091
retrieving revision 1.1092
diff -u -b -r1.1091 -r1.1092
--- ChangeLog   5 Jul 2007 05:39:38 -0000       1.1091
+++ ChangeLog   11 Jul 2007 21:09:37 -0000      1.1092
@@ -1,3 +1,7 @@
+2007-07-11  Werner LEMBERG  <address@hidden>
+
+       * gendef.sh: Add shebang.
+
 2007-07-05  Werner LEMBERG  <address@hidden>
 
        * tmac/papersize.tmac: Fix dimensions of executive paper format. 
@@ -7344,6 +7348,13 @@
 
        * REVISION: Increased to 2.
 
+Copyright 2002, 2003, 2004, 2005, 2006, 2007
+  Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.
+
 Local Variables:
 version-control: never
 coding: latin-1

Index: gendef.sh
===================================================================
RCS file: /cvsroot/groff/groff/gendef.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- gendef.sh   22 Oct 2000 19:30:16 -0000      1.3
+++ gendef.sh   11 Jul 2007 21:09:37 -0000      1.4
@@ -1,9 +1,29 @@
+#! /bin/sh
+#
+# Copyright (C) 1991, 2000
+#   Free Software Foundation, Inc.
+# 
+# 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 2, 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 groff; see the file COPYING.  If not, write to the Free Software
+# Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
+#
 #
 # gendef filename var=val var=val ...
 #
-# This script is used to generate src/include/defs.h
+# This script is used to generate src/include/defs.h.
 #
-
 file=$1
 shift
 




reply via email to

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