diff options
author | wl <wl> | 2004-12-12 14:04:52 +0000 |
---|---|---|
committer | wl <wl> | 2004-12-12 14:04:52 +0000 |
commit | 951be1667a7a1a4866e608268991d487a2d80a3b (patch) | |
tree | a0fac699a8daac721e35c19c0c0792dd5deedc37 /contrib | |
parent | 172573a56a47140a09ffcb9e43f822d6f5ed5872 (diff) | |
download | groff-951be1667a7a1a4866e608268991d487a2d80a3b.tar.gz |
Cosmetical fixes.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gdiffmk/Makefile.sub | 4 | ||||
-rw-r--r-- | contrib/gdiffmk/gdiffmk.man | 5 | ||||
-rw-r--r-- | contrib/gdiffmk/gdiffmk.sh | 35 |
3 files changed, 25 insertions, 19 deletions
diff --git a/contrib/gdiffmk/Makefile.sub b/contrib/gdiffmk/Makefile.sub index 188c896b..d944205a 100644 --- a/contrib/gdiffmk/Makefile.sub +++ b/contrib/gdiffmk/Makefile.sub @@ -2,12 +2,12 @@ # File position: <groff-source>/contrib/gdiffmk/Makefile.sub -# Last update: 11 December 2004 +# Last update: 12 December 2004 # Copyright (C) 2004 Free Software Foundation, Inc. # Written by Mike Bianchi <MBianchi@Foveal.com <mailto:MBianchi@Foveal.com>> -# This file is part of groff. +# This file is part of the gdiffmk utility, which 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 diff --git a/contrib/gdiffmk/gdiffmk.man b/contrib/gdiffmk/gdiffmk.man index 27295cbd..94d75e97 100644 --- a/contrib/gdiffmk/gdiffmk.man +++ b/contrib/gdiffmk/gdiffmk.man @@ -1,5 +1,8 @@ .ig \"-*- nroff -*- -Copyright (C) 1989-1995, 2004 Free Software Foundation, Inc. +Copyright (C) 2004 Free Software Foundation, Inc. + +This file is part of the gdiffmk utility, which is part of groff. +Written by Mike Bianchi <MBianchi@Foveal.com <mailto:MBianchi@Foveal.com>> Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice diff --git a/contrib/gdiffmk/gdiffmk.sh b/contrib/gdiffmk/gdiffmk.sh index a055ace3..a2ffcfac 100644 --- a/contrib/gdiffmk/gdiffmk.sh +++ b/contrib/gdiffmk/gdiffmk.sh @@ -1,21 +1,24 @@ #!/bin/sh -# This file is part of GNU gdiffmk. -# -# GNU gdiffmk 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. -# -# GNU gdiffmk 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. -# +# Copyright (C) 2004 Free Software Foundation, Inc. +# Written by Mike Bianchi <MBianchi@Foveal.com <mailto:MBianchi@Foveal.com>> + +# This file is part of the gdiffmk utility, which 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 gdiffmk; see the file COPYING. If not, write to the -# Free Software Foundation, Inc. -# 59 Temple Place - Suite 330 -# Boston, MA 02111-1307, USA. +# along with groff; see the files COPYING and LICENSE in the top +# directory of the groff source. If not, write to the Free Software +# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# This file is part of GNU gdiffmk. cmd=$( basename $0 ) |