groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: src/include/*: Improve the license information.


From: Bernd Warken
Subject: [groff] 01/01: src/include/*: Improve the license information.
Date: Wed, 17 Sep 2014 16:24:32 +0000

bwarken pushed a commit to branch master
in repository groff.

commit 60bb4549ee285d3a9fabbba9c53d3e6a5da3befb
Author: Bernd Warken <address@hidden>
Date:   Wed Sep 17 18:08:58 2014 +0200

    src/include/*: Improve the license information.
---
 ChangeLog                  |    4 ++++
 src/include/DviChar.h      |   18 ++++++++++++++++++
 src/include/Makefile.sub   |    5 +----
 src/include/assert.h       |    3 +--
 src/include/cmap.h         |    3 +--
 src/include/color.h        |    6 +-----
 src/include/cset.h         |    3 +--
 src/include/device.h       |    3 +--
 src/include/driver.h       |    3 +--
 src/include/errarg.h       |    3 +--
 src/include/error.h        |    3 +--
 src/include/font.h         |    3 +--
 src/include/geometry.h     |    2 +-
 src/include/getopt.h       |    4 ++--
 src/include/getopt_int.h   |    4 ++--
 src/include/gettext.h      |   18 ++++++++++++++++++
 src/include/html-strings.h |    3 +--
 src/include/htmlhint.h     |    3 +--
 src/include/index.h        |    3 +--
 src/include/itable.h       |    3 +--
 src/include/lib.h          |    3 +--
 src/include/localcharset.h |    2 +-
 src/include/macropath.h    |    3 +--
 src/include/nonposix.h     |    4 ++--
 src/include/paper.h        |    2 +-
 src/include/posix.h        |    3 +--
 src/include/printer.h      |    6 +-----
 src/include/ptable.h       |    3 +--
 src/include/refid.h        |    3 +--
 src/include/relocate.h     |    4 +++-
 src/include/search.h       |    3 +--
 src/include/searchpath.h   |    3 +--
 src/include/stringclass.h  |    3 +--
 src/include/symbol.h       |    3 +--
 src/include/unicode.h      |    3 +--
 35 files changed, 77 insertions(+), 68 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c289dea..7ad67d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-09-17  Bernd Warken  <address@hidden>
 
+       * src/include/*: Improve the license information.
+
+2014-09-17  Bernd Warken  <address@hidden>
+
        * src/devices/grotty/*: Improve the license information.
 
 2014-09-17  Bernd Warken  <address@hidden>
diff --git a/src/include/DviChar.h b/src/include/DviChar.h
index a77f036..7180752 100644
--- a/src/include/DviChar.h
+++ b/src/include/DviChar.h
@@ -1,3 +1,21 @@
+// -*- C++ -*-
+/* Copyright (C) 2014  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 of the License, 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 can find the license text at
+<http://www.gnu.org/licenses/gpl-2.0.txt>. */
+
 /*
  * DviChar.h
  *
diff --git a/src/include/Makefile.sub b/src/include/Makefile.sub
index 0824dc4..f282e86 100644
--- a/src/include/Makefile.sub
+++ b/src/include/Makefile.sub
@@ -2,10 +2,7 @@
 #
 # File position: <groff-source>/src/include/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/include/assert.h b/src/include/assert.h
index 2127a42..5cdcfa8 100644
--- a/src/include/assert.h
+++ b/src/include/assert.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/cmap.h b/src/include/cmap.h
index 525d22e..5e21f46 100644
--- a/src/include/cmap.h
+++ b/src/include/cmap.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/color.h b/src/include/color.h
index 90066a9..9765686 100644
--- a/src/include/color.h
+++ b/src/include/color.h
@@ -1,10 +1,6 @@
 // -*- C++ -*-
-
 /* <groff_src_dir>/src/include/color.h
-
-Last update: 5 Jan 2009
-
-Copyright (C) 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
+Copyright (C) 2001-2014  Free Software Foundation, Inc.
     Written by Gaius Mulley <address@hidden>
 
 This file is part of groff.
diff --git a/src/include/cset.h b/src/include/cset.h
index b76d86b..42f4b6e 100644
--- a/src/include/cset.h
+++ b/src/include/cset.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/device.h b/src/include/device.h
index 16bb353..48d71e1 100644
--- a/src/include/device.h
+++ b/src/include/device.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2006, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/driver.h b/src/include/driver.h
index 0e783b5..f94dfef 100644
--- a/src/include/driver.h
+++ b/src/include/driver.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2003, 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/errarg.h b/src/include/errarg.h
index 0dd0545..e539127 100644
--- a/src/include/errarg.h
+++ b/src/include/errarg.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2002, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/error.h b/src/include/error.h
index 14194c2..737efa8 100644
--- a/src/include/error.h
+++ b/src/include/error.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2003, 2004, 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/font.h b/src/include/font.h
index 75d2ef1..155651a 100644
--- a/src/include/font.h
+++ b/src/include/font.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2002, 2004, 2006, 2009, 2010
-   Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/geometry.h b/src/include/geometry.h
index bf5caca..1e53e00 100644
--- a/src/include/geometry.h
+++ b/src/include/geometry.h
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2001, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014  Free Software Foundation, Inc.
      Written by Gaius Mulley <address@hidden>
 
 This file is part of groff.
diff --git a/src/include/getopt.h b/src/include/getopt.h
index 61b142b..d0c716f 100644
--- a/src/include/getopt.h
+++ b/src/include/getopt.h
@@ -1,6 +1,6 @@
 /* Declarations for getopt.
-   Copyright (C) 1989-1994,1996-1999,2001,2003,2004
-   Free Software Foundation, Inc.
+   Copyright (C) 1989-2014  Free Software Foundation, Inc.
+
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
diff --git a/src/include/getopt_int.h b/src/include/getopt_int.h
index 75820a9..0ddbad1 100644
--- a/src/include/getopt_int.h
+++ b/src/include/getopt_int.h
@@ -1,6 +1,6 @@
 /* Internal declarations for getopt.
-   Copyright (C) 1989-1994,1996-1999,2001,2003,2004
-   Free Software Foundation, Inc.
+   Copyright (C) 1989-2014  Free Software Foundation, Inc.
+
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
diff --git a/src/include/gettext.h b/src/include/gettext.h
index 26fd2c5..4be6b5e 100644
--- a/src/include/gettext.h
+++ b/src/include/gettext.h
@@ -1,3 +1,21 @@
+// -*- C++ -*-
+/* Copyright (C) 2014  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 3 of the License, 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 this program. If not, see <http://www.gnu.org/licenses/>. */
+
 /* This is a dummy header file to make getopt compile without gettext
    support. */
 
diff --git a/src/include/html-strings.h b/src/include/html-strings.h
index 2edf5b2..9739a8b 100644
--- a/src/include/html-strings.h
+++ b/src/include/html-strings.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2001, 2002, 2003, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014  Free Software Foundation, Inc.
      Written by Gaius Mulley (address@hidden).
 
 This file is part of groff.
diff --git a/src/include/htmlhint.h b/src/include/htmlhint.h
index 0c4cbbd..db2a5df 100644
--- a/src/include/htmlhint.h
+++ b/src/include/htmlhint.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2000, 2001, 2002, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 2000-2014  Free Software Foundation, Inc.
      Written by Gaius Mulley <address@hidden>
 
 This file is part of groff.
diff --git a/src/include/index.h b/src/include/index.h
index 739621e..4d85ff8 100644
--- a/src/include/index.h
+++ b/src/include/index.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/itable.h b/src/include/itable.h
index 2585a44..ad73691 100644
--- a/src/include/itable.h
+++ b/src/include/itable.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2003, 2004, 2006, 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/lib.h b/src/include/lib.h
index 7f05f2d..a0b79fa 100644
--- a/src/include/lib.h
+++ b/src/include/lib.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989-2000, 2001, 2002, 2003, 2005, 2006, 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/localcharset.h b/src/include/localcharset.h
index 6d3b7c2..a3516d1 100644
--- a/src/include/localcharset.h
+++ b/src/include/localcharset.h
@@ -1,5 +1,5 @@
 /* Determine a canonical name for the current locale's character encoding.
-   Copyright (C) 2000-2003, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2000-2014  Free Software Foundation, Inc.
    This file is part of the GNU CHARSET Library.
 
    This program is free software; you can redistribute it and/or modify
diff --git a/src/include/macropath.h b/src/include/macropath.h
index 98e93f9..8a6cc13 100644
--- a/src/include/macropath.h
+++ b/src/include/macropath.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/nonposix.h b/src/include/nonposix.h
index d905aa6..ee317d3 100644
--- a/src/include/nonposix.h
+++ b/src/include/nonposix.h
@@ -1,5 +1,5 @@
-/* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2009
-   Free Software Foundation, Inc.
+// -*- C++ -*-
+/* Copyright (C) 2000-2014  Free Software Foundation, Inc.
      Written by Eli Zaretskii (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/paper.h b/src/include/paper.h
index 73e070c..1708cd3 100644
--- a/src/include/paper.h
+++ b/src/include/paper.h
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2002, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2014  Free Software Foundation, Inc.
      Written by Werner Lemberg (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/posix.h b/src/include/posix.h
index aa4c042..f1763a0 100644
--- a/src/include/posix.h
+++ b/src/include/posix.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1992, 2000, 2001, 2002, 2005, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1992-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/printer.h b/src/include/printer.h
index 5f67608..52ba15b 100644
--- a/src/include/printer.h
+++ b/src/include/printer.h
@@ -2,14 +2,10 @@
 
 // <groff_src_dir>/src/include/printer.h
 
-/* Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002, 2003, 2004, 2006,
-                 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
 
    Written by James Clark (address@hidden)
 
-   Last update: 5 Jan 2009
-
    This file is part of groff.
 
    groff is free software; you can redistribute it and/or modify it
diff --git a/src/include/ptable.h b/src/include/ptable.h
index d1a322c..c43a070 100644
--- a/src/include/ptable.h
+++ b/src/include/ptable.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2003, 2004, 2006, 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/refid.h b/src/include/refid.h
index 345229d..b9a9a21 100644
--- a/src/include/refid.h
+++ b/src/include/refid.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/relocate.h b/src/include/relocate.h
index 7063a2a..46b5c08 100644
--- a/src/include/relocate.h
+++ b/src/include/relocate.h
@@ -1,5 +1,7 @@
+// -*- C++ -*-
 /* Provide relocation for macro and font files.
-   Copyright (C) 2005-2006, 2009 Free Software Foundation, Inc.
+
+   Copyright (C) 2005-2014  Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU Library General Public License as published
diff --git a/src/include/search.h b/src/include/search.h
index e730d92..102e97d 100644
--- a/src/include/search.h
+++ b/src/include/search.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2004, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/searchpath.h b/src/include/searchpath.h
index 5f2334c..2e09b50 100644
--- a/src/include/searchpath.h
+++ b/src/include/searchpath.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2003, 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/stringclass.h b/src/include/stringclass.h
index 0978efe..e11d834 100644
--- a/src/include/stringclass.h
+++ b/src/include/stringclass.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2002, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/symbol.h b/src/include/symbol.h
index 31b570a..3a73e98 100644
--- a/src/include/symbol.h
+++ b/src/include/symbol.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2002, 2004, 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/include/unicode.h b/src/include/unicode.h
index edd004c..7537d73 100644
--- a/src/include/unicode.h
+++ b/src/include/unicode.h
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2006, 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 2002-2014  Free Software Foundation, Inc.
      Written by Werner Lemberg <address@hidden>
 
 This file is part of groff.



reply via email to

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