groff-commit
[Top][All Lists]
Advanced

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

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


From: Bernd Warken
Subject: [groff] 01/01: src/libs/libgroff/*: Improve the license information.
Date: Wed, 17 Sep 2014 18:51:37 +0000

bwarken pushed a commit to branch master
in repository groff.

commit 25ca1a6cb79d0977bd34785848810fc00813978b
Author: Bernd Warken <address@hidden>
Date:   Wed Sep 17 20:51:24 2014 +0200

    src/libs/libgroff/*: Improve the license information.
---
 ChangeLog                         |    4 ++++
 src/libs/libgroff/Makefile.sub    |    5 +----
 src/libs/libgroff/assert.cpp      |    3 +--
 src/libs/libgroff/change_lf.cpp   |    3 +--
 src/libs/libgroff/cmap.cpp        |    3 +--
 src/libs/libgroff/color.cpp       |    5 +----
 src/libs/libgroff/config.charset  |    2 +-
 src/libs/libgroff/cset.cpp        |    3 +--
 src/libs/libgroff/device.cpp      |    3 +--
 src/libs/libgroff/errarg.cpp      |    3 +--
 src/libs/libgroff/error.cpp       |    3 +--
 src/libs/libgroff/fatal.cpp       |    3 +--
 src/libs/libgroff/filename.cpp    |   17 +++++++++++++++++
 src/libs/libgroff/fmod.c          |    3 +--
 src/libs/libgroff/font.cpp        |    4 +---
 src/libs/libgroff/fontfile.cpp    |    4 +---
 src/libs/libgroff/geometry.cpp    |    4 +---
 src/libs/libgroff/getcwd.c        |    2 +-
 src/libs/libgroff/getopt.c        |    3 +--
 src/libs/libgroff/getopt1.c       |    3 +--
 src/libs/libgroff/glyphuni.cpp    |    3 +--
 src/libs/libgroff/htmlhint.cpp    |    3 +--
 src/libs/libgroff/hypot.cpp       |    2 +-
 src/libs/libgroff/iftoa.c         |    3 +--
 src/libs/libgroff/invalid.cpp     |    2 +-
 src/libs/libgroff/itoa.c          |    3 +--
 src/libs/libgroff/lf.cpp          |    3 +--
 src/libs/libgroff/lineno.cpp      |   17 +++++++++++++++++
 src/libs/libgroff/localcharset.c  |    2 +-
 src/libs/libgroff/macropath.cpp   |    3 +--
 src/libs/libgroff/make-uniuni     |    3 +--
 src/libs/libgroff/matherr.c       |    3 +--
 src/libs/libgroff/maxfilename.cpp |    3 +--
 src/libs/libgroff/maxpathname.cpp |    2 +-
 src/libs/libgroff/mksdir.cpp      |    2 +-
 src/libs/libgroff/mkstemp.cpp     |    2 +-
 src/libs/libgroff/nametoindex.cpp |    4 +---
 src/libs/libgroff/new.cpp         |    3 +--
 src/libs/libgroff/paper.cpp       |    3 +--
 src/libs/libgroff/prime.cpp       |   17 +++++++++++++++++
 src/libs/libgroff/progname.c      |   17 +++++++++++++++++
 src/libs/libgroff/ptable.cpp      |    3 +--
 src/libs/libgroff/putenv.c        |    3 +--
 src/libs/libgroff/quotearg.c      |    3 +--
 src/libs/libgroff/ref-add.sin     |    2 +-
 src/libs/libgroff/ref-del.sin     |    2 +-
 src/libs/libgroff/relocatable.h   |   17 +++++++++++++++++
 src/libs/libgroff/relocate.cpp    |    2 +-
 src/libs/libgroff/searchpath.cpp  |    3 +--
 src/libs/libgroff/spawnvp.c       |    3 +--
 src/libs/libgroff/strcasecmp.c    |    2 +-
 src/libs/libgroff/strerror.c      |    3 +--
 src/libs/libgroff/string.cpp      |    3 +--
 src/libs/libgroff/strncasecmp.c   |   17 +++++++++++++++++
 src/libs/libgroff/strsave.cpp     |    3 +--
 src/libs/libgroff/strtol.c        |    3 +--
 src/libs/libgroff/symbol.cpp      |    3 +--
 src/libs/libgroff/tmpfile.cpp     |    3 +--
 src/libs/libgroff/tmpname.cpp     |    2 +-
 src/libs/libgroff/unicode.cpp     |    3 +--
 src/libs/libgroff/uniglyph.cpp    |    3 +--
 src/libs/libgroff/uniuni.cpp      |    3 +--
 62 files changed, 161 insertions(+), 105 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 231fd3e..3fd6eae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-09-17  Bernd Warken  <address@hidden>
 
+       * src/libs/libgroff/*: Improve the license information.
+
+2014-09-17  Bernd Warken  <address@hidden>
+
        * src/libs/libdriver/*: Improve the license information.
 
 2014-09-17  Bernd Warken  <address@hidden>
diff --git a/src/libs/libgroff/Makefile.sub b/src/libs/libgroff/Makefile.sub
index 249d6ab..80a239c 100644
--- a/src/libs/libgroff/Makefile.sub
+++ b/src/libs/libgroff/Makefile.sub
@@ -2,10 +2,7 @@
 #
 # File position: <groff-source>/src/libs/libgroff/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/libs/libgroff/assert.cpp b/src/libs/libgroff/assert.cpp
index 76a6ace..d2d6633 100644
--- a/src/libs/libgroff/assert.cpp
+++ b/src/libs/libgroff/assert.cpp
@@ -1,5 +1,4 @@
-/* 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/libs/libgroff/change_lf.cpp b/src/libs/libgroff/change_lf.cpp
index 180dd95..9d507a9 100644
--- a/src/libs/libgroff/change_lf.cpp
+++ b/src/libs/libgroff/change_lf.cpp
@@ -1,5 +1,4 @@
-/* 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/libs/libgroff/cmap.cpp b/src/libs/libgroff/cmap.cpp
index 8ee82fd..e1fbea5 100644
--- a/src/libs/libgroff/cmap.cpp
+++ b/src/libs/libgroff/cmap.cpp
@@ -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/libs/libgroff/color.cpp b/src/libs/libgroff/color.cpp
index 1378a83..3efc097 100644
--- a/src/libs/libgroff/color.cpp
+++ b/src/libs/libgroff/color.cpp
@@ -2,10 +2,7 @@
 
 /* <groff_src_dir>/src/libs/libgroff/color.cpp
 
-Last update: 5 Jan 2009
-
-Copyright (C) 2001, 2002, 2003, 2004, 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/libs/libgroff/config.charset b/src/libs/libgroff/config.charset
index 14a80c5..eeb7cd8 100755
--- a/src/libs/libgroff/config.charset
+++ b/src/libs/libgroff/config.charset
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Output a system dependent table of character encoding aliases.
 #
-#   Copyright (C) 2000-2004, 2006-2012 Free Software Foundation, Inc.
+#   Copyright (C) 2000-2024  Free Software Foundation, Inc.
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
diff --git a/src/libs/libgroff/cset.cpp b/src/libs/libgroff/cset.cpp
index a76ab6f..f4cf2a9 100644
--- a/src/libs/libgroff/cset.cpp
+++ b/src/libs/libgroff/cset.cpp
@@ -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/libs/libgroff/device.cpp b/src/libs/libgroff/device.cpp
index 4fc99d7..aea4d04 100644
--- a/src/libs/libgroff/device.cpp
+++ b/src/libs/libgroff/device.cpp
@@ -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/libs/libgroff/errarg.cpp b/src/libs/libgroff/errarg.cpp
index 117b314..1e99a2b 100644
--- a/src/libs/libgroff/errarg.cpp
+++ b/src/libs/libgroff/errarg.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 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/libs/libgroff/error.cpp b/src/libs/libgroff/error.cpp
index 4fa2d72..1275b89 100644
--- a/src/libs/libgroff/error.cpp
+++ b/src/libs/libgroff/error.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 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/libs/libgroff/fatal.cpp b/src/libs/libgroff/fatal.cpp
index c32f166..fd2c68d 100644
--- a/src/libs/libgroff/fatal.cpp
+++ b/src/libs/libgroff/fatal.cpp
@@ -1,5 +1,4 @@
-/* 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/libs/libgroff/filename.cpp b/src/libs/libgroff/filename.cpp
index 6212705..d07fda6 100644
--- a/src/libs/libgroff/filename.cpp
+++ b/src/libs/libgroff/filename.cpp
@@ -1,2 +1,19 @@
+/* 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.
+
+The GNU General Public License version 2 (GPL2) is available in the
+internet at <http://www.gnu.org/licenses/gpl-2.0.txt>. */
+
 const char *current_filename = 0;
 const char *current_source_filename = 0;
diff --git a/src/libs/libgroff/fmod.c b/src/libs/libgroff/fmod.c
index 4835cf9..6d040f8 100644
--- a/src/libs/libgroff/fmod.c
+++ b/src/libs/libgroff/fmod.c
@@ -1,5 +1,4 @@
-/* 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/libs/libgroff/font.cpp b/src/libs/libgroff/font.cpp
index fe23fdd..047a0b8 100644
--- a/src/libs/libgroff/font.cpp
+++ b/src/libs/libgroff/font.cpp
@@ -1,7 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004, 2005,
-                 2006, 2008, 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/libs/libgroff/fontfile.cpp b/src/libs/libgroff/fontfile.cpp
index 543f406..9c78dce 100644
--- a/src/libs/libgroff/fontfile.cpp
+++ b/src/libs/libgroff/fontfile.cpp
@@ -1,7 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 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/libs/libgroff/geometry.cpp b/src/libs/libgroff/geometry.cpp
index b43bed0..e6d88b1 100644
--- a/src/libs/libgroff/geometry.cpp
+++ b/src/libs/libgroff/geometry.cpp
@@ -1,7 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004,
-                 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 1989-2014  Free Software Foundation, Inc.
      Written by Gaius Mulley <address@hidden>
      using adjust_arc_center() from printer.cpp, written by James Clark.
 
diff --git a/src/libs/libgroff/getcwd.c b/src/libs/libgroff/getcwd.c
index db4a190..f06e641 100644
--- a/src/libs/libgroff/getcwd.c
+++ b/src/libs/libgroff/getcwd.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 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/libs/libgroff/getopt.c b/src/libs/libgroff/getopt.c
index 0bef41d..e3f2364 100644
--- a/src/libs/libgroff/getopt.c
+++ b/src/libs/libgroff/getopt.c
@@ -2,8 +2,7 @@
    NOTE: getopt is now part of the C library, so if you don't know what
    "Keep this file name-space clean" means, talk to address@hidden
    before changing it!
-   Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004
-       Free Software Foundation, Inc.
+   Copyright (C) 1987-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/libs/libgroff/getopt1.c b/src/libs/libgroff/getopt1.c
index e6a01ca..f31c42f 100644
--- a/src/libs/libgroff/getopt1.c
+++ b/src/libs/libgroff/getopt1.c
@@ -1,6 +1,5 @@
 /* getopt_long and getopt_long_only entry points for GNU getopt.
-   Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98,2004
-     Free Software Foundation, Inc.
+   Copyright (C) 1987-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/libs/libgroff/glyphuni.cpp b/src/libs/libgroff/glyphuni.cpp
index 845189b..bed2060 100644
--- a/src/libs/libgroff/glyphuni.cpp
+++ b/src/libs/libgroff/glyphuni.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2004, 2006, 2009, 2012
-   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/libs/libgroff/htmlhint.cpp b/src/libs/libgroff/htmlhint.cpp
index 99b6651..4ba9569 100644
--- a/src/libs/libgroff/htmlhint.cpp
+++ b/src/libs/libgroff/htmlhint.cpp
@@ -1,5 +1,4 @@
-/* Copyright (C) 2000, 2001, 2002, 2008, 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/libs/libgroff/hypot.cpp b/src/libs/libgroff/hypot.cpp
index cbd6160..2927ce3 100644
--- a/src/libs/libgroff/hypot.cpp
+++ b/src/libs/libgroff/hypot.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2014  Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
diff --git a/src/libs/libgroff/iftoa.c b/src/libs/libgroff/iftoa.c
index 5a58a99..7f39fa0 100644
--- a/src/libs/libgroff/iftoa.c
+++ b/src/libs/libgroff/iftoa.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 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/libs/libgroff/invalid.cpp b/src/libs/libgroff/invalid.cpp
index 6c56196..e9992fd 100644
--- a/src/libs/libgroff/invalid.cpp
+++ b/src/libs/libgroff/invalid.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2002, 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/libs/libgroff/itoa.c b/src/libs/libgroff/itoa.c
index a745c3a..fdeca06 100644
--- a/src/libs/libgroff/itoa.c
+++ b/src/libs/libgroff/itoa.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 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/libs/libgroff/lf.cpp b/src/libs/libgroff/lf.cpp
index cce3294..b35683b 100644
--- a/src/libs/libgroff/lf.cpp
+++ b/src/libs/libgroff/lf.cpp
@@ -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/libs/libgroff/lineno.cpp b/src/libs/libgroff/lineno.cpp
index f7138db..bb741c1 100644
--- a/src/libs/libgroff/lineno.cpp
+++ b/src/libs/libgroff/lineno.cpp
@@ -1 +1,18 @@
+/* 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.
+
+The GNU General Public License version 2 (GPL2) is available in the
+internet at <http://www.gnu.org/licenses/gpl-2.0.txt>. */
+
 int current_lineno = 0;
diff --git a/src/libs/libgroff/localcharset.c b/src/libs/libgroff/localcharset.c
index d41f346..fa8d597 100644
--- a/src/libs/libgroff/localcharset.c
+++ b/src/libs/libgroff/localcharset.c
@@ -1,6 +1,6 @@
 /* Determine a canonical name for the current locale's character encoding.
 
-   Copyright (C) 2000-2006, 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2000-2014  Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/src/libs/libgroff/macropath.cpp b/src/libs/libgroff/macropath.cpp
index 69b4009..3731252 100644
--- a/src/libs/libgroff/macropath.cpp
+++ b/src/libs/libgroff/macropath.cpp
@@ -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/libs/libgroff/make-uniuni b/src/libs/libgroff/make-uniuni
index 9e660c5..a272182 100755
--- a/src/libs/libgroff/make-uniuni
+++ b/src/libs/libgroff/make-uniuni
@@ -2,8 +2,7 @@
 #
 # make-uniuni -- script for creating the file uniuni.cpp
 #
-# Copyright (C) 2005, 2006, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2005-2014  Free Software Foundation, Inc.
 #      Written by Werner Lemberg <address@hidden>
 #
 # This file is part of groff.
diff --git a/src/libs/libgroff/matherr.c b/src/libs/libgroff/matherr.c
index c02ead1..e9f5c2c 100644
--- a/src/libs/libgroff/matherr.c
+++ b/src/libs/libgroff/matherr.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 1989, 1990, 1991, 1992, 2001, 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/libs/libgroff/maxfilename.cpp 
b/src/libs/libgroff/maxfilename.cpp
index 430bd75..3162fab 100644
--- a/src/libs/libgroff/maxfilename.cpp
+++ b/src/libs/libgroff/maxfilename.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1992, 2001, 2003, 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/libs/libgroff/maxpathname.cpp 
b/src/libs/libgroff/maxpathname.cpp
index 1d98ece..ee58cc2 100644
--- a/src/libs/libgroff/maxpathname.cpp
+++ b/src/libs/libgroff/maxpathname.cpp
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2014  Free Software Foundation, Inc.
      Written by Werner Lemberg (address@hidden)
 
 This file is part of groff.
diff --git a/src/libs/libgroff/mksdir.cpp b/src/libs/libgroff/mksdir.cpp
index 36bedf9..f466a05 100644
--- a/src/libs/libgroff/mksdir.cpp
+++ b/src/libs/libgroff/mksdir.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014  Free Software Foundation, Inc.
      Written by Werner Lemberg (address@hidden)
 
 This file is part of groff.
diff --git a/src/libs/libgroff/mkstemp.cpp b/src/libs/libgroff/mkstemp.cpp
index 78a6f4e..30615fe 100644
--- a/src/libs/libgroff/mkstemp.cpp
+++ b/src/libs/libgroff/mkstemp.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014 Free Software Foundation, Inc.
      Written by Werner Lemberg (address@hidden)
 
 This file is part of groff.
diff --git a/src/libs/libgroff/nametoindex.cpp 
b/src/libs/libgroff/nametoindex.cpp
index 31c3590..3a495c7 100644
--- a/src/libs/libgroff/nametoindex.cpp
+++ b/src/libs/libgroff/nametoindex.cpp
@@ -1,7 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004, 2006,
-                 2008, 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/libs/libgroff/new.cpp b/src/libs/libgroff/new.cpp
index 5a3639a..74a5dc2 100644
--- a/src/libs/libgroff/new.cpp
+++ b/src/libs/libgroff/new.cpp
@@ -1,5 +1,4 @@
-/* Copyright (C) 1989, 1990, 1991, 1992, 2001, 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/libs/libgroff/paper.cpp b/src/libs/libgroff/paper.cpp
index 27a7c8c..ecfdfda 100644
--- a/src/libs/libgroff/paper.cpp
+++ b/src/libs/libgroff/paper.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2004, 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/libs/libgroff/prime.cpp b/src/libs/libgroff/prime.cpp
index f0b1ead..a19a8ae 100644
--- a/src/libs/libgroff/prime.cpp
+++ b/src/libs/libgroff/prime.cpp
@@ -1,3 +1,20 @@
+/* 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.
+
+The GNU General Public License version 2 (GPL2) is available in the
+internet at <http://www.gnu.org/licenses/gpl-2.0.txt>. */
+
 #include <math.h>
 
 int is_prime(unsigned n)
diff --git a/src/libs/libgroff/progname.c b/src/libs/libgroff/progname.c
index a70e341..1d6e2fd 100644
--- a/src/libs/libgroff/progname.c
+++ b/src/libs/libgroff/progname.c
@@ -1 +1,18 @@
+/* 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.
+
+The GNU General Public License version 2 (GPL2) is available in the
+internet at <http://www.gnu.org/licenses/gpl-2.0.txt>. */
+
 const char *program_name = 0;
diff --git a/src/libs/libgroff/ptable.cpp b/src/libs/libgroff/ptable.cpp
index 3703a66..97cabcb 100644
--- a/src/libs/libgroff/ptable.cpp
+++ b/src/libs/libgroff/ptable.cpp
@@ -1,5 +1,4 @@
-/* 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/libs/libgroff/putenv.c b/src/libs/libgroff/putenv.c
index e114b63..86e3786 100644
--- a/src/libs/libgroff/putenv.c
+++ b/src/libs/libgroff/putenv.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 1991, 2001, 2006, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014  Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
diff --git a/src/libs/libgroff/quotearg.c b/src/libs/libgroff/quotearg.c
index 7f445af..535fce9 100644
--- a/src/libs/libgroff/quotearg.c
+++ b/src/libs/libgroff/quotearg.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 2004, 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 2004-2014  Free Software Foundation, Inc.
      Written by:  Jeff Conrad    (address@hidden)
        and        Keith Marshall (address@hidden)
 
diff --git a/src/libs/libgroff/ref-add.sin b/src/libs/libgroff/ref-add.sin
index 76404ee..0c7cd03 100644
--- a/src/libs/libgroff/ref-add.sin
+++ b/src/libs/libgroff/ref-add.sin
@@ -1,6 +1,6 @@
 # Add this package to a list of references stored in a text file.
 #
-#   Copyright (C) 2000, 2009-2012 Free Software Foundation, Inc.
+#   Copyright (C) 2000-2014  Free Software Foundation, Inc.
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
diff --git a/src/libs/libgroff/ref-del.sin b/src/libs/libgroff/ref-del.sin
index 0ec83ed..12afd4b 100644
--- a/src/libs/libgroff/ref-del.sin
+++ b/src/libs/libgroff/ref-del.sin
@@ -1,6 +1,6 @@
 # Remove this package from a list of references stored in a text file.
 #
-#   Copyright (C) 2000, 2009-2012 Free Software Foundation, Inc.
+#   Copyright (C) 2000-2014  Free Software Foundation, Inc.
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
diff --git a/src/libs/libgroff/relocatable.h b/src/libs/libgroff/relocatable.h
index ac608fe..8280809 100644
--- a/src/libs/libgroff/relocatable.h
+++ b/src/libs/libgroff/relocatable.h
@@ -1,2 +1,19 @@
+/* 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.
+
+The GNU General Public License version 2 (GPL2) is available in the
+internet at <http://www.gnu.org/licenses/gpl-2.0.txt>. */
+
 #include "relocate.h"
 #define relocate(path) relocatep(path)
diff --git a/src/libs/libgroff/relocate.cpp b/src/libs/libgroff/relocate.cpp
index 1fd81ea..ead2d6b 100644
--- a/src/libs/libgroff/relocate.cpp
+++ b/src/libs/libgroff/relocate.cpp
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /* Provide relocation for macro and font files.
-   Copyright (C) 2005, 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/libs/libgroff/searchpath.cpp b/src/libs/libgroff/searchpath.cpp
index 105dfdf..f9efe11 100644
--- a/src/libs/libgroff/searchpath.cpp
+++ b/src/libs/libgroff/searchpath.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2003, 2005, 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/libs/libgroff/spawnvp.c b/src/libs/libgroff/spawnvp.c
index d59a3f2..0cc6fb1 100644
--- a/src/libs/libgroff/spawnvp.c
+++ b/src/libs/libgroff/spawnvp.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 2004, 2009
-   Free Software Foundation, Inc.
+/* Copyright (C) 2004-2014  Free Software Foundation, Inc.
      Written by: Keith Marshall (address@hidden)
 
 This file is part of groff.
diff --git a/src/libs/libgroff/strcasecmp.c b/src/libs/libgroff/strcasecmp.c
index 73230e9..4eb99be 100644
--- a/src/libs/libgroff/strcasecmp.c
+++ b/src/libs/libgroff/strcasecmp.c
@@ -1,5 +1,5 @@
 /* strcasecmp.c -- case insensitive string comparator
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998-2014  Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/src/libs/libgroff/strerror.c b/src/libs/libgroff/strerror.c
index 89f6696..c62d5a4 100644
--- a/src/libs/libgroff/strerror.c
+++ b/src/libs/libgroff/strerror.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 1989, 1990, 1991, 1992, 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/libs/libgroff/string.cpp b/src/libs/libgroff/string.cpp
index 8176341..da3b2dc 100644
--- a/src/libs/libgroff/string.cpp
+++ b/src/libs/libgroff/string.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002, 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/libs/libgroff/strncasecmp.c b/src/libs/libgroff/strncasecmp.c
index 68d95aa..2ee553f 100644
--- a/src/libs/libgroff/strncasecmp.c
+++ b/src/libs/libgroff/strncasecmp.c
@@ -1,2 +1,19 @@
+/* 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.
+
+The GNU General Public License version 2 (GPL2) is available in the
+internet at <http://www.gnu.org/licenses/gpl-2.0.txt>. */
+
 #define LENGTH_LIMIT
 #include "strcasecmp.c"
diff --git a/src/libs/libgroff/strsave.cpp b/src/libs/libgroff/strsave.cpp
index 5f6464f..b8b69cc 100644
--- a/src/libs/libgroff/strsave.cpp
+++ b/src/libs/libgroff/strsave.cpp
@@ -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/libs/libgroff/strtol.c b/src/libs/libgroff/strtol.c
index 76c0b91..78bab70 100644
--- a/src/libs/libgroff/strtol.c
+++ b/src/libs/libgroff/strtol.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 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/libs/libgroff/symbol.cpp b/src/libs/libgroff/symbol.cpp
index 7032041..b298d3d 100644
--- a/src/libs/libgroff/symbol.cpp
+++ b/src/libs/libgroff/symbol.cpp
@@ -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/libs/libgroff/tmpfile.cpp b/src/libs/libgroff/tmpfile.cpp
index 4924e70..07ecf2e 100644
--- a/src/libs/libgroff/tmpfile.cpp
+++ b/src/libs/libgroff/tmpfile.cpp
@@ -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/libs/libgroff/tmpname.cpp b/src/libs/libgroff/tmpname.cpp
index 849aa6a..0a6a1e5 100644
--- a/src/libs/libgroff/tmpname.cpp
+++ b/src/libs/libgroff/tmpname.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2003, 2004, 2009, 2013 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014  Free Software Foundation, Inc.
      Written by Werner Lemberg (address@hidden)
 
 This file is part of groff.
diff --git a/src/libs/libgroff/unicode.cpp b/src/libs/libgroff/unicode.cpp
index abd8af1..366982e 100644
--- a/src/libs/libgroff/unicode.cpp
+++ b/src/libs/libgroff/unicode.cpp
@@ -1,6 +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/libs/libgroff/uniglyph.cpp b/src/libs/libgroff/uniglyph.cpp
index c07870b..7c6708f 100644
--- a/src/libs/libgroff/uniglyph.cpp
+++ b/src/libs/libgroff/uniglyph.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2002-2004, 2006, 2009, 2012
-   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/libs/libgroff/uniuni.cpp b/src/libs/libgroff/uniuni.cpp
index 5a0c180..7991139 100644
--- a/src/libs/libgroff/uniuni.cpp
+++ b/src/libs/libgroff/uniuni.cpp
@@ -1,6 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2004, 2005, 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]