From 866abf20a45dde0e07fc32c72abfdaf0d07384c2 Mon Sep 17 00:00:00 2001 From: wl Date: Sun, 4 Nov 2007 07:07:49 +0000 Subject: Add some copyrights. Typos. --- ChangeLog.117 | 2 +- src/devices/grolbp/charset.h | 23 +++++++++++++++++++++++ src/devices/xditview/ChangeLog | 12 ++++++++++++ src/preproc/pic/text.h | 19 +++++++++++++++++++ src/roff/nroff/nroff.sh | 24 ++++++++++++++++++++++++ 5 files changed, 79 insertions(+), 1 deletion(-) diff --git a/ChangeLog.117 b/ChangeLog.117 index a12f366e..4a185c79 100644 --- a/ChangeLog.117 +++ b/ChangeLog.117 @@ -917,7 +917,7 @@ Version 1.17 released Add `' handling. (html_text::do_table): Add parameter. (html_text::do_indent): Updated. - * src/devices/groohtml/html-text.h: Updated. + * src/devices/grohtml/html-text.h: Updated. 2001-03-16 Gaius Mulley diff --git a/src/devices/grolbp/charset.h b/src/devices/grolbp/charset.h index a0cd057b..19e1a8f9 100644 --- a/src/devices/grolbp/charset.h +++ b/src/devices/grolbp/charset.h @@ -1,3 +1,26 @@ +// -*- C++ -*- +/* Copyright (C) 2000, 2003 + Free Software Foundation, Inc. + Written by Francisco Andrés Verdú with many ideas + taken from the other groff drivers. + + +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. */ + // Definition of the WP54 character set unsigned char symset[] = { diff --git a/src/devices/xditview/ChangeLog b/src/devices/xditview/ChangeLog index 41ea31c5..024e59f0 100644 --- a/src/devices/xditview/ChangeLog +++ b/src/devices/xditview/ChangeLog @@ -540,3 +540,15 @@ Sun May 26 14:14:01 1991 James Clark (jjc at jclark) * xtotroff.c (MapFont): Unlink output file before opening it. * Started separate ChangeLog. + +Copyright 1991-1995, 1999, 200, 2001, 2002, 2003, 2004 + 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 +End: diff --git a/src/preproc/pic/text.h b/src/preproc/pic/text.h index f9d34875..abb8426c 100644 --- a/src/preproc/pic/text.h +++ b/src/preproc/pic/text.h @@ -1,4 +1,23 @@ // -*- C++ -*- +/* Copyright (C) 1989 Free Software Foundation, Inc. + Written by James Clark (jjc@jclark.com) + +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. */ + enum hadjustment { CENTER_ADJUST, diff --git a/src/roff/nroff/nroff.sh b/src/roff/nroff/nroff.sh index 31202155..93db893c 100644 --- a/src/roff/nroff/nroff.sh +++ b/src/roff/nroff/nroff.sh @@ -1,5 +1,29 @@ #! /bin/sh # Emulate nroff with groff. +# +# Copyright (C) 1992, 1993, 1994, 1999, 2000, 2001, 2002, 2003, +# 2004, 2005 +# Free Software Foundation, Inc. +# +# Written by James Clark, maintained by Werner Lemberg. + +# This file is of `groff'. + +# `groff' is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License (GPL) 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 files COPYING and LICENSE in the top +# directory of the `groff' source. If not, write to the Free Software +# Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, +# USA. prog="$0" # Default device. -- cgit v1.2.1