summaryrefslogtreecommitdiff
path: root/contrib/mm
diff options
context:
space:
mode:
authorwl <wl>2007-08-18 07:06:53 +0000
committerwl <wl>2007-08-18 07:06:53 +0000
commit5cd8808e4d013061b471629e09be0664634379f1 (patch)
tree015b20aedd8a23b908964d231da55edaa6aa4cf0 /contrib/mm
parent224ada778fc513309c3b39b919640de4aaaa1211 (diff)
downloadgroff-5cd8808e4d013061b471629e09be0664634379f1.tar.gz
Add and update copyright messages.
Diffstat (limited to 'contrib/mm')
-rw-r--r--contrib/mm/ChangeLog25
-rw-r--r--contrib/mm/Makefile.sim19
-rw-r--r--contrib/mm/Makefile.sub20
-rw-r--r--contrib/mm/NOTES8
-rw-r--r--contrib/mm/README6
-rw-r--r--contrib/mm/examples/APP7
-rw-r--r--contrib/mm/examples/B1B27
-rw-r--r--contrib/mm/examples/COVER7
-rw-r--r--contrib/mm/examples/IND7
-rw-r--r--contrib/mm/examples/LT7
-rw-r--r--contrib/mm/examples/LT.se7
-rw-r--r--contrib/mm/examples/ML7
-rw-r--r--contrib/mm/examples/MOVE7
-rw-r--r--contrib/mm/examples/MUL7
-rw-r--r--contrib/mm/examples/NCOL7
-rw-r--r--contrib/mm/examples/ND7
-rw-r--r--contrib/mm/examples/README7
-rw-r--r--contrib/mm/examples/References7
-rw-r--r--contrib/mm/examples/SETR7
-rw-r--r--contrib/mm/groff_mm.man23
-rw-r--r--contrib/mm/groff_mmse.man21
-rw-r--r--contrib/mm/mm/0.MT24
-rw-r--r--contrib/mm/mm/4.MT24
-rw-r--r--contrib/mm/mm/5.MT24
-rw-r--r--contrib/mm/mm/ms.cov24
-rw-r--r--contrib/mm/mmroff.man23
-rw-r--r--contrib/mm/mmroff.pl19
-rw-r--r--contrib/mm/mse.tmac24
28 files changed, 359 insertions, 23 deletions
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 9246e6cd..623d4313 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,23 +1,20 @@
-2007-02-06 Eric S. Raymond <esr@snark.thyrsus.com>
+Tue Feb 6 00:00:00 CET 2007 Eric S. Raymond <esr@snark.thyrsus.com>
- * src/roff/troff/troff.man: .SY and .YS are canned macros now,
- so we can use them here.
-
* groff_mm.man: Typo fix.
-2007-02-03 Eric S. Raymond <esr@snark.thyrsus.com>
+Sat Feb 3 00:00:00 CET 2007 Eric S. Raymond <esr@snark.thyrsus.com>
* groff_mm.man: Eliminate nonportable macro hackery in the
definition of T2 in favor or TBL tables.
-Fr Jan 5 14:35:35 CET 2007 Werner LEMBERG <wl@gnu.org>
+Fri Jan 5 14:35:35 CET 2007 Werner LEMBERG <wl@gnu.org>
Fix installation. Reported by Jennifer Sayers.
* Makefile.sub (install, install_mm): Remove.
(install_bin, install_data): New targets.
-Sa Aug 12 23:33:45 2006 Nick Stoughton <nick@msbit.com>
+Sat Aug 12 23:33:45 2006 Nick Stoughton <nick@msbit.com>
* m.tmac (P): Ignore P after H, as documented.
@@ -107,6 +104,12 @@ Thu May 26 08:23:40 2005 Werner LEMBERG <wl@gnu.org>
* m.tmac: Load devtag.tmac.
+Mon May 16 00:00:00 CEST 2005 Keith Marshall <keith.d.marshall@ntlworld.com>
+
+ * mmroff.pl: Add space in shebang prototype for generated
+ conftest.sh script, conforming to portability recommendation in
+ autoconf docs.
+
Wed Mar 16 06:56:02 2005 Larry Kollar <kollar@alltel.net>
Add rudimentary support for grohtml.
@@ -783,6 +786,14 @@ Sun Jan 1 00:00:00 1991 Joergen Haegg (jh at efd.lth.se)
* TP&PX supported
* warnings for unimplemented macros
+Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ 2001, 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
diff --git a/contrib/mm/Makefile.sim b/contrib/mm/Makefile.sim
index 2c645bee..58097118 100644
--- a/contrib/mm/Makefile.sim
+++ b/contrib/mm/Makefile.sim
@@ -1,5 +1,22 @@
+# Copyright 1991, 1993, 2000, 2001
+#
+# 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.
#
-# $Id: Makefile.sim,v 2.3 2002/05/22 06:26:12 jhaegg Exp $
+# Makefile.sim
#
# To install mgm separately as gm.tmac:
# make -f Makefile.sub tmacdir=/usr/local/lib/groff/tmac srcdir=. \
diff --git a/contrib/mm/Makefile.sub b/contrib/mm/Makefile.sub
index fb2fe4b3..88446b95 100644
--- a/contrib/mm/Makefile.sub
+++ b/contrib/mm/Makefile.sub
@@ -1,5 +1,23 @@
+# Copyright 1991, 1992, 1993, 1999, 2000, 2001, 2006, 2007
+#
+# 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.
+#
+# Makefile.sub
#
-# $Id: Makefile.sub,v 2.5 2007/01/05 13:37:38 wl Exp $
#
PROG=mmroff
MAN1=\
diff --git a/contrib/mm/NOTES b/contrib/mm/NOTES
index 7643c100..a03b9702 100644
--- a/contrib/mm/NOTES
+++ b/contrib/mm/NOTES
@@ -1,5 +1,11 @@
+ Copyright (C) 1989-2000
+ 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.
+
######################################################################
-$Id: NOTES,v 2.0 2000/09/14 03:40:24 jhaegg Exp $
Beware!
This may be old information. Trust only the source. :-)
diff --git a/contrib/mm/README b/contrib/mm/README
index f52f3eb0..4d8a7231 100644
--- a/contrib/mm/README
+++ b/contrib/mm/README
@@ -1,5 +1,9 @@
+ Copyright (C) 1989-2000, 2001, 2002
+ Free Software Foundation, Inc.
-$Id: README,v 2.2 2002/05/22 06:26:12 jhaegg Exp $
+ 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.
This is mgm, a macro package for groff.
diff --git a/contrib/mm/examples/APP b/contrib/mm/examples/APP
index 82352e58..65e6780a 100644
--- a/contrib/mm/examples/APP
+++ b/contrib/mm/examples/APP
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
.H 1 " granary grand grandchild grandchildren granddaughter grandeur"
granary
grapheme
diff --git a/contrib/mm/examples/B1B2 b/contrib/mm/examples/B1B2
index a2bb3add..83d6479a 100644
--- a/contrib/mm/examples/B1B2
+++ b/contrib/mm/examples/B1B2
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
abetting
abeyance
abeyant
diff --git a/contrib/mm/examples/COVER b/contrib/mm/examples/COVER
index d23597f0..76e03462 100644
--- a/contrib/mm/examples/COVER
+++ b/contrib/mm/examples/COVER
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
.COVER
.ND 911123
.TL "charge" "filing"
diff --git a/contrib/mm/examples/IND b/contrib/mm/examples/IND
index fbf6c43a..44cc9dd0 100644
--- a/contrib/mm/examples/IND
+++ b/contrib/mm/examples/IND
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
.de foo
a=\\$1, b=\\$2
.br
diff --git a/contrib/mm/examples/LT b/contrib/mm/examples/LT
index cf063897..4788bc2b 100644
--- a/contrib/mm/examples/LT
+++ b/contrib/mm/examples/LT
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
.ND 1994-10-26
.\" .WA "Nisse Nilsson" notitle
.\" .WE
diff --git a/contrib/mm/examples/LT.se b/contrib/mm/examples/LT.se
index bfbd77f5..e8d4a27f 100644
--- a/contrib/mm/examples/LT.se
+++ b/contrib/mm/examples/LT.se
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
.\" groff -mmse LT.se
.ND 1994-10-26
.WA "Sven Olsson" title
diff --git a/contrib/mm/examples/ML b/contrib/mm/examples/ML
index bbfca3de..81a7ec15 100644
--- a/contrib/mm/examples/ML
+++ b/contrib/mm/examples/ML
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
granary
grand
grandchild
diff --git a/contrib/mm/examples/MOVE b/contrib/mm/examples/MOVE
index 0f0399cc..472b1725 100644
--- a/contrib/mm/examples/MOVE
+++ b/contrib/mm/examples/MOVE
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
.PH "'hej'hopp'i skogen'"
.PF "'livet'är'härligt'"
.OH "'ojämn'%'sida'"
diff --git a/contrib/mm/examples/MUL b/contrib/mm/examples/MUL
index ae91fae0..05bdbffa 100644
--- a/contrib/mm/examples/MUL
+++ b/contrib/mm/examples/MUL
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
inject
injudicious
Injun
diff --git a/contrib/mm/examples/NCOL b/contrib/mm/examples/NCOL
index 82c6f8d5..4e264887 100644
--- a/contrib/mm/examples/NCOL
+++ b/contrib/mm/examples/NCOL
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
granary
grand
grandchild
diff --git a/contrib/mm/examples/ND b/contrib/mm/examples/ND
index 4b3694a3..21418c94 100644
--- a/contrib/mm/examples/ND
+++ b/contrib/mm/examples/ND
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
.nf
----------------------------------------------------------------------
.ce
diff --git a/contrib/mm/examples/README b/contrib/mm/examples/README
index f45e1b7e..7ad21a5a 100644
--- a/contrib/mm/examples/README
+++ b/contrib/mm/examples/README
@@ -1,3 +1,10 @@
+ Copyright (C) 1989, 2006
+ 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.
+
This directory contains examples of my enhancements to MM.
diff --git a/contrib/mm/examples/References b/contrib/mm/examples/References
index 72f64822..e7bf1ed2 100644
--- a/contrib/mm/examples/References
+++ b/contrib/mm/examples/References
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
.PH "'this'is'a header'"
.PF "'this'is'a footer'"
.OH "'odd'%'page'"
diff --git a/contrib/mm/examples/SETR b/contrib/mm/examples/SETR
index 0a922415..ed9f3128 100644
--- a/contrib/mm/examples/SETR
+++ b/contrib/mm/examples/SETR
@@ -1,3 +1,10 @@
+.\" Copyright (C) 1989
+.\" 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.
+.
.nr Cl 6
.INITR setr
.H 1 " granary grand grandchild grandchildren granddaughter grandeur"
diff --git a/contrib/mm/groff_mm.man b/contrib/mm/groff_mm.man
index 65ad9954..da4b4f17 100644
--- a/contrib/mm/groff_mm.man
+++ b/contrib/mm/groff_mm.man
@@ -1,6 +1,23 @@
-.\"
-.\" $Id: groff_mm.man,v 2.22 2007/02/06 10:34:51 esr Exp $
-.\"
+.ig
+Copyright (C) 1989, 2000, 2001, 2002, 2003, 2006, 2007
+ Free Software Foundation, Inc.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the
+entire resulting derived work is distributed under the terms of a
+permission notice identical to this one.
+
+Permission is granted to copy and distribute translations of this
+manual into another language, under the above conditions for modified
+versions, except that this permission notice may be included in
+translations approved by the Free Software Foundation instead of in
+the original English.
+..
+.
.TH GROFF_MM @MAN7EXT@ "@MDATE@" "Groff Version @VERSION@"
.
.
diff --git a/contrib/mm/groff_mmse.man b/contrib/mm/groff_mmse.man
index 5d00b658..6f73cd05 100644
--- a/contrib/mm/groff_mmse.man
+++ b/contrib/mm/groff_mmse.man
@@ -1,5 +1,24 @@
+.ig
+Copyright (C) 1989, 1990, 2000, 2001, 2006
+ Free Software Foundation, Inc.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the
+entire resulting derived work is distributed under the terms of a
+permission notice identical to this one.
+
+Permission is granted to copy and distribute translations of this
+manual into another language, under the above conditions for modified
+versions, except that this permission notice may be included in
+translations approved by the Free Software Foundation instead of in
+the original English.
+..
+.
.\"
-.\" $Id: groff_mmse.man,v 2.4 2006/03/28 12:32:04 wl Exp $
.\" Skrivet av Jörgen Hägg, Lund, Sverige
.\"
.
diff --git a/contrib/mm/mm/0.MT b/contrib/mm/mm/0.MT
index 61f1a969..3e123640 100644
--- a/contrib/mm/mm/0.MT
+++ b/contrib/mm/mm/0.MT
@@ -1,5 +1,27 @@
+.ig
+
+Copyright (C) 1991-2000
+ Free Software Foundation, Inc.
+mgm is written by Jörgen Hägg <jh@axis.com>
+
+mgm 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.
+
+mgm 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, 675 Mass Ave, Cambridge, MA 02139, USA.
+
+Please send bugreports with examples to jh@axis.com.
+..
+.
.\"------------
-.\" $Id: 0.MT,v 2.0 2000/09/14 03:40:25 jhaegg Exp $
.\" Cover sheet. Memorandum type 0-3 and "string".
.\"------------
.if !r Au .nr Au 1
diff --git a/contrib/mm/mm/4.MT b/contrib/mm/mm/4.MT
index 78c77661..a686ccca 100644
--- a/contrib/mm/mm/4.MT
+++ b/contrib/mm/mm/4.MT
@@ -1,5 +1,27 @@
+.ig
+
+Copyright (C) 1991-2000
+ Free Software Foundation, Inc.
+mgm is written by Jörgen Hägg <jh@axis.com>
+
+mgm 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.
+
+mgm 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, 675 Mass Ave, Cambridge, MA 02139, USA.
+
+Please send bugreports with examples to jh@axis.com.
+..
+.
.\"------------
-.\" $Id: 4.MT,v 2.2 2003/04/02 04:06:40 jhaegg Exp $
.\" Cover sheet. Memorandum type 4
.\"------------
.de cov@print-title
diff --git a/contrib/mm/mm/5.MT b/contrib/mm/mm/5.MT
index a274d234..031e36b8 100644
--- a/contrib/mm/mm/5.MT
+++ b/contrib/mm/mm/5.MT
@@ -1,5 +1,27 @@
+.ig
+
+Copyright (C) 1991-2000
+ Free Software Foundation, Inc.
+mgm is written by Jörgen Hägg <jh@axis.com>
+
+mgm 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.
+
+mgm 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, 675 Mass Ave, Cambridge, MA 02139, USA.
+
+Please send bugreports with examples to jh@axis.com.
+..
+.
.\"------------
-.\" $Id: 5.MT,v 2.0 2000/09/14 03:40:25 jhaegg Exp $
.\" Cover sheet. Memorandum type 5
.\"------------
.nr cov*mt0-ind 1.1c
diff --git a/contrib/mm/mm/ms.cov b/contrib/mm/mm/ms.cov
index 5f903b2e..99cb1199 100644
--- a/contrib/mm/mm/ms.cov
+++ b/contrib/mm/mm/ms.cov
@@ -1,5 +1,27 @@
+.ig
+
+Copyright (C) 1991-2000, 2005
+ Free Software Foundation, Inc.
+mgm is written by Jörgen Hägg <jh@axis.com>
+
+mgm 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.
+
+mgm 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, 675 Mass Ave, Cambridge, MA 02139, USA.
+
+Please send bugreports with examples to jh@axis.com.
+..
+.
.\"------------
-.\" $Id: ms.cov,v 2.1 2005/11/25 13:33:53 wl Exp $
.\" Cover sheet. Mostly like ms cover.
.\"------------
.de cov@print-title
diff --git a/contrib/mm/mmroff.man b/contrib/mm/mmroff.man
index 749e2c2c..ba0088d7 100644
--- a/contrib/mm/mmroff.man
+++ b/contrib/mm/mmroff.man
@@ -1,6 +1,23 @@
-.\"
-.\" $Id: mmroff.man,v 2.3 2006/03/03 08:20:03 wl Exp $
-.\"
+.ig
+Copyright (C) 1989, 2001
+ Free Software Foundation, Inc.
+
+Permission is granted to make and distribute verbatim copies of
+this manual provided the copyright notice and this permission notice
+are preserved on all copies.
+
+Permission is granted to copy and distribute modified versions of this
+manual under the conditions for verbatim copying, provided that the
+entire resulting derived work is distributed under the terms of a
+permission notice identical to this one.
+
+Permission is granted to copy and distribute translations of this
+manual into another language, under the above conditions for modified
+versions, except that this permission notice may be included in
+translations approved by the Free Software Foundation instead of in
+the original English.
+..
+.
.TH MMROFF @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
.SH NAME
mmroff \- reference preprocessor
diff --git a/contrib/mm/mmroff.pl b/contrib/mm/mmroff.pl
index f61daa10..ab25b745 100644
--- a/contrib/mm/mmroff.pl
+++ b/contrib/mm/mmroff.pl
@@ -1,4 +1,23 @@
#! /usr/bin/perl
+# -*- Perl -*-
+# Copyright (C) 1989, 2005
+# 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.
use strict;
# runs groff in safe mode, that seems to be the default
diff --git a/contrib/mm/mse.tmac b/contrib/mm/mse.tmac
index 35041947..dd4f0948 100644
--- a/contrib/mm/mse.tmac
+++ b/contrib/mm/mse.tmac
@@ -1,4 +1,26 @@
-.\" $Id: mse.tmac,v 2.3 2006/03/28 12:32:04 wl Exp $
+.ig
+
+Copyright (C) 1991, 2006
+ Free Software Foundation, Inc.
+mgm is written by Jörgen Hägg <jh@axis.com>
+
+mgm 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.
+
+mgm 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, 675 Mass Ave, Cambridge, MA 02139, USA.
+
+Please send bugreports with examples to jh@axis.com.
+..
+.
.\"
.\" Swedish version of mm
.\"