groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog.117 src/devices/grolbp/charset....


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog.117 src/devices/grolbp/charset....
Date: Sun, 04 Nov 2007 07:07:50 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     07/11/04 07:07:49

Modified files:
        .              : ChangeLog.117 
        src/devices/grolbp: charset.h 
        src/devices/xditview: ChangeLog 
        src/preproc/pic: text.h 
        src/roff/nroff : nroff.sh 

Log message:
        Add some copyrights.
        
        Typos.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog.117?cvsroot=groff&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/groff/src/devices/grolbp/charset.h?cvsroot=groff&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/groff/src/devices/xditview/ChangeLog?cvsroot=groff&r1=1.1.1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/groff/src/preproc/pic/text.h?cvsroot=groff&r1=1.1.1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/groff/src/roff/nroff/nroff.sh?cvsroot=groff&r1=1.19&r2=1.20

Patches:
Index: ChangeLog.117
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog.117,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ChangeLog.117       11 Jul 2007 21:10:14 -0000      1.2
+++ ChangeLog.117       4 Nov 2007 07:07:49 -0000       1.3
@@ -917,7 +917,7 @@
        Add `<td width=...>' 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  <address@hidden>
 

Index: src/devices/grolbp/charset.h
===================================================================
RCS file: /cvsroot/groff/groff/src/devices/grolbp/charset.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- src/devices/grolbp/charset.h        16 Apr 2003 21:10:52 -0000      1.2
+++ src/devices/grolbp/charset.h        4 Nov 2007 07:07:49 -0000       1.3
@@ -1,3 +1,26 @@
+// -*- C++ -*-
+/* Copyright (C) 2000, 2003
+   Free Software Foundation, Inc.
+     Written by Francisco Andrés Verdú <address@hidden> 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[] = {

Index: src/devices/xditview/ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/src/devices/xditview/ChangeLog,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -b -r1.1.1.1 -r1.2
--- src/devices/xditview/ChangeLog      1 Jun 2004 10:39:54 -0000       1.1.1.1
+++ src/devices/xditview/ChangeLog      4 Nov 2007 07:07:49 -0000       1.2
@@ -540,3 +540,15 @@
        * 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:

Index: src/preproc/pic/text.h
===================================================================
RCS file: /cvsroot/groff/groff/src/preproc/pic/text.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -b -r1.1.1.1 -r1.2
--- src/preproc/pic/text.h      6 Feb 2000 09:38:28 -0000       1.1.1.1
+++ src/preproc/pic/text.h      4 Nov 2007 07:07:49 -0000       1.2
@@ -1,4 +1,23 @@
 // -*- C++ -*-
+/* Copyright (C) 1989 Free Software Foundation, Inc.
+     Written by James Clark (address@hidden)
+
+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,

Index: src/roff/nroff/nroff.sh
===================================================================
RCS file: /cvsroot/groff/groff/src/roff/nroff/nroff.sh,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- src/roff/nroff/nroff.sh     17 Jun 2005 07:29:33 -0000      1.19
+++ src/roff/nroff/nroff.sh     4 Nov 2007 07:07:49 -0000       1.20
@@ -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.




reply via email to

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