[liblouis-liblouisxml] [liblouis] r891 committed - Upgrade to gnulib v0.0-7794-g964bbc2

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Fri, 04 Jan 2013 13:36:32 +0000

Revision: 891
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Fri Jan  4 05:35:50 2013
Log:      Upgrade to gnulib v0.0-7794-g964bbc2

http://code.google.com/p/liblouis/source/detail?r=891

Modified:
 /trunk/ChangeLog
 /trunk/build-aux/snippet/arg-nonnull.h
 /trunk/build-aux/snippet/c++defs.h
 /trunk/build-aux/snippet/warn-on-use.h
 /trunk/gnulib/Makefile.am
 /trunk/gnulib/getopt.c
 /trunk/gnulib/getopt.in.h
 /trunk/gnulib/getopt1.c
 /trunk/gnulib/getopt_int.h
 /trunk/gnulib/gettext.h
 /trunk/gnulib/m4/00gnulib.m4
 /trunk/gnulib/m4/extensions.m4
 /trunk/gnulib/m4/extern-inline.m4
 /trunk/gnulib/m4/getopt.m4
 /trunk/gnulib/m4/gnulib-cache.m4
 /trunk/gnulib/m4/gnulib-common.m4
 /trunk/gnulib/m4/gnulib-comp.m4
 /trunk/gnulib/m4/gnulib-tool.m4
 /trunk/gnulib/m4/include_next.m4
 /trunk/gnulib/m4/nocrash.m4
 /trunk/gnulib/m4/off_t.m4
 /trunk/gnulib/m4/onceonly.m4
 /trunk/gnulib/m4/ssize_t.m4
 /trunk/gnulib/m4/stdarg.m4
 /trunk/gnulib/m4/stddef_h.m4
 /trunk/gnulib/m4/sys_types_h.m4
 /trunk/gnulib/m4/unistd_h.m4
 /trunk/gnulib/m4/version-etc.m4
 /trunk/gnulib/m4/warn-on-use.m4
 /trunk/gnulib/m4/wchar_t.m4
 /trunk/gnulib/progname.c
 /trunk/gnulib/progname.h
 /trunk/gnulib/stdarg.in.h
 /trunk/gnulib/stddef.in.h
 /trunk/gnulib/sys/types.h
 /trunk/gnulib/sys_types.in.h
 /trunk/gnulib/unistd.in.h
 /trunk/gnulib/version-etc.c
 /trunk/gnulib/version-etc.h

=======================================
--- /trunk/ChangeLog    Fri Jan  4 01:29:32 2013
+++ /trunk/ChangeLog    Fri Jan  4 05:35:50 2013
@@ -1,5 +1,12 @@
 2013-01-04  Christian Egli  <christian.egli@xxxxxx>

+       * gnulib/sys/*.h:
+       * gnulib/m4/*.m4
+       * gnulib/*.h:
+       * gnulib/*.c:
+       * gnulib/Makefile.am:
+       * build-aux/snippet/*.h: Upgrade to gnulib v0.0-7794-g964bbc2
+
        * tables/en-ueb-g2.ctb: excludes entries that are not needed,
        thanks to Joseph Lee.

=======================================
--- /trunk/build-aux/snippet/arg-nonnull.h      Tue Oct  2 08:16:35 2012
+++ /trunk/build-aux/snippet/arg-nonnull.h      Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* A C macro for declaring that specific arguments must not be NULL.
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 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
=======================================
--- /trunk/build-aux/snippet/c++defs.h  Tue Oct  2 08:16:35 2012
+++ /trunk/build-aux/snippet/c++defs.h  Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* C++ compatible function declaration macros.
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2013 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
=======================================
--- /trunk/build-aux/snippet/warn-on-use.h      Wed Dec 19 03:40:39 2012
+++ /trunk/build-aux/snippet/warn-on-use.h      Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* A C macro for emitting warnings if a function is used.
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2013 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
=======================================
--- /trunk/gnulib/Makefile.am   Wed Dec 19 03:40:39 2012
+++ /trunk/gnulib/Makefile.am   Fri Jan  4 05:35:50 2013
@@ -1,6 +1,6 @@
 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
 ## Process this file with automake to produce Makefile.in.
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
=======================================
--- /trunk/gnulib/getopt.c      Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/getopt.c      Fri Jan  4 05:35:50 2013
@@ -2,7 +2,7 @@
    NOTE: getopt is part of the C library, so if you don't know what
    "Keep this file name-space clean" means, talk to drepper@xxxxxxx
    before changing it!
-   Copyright (C) 1987-1996, 1998-2004, 2006, 2008-2012 Free Software
+   Copyright (C) 1987-1996, 1998-2004, 2006, 2008-2013 Free Software
    Foundation, Inc.
    This file is part of the GNU C Library.

=======================================
--- /trunk/gnulib/getopt.in.h   Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/getopt.in.h   Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* Declarations for getopt.
- Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2012 Free Software + Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2013 Free Software
    Foundation, Inc.
    This file is part of the GNU C Library.

=======================================
--- /trunk/gnulib/getopt1.c     Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/getopt1.c     Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* getopt_long and getopt_long_only entry points for GNU getopt.
-   Copyright (C) 1987-1994, 1996-1998, 2004, 2006, 2009-2012 Free Software
+   Copyright (C) 1987-1994, 1996-1998, 2004, 2006, 2009-2013 Free Software
    Foundation, Inc.
    This file is part of the GNU C Library.

=======================================
--- /trunk/gnulib/getopt_int.h  Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/getopt_int.h  Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* Internal declarations for getopt.
- Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2004, 2009-2012 Free Software + Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2004, 2009-2013 Free Software
    Foundation, Inc.
    This file is part of the GNU C Library.

=======================================
--- /trunk/gnulib/gettext.h     Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/gettext.h     Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* Convenience header for conditional use of GNU <libintl.h>.
-   Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2012 Free Software
+   Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2013 Free Software
    Foundation, Inc.

    This program is free software; you can redistribute it and/or modify
=======================================
--- /trunk/gnulib/m4/00gnulib.m4        Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/00gnulib.m4        Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # 00gnulib.m4 serial 2
-dnl Copyright (C) 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2009-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/extensions.m4      Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/extensions.m4      Fri Jan  4 05:35:50 2013
@@ -1,7 +1,7 @@
 # serial 12  -*- Autoconf -*-
 # Enable extensions on systems that normally disable them.

-# Copyright (C) 2003, 2006-2012 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006-2013 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/extern-inline.m4   Wed Dec 19 03:40:39 2012
+++ /trunk/gnulib/m4/extern-inline.m4   Fri Jan  4 05:35:50 2013
@@ -1,6 +1,6 @@
 dnl 'extern inline' a la ISO C99.

-dnl Copyright 2012 Free Software Foundation, Inc.
+dnl Copyright 2012-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/getopt.m4  Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/getopt.m4  Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # getopt.m4 serial 44
-dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2006, 2008-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/gnulib-cache.m4    Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/gnulib-cache.m4    Fri Jan  4 05:35:50 2013
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
=======================================
--- /trunk/gnulib/m4/gnulib-common.m4   Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/gnulib-common.m4   Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # gnulib-common.m4 serial 33
-dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2007-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -294,6 +294,8 @@
 # for interoperability with automake-1.9.6 from autoconf-2.62.
 # Remove this macro when we can assume autoconf >= 2.62 or
 # autoconf >= 2.60 && automake >= 1.10.
+# AC_AUTOCONF_VERSION was introduced in 2.62, so use that as the witness.
+m4_ifndef([AC_AUTOCONF_VERSION],[
 m4_ifdef([AC_PROG_MKDIR_P], [
   dnl For automake-1.9.6 && autoconf < 2.62: Ensure MKDIR_P is AC_SUBSTed.
   m4_define([AC_PROG_MKDIR_P],
@@ -304,13 +306,15 @@
     [AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
      MKDIR_P='$(mkdir_p)'
      AC_SUBST([MKDIR_P])])])
+])

 # AC_C_RESTRICT
# This definition overrides the AC_C_RESTRICT macro from autoconf 2.60..2.61,
 # so that mixed use of GNU C and GNU C++ and mixed use of Sun C and Sun C++
 # works.
 # This definition can be removed once autoconf >= 2.62 can be assumed.
-m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.62]),[-1],[
+# AC_AUTOCONF_VERSION was introduced in 2.62, so use that as the witness.
+m4_ifndef([AC_AUTOCONF_VERSION],[
 AC_DEFUN([AC_C_RESTRICT],
 [AC_CACHE_CHECK([for C/C++ restrict keyword], [ac_cv_c_restrict],
   [ac_cv_c_restrict=no
=======================================
--- /trunk/gnulib/m4/gnulib-comp.m4     Wed Dec 19 03:40:39 2012
+++ /trunk/gnulib/m4/gnulib-comp.m4     Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # DO NOT EDIT! GENERATED AUTOMATICALLY!
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
=======================================
--- /trunk/gnulib/m4/gnulib-tool.m4     Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/gnulib-tool.m4     Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # gnulib-tool.m4 serial 2
-dnl Copyright (C) 2004-2005, 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2004-2005, 2009-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/include_next.m4    Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/include_next.m4    Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # include_next.m4 serial 23
-dnl Copyright (C) 2006-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2006-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/nocrash.m4 Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/nocrash.m4 Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # nocrash.m4 serial 4
-dnl Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2009-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/off_t.m4   Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/off_t.m4   Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # off_t.m4 serial 1
-dnl Copyright (C) 2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2012-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/onceonly.m4        Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/onceonly.m4        Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # onceonly.m4 serial 9
-dnl Copyright (C) 2002-2003, 2005-2006, 2008-2012 Free Software Foundation,
+dnl Copyright (C) 2002-2003, 2005-2006, 2008-2013 Free Software Foundation,
 dnl Inc.
 dnl
 dnl This file is free software; you can redistribute it and/or modify
=======================================
--- /trunk/gnulib/m4/ssize_t.m4 Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/ssize_t.m4 Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # ssize_t.m4 serial 5 (gettext-0.18.2)
-dnl Copyright (C) 2001-2003, 2006, 2010-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2001-2003, 2006, 2010-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/stdarg.m4  Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/stdarg.m4  Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # stdarg.m4 serial 6
-dnl Copyright (C) 2006, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2008-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/stddef_h.m4        Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/stddef_h.m4        Fri Jan  4 05:35:50 2013
@@ -1,6 +1,6 @@
dnl A placeholder for POSIX 2008 <stddef.h>, for platforms that have issues.
 # stddef_h.m4 serial 4
-dnl Copyright (C) 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2009-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/sys_types_h.m4     Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/sys_types_h.m4     Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # sys_types_h.m4 serial 4
-dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2011-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/unistd_h.m4        Wed Dec 19 03:40:39 2012
+++ /trunk/gnulib/m4/unistd_h.m4        Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # unistd_h.m4 serial 66
-dnl Copyright (C) 2006-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2006-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/version-etc.m4     Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/version-etc.m4     Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # version-etc.m4 serial 1
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/warn-on-use.m4     Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/warn-on-use.m4     Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # warn-on-use.m4 serial 5
-dnl Copyright (C) 2010-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2010-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/m4/wchar_t.m4 Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/m4/wchar_t.m4 Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 # wchar_t.m4 serial 4 (gettext-0.18.2)
-dnl Copyright (C) 2002-2003, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2008-2013 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
=======================================
--- /trunk/gnulib/progname.c    Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/progname.c    Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* Program name management.
-   Copyright (C) 2001-2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2013 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@xxxxxxxxx>, 2001.

    This program is free software: you can redistribute it and/or modify
=======================================
--- /trunk/gnulib/progname.h    Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/progname.h    Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* Program name management.
-   Copyright (C) 2001-2004, 2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2001-2004, 2006, 2009-2013 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@xxxxxxxxx>, 2001.

    This program is free software: you can redistribute it and/or modify
=======================================
--- /trunk/gnulib/stdarg.in.h   Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/stdarg.in.h   Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* Substitute for and wrapper around <stdarg.h>.
-   Copyright (C) 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008-2013 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
=======================================
--- /trunk/gnulib/stddef.in.h   Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/stddef.in.h   Fri Jan  4 05:35:50 2013
@@ -1,6 +1,6 @@
 /* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues.

-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 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
=======================================
--- /trunk/gnulib/sys/types.h   Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/sys/types.h   Fri Jan  4 05:35:50 2013
@@ -1,7 +1,7 @@
 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
 /* Provide a more complete sys/types.h.

-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 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
=======================================
--- /trunk/gnulib/sys_types.in.h        Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/sys_types.in.h        Fri Jan  4 05:35:50 2013
@@ -1,6 +1,6 @@
 /* Provide a more complete sys/types.h.

-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 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
=======================================
--- /trunk/gnulib/unistd.in.h   Wed Dec 19 03:40:39 2012
+++ /trunk/gnulib/unistd.in.h   Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* Substitute for and wrapper around <unistd.h>.
-   Copyright (C) 2003-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 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
=======================================
--- /trunk/gnulib/version-etc.c Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/version-etc.c Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* Print --version and bug-reporting information in a consistent format.
-   Copyright (C) 1999-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2013 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
@@ -38,7 +38,7 @@
 # define PACKAGE PACKAGE_TARNAME
 #endif

-enum { COPYRIGHT_YEAR = 2012 };
+enum { COPYRIGHT_YEAR = 2013 };

 /* The three functions below display the --version information the
    standard way.
=======================================
--- /trunk/gnulib/version-etc.h Tue Oct  2 07:53:59 2012
+++ /trunk/gnulib/version-etc.h Fri Jan  4 05:35:50 2013
@@ -1,5 +1,5 @@
 /* Print --version and bug-reporting information in a consistent format.
-   Copyright (C) 1999, 2003, 2005, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2005, 2009-2013 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
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r891 committed - Upgrade to gnulib v0.0-7794-g964bbc2 - liblouis