groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/02: src/devices/grohtml/*: Improve the license information.


From: Bernd Warken
Subject: [groff] 02/02: src/devices/grohtml/*: Improve the license information.
Date: Wed, 17 Sep 2014 13:37:35 +0000

bwarken pushed a commit to branch master
in repository groff.

commit 97cc708eedc27cf58db8795962ee0abac0efed4a
Author: Bernd Warken <address@hidden>
Date:   Wed Sep 17 15:37:04 2014 +0200

    src/devices/grohtml/*: Improve the license information.
---
 src/devices/grohtml/Makefile.sub   |    5 +--
 src/devices/grohtml/grohtml.man    |   55 ++++++++++++++++++++++++++++--------
 src/devices/grohtml/html-table.cpp |    3 +-
 src/devices/grohtml/html-table.h   |    3 +-
 src/devices/grohtml/html-text.cpp  |    2 +-
 src/devices/grohtml/html-text.h    |    3 +-
 src/devices/grohtml/html.h         |    3 +-
 src/devices/grohtml/output.cpp     |    3 +-
 src/devices/grohtml/post-html.cpp  |    3 +-
 9 files changed, 51 insertions(+), 29 deletions(-)

diff --git a/src/devices/grohtml/Makefile.sub b/src/devices/grohtml/Makefile.sub
index 676484f..948a2ba 100644
--- a/src/devices/grohtml/Makefile.sub
+++ b/src/devices/grohtml/Makefile.sub
@@ -2,10 +2,7 @@
 #
 # File position: <groff-source>/src/devices/grohtml/Makefile.sub
 #
-# Copyright (C) 2014
-#   Free Software Foundation, Inc.
-#
-# Last update: 2 Sep 2014
+# Copyright (C) 2014  Free Software Foundation, Inc.
 #
 # This file is part of `font utf8' which is part of `groff'.
 #
diff --git a/src/devices/grohtml/grohtml.man b/src/devices/grohtml/grohtml.man
index 02209e2..8c48a1d 100644
--- a/src/devices/grohtml/grohtml.man
+++ b/src/devices/grohtml/grohtml.man
@@ -1,6 +1,11 @@
-.ig
-Copyright (C) 1999-2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010
-  Free Software Foundation, Inc.
+.TH GROHTML @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
+.SH NAME
+grohtml \- html driver for groff
+.
+.
+.\" license
+.de co
+Copyright (C) 1999-2014  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
@@ -18,7 +23,6 @@ translations approved by the Free Software Foundation instead 
of in
 the original English.
 ..
 .
-.
 .\" Like TP, but if specified indent is more than half
 .\" the current line-length - indent, use the default indent.
 .de Tp
@@ -26,15 +30,10 @@ the original English.
 .  el .TP "\\$1"
 ..
 .
-.
-.TH GROHTML @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
-.
-.
-.SH NAME
-grohtml \- html driver for groff
-.
-.
+.\" --------------------------------------------------------------------
 .SH SYNOPSIS
+.\" --------------------------------------------------------------------
+.
 .nr a \n(.j
 .ad l
 .nr i \n(.i
@@ -64,7 +63,10 @@ grohtml \- html driver for groff
 .ad \na
 .
 .
+.\" --------------------------------------------------------------------
 .SH DESCRIPTION
+.\" --------------------------------------------------------------------
+.
 The
 .B grohtml
 front end (which consists of a preprocessor,
@@ -121,7 +123,10 @@ Such warnings can be safely ignored unless the special 
characters
 appear inside a table or equation.
 .
 .
+.\" --------------------------------------------------------------------
 .SH OPTIONS
+.\" --------------------------------------------------------------------
+.
 .TP
 .BI \-a aa-text-bits
 Number of bits of antialiasing information to be used by
@@ -315,7 +320,10 @@ This is only generated if the
 flag is also specified.
 .
 .
+.\" --------------------------------------------------------------------
 .SH USAGE
+.\" --------------------------------------------------------------------
+.
 There are styles called
 .BR R ,
 .BR I ,
@@ -325,7 +333,10 @@ and
 mounted at font positions 1 to\~4.
 .
 .
+.\" --------------------------------------------------------------------
 .SH DEPENDENCIES
+.\" --------------------------------------------------------------------
+.
 .B grohtml
 is dependent upon the png utilities
 .RB ( \%pnmcut ,
@@ -347,7 +358,10 @@ Images are generated whenever a table, picture, equation 
or line is
 encountered.
 .
 .
+.\" --------------------------------------------------------------------
 .SH FILES
+.\" --------------------------------------------------------------------
+.
 .B grohtml
 uses temporary files.
 See the
@@ -355,7 +369,10 @@ See the
 man page for details where such files are created.
 .
 .
+.\" --------------------------------------------------------------------
 .SH ENVIRONMENT
+.\" --------------------------------------------------------------------
+.
 .TP
 .SM
 .B GROFF_FONT_PATH
@@ -370,13 +387,19 @@ and
 for more details.
 .
 .
+.\" --------------------------------------------------------------------
 .SH BUGS
+.\" --------------------------------------------------------------------
+.
 .B Grohtml
 has been completely redesigned and rewritten.
 It is still beta code.
 .
 .
+.\" --------------------------------------------------------------------
 .SH "SEE ALSO"
+.\" --------------------------------------------------------------------
+.
 .BR afmtodit (@MAN1EXT@),
 .BR groff (@MAN1EXT@),
 .BR @address@hidden (@MAN1EXT@),
@@ -385,6 +408,14 @@ It is still beta code.
 .BR groff_font (@MAN5EXT@),
 .BR groff_char (@MAN7EXT@)
 .
+.
+.\" --------------------------------------------------------------------
+.SH "LICENSE"
+.\" --------------------------------------------------------------------
+.
+.co
+.
+.
 .\" Local Variables:
 .\" mode: nroff
 .\" End:
diff --git a/src/devices/grohtml/html-table.cpp 
b/src/devices/grohtml/html-table.cpp
index 9998fa9..e0430a1 100644
--- a/src/devices/grohtml/html-table.cpp
+++ b/src/devices/grohtml/html-table.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009
-*    Free Software Foundation, Inc.
+/* Copyright (C) 2002-2018  Free Software Foundation, Inc.
  *
  *  Gaius Mulley (address@hidden) wrote html-table.cpp
  *
diff --git a/src/devices/grohtml/html-table.h b/src/devices/grohtml/html-table.h
index 001b9df..cea73bd 100644
--- a/src/devices/grohtml/html-table.h
+++ b/src/devices/grohtml/html-table.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009
- *   Free Software Foundation, Inc.
+/* Copyright (C) 2002-2018  Free Software Foundation, Inc.
  *
  *  Gaius Mulley (address@hidden) wrote html-table.h
  *
diff --git a/src/devices/grohtml/html-text.cpp 
b/src/devices/grohtml/html-text.cpp
index 1b27ab3..7ba1fae 100644
--- a/src/devices/grohtml/html-text.cpp
+++ b/src/devices/grohtml/html-text.cpp
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2000-2005, 2007, 2009, 2011
+/* Copyright (C) 2000-2014
  * Free Software Foundation, Inc.
  *
  *  Gaius Mulley (address@hidden) wrote html-text.cpp
diff --git a/src/devices/grohtml/html-text.h b/src/devices/grohtml/html-text.h
index d2ab265..e5be5e1 100644
--- a/src/devices/grohtml/html-text.h
+++ b/src/devices/grohtml/html-text.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009
- * Free Software Foundation, Inc.
+/* Copyright (C) 2000-2014  Free Software Foundation, Inc.
  *
  *  Gaius Mulley (address@hidden) wrote html-text.h
  *
diff --git a/src/devices/grohtml/html.h b/src/devices/grohtml/html.h
index 3a960a2..a8fb51a 100644
--- a/src/devices/grohtml/html.h
+++ b/src/devices/grohtml/html.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2000, 2001, 2002, 2004, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 2000-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/devices/grohtml/output.cpp b/src/devices/grohtml/output.cpp
index aec739b..b314901 100644
--- a/src/devices/grohtml/output.cpp
+++ b/src/devices/grohtml/output.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2000, 2001, 2003, 2004, 2005, 2009
- *   Free Software Foundation, Inc.
+/* Copyright (C) 2000-2014  Free Software Foundation, Inc.
  *
  *  Gaius Mulley (address@hidden) wrote output.cpp
  *  but it owes a huge amount of ideas and raw code from
diff --git a/src/devices/grohtml/post-html.cpp 
b/src/devices/grohtml/post-html.cpp
index f4656a0..fefbf01 100644
--- a/src/devices/grohtml/post-html.cpp
+++ b/src/devices/grohtml/post-html.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2000-2007, 2009-2011
- * Free Software Foundation, Inc.
+/* Copyright (C) 2000-2014  Free Software Foundation, Inc.
  *
  *  Gaius Mulley (address@hidden) wrote post-html.cpp
  *  but it owes a huge amount of ideas and raw code from



reply via email to

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