Merge commit 'stable/20110609'
authorIan Beckwith <ianb@erislabs.net>
Fri, 10 Jun 2011 01:09:47 +0000 (02:09 +0100)
committerIan Beckwith <ianb@erislabs.net>
Fri, 10 Jun 2011 01:09:47 +0000 (02:09 +0100)
24 files changed:
debian/README.source [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/clscan/README [new file with mode: 0644]
debian/clscan/clscan [new file with mode: 0755]
debian/clscan/copyright.in [new file with mode: 0644]
debian/clscan/files.yaml [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/gnulib.doc-base [new file with mode: 0644]
debian/gnulib.docs [new file with mode: 0644]
debian/gnulib.info [new file with mode: 0644]
debian/gnulib.lintian-overrides [new file with mode: 0644]
debian/gnulib.manpages [new file with mode: 0644]
debian/manpages/check-module.1 [new file with mode: 0644]
debian/manpages/gnulib-tool.1 [new file with mode: 0644]
debian/patches/01-gnulib-directory.patch [new file with mode: 0644]
debian/patches/02-shebang.patch [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]
gnulib-tool
lib/uniname/gen-uninames.lisp

diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..2051d6b
--- /dev/null
@@ -0,0 +1,8 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.  Please see:
+
+    /usr/share/doc/quilt/README.source
+
+for more information on how to apply the patches, modify patches, or
+remove a patch.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..5f12f3f
--- /dev/null
@@ -0,0 +1,501 @@
+gnulib (20110412+stable-1) unstable; urgency=low
+
+  * New upstream stable snapshot.
+  * Refresh 01-gnulib-directory.patch.
+  * Disable test suite - now requires cppi which is not in Debian.
+  * Fix lintian override path syntax.
+
+ -- Ian Beckwith <ianb@debian.org>  Thu, 14 Apr 2011 17:58:14 +0100
+
+gnulib (20110216+stable-1) unstable; urgency=low
+
+  * New upstream stable snapshot.
+  * Resume uploading to unstable.
+  * Refreshed patches.
+
+ -- Ian Beckwith <ianb@debian.org>  Thu, 17 Feb 2011 00:04:04 +0000
+
+gnulib (20101221+stable-1) experimental; urgency=low
+
+  * New upstream stable snapshot, identical to the
+    previous 20101220+stable-1 but with:
+    [d534aa8]->[385ec31] iconv_open: Fix regression from 2010-12-04.
+
+ -- Ian Beckwith <ianb@debian.org>  Wed, 22 Dec 2010 23:17:09 +0000
+
+gnulib (20101220+stable-1) experimental; urgency=low
+
+  * New upstream stable snapshot.
+
+ -- Ian Beckwith <ianb@debian.org>  Mon, 20 Dec 2010 21:01:23 +0000
+
+gnulib (20101024+stable-1) experimental; urgency=low
+
+  * New upstream stable snapshot.
+  * Upload to experimental as squeeze is frozen.
+
+ -- Ian Beckwith <ianb@debian.org>  Sun, 24 Oct 2010 01:04:55 +0100
+
+gnulib (20100829+stable-1) experimental; urgency=low
+
+  * New upstream stable snapshot.
+  * Upload to experimental as squeeze is frozen.
+  * Refresh 01-gnulib-directory.patch.
+  * Standards-Version: 3.9.1 (no changes).
+
+ -- Ian Beckwith <ianb@debian.org>  Mon, 30 Aug 2010 22:00:33 +0100
+
+gnulib (20100704+stable-1) unstable; urgency=low
+
+  * New upstream stable snapshot.
+  * Depends: gettext (>= 0.18.1), autopoint.
+  * Standards-Version: 3.9.0 (no changes).
+
+ -- Ian Beckwith <ianb@debian.org>  Sun, 04 Jul 2010 03:05:46 +0100
+
+gnulib (20100424+stable-1) unstable; urgency=low
+
+  * New upstream stable snapshot.
+  * Refresh 01-gnulib-directory.patch.
+  * Switch to source format 3.0 (quilt).
+  * debian/rules: Remove 'upstream' target - not needed now we use stable
+    snapshot tarballs.
+
+ -- Ian Beckwith <ianb@debian.org>  Sat, 24 Apr 2010 22:06:23 +0100
+
+gnulib (20100308+stable-1) unstable; urgency=low
+
+  * New upstream stable snapshot.
+  * Standards-Version: 3.8.4 (no changes).
+  * Refresh 01-gnulib-directory.patch.
+
+ -- Ian Beckwith <ianb@debian.org>  Mon, 08 Mar 2010 06:51:23 +0000
+
+gnulib (20100109+stable-1) unstable; urgency=low
+
+  * New upstream stable snapshot
+    + at_func2.c: fix free. Thanks to Petr Salinger (Closes: #561117).
+  * debian/rules: make lib/config.charset executable.
+
+ -- Ian Beckwith <ianb@debian.org>  Sun, 17 Jan 2010 07:26:49 +0000
+
+gnulib (20091120+stable-1) unstable; urgency=low
+
+  * New upstream stable snapshot.
+  * Install posix-modules (Closes: #555493).
+    Also install MODULES.html.sh and the root Makefile, just in case.
+  * Install NEWS, NEWS.stable, README, users.txt to /usr/share/doc/gnulib.
+  * Add dependencies for everything needed by gnulib-tool.
+  * Add lintian executable-not-elf-or-script overrides for scripts
+    in build-aux/ that invoke themselves with excessively magical
+    non-shebang lines.
+  * debian/clscan/clscan: allow LGPL-3+ as an override.
+  * debian/control: add Vcs-* headers.
+
+ -- Ian Beckwith <ianb@debian.org>  Fri, 20 Nov 2009 01:19:58 +0000
+
+gnulib (20090915+f32c9d0-2) unstable; urgency=low
+
+  * Add top/ to installed directories.
+  * debian/rules: don't chmod canonicalize-lgpl.m4: removed.
+
+ -- Ian Beckwith <ianb@debian.org>  Sun, 27 Sep 2009 04:11:26 +0100
+
+gnulib (20090915+f32c9d0-1) unstable; urgency=low
+
+  * New upstream snapshot 20090915+f32c9d0.
+  * Full license/copyright audit.
+    See debian/clscan/README for info on updating debian/copyright.
+
+ -- Ian Beckwith <ianb@debian.org>  Wed, 16 Sep 2009 03:01:32 +0100
+
+gnulib (20090908+c5c46dc-1) unstable; urgency=low
+
+  * New maintainer (closes: #543842).
+  * New upstream snapshot 20090908+c5c46dc.
+  * debian/rules:
+    + upstream:
+      * use short git hash in package version.
+      * use --depth 1 when cloning.
+    + override_dh_install:
+      * remove .cvsignore and .gitignore files
+  * debian/control:
+    + add Depends: ${misc:Depends}.
+    + Bump debhelper build-dep to >= 7.0.50~ (for overrides).
+    + Add clisp to Suggests: for gen-uninames.lisp. Should only
+      be needed if you are hacking on gnulib itself.
+  * Added debian/README.source.
+  * Added stub debian/watch file.
+  * Registered gnulib.html with doc-base.
+  * debian/copyright: improved somewhat; still needs more work.
+  * Fixed perms on test scripts.
+
+ -- Ian Beckwith <ianb@debian.org>  Tue, 08 Sep 2009 02:35:47 +0100
+
+gnulib (20090801-2) unstable; urgency=low
+
+  * Updating package to standards version 3.8.3.
+  * Removing vcs fields.
+  * Orphaning package.
+
+ -- Daniel Baumann <daniel@debian.org>  Thu, 27 Aug 2009 07:32:01 +0200
+
+gnulib (20090801-1) unstable; urgency=low
+
+  * Merging upstream version 20090801.
+  * Minimalizing rules file.
+
+ -- Daniel Baumann <daniel@debian.org>  Mon, 03 Aug 2009 00:26:08 +0200
+
+gnulib (20090701-1) unstable; urgency=low
+
+  * Merging upstream version 20090701.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 10 Jul 2009 12:13:50 +0200
+
+gnulib (20090601-1) UNRELEASED; urgency=low
+
+  * Merging upstream version 20090601.
+  * Updating package to standards version 3.8.2.
+  * Using correct rfc-2822 date formats in changelog.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 10 Jul 2009 12:09:20 +0200
+
+gnulib (20090501-1) unstable; urgency=low
+
+  * Merging upstream version 20090501.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 03 May 2009 15:21:00 +0200
+
+gnulib (20090401-1) unstable; urgency=low
+
+  * Merging upstream version 20090401.
+  * Using quilt rather than dpatch.
+  * Upgrading package to standards 3.8.1.
+  * Tidy rules file.
+
+ -- Daniel Baumann <daniel@debian.org>  Mon, 06 Apr 2009 04:01:00 +0200
+
+gnulib (20090301-1) unstable; urgency=low
+
+  * Merging upstream version 20090301.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 01 Mar 2009 13:51:00 +0100
+
+gnulib (20090201-1) unstable; urgency=low
+
+  * Merging upstream version 20090201.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 01 Feb 2009 15:09:00 +0100
+
+gnulib (20090101-1) unstable; urgency=low
+
+  * Merging upstream version 20090101.
+  * Correcting a couple of typos in check-module manpage, thanks to
+    Reuben Thomas <rrt@femur.dyndns.org> (Closes: #503083).
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 09 Jan 2009 13:55:00 -0500
+
+gnulib (20081201-1) unstable; urgency=low
+
+  * Replacing obsolete dh_clean -k with dh_prep.
+  * Merging upstream version 20081201.
+  * Prefixing debhelper files with package name.
+
+ -- Daniel Baumann <daniel@debian.org>  Mon, 01 Dec 2008 23:36:00 +0100
+
+gnulib (20081101-1) unstable; urgency=low
+
+  * Merging upstream version 20081101.
+
+ -- Daniel Baumann <daniel@debian.org>  Wed, 05 Nov 2008 21:17:00 +0100
+
+gnulib (20081001-1) unstable; urgency=low
+
+  * Updating vcs fields in control file.
+  * Using patch-stamp rather than patch in rules file.
+  * Merging upstream version 20081001.
+
+ -- Daniel Baumann <daniel@debian.org>  Sat, 04 Oct 2008 10:13:00 +0200
+
+gnulib (20080901-1) unstable; urgency=medium
+
+  * Merging upstream version 20080901:
+    - Fixes pipe problem in gnulib-tool (Closes: #497298).
+
+ -- Daniel Baumann <daniel@debian.org>  Mon, 01 Sep 2008 12:56:00 +0200
+
+gnulib (20080801-1) unstable; urgency=low
+
+  * Merging upstream version 20080801.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 03 Aug 2008 20:36:00 +0200
+
+gnulib (20080701-1) unstable; urgency=low
+
+  * Merging upstream version 20080701.
+  * Updating to standards 3.8.0.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 01 Jul 2008 14:40:00 +0200
+
+gnulib (20080601-1) unstable; urgency=low
+
+  * Merging upstream version 20080601.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 01 Jun 2008 09:24:00 +0200
+
+gnulib (20080501-1) unstable; urgency=low
+
+  * Reordering rules file.
+  * Also removing .gitattributes in upstream target of rules.
+  * Using lintian debhelper to install lintian overrides.
+  * Adding vcs fields in control file.
+  * Updating package to debhelper 7.
+  * Merging upstream version 20080501.
+
+ -- Daniel Baumann <daniel@debian.org>  Sat, 03 May 2008 17:03:00 +0200
+
+gnulib (20080401-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Thu, 10 Apr 2008 16:38:00 +0200
+
+gnulib (20080301-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 02 Mar 2008 21:26:00 +0100
+
+gnulib (20080201-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 01 Feb 2008 10:41:00 +0100
+
+gnulib (20080104-1) unstable; urgency=low
+
+  * New upstream snapshot:
+    - gnulib.texi doesn't have invariants anymore.
+  * Building and including the documentation (Closes: #447998).
+  * Updated lintian overrides.
+  * Added perl to suggests.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 04 Jan 2008 08:19:00 +0100
+
+gnulib (20080101+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Wed, 02 Jan 2008 21:04:00 +0100
+
+gnulib (20071201+dfsg-2) unstable; urgency=low
+
+  * Bumping policy version.
+  * Updating lintian overrides.
+  * Fixed some permissions.
+  * Added patch to fix a local shebang.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 23 Dec 2007 15:18:00 +0100
+
+gnulib (20071201+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Mon, 03 Dec 2007 13:12:00 +0100
+
+gnulib (20071116+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * Adjusted upstream target in rules to follows upstream git transition
+    (Closes: #450921).
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 16 Nov 2007 12:31:00 +0100
+
+gnulib (20071101+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Thu, 01 Nov 2007 08:18:00 +0100
+
+gnulib (20071001+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 09 Oct 2007 11:25:00 +0200
+
+gnulib (20070901+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Sat, 01 Sep 2007 12:26:00 +0200
+
+gnulib (20070801+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 03 Aug 2007 08:22:00 +0200
+
+gnulib (20070701+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 01 Jul 2007 17:10:00 +0200
+
+gnulib (20070601+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 01 Jun 2007 19:04:00 +0200
+
+gnulib (20070501+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * Added lintian overrides.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 01 May 2007 08:55:00 +0200
+
+gnulib (20070401+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * Including docs (Closes: #416874).
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 01 Apr 2007 09:47:00 +0200
+
+gnulib (20070301+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 04 Mar 2007 15:15:00 +0100
+
+gnulib (20070201+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 04 Feb 2007 13:54:00 +0100
+
+gnulib (20070101+dfsg-2) unstable; urgency=low
+
+  * Minor cleanups.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 19 Jan 2007 16:18:00 +0100
+
+gnulib (20070101+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 02 Jan 2007 15:55:00 +0100
+
+gnulib (20061201+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 01 Dec 2006 01:12:00 +0100
+
+gnulib (20061101+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 01 Nov 2006 12:40:00 +0100
+
+gnulib (20061001+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 01 Oct 2006 23:40:00 +0200
+
+gnulib (20060901+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 01 Sep 2006 10:36:00 +0200
+
+gnulib (20060801+dfsg-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * Fixed upstream target in rules.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 01 Aug 2006 11:19:00 +0200
+
+gnulib (20060701+dfsg-1) unstable; urgency=low
+
+  * New email address.
+  * New upstream snapshot.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 04 Jul 2006 20:00:00 +0200
+
+gnulib (0.0.20060601+dfsg-2) unstable; urgency=low
+
+  * Fixed install call from a leftover subdirectory (Closes: #370377).
+  * Fixed patch list name, so the patch to fix the $gnulib_dir gets applied
+    (Closes: #370378).
+
+ -- Daniel Baumann <daniel.baumann@panthera-systems.net>  Sun, 04 Jun 2006 23:32:00 +0200
+
+gnulib (0.0.20060601+dfsg-1) unstable; urgency=low
+
+  * New maintainer.
+  * New upstream snapshot.
+  * Rebuild upstream tarball without non-free gnulib.texi, the other GFDL
+    licensed documents in doc/ are DFSG-compliant.
+  * Redone debian directory.
+  * Added manpage for gnulib-tool and check_module (Closes: #350199).
+
+ -- Daniel Baumann <daniel.baumann@panthera-systems.net>  Thu, 01 Jun 2006 00:00:00 +0200
+
+gnulib (0.0.20060317-1) unstable; urgency=low
+
+  * Update to current CVS.
+
+ -- Matthias Urlichs <smurf@debian.org>  Sat, 18 Mar 2006 03:27:48 +0100
+
+gnulib (0.0.20060121-1) unstable; urgency=low
+
+  * Current Upstram version.
+
+ -- Matthias Urlichs <smurf@debian.org>  Mon, 23 Jan 2006 15:36:27 +0100
+
+gnulib (0.0.20051110-1) unstable; urgency=low
+
+  * Current Upstram version (required for gnutls).
+
+ -- Matthias Urlichs <smurf@debian.org>  Fri, 11 Nov 2005 19:02:39 +0100
+
+gnulib (0.0.20051015-2) unstable; urgency=low
+
+  * Install the build-aux directory.
+
+ -- Matthias Urlichs <smurf@debian.org>  Tue, 18 Oct 2005 13:38:43 +0200
+
+gnulib (0.0.20051015-1) unstable; urgency=low
+
+  * New maintainer, Closes:#314667
+  * New Upstream version, Closes:#311549
+  * Upstream licensing has been fixed
+    - took the opportunity to simplify packaging. A lot.
+
+ -- Matthias Urlichs <smurf@debian.org>  Tue, 18 Oct 2005 00:35:19 +0200
+
+gnulib (0.0.20050203-1) unstable; urgency=low
+
+  * New upstream snapshot.
+    - copyright:  Add gnulib/doc/getdate.texi to list of non-free files.
+  * Replace Architecture with Cpu/System in control.in.
+
+ -- Robert Millan <rmh@debian.org>  Thu, 03 Feb 2005 22:44:44 +0100
+
+gnulib (0.0.20041014-2) unstable; urgency=low
+
+  * Automagicaly cleanup CVS directories.
+    - tarball.mk:  New.  Stolen from cdbs with patch from #280365.
+    - rules:  Set DEB_AUTO_CLEANUP_RCS=yes.
+  * Add stuff from config dir (config.rpath, mkinstalldirs, etc)
+    - install:  Add build-tree/gnulib/config.
+
+ -- Robert Millan <rmh@debian.org>  Mon, 08 Nov 2004 23:30:36 +0100
+
+gnulib (0.0.20041014-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #272867)
+
+ -- Robert Millan <rmh@debian.org>  Thu, 14 Oct 2004 01:19:27 +0200
diff --git a/debian/clscan/README b/debian/clscan/README
new file mode 100644 (file)
index 0000000..d46747a
--- /dev/null
@@ -0,0 +1,44 @@
+Updating debian/copyright after importing a new upstream
+--------------------------------------------------------
+
+From the root of the gnulib source tree:
+
+1. Run debian/clscan/clscan --scan
+
+2. Edit debian/clscan/new.txt and review/correct licensing and
+   copyright info.
+
+3. Run debian/clscan/clscan --merge
+
+4. Check debian/copyright is ok.
+
+
+new.txt format
+--------------
+
+Lines beginning with '#' are ignored.
+
+Lines beginning 'File:' and 'Hash:' should be left undisturbed.
+'Hash:' is used to record the (SHA-256) checksum of the first 15 lines
+of the file, to detect changed copyright/license headers.
+
+Lines beginning 'License:' and 'Copyright:' should be corrected where
+appropriate to contain the correct info. Indented lines following the
+'License:' line should contain the license boilerplate.
+
+overrides in modules/
+---------------------
+
+Files in modules/ contain the true license of some files. These
+overrides are applied during 'clscan --merge'. See modules/README
+and modules/COPYING for more info.
+
+clscan dependencies
+-------------------
+
+clscan depends on the perl modules Getopt::Long, Digest::SHA,
+File::Find, File::Copy, and YAML::Any (which loads any YAML module
+found on the system).
+
+
+ -- Ian Beckwith <ianb@debian.org>  Wed, 16 Sep 2009 03:01:32 +0100
diff --git a/debian/clscan/clscan b/debian/clscan/clscan
new file mode 100755 (executable)
index 0000000..1fb4d31
--- /dev/null
@@ -0,0 +1,641 @@
+#!/usr/bin/perl -w
+# Copyright 2009 Ian Beckwith <ianb@erislabs.net>
+# License: GPL v2 or later.
+
+use strict;
+use vars qw($me);
+$me=($0=~/(?:.*\/)?(.*)/)[0];
+
+use Getopt::Long;
+use YAML::Any;
+use Digest::SHA qw(sha256_hex);
+use File::Find;
+use File::Copy;
+
+our $CLSCANDIR="debian/clscan";
+our $FILESCACHE="$CLSCANDIR/files.yaml";
+our $NEWFILES="$CLSCANDIR/new.txt";
+our $COPYRIGHTSTUB="$CLSCANDIR/copyright.in";
+
+my $gpl_boilerplate=<<"EOL";
+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
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
+
+This program 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/>.
+EOL
+
+my $lgpl2_boilerplate=<<"EOL";
+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
+by the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+This program 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
+Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public
+License along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+USA.
+EOL
+
+my $lgpl3_boilerplate=<<"EOL";
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
+
+This program 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/>.
+EOL
+
+# license overrides as specified in modules/*
+our $module_licenses = {
+    "public domain" => {
+       license => "PD",
+       license_text => "",
+    },
+    "unlimited" => {
+        license => "other",
+       license_text => "This file is free software; the Free Software Foundation\n" .
+                       "gives unlimited permission to copy and/or distribute it,\n" .
+                        "with or without modifications, as long as this notice is preserved.\n",
+    },
+    "LGPL" => {
+       license => "LGPL",
+       license_text => $lgpl3_boilerplate,
+    },
+    "LGPLv2+" => {
+       license => "LGPL-2+",
+       license_text => $lgpl2_boilerplate,
+    },
+    "LGPLv3+" => {
+       license => "LGPL-3+",
+       license_text => $lgpl3_boilerplate,
+    },
+    "unmodifiable license text" => {
+       license => "other",
+       license_text => "Everyone is permitted to copy and distribute verbatim copies\n" .
+                        "of this license document, but changing it is not allowed.\n",
+    },
+    "GPLed build tool" => {
+       license => "GPL",
+       license_text => $gpl_boilerplate,
+    },
+    "GPL" => {
+       license => "GPL",
+       license_text => $gpl_boilerplate,
+    },
+};
+
+our @filenames=();
+our %overrides=();
+our $files={};
+our $new={};
+our @deleted_files=();
+
+# actions
+my $scan=0;
+my $merge=0;
+my $help=0;
+my $writecopyright=0;
+
+usage() unless(@ARGV);
+usage() unless GetOptions("scan|s"  => \$scan,
+                         "merge|m" => \$merge,
+                         "write|w" => \$writecopyright,
+                         "help|h"  => \$help);
+usage() if $help;
+
+load_cache();
+scan() if($scan);
+merge() if($merge);
+write_copyright() if ($merge || $writecopyright);
+
+
+sub scan
+{
+    get_filenames();
+    for my $file (@filenames)
+    {
+       scan_file($file);
+    }
+    find_deleted();
+    write_new();
+}
+
+sub merge
+{
+    merge_new();
+    load_overrides();
+    save_cache();
+}
+
+sub write_copyright
+{
+    unless(keys(%$files))
+    {
+       die("$me: no files known, run $0 --scan\n");
+    }
+    unless(copy($COPYRIGHTSTUB, "debian/copyright"))
+    {
+       die("$me: cannot copy $COPYRIGHTSTUB to debian/copyright: $!\n");
+    }
+    unless(open(COPYRIGHT, ">>debian/copyright"))
+    {
+       die("$me: cannot append to debian/copyright: $!\n");
+    }
+
+    # group files by license/license_text/copyright
+    my $licenses={};
+    for my $file (sort keys(%$files))
+    {
+       my $license=$files->{$file}->{license_override} || $files->{$file}->{license};
+       my $copyright=$files->{$file}->{copyright};
+       my $license_text=$files->{$file}->{license_text_override} ||
+           $files->{$file}->{license_text};
+       push(@{$licenses->{$license}->{$license_text}->{$copyright}}, $file);
+    }
+    my %refs=();
+    my $refnum="00";
+    for my $license (sort keys(%$licenses))
+    {
+       for my $license_text (sort keys(%{$licenses->{$license}}))
+       {
+           my $licensestr=$license;
+           if(length($license_text))
+           {
+               $refnum++;
+               # license_text + empty license = License: other
+               if(!length($license))
+               {
+                   $licensestr = "other";
+               }
+               $licensestr .= " [REF$refnum]";
+               $refs{$licensestr}=$license_text;
+           }
+           for my $copyright (sort keys(%{$licenses->{$license}->{$license_text}}))
+           {
+               next if(!length($license) && !length($copyright) && !length($license_text));
+               my @filelist=sort @{$licenses->{$license}->{$license_text}->{$copyright}};
+               print COPYRIGHT "Files: ", join(', ', @filelist), "\n";
+               print COPYRIGHT "Copyright: $copyright\n" if length($copyright);
+               print COPYRIGHT "License: $licensestr\n" if length($licensestr);
+               print COPYRIGHT "\n";
+           }
+       }
+    }
+    for my $ref (sort byref keys(%refs))
+    {
+       print COPYRIGHT "License: $ref\n";
+       my @text=split(/\n/, $refs{$ref});
+       print COPYRIGHT map { "    " . $_ . "\n" } @text;
+       print COPYRIGHT "\n";
+    }
+    print COPYRIGHT license_trailer(sort keys(%$licenses));
+    close(COPYRIGHT);
+}
+
+sub byref
+{
+    my $aref=($a=~/\[REF(\d+)\]/)[0];
+    my $bref=($b=~/\[REF(\d+)\]/)[0];
+    if($aref && $bref)
+    {
+       return($aref <=> $bref);
+    }
+    return($a cmp $b);
+}
+
+sub license_trailer
+{
+    my @licenses_used=@_;
+    my $license_data = {
+       "Apache-2.0" => "Apache License Version 2.0",
+       "Artistic" => "Artistic License",
+       "GFDL-1.2" => "GNU Free Documentation License Version 1.2",
+       "GFDL-1.3" => "GNU Free Documentation License Version 1.3",
+       "GFDL" => "GNU Free Documentation License",
+       "GPL-2" => "GNU General Public License Version 2",
+       "GPL-3" => "GNU General Public License Version 3",
+       "GPL" => "GNU General Public License",
+       "LGPL-2" => "GNU Library General Public License Version 2",
+       "LGPL-2.1" => "GNU Lesser General Public License Version 2.1",
+       "LGPL-3" => "GNU Lesser General Public License Version 3",
+       "LGPL" => "GNU Lesser General Public License",
+    };
+
+    my %types_found=();
+    for my $type (reverse sort keys(%$license_data))
+    {
+       for my $license (@licenses_used)
+       {
+           if($license =~ /$type(\+|\s|$)/i)
+           {
+               $types_found{$type}=1;
+           }
+       }
+    }
+    my $text="\n";
+    # if just one, use standard style
+    if(keys(%types_found) == 1)
+    {
+       my ($file, $name)=each(%types_found);
+       $text .= "The complete text of the $name can be\n";
+       $text .= "found in /usr/share/common-licenses/$file\n";
+    }
+    else
+    {
+       # more than one, use table.
+       $text .= "The complete text of standard licenses referenced above\n";
+       $text .= "can be found in /usr/share/common-licenses/ as follows:\n\n";
+       $text .= sprintf("%-60s %s\n", "LICENSE", "FILE");
+       for my $type (sort keys(%types_found))
+       {
+           $text .= sprintf("%-60s %s\n", $license_data->{$type}, $type);
+       }
+    }
+    return $text;
+}
+
+
+sub guess_license
+{
+    my $file=shift;
+    my $license='';
+    my $copyright='';
+    if(open(LICENSECHECK, "licensecheck --copyright \"$file\"|"))
+    {
+       while(<LICENSECHECK>)
+       {
+           chomp;
+           if(/^\s+\[(.*)\]$/)
+           {
+               $copyright=$1;
+           }
+           elsif(/.*:\s+(.*)/)
+           {
+               $license=$1;
+           }
+       }
+       close(LICENSECHECK);
+       $copyright =~ s/^\s*Copyright\s*:\s*//;
+       $license =~ s/.*UNKNOWN.*//;
+       $license =~ s/(L?GPL) \(v([\.\d]+) or later\)/$1-$2+/i;
+       $license =~ s/(L?GPL) \(v([\.\d]+)\)/$1-$2/i;
+       $license =~ s/G?FDL \(v([\.\d]+) or later\)/GFDL-$1+/i;
+       $license =~ s/G?FDL \(v([\.\d]+)\)/GFDL-$1/i;
+       $license =~ s/Apache \(v([\.\d]+) or later\)/Apache-$1+/i;
+       $license =~ s/Apache \(v([\.\d]+)\)/Apache-$1+/i;
+    }
+    return($license, $copyright);
+}
+
+sub scan_file
+{
+    my $filename=shift;
+    unless(open(FILE, $filename))
+    {
+       warn("$me: $filename: cannot open: $!\n");
+       return;
+    }
+    my $header='';
+    for(my $i=0; $i < 15; $i++)
+    {
+       my $line=<FILE>;
+       last unless($line);
+       $header .= $line;
+    }
+    close(FILE);
+    my $hash=sha256_hex($header);
+    if( (!exists($files->{$filename})) ||
+       ($files->{$filename}->{hash} ne $hash))
+    {
+       filechanged($filename, $hash, $header);
+    }
+}
+
+
+sub filechanged
+{
+    my($filename, $hash, $header)=@_;
+    my($license_guess, $copyright_guess)=guess_license($filename);
+    $new->{$filename}={
+       hash=>$hash,
+       license=>$license_guess,
+       copyright=>$copyright_guess,
+       header=>$header,
+    };
+    if(exists($files->{$filename}))
+    {
+       if(exists($files->{$filename}->{copyright}))
+       {
+           $new->{$filename}->{copyright}=$files->{$filename}->{copyright};
+           $new->{$filename}->{copyright_guess}=$copyright_guess;
+       }
+       if(exists($files->{$filename}->{license}))
+       {
+           $new->{$filename}->{license}=$files->{$filename}->{license};
+           $new->{$filename}->{license_guess}=$license_guess;
+       }
+       if(exists($files->{$filename}->{license_text}))
+       {
+           $new->{$filename}->{license_text}=$files->{$filename}->{license_text};
+       }
+    }
+}
+
+sub get_filenames
+{
+    find(\&wanted_files, ".");
+}
+
+sub wanted_files
+{
+    if(/^\.git/ || /^\.cvs/ || /^debian/ || /^modules$/ || /^\.pc/)
+    {
+       $File::Find::prune=1;
+    }
+    elsif(-f)
+    {
+       push(@filenames, $File::Find::name);
+    }
+}
+
+sub wanted_modules
+{
+    if(/^\.[^\/]/ || /^README$/ || /^COPYING$/)
+    {
+       $File::Find::prune=1;
+       return;
+    }
+    elsif(-f)
+    {
+       unless(open(MOD, $File::Find::name))
+       {
+           warn("$me: cannot open $File::Find::name: $!\n");
+           return;
+       }
+       my $infiles=0;
+       my $inlicense=0;
+       my @files=();
+       while(<MOD>)
+       {
+           chomp;
+           if(/^$/)
+           {
+               $infiles = $inlicense = 0;
+           }
+           if($inlicense)
+           {
+               push(@{$overrides{$_}},@files);
+               $inlicense=0;
+           }
+           elsif($infiles)
+           {
+               push(@files, $_);
+           }
+           elsif(/^License:/)
+           {
+               $inlicense=1;
+           }
+           elsif(/^Files:/)
+           {
+               $infiles=1;
+           }
+       }
+       close(MOD);
+    }
+}
+
+sub load_overrides
+{
+    find({ wanted => \&wanted_modules, no_chdir => 1}, "modules/");
+    for my $license (keys(%overrides))
+    {
+       if(!exists($module_licenses->{$license}))
+       {
+           die("$me: license override \"$license\" not found in \$module_licenses\n");
+       }
+       my @overridden_files=map { "./" . $_; } @{$overrides{$license}};
+       for my $file (@overridden_files)
+       {
+           my $override=$module_licenses->{$license};
+           if(length($override->{license}))
+           {
+               $files->{$file}->{license_override}=$override->{license};
+           }
+           if(length($override->{license_text}))
+           {
+               $files->{$file}->{license_text_override}=$override->{license_text};
+           }
+       }
+    }
+}
+
+
+sub load_cache
+{
+    unless(open(YAML,$FILESCACHE))
+    {
+       warn("$me: cannot load cache $FILESCACHE: $!\n");
+       return;
+    }
+    my $yaml;
+    {
+       local $/=undef;
+       $yaml=<YAML>;
+    }
+    close(YAML);
+    $files=Load($yaml);
+}
+
+sub save_cache
+{
+    backup($FILESCACHE);
+    unless(open(YAML,">$FILESCACHE"))
+    {
+       warn("$me: cannot save cache $FILESCACHE: $!\n");
+       return;
+    }
+    print YAML Dump($files);
+    close(YAML);
+}
+
+sub write_new
+{
+    backup($NEWFILES);
+    unless(keys(%$new))
+    {
+       warn("$me: no new/changed files found\n");
+    }
+    unless(open(NEW,">$NEWFILES"))
+    {
+       die("$me: cannot write to $NEWFILES: $!\n");
+    }
+    for my $file (sort keys %$new)
+    {
+       print NEW "File: $file\n";
+       print NEW "Hash: ", $new->{$file}->{hash}, "\n";
+       print NEW "Copyright: ", $new->{$file}->{copyright}, "\n";
+       if($new->{$file}->{copyright_guess})
+       {
+           print NEW "#Copyright_guess: ", $new->{$file}->{copyright_guess}, "\n";
+       }
+       print NEW "License: ", $new->{$file}->{license}, "\n";
+       if($new->{$file}->{license_guess})
+       {
+           print NEW "#License_guess: ", $new->{$file}->{license_guess}, "\n";
+       }
+       if($new->{$file}->{license_text})
+       {
+           my @text=split(/\n/, $new->{$file}->{license_text});
+           print NEW "\t" . join("\n\t", @text), "\n";
+       }
+       print NEW "#Header: \n";
+       my @headerlines=split(/\n/, $new->{$file}->{header});
+       @headerlines=map { "#" . $_ } grep { defined $_; } @headerlines;
+       print NEW join("\n", @headerlines);
+       print NEW "\n\n";
+    }
+    if(@deleted_files)
+    {
+       print NEW map { "Deleted: $_\n"; } @deleted_files;
+    }
+    close NEW;
+}
+
+sub merge_new
+{
+    unless(open(NEW, $NEWFILES))
+    {
+       die("$me: $NEWFILES: cannot open: $!\n");
+    }
+    my $license='';
+    my $copyright='';
+    my $hash='';
+    my $file='';
+    my $license_text='';
+    my $in_license_text=0;
+    my $line=0;
+    while(<NEW>)
+    {
+       $line++;
+       chomp;
+       next if(/^\s*\#/);
+       if($in_license_text && /^\s+(.*)/)
+       {
+           $license_text .= $1 . "\n";
+       }
+       elsif(/^\s*$/)
+       {
+           next;
+       }
+       elsif(/^File:\s*(.*)/)
+       {
+           my $newfile=$1;
+           # save previous entry
+           if(length($file) && length($hash))
+           {
+               $files->{$file}={ hash=>$hash,
+                                 copyright=>$copyright,
+                                 license=>$license,
+                                 license_text=>$license_text };
+           }
+           $file=$newfile;
+           $license='';
+           $copyright='';
+           $hash='';
+           $license_text='';
+           $in_license_text = 0;
+       }
+       elsif(/^Hash:\s*(.*)/)
+       {
+           $hash=$1;
+       }
+       elsif(/^Copyright:\s*(.*)/)
+       {
+           $copyright=$1;
+       }
+       elsif(/^License:\s*(.*)/)
+       {
+           $license=$1;
+           $in_license_text=1;
+           $license_text='';
+       }
+       elsif(/^Deleted:\s*(.*)/)
+       {
+           if(exists($files->{$1}))
+           {
+               delete($files->{$1});
+           }
+       }
+       else
+       {
+           warn("$me: $NEWFILES: line $line not recognized\n");
+       }
+    }
+    close(NEW);
+    # save last entry
+    if(length($file) && length($hash))
+    {
+       $files->{$file}={ hash=>$hash,
+                         copyright=>$copyright,
+                         license=>$license,
+                         license_text=>$license_text };
+    }
+}
+
+sub find_deleted
+{
+    my %newnames = map { $_ => 1 } @filenames;
+    for my $file (sort keys(%$files))
+    {
+       unless(exists($newnames{$file}))
+       {
+           push(@deleted_files, $file);
+       }
+    }
+    if(@deleted_files)
+    {
+       print "Removed files:\n";
+       print join("\n", @deleted_files),"\n";
+    }
+}
+
+sub backup
+{
+    my $base=shift;
+    my $old="$base.old";
+    if(-f $base)
+    {
+       unlink($base);
+       move($base, $old);
+    }
+}
+
+sub usage
+{
+    die("usage: $me [--scan] [--merge]\n",
+       "scans for changed copyright/licenses\n",
+       "  -s|-scan      Scan for new files & files with changed copyright headers\n",
+       "                Writes to debian/clscan/new.txt for manual review.\n",
+       "  -m|--merge    Merges new data from debian/clscan/new.txt\n",
+       "  -w|--write    Writes updated debian/copyright.\n",
+       "                --merge implies --write.\n");
+}
diff --git a/debian/clscan/copyright.in b/debian/clscan/copyright.in
new file mode 100644 (file)
index 0000000..dc87d7b
--- /dev/null
@@ -0,0 +1,49 @@
+This package was debianized by Daniel Baumann <daniel@debian.org> on
+Thu,  1 Jun 2006 00:00:00 +0200.
+
+It was downloaded from <git://git.savannah.gnu.org/gnulib.git>.
+
+> The files in here are mostly copyright (C) Free Software Foundation, and
+> are under assorted licenses.  Mostly, but not entirely, GPL.
+>
+> Many modules are provided dual-license, either GPL or LGPL at your
+> option.  The headers of files in the lib directory (e.g., lib/error.c)
+> state GPL for convenience, since the bulk of current gnulib users are
+> GPL'd programs.  But the files in the modules directory (e.g.,
+> modules/error) state the true license of each file, and when you use
+> 'gnulib-tool --lgpl --import <modules>', gnulib-tool either rewrites
+> the files to have an LGPL header as part of copying them from gnulib
+> to your project directory, or fails because the modules you requested
+> were not licensed under LGPL.
+>
+> Some of the source files in lib/ have different licenses.  Also, the
+> copy of maintain.texi in doc/ has a verbatim-copying license, and
+> doc/standards.texi and make-stds.texi are GFDL.
+
+Detailed copyright information follows, see debian/clscan/README
+in the gnulib source package for information on updating this.
+
+Files: debian/*
+Copyright: 2006-2008, Daniel Baumann <daniel@debian.org> /  2009-2011 Ian Beckwith <ianb@debian.org>
+License: GPL-2
+
+Files: modules/*
+Copyright: 2002-2007 Free Software Foundation, Inc.
+License: other
+  From modules/README:
+  > All the files in this directory are distributed under the following copyright:
+  >
+  > Copyright (C) 2002-2007 Free Software Foundation, Inc.
+  > Copying and distribution of this file, with or without modification,
+  > in any medium, are permitted without royalty provided the copyright
+  > notice and this notice are preserved.
+  From modules/COPYING:
+  > The files in this directory describe the gnulib modules.
+  > The following copyright notice applies to each of these
+  > description files.
+  >
+  > Copyright (C) 2006 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.
+
diff --git a/debian/clscan/files.yaml b/debian/clscan/files.yaml
new file mode 100644 (file)
index 0000000..e0f3c69
--- /dev/null
@@ -0,0 +1,144295 @@
+---
+./COPYING:
+  copyright: ''
+  hash: 60c25a32bddb8e12cdd819cc29ec9a6d941431c6a013a71e2878536fa16d4dd7
+  license: ''
+  license_text: ''
+./ChangeLog:
+  copyright: ''
+  hash: 8079beff4932deda5828054c5780afdd827ae59c32e463d95f35301a83c7cf80
+  license: ''
+  license_text: ''
+./DEPENDENCIES:
+  copyright: ''
+  hash: 3c8640aeff44fe6c30a27836e926fcaa6f6a5f4d35d8c540f71f7c568cf60d4f
+  license: ''
+  license_text: ''
+./MODULES.html.sh:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: 576db8593e9ba2216cfc6f36ea6e2b4d50c70f4a3e06da121616d9f031a1bd8c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./Makefile:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: d6a6f286e098d0fc90df917cef78ea225bb8af6f5f9cac506f7ad5ba46449019
+  license: ''
+  license_text: 'Copying and distribution of this file, with or without modification,
+
+    in any medium, are permitted without royalty provided the copyright
+
+    notice and this notice are preserved.
+
+'
+./NEWS:
+  copyright: ''
+  hash: a9daa917c63f9490fa3943e22bf7ba0d2c0a0e651390d670101f9f0374c295d0
+  license: ''
+  license_text: ''
+./NEWS.stable:
+  copyright: ''
+  hash: 303b6b3eac550cb9286e62a5d65a7e580b8c3dfc28657d0fd63bcf5e91c3cb4a
+  license: ''
+  license_text: ''
+./README:
+  copyright: ''
+  hash: 3da1ae1f2de3a84a70abca2325e281203ffe123afbc003420697463b56efd35c
+  license: ''
+  license_text: ''
+./build-aux/announce-gen:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: ce5e124713b45882b38d19f8b69b3b12405c35fd07b3fed1ed3fcd0ead320c0a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/ar-lib:
+  copyright: 2010 Free Software Foundation, Inc.
+  hash: de00923a7b0f25c137de4c4542339af23019b7122c8ba92b2a1461117c58c1f9
+  license: GPL-2+
+  license_text: ''
+./build-aux/arg-nonnull.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: eebb3dcf1cdc019f40f858ed92521f46f23e7a30bb933b8cc7d98ae9de4ced8f
+  license: 'LGPL-2+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./build-aux/bootstrap:
+  copyright: 2003-2011 Free Software Foundation, Inc.
+  hash: b7705a9dfa903e0c4b97b2b139f4ea806a134be345c20eebcbca29fa14fa700d
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/bootstrap.conf:
+  copyright: 2006-2007, 2009-2010 Free Software Foundation, Inc.
+  hash: b8d9ac945682ce34f03f459d08d7657ab27b435e9a766cd06ceda3b3cf09fd51
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/c++defs.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 6f5daddde9ef69f98d202ed72f1814c081d9a14502a4ef3d7b9ce3e4d6653c7e
+  license: 'LGPL-2+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./build-aux/compile:
+  copyright: 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software Foundation, Inc.
+  hash: 8f6eb9fe1dd9c5425e0319f4cfa0d5d260f8c793d0582442ee5097a5a955087f
+  license: GPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+./build-aux/config.guess:
+  copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+    2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+  hash: 8babbd8d051303025655a0ea74fbf512920962323c7fa94a16c2b7e525831081
+  license: GPL-2+ and other
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+    This program 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, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+
+    02110-1301, USA.
+
+    As a special exception to the GNU General Public License, if you
+
+    distribute this file as part of a program that contains a
+
+    configuration script generated by Autoconf, you may include it under
+
+    the same distribution terms that you use for the rest of that program.
+
+'
+./build-aux/config.libpath:
+  copyright: 1996-2011 Free Software Foundation, Inc.
+  hash: a6bf907dad78e72df71fb34ba5bf0c68f10cd729b2e34d68ff8efebe407f9269
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/config.rpath:
+  copyright: 1996-2011 Free Software Foundation, Inc.
+  hash: b0b75bdb5028cb48e73368267254ec5e0eeda7be8131bf33765979312ba51e6a
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./build-aux/config.sub:
+  copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+    2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+  hash: 0eba7c00b2b4f73c95b67a2fe63f90d778b636030c3addf95b8f0551bce441d6
+  license: GPL-2+ and other
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+    This program 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, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+
+    02110-1301, USA.
+
+    As a special exception to the GNU General Public License, if you
+
+    distribute this file as part of a program that contains a
+
+    configuration script generated by Autoconf, you may include it under
+
+    the same distribution terms that you use for the rest of that program.
+
+'
+./build-aux/csharpcomp.sh.in:
+  copyright: 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6879087386fcd2940052b19416ceb36beba80a6cb16922d4b583f1abac58dd61
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/csharpexec.sh.in:
+  copyright: 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 4d86e9433c70b6d96b5513147a9999d0c83f6730349bbed81b099dd84d736430
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/depcomp:
+  copyright: 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010 Free Software Foundation,
+    Inc.
+  hash: aa774e7487d05de291a1c09f23bd107a7b099acee0413e25faaa6343705d03ef
+  license: GPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+./build-aux/do-release-commit-and-tag:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 15da90960517801f545ed7196c46dfff96395dddf47a86f35231fd3e1f2599fe
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/elisp-comp:
+  copyright: 1995, 2000, 2003, 2004, 2005, 2009, 2010 Free Software Foundation, Inc.
+  hash: bc2e477cb129f681d96f446bb5a9daec92b5d706fa8315ecbbed6a88e4f77d5d
+  license: GPL-2+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/gendocs.sh:
+  copyright: 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+    Inc.
+  hash: bd4f3a9db00f2115fa6c7c77c01f1e0e1ee07cdce3301683d9365045f146b196
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/git-version-gen:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3cd72cd0ca2c210ca5a26c291e99dd23708618f0a4106b522241eccfd1c1dfdf
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/gitlog-to-changelog:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 5fcd5cade9bd8b91f997e3f64f2625f63e232f5e7981392a0f929aa3d808f9d2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/gnu-web-doc-update:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b60c25bf3ef3c0d6b131ddad6b19f3ab6e12766038c0959bfcdba3b95cd9005f
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/gnupload:
+  copyright: 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+  hash: 021efa0de0673e4148521b68162313ae3967ea173680abe1f8049b1a73518fc2
+  license: GPL-2+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/install-reloc:
+  copyright: 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0a25df8976c9ea477e63f64f9aa46bb7f2b5e2048099f812d5afd8b09466b2b5
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/install-sh:
+  copyright: 1994 X Consortium
+  hash: 121250124b63d64d6dce9b2a3c1e8e84474bbaada8dbaaacf370d0b4502229c7
+  license: ''
+  license_text: 'Permission is hereby granted, free of charge, to any person obtaining
+    a copy
+
+    of this software and associated documentation files (the "Software"), to
+
+    deal in the Software without restriction, including without limitation the
+
+    rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+
+    sell copies of the Software, and to permit persons to whom the Software is
+
+    furnished to do so, subject to the following conditions:
+
+
+    The above copyright notice and this permission notice shall be included in
+
+    all copies or substantial portions of the Software.
+
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+
+    X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+
+    AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+
+    TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+    Except as contained in this notice, the name of the X Consortium shall not
+
+    be used in advertising or otherwise to promote the sale, use or other deal-
+
+    ings in this Software without prior written authorization from the X Consor-
+
+    tium.
+
+
+    FSF changes to this file are in the public domain.
+
+'
+./build-aux/javacomp.sh.in:
+  copyright: 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 984062d21200973bb9109114ab0f55874cb3a7ac30bd4700b280f4b8870fba2d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/javaexec.sh.in:
+  copyright: 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: bcbb4513f1112d8750666872f409066c08d3706b0a0b1788a5cf437a8336eab2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/ldd.sh.in:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f240ace5fac363c8a48fb6f00afca3b97ddd2a4d12338d4a89c0e5f628ac8e18
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/link-warning.h:
+  copyright: 1995, 1997, 2000, 2002-2003, 2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: b37de918e35ca39c9e884acf1c0024b372a036a00840964ef26bab24309c8332
+  license: LGPL-2+
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./build-aux/mdate-sh:
+  copyright: 1995, 1996, 1997, 2003, 2004, 2005, 2007, 2009, 2010 Free Software Foundation,
+    Inc.
+  hash: 1839b56da2af47d4b73c5a3bdf93d9b0d7b6c045bc80a911cab1227345502032
+  license: GPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+./build-aux/missing:
+  copyright: 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free
+    Software Foundation, Inc.
+  hash: d8c7220550f4985316cb4c11d4c304b84debd55902b7528ad3f944a478f0c90e
+  license: GPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+./build-aux/mkinstalldirs:
+  copyright: ''
+  hash: fbad76aa017d3ccba0cfd78db353d5c15c571f4617320fd53b7ee67c788cbc65
+  license: ''
+  license_text: 'Original author: Noah Friedman <friedman@prep.ai.mit.edu>
+
+    Created: 1993-05-16
+
+    Public domain.
+
+'
+./build-aux/mktempd:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 397d235afc7920aa044719417ab8cf6b75d4734b0fa176df9944d911ceefe57c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/move-if-change:
+  copyright: 2002-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 7706a55171d83a51ff10f53d2722313fea9cbdf07aa07291d3f331a76eb34d4a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/ncftpput-ftp:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 15b2f940847809fe92167dbeaa2216677e951e26b3422b1b4e11dc568f1793fc
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./build-aux/pmccabe.css:
+  copyright: ''
+  hash: ceb086aa06cfec301bd81235e2f15f652ee8364fb4cccce3461e0a8fea92c17c
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/pmccabe2html:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: b4f7d177f4c1faab4a0fca6f4228f82bbb11bb0f98de3fa38f04ee0681aa1e39
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/po/Makefile.in.in:
+  copyright: 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+  hash: fd3a71685180d2beee43ae596ea6bd9035c87d3286bae3a48bbdce64d1bd5852
+  license: ''
+  license_text: 'This file can be copied and used freely without restrictions.  It
+    can
+
+    be used in projects which are not available under the GNU General Public
+
+    License but which still want to provide support for the GNU gettext
+
+    functionality.
+
+    Please note that the actual code of GNU gettext is covered by the GNU
+
+    General Public License and is *not* in the public domain.
+
+'
+./build-aux/po/remove-potcdate.sin:
+  copyright: ''
+  hash: ff1cc3a86fdab7c5764e80f794afd6f5e81d05421c0e52dc27c4cc93e9546f19
+  license: ''
+  license_text: ''
+./build-aux/reloc-ldflags:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: e6216fdc5ac4abf2fe72ae7a869f8a9b5178287e1ecc5ebf8854b4b7c9c0133a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/relocatable.sh.in:
+  copyright: 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: c45653720024645a2ddf937f1a855963d69c60fe873163979b30ae1c094cca15
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/texinfo.tex:
+  copyright: 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+    1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
+    Software Foundation, Inc.
+  hash: 878dafd3e062aad76b026ea102dd8eabca151f2f29a7c66eabd0c0e3bd37e020
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/unused-parameter.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a20d5e101918eee290b2c54b0c004f1c209eb749f7958c27458d14788d2da089
+  license: 'LGPL-2+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./build-aux/update-copyright:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3cc41e584a2102ea9497be107bb5671e3fd00711ef5f05e5e11e429b01d21bb7
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/useless-if-before-free:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 3b595e5d09f4730c2b3c8531b9d78d4c50b13aeefe543591319a160f76fff1b4
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/vc-list-files:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 98b98be64f6e8f53e83f8bf4c8e3adbf8ed15b6bc93de4884408b42d606e1eb4
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./build-aux/warn-on-use.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b958e68bdbb62a6ff0bf895fc5323acaec43f6eb6ff9ef7d06d17df9b560f7f5
+  license: 'LGPL-2+ '
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./build-aux/x-to-1.in:
+  copyright: 2001, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 4b9aaaaadbca65099415bfe73fb9110047e1c41859db5f180b65113ecc133efa
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./check-module:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 35085a77395c672e4616b4207210cfe923a09a2051b6d49adb31d1922ee34a7b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./config/argz.mk:
+  copyright: ': 1995-1998, 2000-2002, 2006, 2009-2011 Free Software Foundation, Inc.'
+  hash: 4f95e711937dfc8424998cb86e29aa5c12cb50f306450189a97bb11063954599
+  license: GPL-3+
+  license_text: ''
+./config/srclist-update:
+  copyright: 2002-2003, 2005, 2007-2011 Free Software Foundation, Inc.
+  hash: 2ed296c3232b661effeb06dd81ce90474970c588aa245bdbc7442208c9728627
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./config/srclist.txt:
+  copyright: ''
+  hash: b7aea61399524d67ab3b1fe2192805327488debb8e8abba039e4b6886e593e66
+  license: ''
+  license_text: ''
+./config/srclistvars.sh:
+  copyright: 2002, 2003, 2004 2005, 2006, 2008 Free Software Foundation, Inc.
+  hash: 7fc40afd4f0a529860fe341ddc4bdd68306f3b7f1a53cab4444358f876bf29dd
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./doc/COPYING.LESSERv2:
+  copyright: 1991, 1999 Free Software Foundation, Inc.
+  hash: 93e5c968a6173263c142dd2ca70b074dc32ccf998409ba1abf090aa01db2ffae
+  license: ''
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/COPYING.LESSERv3:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: f7486d3945fe47d50e50e2c9c4f321901cf235ce6c5e3b88847b5bb1cdd3c38b
+  license: ''
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/COPYINGv2:
+  copyright: 1989, 1991 Free Software Foundation, Inc.
+  hash: d1ee7b37462d770b1fafad2baf7026e666df747af04e0eec973108bbb8637dde
+  license: ''
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/COPYINGv3:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: cbf8d8990150fe3b4cd5e988bb081217b05d988766f352fed4de6d2e5a35a58e
+  license: ''
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/Copyright/assign.changes.manual:
+  copyright: ''
+  hash: 3a9d0d9203ccf9ec91b1a02ec08b28760a917204fc438de6b33a5e0f5c85e3e5
+  license: ''
+  license_text: ''
+./doc/Copyright/assign.future.manual:
+  copyright: ''
+  hash: 3a9d0d9203ccf9ec91b1a02ec08b28760a917204fc438de6b33a5e0f5c85e3e5
+  license: ''
+  license_text: ''
+./doc/Copyright/assign.manual:
+  copyright: ''
+  hash: fc744c2d1b5aa2c596922b17b46b760d852e99717883fe9fd547d5f5bd318a9c
+  license: ''
+  license_text: ''
+./doc/Copyright/assign.translation.manual:
+  copyright: ''
+  hash: 5fd32468982f7402a68b288a2906b1351ffe45a2bb839b5ae13ab97a63827460
+  license: ''
+  license_text: ''
+./doc/Copyright/conditions.text:
+  copyright: ''
+  hash: a0ea940fa380501407151c5ccd168afabc1749eab7ed1ccda3b32b2b85b9255a
+  license: ''
+  license_text: ''
+./doc/Copyright/disclaim.changes.manual:
+  copyright: ''
+  hash: 757e8f68162152a11f39cc06de884e60f95476ecd4cd382194c22af4d7c2dbfe
+  license: ''
+  license_text: ''
+./doc/Copyright/disclaim.manual:
+  copyright: ''
+  hash: 8bb37e0674a0a2ffd0a89682057126b8e58280dde15573436bf8b307c5db7c92
+  license: ''
+  license_text: ''
+./doc/Copyright/disclaim.program:
+  copyright: ''
+  hash: 1004a718603464ea52341822431714f6de8c4bdcf58f20f53f418a13c0457c30
+  license: ''
+  license_text: ''
+./doc/Copyright/request-assign.changes:
+  copyright: ''
+  hash: 2ba32591db9fee4f110bdbcbe22f674ab921b555585aa905d212b9c56b4c01c4
+  license: ''
+  license_text: ''
+./doc/Copyright/request-assign.future:
+  copyright: ''
+  hash: 9ba7d169c4fc06b01a773daf5ff5c2a9b2e52ac0b79a3d41aa123c51c9755a03
+  license: ''
+  license_text: ''
+./doc/Copyright/request-assign.program:
+  copyright: ''
+  hash: f1c1a0ce3e67f88c09551e5dde215d5bf03022945d5fce5d47eb781f971a6699
+  license: ''
+  license_text: ''
+./doc/Copyright/request-disclaim.changes:
+  copyright: ''
+  hash: 5d1569edac388e95ffe46d8a867730615f1a0ff33075596038d3e7a3eb06ee36
+  license: ''
+  license_text: ''
+./doc/INSTALL:
+  copyright: 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, Inc.
+  hash: f081a39f920330c5cf05d80fc6301f532ce092c81a3156ed06d813274f51afeb
+  license: ''
+  license_text: '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.  This file is offered as-is,
+
+    without warranty of any kind.
+
+'
+./doc/INSTALL.ISO:
+  copyright: 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, Inc.
+  hash: 9c45aca2978b1462a7a10379b4f4f6d53636bcedfb65f9ea95712aba8120ef75
+  license: ''
+  license_text: '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.  This file is offered as-is,
+
+    without warranty of any kind.
+
+'
+./doc/INSTALL.UTF-8:
+  copyright: 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, Inc.
+  hash: 0becc25c753fca6af64c8916f97612f26411f9b76f3f46952e11ba2e37382019
+  license: ''
+  license_text: '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.  This file is offered as-is,
+
+    without warranty of any kind.
+
+'
+./doc/Makefile:
+  copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 567b16e8668a483326cefe7aa25c43be381cda4b067a5ce772bbc3d31899d060
+  license: ''
+  license_text: '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.
+
+'
+./doc/README:
+  copyright: ''
+  hash: 5eb4b0ac21e256e6b201f1d6038cfc9fe8c0d168484e6471bda54699c84b88c9
+  license: ''
+  license_text: ''
+./doc/acl-cygwin.txt:
+  copyright: ''
+  hash: 7512950629f04d795e20ac566c5fc7f846b829a09031acfd3ba424841e3f6e71
+  license: ''
+  license_text: ''
+./doc/acl-resources.txt:
+  copyright: ''
+  hash: 65da96ac4e110970dd7bee204441e94d575e83310791c7f95365082981b55962
+  license: ''
+  license_text: ''
+./doc/agpl-3.0.texi:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 77c3f2a9718accc065836d61cf2575b50220f1f3c121e281fec0a06ee3ad8b46
+  license: ''
+  license_override: other
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+  license_text_override: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/alloca-opt.texi:
+  copyright: 2004, 2007, 2009, 2010 Free Software Foundation, Inc.
+  hash: b75554f333da25fa3a3f4c7c0df9bc4eab221539c6c4d883fd036a369d9bbde4
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/alloca.texi:
+  copyright: 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a84cd1a63b81618bd735dddeeefb4da002a16768a8371412466d2a8f6a52a2d6
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/c-ctype.texi:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 2b2b2ab98af04ab4ec693501d0887116d1e0a0c3eaac3cf85b856fdd2bec848c
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/c-strcase.texi:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 51a66d0e581d62d833295e974a3bae91eeaaf5dac6ca18b0e40820dd0433ca8d
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/c-strcaseeq.texi:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 6e2d5e3bfe3fc7430324f888c0fc6faa7918b2bedd46884bac530480cfda12c6
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/c-strcasestr.texi:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: bc1d284fed420ba250ea03513cb0b696d897e11597a1de6207677f9b121a3cb0
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/c-strstr.texi:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: f2417580260607fef57a65e3a6eedf01630a2c43faf39c3d10ea2e01719ac65f
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/c-strtod.texi:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a7847a0be1b938a7531895afb49f930daee0653681e955f233f77fc7b125df30
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/c-strtold.texi:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a169f8148da5232a21c2f660b6502400c5e642bf60a5bb2ee559d3d443a74629
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/configmake.texi:
+  copyright: ''
+  hash: 08fd53e68ffab8aad6fa46dcb70cd9d7d30a2619353ab86184e3cb4595da4bb7
+  license: ''
+  license_text: ''
+./doc/ctime.texi:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 83d67788b690cf6d82d1943b74e619238f3d72cd7d91cb5faead49250f72e219
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/error.texi:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 23f0589d0bf1b6960706ce5d0441c9c0625da47e6b3413b528e6cd102b9b4d3e
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/fdl-1.2.texi:
+  copyright: 2000,2001,2002 Free Software Foundation, Inc.
+  hash: 6f673a8c0082124229a9a100543bd41368cfe3db307ab0db0b89cf84c611cf1b
+  license: ''
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/fdl-1.3.texi:
+  copyright: 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
+  hash: ed01a43bc4273db8688a62f70b1b61c27a10e4fe3ba749a71c8f1704f7d11a84
+  license: ''
+  license_override: other
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+  license_text_override: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/fdl.texi:
+  copyright: 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
+  hash: ed01a43bc4273db8688a62f70b1b61c27a10e4fe3ba749a71c8f1704f7d11a84
+  license: ''
+  license_override: other
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+  license_text_override: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/func.texi:
+  copyright: ''
+  hash: f8cd19fcf35037aa6fd49e493bd85eb6f696afa87e1bc56fbf2ee045329f20e7
+  license: ''
+  license_text: ''
+./doc/gcd.texi:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f600e4d135e319092869c426208df9cc91b62d2fb7933b8f2dd27f1766a0393f
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/gendocs_template:
+  copyright: ''
+  hash: bd1013375f6760535c6ca714ffa8d957b45fe88972cec588e8eaa05e7b696307
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./doc/gendocs_template_min:
+  copyright: ''
+  hash: d86f4594de500452a362d930ba86ad909a2bc21b71bbbd5c221a1b3c3ccd685b
+  license: ''
+  license_text: ''
+./doc/getdate.texi:
+  copyright: 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+    2006, 2009, 2010 Free Software Foundation, Inc.
+  hash: cd222036a98e0e3d9176f8450f52087b633f45c9b8e7041cc48c4114dfc691c9
+  license: GFDL-1.3+-NIV
+  license_override: GPL
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./doc/glibc-functions/accept4.texi:
+  copyright: ''
+  hash: 2a2e14f134fb95253801f78bdf911b5dab02badebf945fe5672c7398bf20e091
+  license: ''
+  license_text: ''
+./doc/glibc-functions/acct.texi:
+  copyright: ''
+  hash: d37daf7575d441486ace90191eefb3bea667e4d10eff5e8a14a8c41493b0fab8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/addmntent.texi:
+  copyright: ''
+  hash: b1e83c33e59ec08f4eda789b498db8038e6e4c36d2d2c0fbe09e80f2277ba186
+  license: ''
+  license_text: ''
+./doc/glibc-functions/addseverity.texi:
+  copyright: ''
+  hash: d0cdaf7febe4dc3c3d182f6b74df7edd6f7dc4cb05dc24346a1b4fdc20fe59ae
+  license: ''
+  license_text: ''
+./doc/glibc-functions/adjtime.texi:
+  copyright: ''
+  hash: cbc4f68c7f77addbdc16bd13629e75db5fcff64a0567488ceb04a9459e6b992d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/adjtimex.texi:
+  copyright: ''
+  hash: 4fb9450482f1fb8b99d052fa1b50641c87d82e30606517d0ec266f41f4251675
+  license: ''
+  license_text: ''
+./doc/glibc-functions/advance.texi:
+  copyright: ''
+  hash: 60a205ea72491fdc087f54a3af3bff9a7f099987c236d31da4981d1fe4e00f35
+  license: ''
+  license_text: ''
+./doc/glibc-functions/aio_init.texi:
+  copyright: ''
+  hash: 6ba892e90ee824a78739cf09d1662f5d931c7d3efaffd0d87ebc51d44b08fbb5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argp_err_exit_status.texi:
+  copyright: ''
+  hash: fd8a81c9d0a86e8f0de0fb26499d84e7f7362d8354a2511cb9b927e0c64695d7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argp_error.texi:
+  copyright: ''
+  hash: 20bbd30ea1ce067b3c9b86f4e9a6df4f1c677a1e619554c03b480a1c132fcb25
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argp_failure.texi:
+  copyright: ''
+  hash: d1983a68cc15aaaf90cc31dbe130cd3392e8d64805dd00c36989ed74a54f86b7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argp_help.texi:
+  copyright: ''
+  hash: 72f8ae3b36157820457e4836ee09435ba041f7a9e43f12a1851ebcf36d771ab2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argp_parse.texi:
+  copyright: ''
+  hash: 107b4b8e6f3d5dbb108e388eebd96229a4dab0f7dd620fa9c0da53606631981c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argp_program_bug_address.texi:
+  copyright: ''
+  hash: f38a9109664a8e8adbbf1ea87d96f7d8c52c7203280672351c8de2c7b43bf556
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argp_program_version.texi:
+  copyright: ''
+  hash: aa96fc935bee7cacc69cb635676aebaa1e1b0b6f33f892187eabd33c4c041356
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argp_program_version_hook.texi:
+  copyright: ''
+  hash: 69da9a7422ecec203df68065cc1a1f0bf313c497f579024644cb05b606ee0d5c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argp_state_help.texi:
+  copyright: ''
+  hash: b5db569e6a94f0d7d2091a60dfe771dc0c7c5e3a768ab52bd602310a594c3f10
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argp_usage.texi:
+  copyright: ''
+  hash: 603798a72a717c20d22ddd8035561720e529b24d9e6be0aab9a3bb971bb43646
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_add.texi:
+  copyright: ''
+  hash: 71f57cac0db11ebbce7e999179a348eeecb02e39ab8a2079e8287048f8d76904
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_add_sep.texi:
+  copyright: ''
+  hash: ed1be929b8f3c8dcbcec4f1cac323aa8cbbcc64f0f96d173c17760f617182b4c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_append.texi:
+  copyright: ''
+  hash: 5d6d11b78f909b954c7d2679847f7ea68d57324c4c136907c8f279fb5be9ca5d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_count.texi:
+  copyright: ''
+  hash: ef60ac148f5de3748bc635e23deae333024ac1276c3b7a50bea803dfb74a5ecb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_create.texi:
+  copyright: ''
+  hash: 4b95fd59c4a7dc9ab1e8d3893980608c86fde9e34fa29ba9719f71ed1469d634
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_create_sep.texi:
+  copyright: ''
+  hash: 8b5f3183155598b8f3a2abfbed5eef307be54751a1ecba50f62a7bfb47606e0d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_delete.texi:
+  copyright: ''
+  hash: 5f7357847f9ca83a0f55827a576165aa9171f0375b29508d5dd40177c5d4e5e8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_extract.texi:
+  copyright: ''
+  hash: aaf567c3793cf0eeee309fde123f0d8919e8e1bdd404f2da6e60edb3056a1dde
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_insert.texi:
+  copyright: ''
+  hash: 67c6a1c89fea75699349b7ae15496756343e94f3505373cb9f84542b04aa5ac7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_next.texi:
+  copyright: ''
+  hash: c780a46d21a8b367aedf153859720acd8fc4943bdf0e503f6b5a5d3414f8c38b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_replace.texi:
+  copyright: ''
+  hash: 762e735511abbf710c6c2909320d7680542d40cc9d733718f4a704177e1f9131
+  license: ''
+  license_text: ''
+./doc/glibc-functions/argz_stringify.texi:
+  copyright: ''
+  hash: 203930eb397d37958d603999f893cd3a355909f5c09c9c4075480b3548290c16
+  license: ''
+  license_text: ''
+./doc/glibc-functions/asprintf.texi:
+  copyright: ''
+  hash: d542174a4d563c919058718218c4c6f7861081d19cf8cc69b181e2bf74d01ea8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/authdes_create.texi:
+  copyright: ''
+  hash: 93c640083ca840be8af8f615559ac5658a6fa2d64cb674eff41f2e560ff3dd05
+  license: ''
+  license_text: ''
+./doc/glibc-functions/authdes_getucred.texi:
+  copyright: ''
+  hash: e8b0dddadd48accd861f625b9345e8e83a46dfb7d833b493226e47af05a07ac6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/authdes_pk_create.texi:
+  copyright: ''
+  hash: a06aa63b010ee4c56ffecd5b6522d24387722ae44659fde2a9f51cfbef100fe1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/authnone_create.texi:
+  copyright: ''
+  hash: e2755104eebcd1c86babce2250ea655d235714bacc7ac9af5fff656edbb4ff04
+  license: ''
+  license_text: ''
+./doc/glibc-functions/authunix_create.texi:
+  copyright: ''
+  hash: 500eb201e2747704c787e02eeb07cf84cec40bb971103328c3752ed465109207
+  license: ''
+  license_text: ''
+./doc/glibc-functions/authunix_create_default.texi:
+  copyright: ''
+  hash: 3fee478dac938e838669d004b1662b5c764a1608ec8cf47eba4e3a7b295b4aa3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/backtrace.texi:
+  copyright: ''
+  hash: 571810d0acbb4e2ab5aaadaf425e44fb6da59613d2f70c64996ad8ddd9744d06
+  license: ''
+  license_text: ''
+./doc/glibc-functions/backtrace_symbols.texi:
+  copyright: ''
+  hash: 3aef0a5813102ce2434f22de32a7867e2b954ec64e776ea90adc456a69bc251b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/backtrace_symbols_fd.texi:
+  copyright: ''
+  hash: d16ab84f7683decec6c4c765d8a3ebfb2d3e82e998acf0f8d2036a551e97972f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/bdflush.texi:
+  copyright: ''
+  hash: ac5ced0a870b491f964d54b7abef160ceaebe99895d7c3f42700d5c3394fd870
+  license: ''
+  license_text: ''
+./doc/glibc-functions/bind_textdomain_codeset.texi:
+  copyright: ''
+  hash: 5e00d4554ba90acfc51c89d7c0d4da921cc51e014cba941a71c288126bca1a69
+  license: ''
+  license_text: ''
+./doc/glibc-functions/bindresvport.texi:
+  copyright: ''
+  hash: 407362b84b67ca56f509dfede5907a628e1dbc66d95aaf1fade0d8278be1ab76
+  license: ''
+  license_text: ''
+./doc/glibc-functions/bindtextdomain.texi:
+  copyright: ''
+  hash: 9ef98eeb3ee2933c18f6ec20c17954d992fe9bd0f53fa2c711d86c3790b40920
+  license: ''
+  license_text: ''
+./doc/glibc-functions/brk.texi:
+  copyright: ''
+  hash: 79f13ae11705a8f029f92450cb76d735a551947e2dc605f30eb41181253dcbfd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/bswap_16.texi:
+  copyright: ''
+  hash: e5f639f4e04acc6dbbc60ea58c7265cfdb8478c9a4b1486ab93a3225d52dcd0b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/bswap_32.texi:
+  copyright: ''
+  hash: cf08c85896a23f5089008f3d38954164812301127a6386495be4db54b2f89711
+  license: ''
+  license_text: ''
+./doc/glibc-functions/bswap_64.texi:
+  copyright: ''
+  hash: 68fdd2c1c7df7fca9d5cfe83fbc926232f2db3c099cb12c1f797c3b6682e4811
+  license: ''
+  license_text: ''
+./doc/glibc-functions/callrpc.texi:
+  copyright: ''
+  hash: b20e0a5aabcff3296d32c26431ce49c9d028ceed0945caea1ac15b3c39b11cc1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/canonicalize_file_name.texi:
+  copyright: ''
+  hash: 699e878d4a49b0cb8ea09df5387f0b4c3e1a6e5f6bd2c58de33ec5143f822f8c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/capget.texi:
+  copyright: ''
+  hash: afd45b9d93eb1465d3047a09625d799916f079117c3da8eaf4eacb4689712851
+  license: ''
+  license_text: ''
+./doc/glibc-functions/capset.texi:
+  copyright: ''
+  hash: d9c19d11af0da657034813ab65723e7892f1a23cae8bc6fcaae9b2b1775987df
+  license: ''
+  license_text: ''
+./doc/glibc-functions/cbc_crypt.texi:
+  copyright: ''
+  hash: 7a38c5f3b08c9a97b403263b8db54ea80e12ca4aa96dcffc3b50c82bfed5cc38
+  license: ''
+  license_text: ''
+./doc/glibc-functions/cfmakeraw.texi:
+  copyright: ''
+  hash: 806618f1da2777c218156e900ba946a1c89174249a0a66ec5a33eb9b7ab05d75
+  license: ''
+  license_text: ''
+./doc/glibc-functions/cfree.texi:
+  copyright: ''
+  hash: b3bd124c376b9ee20b18360ade7aaab6598fc9b46f990d9ddd3d76f1e8ae2f1e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/cfsetspeed.texi:
+  copyright: ''
+  hash: 9910cbc1ec0723623ed30ab69d197859999756268b571f375d416d52e3afcd68
+  license: ''
+  license_text: ''
+./doc/glibc-functions/chroot.texi:
+  copyright: ''
+  hash: 939c1364cb648d6985389a66cee0f7eafea4bbfeb9d87202357b7a923da9c3c6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clearenv.texi:
+  copyright: ''
+  hash: 2d547ab86fda53c3c7393b1b85aa4a40483b64b80b0fcfb93b978192d6eaa6ef
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clearerr_unlocked.texi:
+  copyright: ''
+  hash: 993d0556a2109af8019d9e8cb3fbda072d13b56b31a77e9b5991ef15094af02d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clnt_broadcast.texi:
+  copyright: ''
+  hash: 1c8663af16571cdf3d9365225d9a0e98784cc856191f3febbc639bd263193ca9
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clnt_create.texi:
+  copyright: ''
+  hash: 9b8db11b5c1ea0786cad25ac17504a90a35d649d816e719443ded731822eebc4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clnt_pcreateerror.texi:
+  copyright: ''
+  hash: eb667a76af61d29859afcfdcbfe23a1ba8685a7697247f375d88458d6272bd60
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clnt_perrno.texi:
+  copyright: ''
+  hash: ad17b85da3516ff2f72cb23d033c48e8b7a2aac5a02c5d7a01d41c6aa6600db0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clnt_perror.texi:
+  copyright: ''
+  hash: 82cd26d158a5d3c44dece6a886244ce36c49ebeffa26673909de77d5a788b10e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clnt_spcreateerror.texi:
+  copyright: ''
+  hash: 209e1e3f9cdb5fb2ae93d82626397a91f86fc5de7e053a4e9dd9ee984590ac29
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clnt_sperrno.texi:
+  copyright: ''
+  hash: 85facf37092f224547c9b22de2ce7120f6223b123880955f9741d4f1192ef962
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clnt_sperror.texi:
+  copyright: ''
+  hash: 3c5cb03e7db0c9890413fb8274e3e0825571fe513b5c3c4a8a1f381da141440a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clntraw_create.texi:
+  copyright: ''
+  hash: 369e8f51ad73920a35f5bb49c46788c9676a78b5c1efd70b19cfd8bacfc2e9ea
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clnttcp_create.texi:
+  copyright: ''
+  hash: 4d775bbea4f66563fecb2274103849755071792c5af93c5f597ecc85ab8899f3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clntudp_bufcreate.texi:
+  copyright: ''
+  hash: a962c5041725d4a71eba817fb867bd2533442b43a7b467916e11b4d2fcfb6abd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clntudp_create.texi:
+  copyright: ''
+  hash: b7e0dbcfcc8ab25b818f1f10021ffb0ffe9346f911c9a9d2e6c3831177732fe5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clntunix_create.texi:
+  copyright: ''
+  hash: de25ae0da31963bae68362560f35158f708a7fe6d56dcebe4313e0bbdb743e7c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clog10.texi:
+  copyright: ''
+  hash: 5e6953a9ffab528df43291355f6690014917bab391a8c0af2f6b64085558aca0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clog10f.texi:
+  copyright: ''
+  hash: 5d7201f5a91dff0b1962ef62356878989372018a68b61f051dfc4d0a8ea6918f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clog10l.texi:
+  copyright: ''
+  hash: 9356eb301e33196204a0cb87c2dbd5ee3c031b917fc86f98bbf154cdeeef2e75
+  license: ''
+  license_text: ''
+./doc/glibc-functions/clone.texi:
+  copyright: ''
+  hash: 88d6e9a0ab91cec00ae39ba04024cd61279f929dc10d1d3d0862e7e1cfb70e17
+  license: ''
+  license_text: ''
+./doc/glibc-functions/crypt_r.texi:
+  copyright: ''
+  hash: d4dc1b6b0d4c78e0a1620a69253363275f7f0ef8fad7b168efc50f6897578dc7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/cuserid.texi:
+  copyright: ''
+  hash: 7a1cc3c882271a8402d381dfefeff1f827ff1c0780cb9f7d169ee1e39c8f1bdd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/daemon.texi:
+  copyright: ''
+  hash: 2fd4f418d424f8b9ec2b30aef1ee09500ac5b4be47c7188da99adceaacfbe873
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dcgettext.texi:
+  copyright: ''
+  hash: 183e3a9f34114934e36069e2207c3cdaa8ef9b783588e5825e98cce4ba309b1a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dcngettext.texi:
+  copyright: ''
+  hash: fac17ac2dd2dbee11b1febed875e7b8325b7edf1a115cf3ba83543dd9ad1178b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/des_setparity.texi:
+  copyright: ''
+  hash: 3e1e9df083deb3bad4a7206505daa2f75b81b13b0a8faeedb0aaeebdb1583dba
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dgettext.texi:
+  copyright: ''
+  hash: 6668bd4ee22ec70c1b311dbe2b29d756251cb00328fc28270cb800e1a1eda8cf
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dl_iterate_phdr.texi:
+  copyright: ''
+  hash: 1526c15423c293c95cccfc28541b79b9982605819a88d9eb7f82568e29de7633
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dladdr.texi:
+  copyright: ''
+  hash: a3b59426c942a6c73ba2a3ab0fdca76a02287d69dcd0af66101519b5c9f9d90f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dladdr1.texi:
+  copyright: ''
+  hash: 00a5ab55d20e12bdfe1e33a8f0df5527fce4dd5e5b33480072fc8c84b77dda8e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dlinfo.texi:
+  copyright: ''
+  hash: 021252b05023362c9a11ce67bd4998fe17c793fc4b9dc44b37cd2cf3f253a379
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dlmopen.texi:
+  copyright: ''
+  hash: 519a7b5c673ba7c55981d2e8e3de8660a2ed3ff05990686037e67ca4f1af4b18
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dlvsym.texi:
+  copyright: ''
+  hash: 115f8bd5cd2ba7832137c2ce954b3a124cf9bcf8a543b11ffc4575ddb95c8b93
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dn_expand.texi:
+  copyright: ''
+  hash: 63ce3292ca5569aa0366ad9c7de252d6fe18bafa7a89a5a2df6a635d5803e33f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dngettext.texi:
+  copyright: ''
+  hash: 93c0077ece0d00bd94dcc032f0c49155a3f1ae6677a28fc3e0054f709ae42cab
+  license: ''
+  license_text: ''
+./doc/glibc-functions/drand48_r.texi:
+  copyright: ''
+  hash: 0bcc3439547acf986b403889f1c9f422c96750bb4a530c48f4600ef078053e96
+  license: ''
+  license_text: ''
+./doc/glibc-functions/drem.texi:
+  copyright: ''
+  hash: 227409002c999eb31709125c6cd0369b4b055eae8bb251a301bbdf8acfa68847
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dremf.texi:
+  copyright: ''
+  hash: 3707648dadc85bd57eeb3f4d03d473a58384cd8c0ffcc5cf434857bfe1127bc8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dreml.texi:
+  copyright: ''
+  hash: 21e814e84ce69bf798e0ce6b4765fe832f078bc9016cfb37b8b59c48403af2d1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dup3.texi:
+  copyright: ''
+  hash: e471e434699e4c002f8c0f413ff6ac3b4e149747c5620774904dc61606203911
+  license: ''
+  license_text: ''
+./doc/glibc-functions/dysize.texi:
+  copyright: ''
+  hash: 383939f2e1682e725559fc7f1486bc49ee93bf78e4c460227364bd9cc7207781
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ecb_crypt.texi:
+  copyright: ''
+  hash: 4fdeec98e6bf148cf7eb5a101b0ff4c7b07e2c1703e624b75fb0cfdad354d7af
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ecvt_r.texi:
+  copyright: ''
+  hash: 5855d2751aca92d9e61d81d3abff0b430dd1b6d677fbad38582db2950c63226f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/encrypt_r.texi:
+  copyright: ''
+  hash: ac02202a748a2001b5f863f4c79123280b2c8b1971ba2e9c47753fd034fc8d80
+  license: ''
+  license_text: ''
+./doc/glibc-functions/endaliasent.texi:
+  copyright: ''
+  hash: 3d846e404c23677290a3d30a3774f0805cd1d759d7fb03bf8209f3a6483cfb17
+  license: ''
+  license_text: ''
+./doc/glibc-functions/endfsent.texi:
+  copyright: ''
+  hash: 92fb96fb422294b6ca2d53a9ad17035ce08beab61a7396372038d5ff5aad01d6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/endmntent.texi:
+  copyright: ''
+  hash: 68fa158beb37c719b7035439c6803e66bec873dd194646d06b8da9678e1aa6c1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/endnetgrent.texi:
+  copyright: ''
+  hash: b561dcd1b6c6b62e9a3a88367b4035c2c7254d8d090337ab0323e327358e23d3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/endrpcent.texi:
+  copyright: ''
+  hash: 2ec149a39480679f19e566cbfe837884852ce67563d81ddb5af842b60a2f7b75
+  license: ''
+  license_text: ''
+./doc/glibc-functions/endspent.texi:
+  copyright: ''
+  hash: b9e6e4c5cb39b0f37eab8d619bdd3eab134e3011c43d483efb41024d99d22fac
+  license: ''
+  license_text: ''
+./doc/glibc-functions/endttyent.texi:
+  copyright: ''
+  hash: e758f47203d28f3cd05e3c807a21ff1c75890e4a4e15950fc9909006649341a4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/endusershell.texi:
+  copyright: ''
+  hash: a729942a184afec7bbda6824f09407c53e253359f4f99999e64b8cddabb9302f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/endutent.texi:
+  copyright: ''
+  hash: 4e9aac81d1a205aced3fc81fa853eb45b7ce8d86030946b0ef64736c3a3fd80a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/envz_add.texi:
+  copyright: ''
+  hash: d51d8d7c4c028841c5debd20f9a0883aee60ea12031be1f366fb914791ce860a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/envz_entry.texi:
+  copyright: ''
+  hash: 32c0487d757c20ca7881bdd53902d44ca6d60a4962f2026461ffc1b4b9dd6a60
+  license: ''
+  license_text: ''
+./doc/glibc-functions/envz_get.texi:
+  copyright: ''
+  hash: f0b23b743ca5b082e1b6fe193ca461b1fb7eca6d2172bda99964091081d97293
+  license: ''
+  license_text: ''
+./doc/glibc-functions/envz_merge.texi:
+  copyright: ''
+  hash: 3e209637b6933bba821bf44ba3fe0709339efce1cb142e8fd675c7ddf02f799f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/envz_remove.texi:
+  copyright: ''
+  hash: 15745c37221a0105e4dc9d07fbf6dda15cb7e501284c77087844805e29fc6345
+  license: ''
+  license_text: ''
+./doc/glibc-functions/envz_strip.texi:
+  copyright: ''
+  hash: ebfab64da8aee969fc691e7c9f9535682124b716aa26c5b8555a316cc76217b7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/epoll_create.texi:
+  copyright: ''
+  hash: 60b65b27535dd5d57be77123cced701f8841eed8c3bd103e88329791c35c75f9
+  license: ''
+  license_text: ''
+./doc/glibc-functions/epoll_ctl.texi:
+  copyright: ''
+  hash: 7f8336b46e0dc9d3b0c61407474818ec8424663c99d28ae3920418678e522e65
+  license: ''
+  license_text: ''
+./doc/glibc-functions/epoll_wait.texi:
+  copyright: ''
+  hash: 1476aad2e15d388df8a8140a8b8685b03bdb9729d62ca15e76e27382b06b7d19
+  license: ''
+  license_text: ''
+./doc/glibc-functions/erand48_r.texi:
+  copyright: ''
+  hash: 26790d086958d861ecd58d9741a6f9322729582715293e0a4d61e3ae02169214
+  license: ''
+  license_text: ''
+./doc/glibc-functions/err.texi:
+  copyright: ''
+  hash: f2822ce953258b67212742fa39cd8f3e71211dcb9ad9e1c08f1733549c5e87b4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/error.texi:
+  copyright: ''
+  hash: cb524f7ec71582346ccd5a7fa3212321fc7ad8c37c350fe0bb24adb0db336ab0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/error_at_line.texi:
+  copyright: ''
+  hash: a38d0ac7baf93d2674d2fd314e4b1e5127dbbf658c7f12e7e1e46500d6a3aea8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/error_message_count.texi:
+  copyright: ''
+  hash: dd1f3f99ed0018293d2979456f2a5e31a0f3128ae97925dd1bf8751c0de6a1a0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/error_one_per_line.texi:
+  copyright: ''
+  hash: 01f60ec5cfc7c29486485498eab40e086e3891016ce6b1c91d808e778a02936d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/error_print_progname.texi:
+  copyright: ''
+  hash: c0a447761f7ae34aa21da718bee986f45db8ad88c6a3e859369301d8ff99b50b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/errx.texi:
+  copyright: ''
+  hash: a7cdc040dd2e090c274719420cedb80b530aacdfe42b7ede1d77a24a148456ce
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ether_aton.texi:
+  copyright: ''
+  hash: a842346260d42e4c0a45db5dd7cd75a3177bb0f0df8c990257803c214823ddad
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ether_aton_r.texi:
+  copyright: ''
+  hash: 95d8d45226613933d27d7d4d0e11e0fd53217040773267e509a6c4bfa413b7a3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ether_hostton.texi:
+  copyright: ''
+  hash: fe52a6f7a718ca3e4bc6d97cb686fe2b65337b46a9fcaae9ef54f7d9ccef5ee7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ether_line.texi:
+  copyright: ''
+  hash: 3cc5f18d0bece8d4994e39601f8c8889a33a4f38e50df1990fad90d20e90a0c6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ether_ntoa.texi:
+  copyright: ''
+  hash: babf9fe2efe3a0d0c4490b4ce7caec7f2b819fa28fa57afb55ab319051106de8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ether_ntoa_r.texi:
+  copyright: ''
+  hash: 4629c21258194bc40ce588db99a20a42776e90d16336b3cb9b1b6e2efe013a1b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ether_ntohost.texi:
+  copyright: ''
+  hash: c2091a64f35c0ae5d661860b1f60d57ad6944ad0403e4bf28a3cc7c96131aaa7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/euidaccess.texi:
+  copyright: ''
+  hash: 770fd9189ffa1561d3ef0402329303fc2bcf87c03a00e95919c2503948d59a97
+  license: ''
+  license_text: ''
+./doc/glibc-functions/execvpe.texi:
+  copyright: ''
+  hash: d700ef4c37d7eddbe8b72c4d7b07a64e27e61ffc57b57c998fa64cbae9d210f6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/exp10.texi:
+  copyright: ''
+  hash: 299599aabc653c49947bb39faec0b02c4b784087b0ce73f66cf4a3d05d80b3cf
+  license: ''
+  license_text: ''
+./doc/glibc-functions/exp10f.texi:
+  copyright: ''
+  hash: 7470387d763d6cbc1e8ed125e76180c7d5de0fdd30af7395fcf4b1033fc87505
+  license: ''
+  license_text: ''
+./doc/glibc-functions/exp10l.texi:
+  copyright: ''
+  hash: 88946b3123a7bf44793fddc279fcfc7e0130c455aeacb60c8493eada053b5886
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fallocate.texi:
+  copyright: ''
+  hash: 8540b345bea492a0dc09f3dc193276583b0f1699d5719426a175ccff84b1a91e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fcloseall.texi:
+  copyright: ''
+  hash: 1160cfa6552b9dd746656bdab2591582b8030f33f8a43dcf4685a55e371b56b5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fcvt_r.texi:
+  copyright: ''
+  hash: 7cfc4deccab5115089cb2a62f03de329345842f246980c9dc24ee5acfa1ce5ab
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fedisableexcept.texi:
+  copyright: ''
+  hash: c72ead8bc16b078dbb90fdd37e7075930e1a0d54dacee4cfd12940c9b4efee00
+  license: ''
+  license_text: ''
+./doc/glibc-functions/feenableexcept.texi:
+  copyright: ''
+  hash: 5e57af27a697a2cf3c8e055bdbf1052ad86bb0a38f931cac68976790dc15c8b4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fegetexcept.texi:
+  copyright: ''
+  hash: 660ca1472bbab5cb16dfe33b8e0a02cafaf1240cf15ee98d9919ceec367613f5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/feof_unlocked.texi:
+  copyright: ''
+  hash: da3db92d328ced1168ebdaf195663891adc84f15f4b378806ae9feeeeb368ab1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ferror_unlocked.texi:
+  copyright: ''
+  hash: 43cbd7241a4753c39e2a2a57bea6c8cf9a7d3a1ddf61197e8a2b0f2a0e7f9ec5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fflush_unlocked.texi:
+  copyright: ''
+  hash: 2efb6a9112a17b4aabb40c18282eebde4e54534bc20e7ce219a3924b1a84c317
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ffsl.texi:
+  copyright: ''
+  hash: d643797761f49d41e77d35870ad9756771ffc03d868cf73dd8f8485d55ecf7bb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ffsll.texi:
+  copyright: ''
+  hash: eeb2aba85642c191b114784720e3491bbaaeffff711c7f31b2189b1cd8a5ac08
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgetc_unlocked.texi:
+  copyright: ''
+  hash: 82a795b4097c4519be17e495146805535cbc21cf01fc69c774fe768abc6f3707
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgetfilecon.texi:
+  copyright: ''
+  hash: 44d732ab9a1a4dab23a89ff6a221377cff5b6d580497ca89bd8c1dcf2f274488
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgetgrent.texi:
+  copyright: ''
+  hash: 26f0a2ae1b884529e67f6c2debb2f655dc95aa0da6bec01f42825f917c9e94b6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgetgrent_r.texi:
+  copyright: ''
+  hash: cb9f36aaddedb2253cdd31c84d60a542040d9e1b559364c93fd6047e8493da6b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgetpwent.texi:
+  copyright: ''
+  hash: 6c70bd31206b8ef0a8588419f8fb2e4eb7c59a95297edd35c1c6888c1a6dc55a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgetpwent_r.texi:
+  copyright: ''
+  hash: 6faab8b04b0f3c962a2f5d229adfd69137a3c438455d2709126d6bbad287115a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgets_unlocked.texi:
+  copyright: ''
+  hash: 1cf66a6a519d4646c06f2e9a2265bedc165d67ee45195c43e221e6468c259458
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgetspent.texi:
+  copyright: ''
+  hash: b9ecaeeef5b40eaa1d269ba9290d834740b2f88f2944a13bcc5f6c79de2d61b6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgetspent_r.texi:
+  copyright: ''
+  hash: d6a2301b69fa9d5256e10166dc4e20958a119682d9ab202ae36e71d9a2bd16e5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgetwc_unlocked.texi:
+  copyright: ''
+  hash: ee2087980a895dda6e6f9e54dcd342193cefcb0139c579faf09b5d245105bdf6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgetws_unlocked.texi:
+  copyright: ''
+  hash: bb8c38884ee95e0090f38aa3cb42db81259c2a27bc57556bb8b75a44c5c88a84
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fgetxattr.texi:
+  copyright: ''
+  hash: ae432f292bf0c39ed8503c08df7e943a9c82c661bb6fe90b90a084ab96679246
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fileno_unlocked.texi:
+  copyright: ''
+  hash: affac10fd0f112291bac4a67832ac43f4d7e4a0b870d7a259b51a2cf0df38a0c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/finite.texi:
+  copyright: ''
+  hash: 29b265d6f1a1c66117c921380d2f8541ecb864d9bb4b99bd063377b2fc379fb1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/finitef.texi:
+  copyright: ''
+  hash: ee517e734c81e7761ce5b281d0ca8cac26016a3398709c4b78419205b8c56c37
+  license: ''
+  license_text: ''
+./doc/glibc-functions/finitel.texi:
+  copyright: ''
+  hash: 350f8700eb6086335d4043d1ff0b358f004c1f8cbe823e4e9ae7271cece696ca
+  license: ''
+  license_text: ''
+./doc/glibc-functions/flistxattr.texi:
+  copyright: ''
+  hash: a14ee81f1a44e7f4917632fb1ed35cb6c3d06bdec04bd69b5cacec1879e4e0f8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/flock.texi:
+  copyright: ''
+  hash: 7efcc517b27c29ac838581e490b7de074f2a907c7d0e8019e6f1ca8837296a92
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fopencookie.texi:
+  copyright: ''
+  hash: de70eef273a4819be630a4fe7730fe6448bb61a29685ddfe4dc5be9189a7a63e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/forkpty.texi:
+  copyright: ''
+  hash: 451c7b3619fe48c0cc81279206a71628286d8b1fb834ff0a5c59f519db6c395f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fputc_unlocked.texi:
+  copyright: ''
+  hash: 7512836a108f0c43c85f9dd5274aa15b1c50f26a9dab24e048560e05cec5a7e0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fputs_unlocked.texi:
+  copyright: ''
+  hash: ec8c9970a2bb619fc2a4df58d51050497955dad089c668ff42725db633d7ad0d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fputwc_unlocked.texi:
+  copyright: ''
+  hash: d3a2972738b2b92897c1073d18f0478f8819ccf35a9ffb65e4f3dc7c68db0cae
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fputws_unlocked.texi:
+  copyright: ''
+  hash: 49704cbd00156127296beea24979fcbd4b09b7bf6dc97146c247c28c05400b10
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fread_unlocked.texi:
+  copyright: ''
+  hash: e9b1a85814fb025c6660ab84ecb0a8268ffcf9055b08ff67616b32b5e95efaca
+  license: ''
+  license_text: ''
+./doc/glibc-functions/freeifaddrs.texi:
+  copyright: ''
+  hash: d5198cf034f6423206e3904ec037f3d2d3cddd2d2a19eb6f4bd11bca16cfb781
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fremovexattr.texi:
+  copyright: ''
+  hash: fdd6bf2e810013d90e5a9c9c586466e7cc5c02d7062c30e066c572b7d0a5a7a1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fsetxattr.texi:
+  copyright: ''
+  hash: 579582ed38b67a524f4ba609fcacd72896001a987755e2ecde81a3025833d961
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fstatfs.texi:
+  copyright: ''
+  hash: 7c08a51a0efa25dffbf458537d7aecd92c717d76e40ca2966251a39e1c8a70eb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fts_children.texi:
+  copyright: ''
+  hash: 11546ccc5306aa713bb52d8dd1d634ecdd488f44d94c6fad194b7536447a555f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fts_close.texi:
+  copyright: ''
+  hash: 305b55562eb4bb06f026d362fa87c38458613e6907462ede94b14aeaeca68ca8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fts_open.texi:
+  copyright: ''
+  hash: f1bf29bf3f27f12e6121a90c1b4c03ac305ce0ba1725f709d47006daa7a19910
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fts_read.texi:
+  copyright: ''
+  hash: 765a5229e8a873669745976b86d0c3697ce24f026609dba09d01aee22d87e297
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fts_set.texi:
+  copyright: ''
+  hash: 506828692e7be4b8c5d92c19c8af62d470b629b2a9223074d21d4af337f54cb3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/futimes.texi:
+  copyright: ''
+  hash: 653d81e537dc553ce0dbb30adef3f2587dab9ee90d1db7db4f920b07672a3472
+  license: ''
+  license_text: ''
+./doc/glibc-functions/futimesat.texi:
+  copyright: ''
+  hash: 2d38ba88f925cb16a8a2bb942e8c38bc21402fd2689179b3c3d9c9985e19937e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/fwrite_unlocked.texi:
+  copyright: ''
+  hash: 25878f42c842e4c3460eb828a3768c7dcfc2b10fe3aea5f3ce21091fa19d4e3c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gamma.texi:
+  copyright: ''
+  hash: 9cb11d5b2e84aa422c9f2e2133ccd0932dfd228551eadc06b20ec078581b38aa
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gammaf.texi:
+  copyright: ''
+  hash: 7a2beab46a058eb20a2b6ced055d77c8e6be0cab09b02dea199962bd52fcf777
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gammal.texi:
+  copyright: ''
+  hash: 662432eb76ac3fc2669256530bd4abf2d905ac936db595be12dc1cfbee02c6f4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/get_avphys_pages.texi:
+  copyright: ''
+  hash: 46406b9bf0b2276baa01fa2c33bb1e65a0a800841838e6533614327e58890218
+  license: ''
+  license_text: ''
+./doc/glibc-functions/get_current_dir_name.texi:
+  copyright: ''
+  hash: 5cbce214e6159dc1049b9fdb4861c9b33dfe83299d07d539359931eb48958f4c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/get_myaddress.texi:
+  copyright: ''
+  hash: 57dd4818b22e5ed6e62a684c49b21a6e70f5d70f8819ad0d069ce50a11aece52
+  license: ''
+  license_text: ''
+./doc/glibc-functions/get_nprocs.texi:
+  copyright: ''
+  hash: 465cb6786de4609a1688daf31b795dba0440be6deb70ad14fbdafacc0cda25e4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/get_nprocs_conf.texi:
+  copyright: ''
+  hash: 4c7faf4b129e7340fb429297702de461ffebdbd43b1a6e717af8b187e5073c59
+  license: ''
+  license_text: ''
+./doc/glibc-functions/get_phys_pages.texi:
+  copyright: ''
+  hash: d9ee910ed261184539d62844b35e8edc12ad74d27e2c98b5ed9b17d5cb3371b5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getaliasbyname.texi:
+  copyright: ''
+  hash: a3bcfa12c5bb6a94193262a9128a9052521c52903a8a893905c8e900468a4f13
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getaliasbyname_r.texi:
+  copyright: ''
+  hash: 60380b239c40bb8fd5b5dcf2e8ab5349eb7e8179e215ef427304f6dab0b93dcb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getaliasent.texi:
+  copyright: ''
+  hash: d1b756f396d575bf9cc2c1257b3e419117e5b26dc2ccf4ac1d731f8c0cc5b516
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getaliasent_r.texi:
+  copyright: ''
+  hash: 0c3185fa45605b8d76873933caca8d5b1b975c2b81088a52e8b179c2065cba5d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getdate_r.texi:
+  copyright: ''
+  hash: b28626f79b50d70747ebe7d873231c53e2a04d5293db99608daced890ce4f1c9
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getdirentries.texi:
+  copyright: ''
+  hash: 0c8696cba46056b837193d84977c67922a19887b2462d4eae243319c2f2bcdc9
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getdomainname.texi:
+  copyright: ''
+  hash: 6bf1425cb46673d7e979f798edb588b0aeb2fa6b50c039f2dc0637b652a7eaa4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getdtablesize.texi:
+  copyright: ''
+  hash: 06cf32c410472a7d90298a5830e61e20c06ede2e722334ae6e9f63aa9fb918af
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getfilecon-desc.texi:
+  copyright: ''
+  hash: 3a8340026d6286fbdd120dcba0907f2374019dce9bf758cf3b60b62ab2fb459e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getfilecon.texi:
+  copyright: ''
+  hash: 787d823ac7276e003939964b63d2d3c3d6768bb1abd0a51c831f6b1d7e7e9baa
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getfsent.texi:
+  copyright: ''
+  hash: f66a485d6621d67d67d52f262e9ad5152ce78bcbff2aef8e9faf778ad830b9c0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getfsfile.texi:
+  copyright: ''
+  hash: f62ad1442b2dd48f86721ddf32c88907068a26aa55c8340b21f94419430a9b6c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getfsspec.texi:
+  copyright: ''
+  hash: a8c24d77d418c1b67d2f4d2b57915b8ac8e38ecae578ceb5189f4b26e6188616
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getgrent_r.texi:
+  copyright: ''
+  hash: 7db984f9d9b2cd29e9d5ef49d09226fddcb13b63f139ada377169715464d4c84
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getgrouplist.texi:
+  copyright: ''
+  hash: 49d4fdabf72f3774b84ddc47118c706a91868d8b142cc065a45feb2831feb95a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gethostbyaddr_r.texi:
+  copyright: ''
+  hash: 842cd39b17cf75c7065350e69355e8577ffc6c26f4a4438a2793b06656ad5154
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gethostbyname2.texi:
+  copyright: ''
+  hash: 2690082c7011a4a2833715b3353189a8d737798ff1c04954c511b0ffccfb04cf
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gethostbyname2_r.texi:
+  copyright: ''
+  hash: deb82085235f4bee68a58eff0465cf4f472244a158488d4ef7f99322885ce7e4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gethostbyname_r.texi:
+  copyright: ''
+  hash: 22c94d430b670cec03a5a57fb6f616ba48225f70427b287fafac08c49292d54f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gethostent_r.texi:
+  copyright: ''
+  hash: 7db9cdc780fa665c7407938000eb7ee8d23ea17c87c1214599778f368955c7af
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getifaddrs.texi:
+  copyright: ''
+  hash: b6e093fdcea493b5eaf3d05eebf59cc8019e8c30ec1f918dca2ff11926e45f5d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getipv4sourcefilter.texi:
+  copyright: ''
+  hash: bd54e1312dba1b1b53172220cff6ef817005b32732e7f9a435e8f8fd349d5f77
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getloadavg.texi:
+  copyright: ''
+  hash: aea81f5d3745de9f40cfe1ac7544310279d257b35be1010e973a58f9ab824ca1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getmntent.texi:
+  copyright: ''
+  hash: 5a42381635b62d57aba09d402c7d6c6d3bf0d20c2fb16abe4d5ba1900387bad2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getmntent_r.texi:
+  copyright: ''
+  hash: f2f95d96b88f326677c9b28c9b0739e5617180c0fff08c120c1d4c092e7eae29
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getnetbyaddr_r.texi:
+  copyright: ''
+  hash: 0aa54d71e72a060c04797efc7ed2a488d92e6d027a280211fc302adb3a7edfbc
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getnetbyname_r.texi:
+  copyright: ''
+  hash: f19874eb6ff40b29a13a78266a11aa882d3158953f29f6b02e2422bab6cc8e9d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getnetent_r.texi:
+  copyright: ''
+  hash: 94e7a86824df010a4df6beb5d3e8c7c6e0cd73f720b1ce801bd4a86870c854e5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getnetgrent.texi:
+  copyright: ''
+  hash: c13ce3af9094527db4d66d68ef8b1753c8c544443356ccae7c3b6c80a8192153
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getnetgrent_r.texi:
+  copyright: ''
+  hash: 2b74e0553cebb7d103d1994ff270e37c4bc227694a72f4def3babc05a76410e0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getnetname.texi:
+  copyright: ''
+  hash: 0079db2ce53808e34a81b26cc3e6b001d6f2601c058fa981cdcb2aeba738c041
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getopt_long.texi:
+  copyright: ''
+  hash: 554d62d6a1dc74826bc90832aaacef263d4d58dfa1c4ebb9634b0f0ee103ff95
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getopt_long_only.texi:
+  copyright: ''
+  hash: 35d1bb2fb024d69abd7e56855ed8806bdf33ffc5d302b98b1f4589cc240f9ac6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getpagesize.texi:
+  copyright: ''
+  hash: 17c733598549bd7e5467f30df030367e9330861157dd95d74e0b470ba83f72a8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getpass.texi:
+  copyright: ''
+  hash: 694469640b9f29046e9d2544e5ac1f53e9b4c5a8f5be710ac49bcab014eb3f6a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getprotobyname_r.texi:
+  copyright: ''
+  hash: 9f2f2129f5d9d62cc461c82a4f45cafbad0e6421a8819fcc5994f3d2143326f3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getprotobynumber_r.texi:
+  copyright: ''
+  hash: 3d30bb13c1965291c695076eb986e8d20b1fef2f7550fa1f04e40c73b5d922d9
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getprotoent_r.texi:
+  copyright: ''
+  hash: af7bda65b58273697412ab3f83caa45619433bdc7288d2f898ba8aab3ed76dc8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getpt.texi:
+  copyright: ''
+  hash: bc965667ea489495e6c2c8569b03359d3f4c428a3ee61b71596d9e200d5cbe6c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getpublickey.texi:
+  copyright: ''
+  hash: 661eef5433b2d2142c39d4e1401f192289d26ac4606966dc49f6da885c38fcb4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getpw.texi:
+  copyright: ''
+  hash: 15a250ed063864d2b6df280a6e23960a712fc6bab23e696e70b39da214f14ef7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getpwent_r.texi:
+  copyright: ''
+  hash: f0412a338ddaf8981f4176a16abcc10dc82199e9c0e0bbcc8ccb29c5d6567194
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getresgid.texi:
+  copyright: ''
+  hash: bfc2ae5dbdae36178d11c829deb07714504838130d9fc233e4cabf48407a2690
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getresuid.texi:
+  copyright: ''
+  hash: a9f9e6a646c99e70a24a7c2cdbf3b79e112e15e2d761f7fb4043c09f852cba3a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getrpcbyname.texi:
+  copyright: ''
+  hash: 905f78969e816bd350371c52ebe91dad4a5b048ee6f000151ac80b4a65e48b2e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getrpcbyname_r.texi:
+  copyright: ''
+  hash: a2c348e8567f26fa5d25d37c29618996a8dc7f0e07e5d0865d197a6329c6ac51
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getrpcbynumber.texi:
+  copyright: ''
+  hash: 19a049fa39885a88b1b1656784167616f7a0f06cc386b49b096128fe8a14849b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getrpcbynumber_r.texi:
+  copyright: ''
+  hash: 2edd689d29e22360c78ce486947475a7ac2eae9d54ede8c5bbaf40fe3078e118
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getrpcent.texi:
+  copyright: ''
+  hash: 548d13540a5fe2e1a3f06658f9888ec428a4921edbcb4e94fbb13845c393cf20
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getrpcent_r.texi:
+  copyright: ''
+  hash: 152780869af55d9709eea579a747704c5828e66f0a24923be64816790f01dc3c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getrpcport.texi:
+  copyright: ''
+  hash: cf4a3213ca4830fdea0aaa73c4e0d6bbecd11482e8b41445b0b799f0a900fd3d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getsecretkey.texi:
+  copyright: ''
+  hash: 7b0b703dec254eb1e37fa5f7841699c6022704cc3024c93ec1d4540392501569
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getservbyname_r.texi:
+  copyright: ''
+  hash: 6d17e4e94797deb70604a43d593f4ef4dc73c957fac2341270b4f20071dfcba6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getservbyport_r.texi:
+  copyright: ''
+  hash: deabf3d69f9c10eda2f7621f099b8e890214d5102b494ca9a6f3f54fe498cb03
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getservent_r.texi:
+  copyright: ''
+  hash: 9e0e3f16321b00b70706d202958655babde304d7070b802500fa48a1b1778a69
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getsourcefilter.texi:
+  copyright: ''
+  hash: f1a631bcb56d114b299bb88ab2da5fe100450a98ffc9de91d3a18c8ba01241b4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getspent.texi:
+  copyright: ''
+  hash: 42998ee1fb450c7e25724aaba1d3148d7dd0eb208f6772c5b281521f864ba026
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getspent_r.texi:
+  copyright: ''
+  hash: eb41ba573e826100aff109127361936234b1eae23bcb82494b66c8a0f1156840
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getspnam.texi:
+  copyright: ''
+  hash: 929262f030b9a65488410577c04fbf990dc55690113922fdd0f2b5e409bea99c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getspnam_r.texi:
+  copyright: ''
+  hash: 4e1e3f9339585fa60307598843a801ed82150c990c9d615a187b24a96983f61b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gettext.texi:
+  copyright: ''
+  hash: 46a6bd3d1ea82e38389000e2ab28ca9d4ab4c7897ca3ab4130e2c338b4a9d36c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getttyent.texi:
+  copyright: ''
+  hash: 29ca5155f7e37e840c998c5cb9f243c246081665a55b4c94d1b22f37674b6698
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getttynam.texi:
+  copyright: ''
+  hash: 16168adc848bb80048c154818dab846e8cdbbfecdf802a083b0f06f978a777ba
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getusershell.texi:
+  copyright: ''
+  hash: 7f7390c2a3cfef22ca64648cd02e6a14867694ea2c1ccc17dc4567f3b7639532
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getutent.texi:
+  copyright: ''
+  hash: 93d84df1b9fbe044c74a98d732905b1df1b7a71a79ca9abbb0e5bf7a07c473c2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getutent_r.texi:
+  copyright: ''
+  hash: 5f4b59c40789a81fcc9c5bc5c680e3c6ecf211f7df1d8f72ac1771f670f8a601
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getutid.texi:
+  copyright: ''
+  hash: 6bda4d96ae25f9c79ed5dd02f43118c91c2140b09bb0f055fcb7941a2fdc5c16
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getutid_r.texi:
+  copyright: ''
+  hash: 01f9c513b233c39b42baecad8db0a06d3f89053d8a3766e504755c28a33ecb94
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getutline.texi:
+  copyright: ''
+  hash: 3abbc6dda2d48ae0a10828deab3726fb5f40980093a491688699c9804dac2d0e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getutline_r.texi:
+  copyright: ''
+  hash: 2eb2878695af796ac3fd1a7b632152e1f56741fc1bb25fe2dc0fd3d4f755eaa8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getutmp.texi:
+  copyright: ''
+  hash: dac0fe6534d4125f8ecc6d421bb5393eb05449bb97215adfa05033ceb56741bb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getutmpx.texi:
+  copyright: ''
+  hash: 884b54b656e68b6c131d8837071b7c24099a4afdd6a98c791c4344a2c2d5f94f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getw.texi:
+  copyright: ''
+  hash: ab2d47caf89a7b4d27c816c5fa8ae1dc26e8bb1719b7513534a167d08bc66bba
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getwc_unlocked.texi:
+  copyright: ''
+  hash: 75659758bbba6e516c2b74dc20c9d023d30fbeeeeee0809a21ce3f81c1a4c11a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getwchar_unlocked.texi:
+  copyright: ''
+  hash: 956fa16697e49629d5ea7a676146876d813e9c48b28c55ab87ce3e2dcc8a399a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/getxattr.texi:
+  copyright: ''
+  hash: d3c54badb5a08776363e9e1b55ca0ca14209e0fb5cc2f32269a20a44626536bc
+  license: ''
+  license_text: ''
+./doc/glibc-functions/glob_pattern_p.texi:
+  copyright: ''
+  hash: 6bfb4f53594faf9aec0ff3c8516bdeaf958cb1c965462482b648b6356b2a0880
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gnu_dev_major.texi:
+  copyright: ''
+  hash: 811e11665ce405e185e0725df4fb78804dac6872697f5ef4869b2dbe2a95e57d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gnu_dev_makedev.texi:
+  copyright: ''
+  hash: bc073e9af10c2b47920da645712cdd9393e131c891eb52a002f0bd6145a0ac52
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gnu_dev_minor.texi:
+  copyright: ''
+  hash: 4117ffc28aa3077371f5314292287911eccc1807ff7cb47d75960c5447039a6e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gnu_get_libc_release.texi:
+  copyright: ''
+  hash: f2e3958f4020376010e82ede720b5a254f3fac4b909e5fa7203a0507699ba9c0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gnu_get_libc_version.texi:
+  copyright: ''
+  hash: b21b94498fb427e3acf31f668a2d6e1fc85adfc3bf6678ce737b97636f979e68
+  license: ''
+  license_text: ''
+./doc/glibc-functions/group_member.texi:
+  copyright: ''
+  hash: a3458bdab764092a00f9dda1decab9bbbbdf3e52809ed7d54498de6d91a8ac71
+  license: ''
+  license_text: ''
+./doc/glibc-functions/gsignal.texi:
+  copyright: ''
+  hash: cfa2e86e547560ea897f221dc225529e92c6375680d9df7e7f3dfc4a1aaf1206
+  license: ''
+  license_text: ''
+./doc/glibc-functions/hasmntopt.texi:
+  copyright: ''
+  hash: 20189f0ada075e010289306127f7fd64e149ed1fd293ad255f3845587a4bf1b2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/hcreate_r.texi:
+  copyright: ''
+  hash: 27fa5105a80c91da7b937265637b9bfb999798d264072dbd983b6faa696cf7c8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/hdestroy_r.texi:
+  copyright: ''
+  hash: 6e89aa184d4b72aae5d82d5a7536c6a827c3ad1303cd464427eefdc6ed7cc1d6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/herror.texi:
+  copyright: ''
+  hash: 7efb9d00e25020573fe0ca6d431f5327a0e107cfdb5d169ea32044a5b6a90981
+  license: ''
+  license_text: ''
+./doc/glibc-functions/host2netname.texi:
+  copyright: ''
+  hash: f14656c771eab36c6466f6f37e19ff75e1fb8d08e9b87aa0681e87af5c348ef6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/hsearch_r.texi:
+  copyright: ''
+  hash: 30d22af79ac8daeb66951ebfffbaa3f02d7a268ecd56f5ae11f0a8bba8f8a1a2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/hstrerror.texi:
+  copyright: ''
+  hash: ff2896c321e129159b197b089ba7d3b2bd432f5c19892df7bbcce553a885f3f5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/in6addr_any.texi:
+  copyright: ''
+  hash: 1908cdff1fe1fd5fb9e82fb61412b817bf4e66a5fc16b89400062672ac6565fe
+  license: ''
+  license_text: ''
+./doc/glibc-functions/in6addr_loopback.texi:
+  copyright: ''
+  hash: 71b373435a6a439ff177b0b00914d23ab840e0e6a8395b5774f2cf58645544aa
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet6_option_alloc.texi:
+  copyright: ''
+  hash: 2061c09e1c6d2f8941d0345943755ca45f1861b059811ffd4bc332a9352e8760
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet6_option_append.texi:
+  copyright: ''
+  hash: 63f735b0544d8d1a0de1594b8530750ee3833635f2e7e740bac040d2a4c31be9
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet6_option_find.texi:
+  copyright: ''
+  hash: 566b80286b553b123ccb64b32d08bffe421b4a2b2debb6be8ea35b2d2359ba18
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet6_option_init.texi:
+  copyright: ''
+  hash: df493ecffcf99978c11a9596f06d7efb78a72c4fe3dec61ecf31661021930234
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet6_option_next.texi:
+  copyright: ''
+  hash: e2eff8b1e2ebb2aa6de9fb6989d8f1daeb0b42e3106b67183718445f41ceee18
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet6_option_space.texi:
+  copyright: ''
+  hash: cec9fb0dc6f5e8b36a6fb8387b55ef9ef8075111c09b181f8ecb9fbab81887e6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet_aton.texi:
+  copyright: ''
+  hash: 9a56198c1b11ffa7150833f8ee1d9a4028f6aa89bd414b1f7a0e7c543cff9f16
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet_lnaof.texi:
+  copyright: ''
+  hash: 20483661f4173ae4282bab0f288af2fa5e182b5412f23a427c4436a1f8265660
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet_makeaddr.texi:
+  copyright: ''
+  hash: ecbcf0e5b28d43d1b529117c3fc1158cf0098e7ce14f76ed0d567668319cb56e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet_net_ntop.texi:
+  copyright: ''
+  hash: 5c88f2284b750b4761135f823e8ca5308254d92eba83aaf27184e3b276e0d3e9
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet_net_pton.texi:
+  copyright: ''
+  hash: e6d59660af89b77da306f3a3aa031258c03daffbd52ceae97382f7dad0aff793
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet_neta.texi:
+  copyright: ''
+  hash: 47d84cd5efa8ed342f81919a0e7432f5b557607ff83efa0c6c850b960823a458
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet_netof.texi:
+  copyright: ''
+  hash: d70586041f476627921035730357871373233e52c0c6e94f91818550e6b66eaf
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet_network.texi:
+  copyright: ''
+  hash: f2254b279938a2eec4c6ecc5454ce2b3beb3bd6351d7975d0f0cd8790b21f533
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet_nsap_addr.texi:
+  copyright: ''
+  hash: cbf42861884324fa2d82edd0ddf11660ee4a524b2dfbf3ab025aa6e32a2c0a1b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/inet_nsap_ntoa.texi:
+  copyright: ''
+  hash: f52366c706352aa00594038b4f385bed4a04416584b6ecf9bb3784a4026e6118
+  license: ''
+  license_text: ''
+./doc/glibc-functions/initgroups.texi:
+  copyright: ''
+  hash: 10e6d0b7a28afe505954b18d7222af105b5c0d8bdd5981dd65217435dc52cfa6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/initstate_r.texi:
+  copyright: ''
+  hash: c7488e1d2ef6ee019e2161950828ee4b5ab6296a6f0af81bceb752c537613480
+  license: ''
+  license_text: ''
+./doc/glibc-functions/innetgr.texi:
+  copyright: ''
+  hash: 98fc724eab658d8ed65ba83432248a5d34c20a9d3d052ad6a96bfbcb9bcc62cb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ioperm.texi:
+  copyright: ''
+  hash: 0b4bbcdf1b49b6eb591b641a336720329c76128b031cf1f830983b03610b949e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/iopl.texi:
+  copyright: ''
+  hash: 4409f757a39b40dd595402cfc3ef82028ca28a4b67a47abfd94f9ac8ba35d4ad
+  license: ''
+  license_text: ''
+./doc/glibc-functions/isctype.texi:
+  copyright: ''
+  hash: 0cd180b752f990c25688e6bfdf2ae1a0e54eeb9fb6e3bc57c72057504a6b1f66
+  license: ''
+  license_text: ''
+./doc/glibc-functions/isfdtype.texi:
+  copyright: ''
+  hash: f95aa9da88b777e7cdc428cc20786bf8971dc399cc26fa78a46b830e8ff07aa6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/isinff.texi:
+  copyright: ''
+  hash: d9db3e910fadadd278e5507f3aabec419af6fed56c0099f521ae81a857b48d12
+  license: ''
+  license_text: ''
+./doc/glibc-functions/isinfl.texi:
+  copyright: ''
+  hash: e37366077f1499f3ce504e2896a8b1669d692bd336a9e6cebe323ea4558b7505
+  license: ''
+  license_text: ''
+./doc/glibc-functions/isnanf.texi:
+  copyright: ''
+  hash: ed6bbd8c99ebea8805bd0a6ac4d2f3c61140d9d6bd5590c814eb0da12fd6397a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/isnanl.texi:
+  copyright: ''
+  hash: b9c70234a4372dd6c786c33a726b79ee529113155e13ffdb1836ba3567f44226
+  license: ''
+  license_text: ''
+./doc/glibc-functions/j0f.texi:
+  copyright: ''
+  hash: 5907a8477093f1f74a5ce1a05898b22e6087edae619dfd6a995e1ec724aa805e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/j0l.texi:
+  copyright: ''
+  hash: 31b2de69bbba428a1f3570aa75c2231b3588a7b9ba8f707a020d6d46dfa46274
+  license: ''
+  license_text: ''
+./doc/glibc-functions/j1f.texi:
+  copyright: ''
+  hash: 4c211c6f7de0250ff03743f0e8e8cbeb5dbc25b04407cafc5141c546ed96a0b6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/j1l.texi:
+  copyright: ''
+  hash: 34685755ab807fac0d3be36ec9b0273688adfbdef361dfecdbdc67add78f5da4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/jnf.texi:
+  copyright: ''
+  hash: 47ab12ed2e258186fdca991c5ade1bfa45355d419a4c4575883eeeb0a83666c5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/jnl.texi:
+  copyright: ''
+  hash: f706ce9f33ec133e5a26032f46fe6c4d8fe48c0d50fad72576c0d7e8f7ed81e1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/jrand48_r.texi:
+  copyright: ''
+  hash: ffd94e07b6159bea182fae5c82910f320bd5797eaeea9b1c4920a191eb1a88f8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/key_decryptsession.texi:
+  copyright: ''
+  hash: 2958b5e5696d4fce0a119f89a139e8ae78701bfe0bfca90d93e20f031bf9272e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/key_decryptsession_pk.texi:
+  copyright: ''
+  hash: 7bcd5d95a2383c410bdd5601011b65f34c361a91c3af5aeb7db97b117b5eeab4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/key_encryptsession.texi:
+  copyright: ''
+  hash: d30ccf10bdf2cb16cacc9a3dc79735adfa4037b09fa5ca69120d58448348d79f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/key_encryptsession_pk.texi:
+  copyright: ''
+  hash: 92533ce61aa1c0d32ae625b5e07578f890299dd75804e18df49c7bfd7574659e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/key_gendes.texi:
+  copyright: ''
+  hash: f3bfaa2ba69417e418c0d2e5db58bfb6104323641dd664dd48399ca97ca0f47a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/key_get_conv.texi:
+  copyright: ''
+  hash: 6ec24bdf8c5a7ad8099ed24146a1bf48db995a0c87cac47e4f4977a7f5439d83
+  license: ''
+  license_text: ''
+./doc/glibc-functions/key_secretkey_is_set.texi:
+  copyright: ''
+  hash: af0dc14ee03903d3a2095d7fc6530ffd3fdcb06d016fffe19507aa789b8a00e3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/key_setsecret.texi:
+  copyright: ''
+  hash: 4cca696d77a95ccd5bf4bedea92d314f8f591dd6b312508caca3741106e4f320
+  license: ''
+  license_text: ''
+./doc/glibc-functions/klogctl.texi:
+  copyright: ''
+  hash: 64d4ce6f8572cadec230fc4f8b391b9a421f3ce6d4fefd38564b075511c34ab0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lchmod.texi:
+  copyright: ''
+  hash: f9ccb5eec8176d7e7729da1a8681bc024fd8713fd202728c073cad1a1715a644
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lckpwdf.texi:
+  copyright: ''
+  hash: 590d0b98403a701486e6862ce67a09bf658167dcb0546af037887dce0a27559d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lcong48_r.texi:
+  copyright: ''
+  hash: 8fc67ef26addb4a8a29f2ed1802a4c94f98097328d9f1bbc13482cc5bb79cd7f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lgamma_r.texi:
+  copyright: ''
+  hash: 9bae3dcf6a7d0e0c45a6700549244235330f801b585dac194d924918e44679b8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lgammaf_r.texi:
+  copyright: ''
+  hash: e72c9518584fbb925391c5a0f7149d14b6a679b46032b262ae41fed8bd59cdf5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lgammal_r.texi:
+  copyright: ''
+  hash: 43493fc8c6519225aeac55c05bf9c8c4ccfd9fe282c585e4cd1178eb49bd6efd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lgetfilecon.texi:
+  copyright: ''
+  hash: 473646977e10187110ba99eb27f9eb799db81f4330e3447b84f95d9fbefd33b6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lgetxattr.texi:
+  copyright: ''
+  hash: e97d48f362472ef2461292c4e4d1b193d972e6db2d47cfae259d4413063e4643
+  license: ''
+  license_text: ''
+./doc/glibc-functions/listxattr.texi:
+  copyright: ''
+  hash: b517373f1c63d777988d4c17c980e7fb3efcaf4577a8a2ae614c30a2637525df
+  license: ''
+  license_text: ''
+./doc/glibc-functions/llistxattr.texi:
+  copyright: ''
+  hash: 8d1b20979aff96d3bf0b971d6355a8babd612e299602b24ff6a98faeab6ae682
+  license: ''
+  license_text: ''
+./doc/glibc-functions/loc1.texi:
+  copyright: ''
+  hash: add407ed4b6fe1612219e386b23495a2d75aab58fd4f4c3e6d4171443024c0de
+  license: ''
+  license_text: ''
+./doc/glibc-functions/loc2.texi:
+  copyright: ''
+  hash: 452f1fb64ab2394f8ed9af167a1dd1cee8294ebb3eaff248eef6e55009fa716a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/locs.texi:
+  copyright: ''
+  hash: 46f1e9f9223535851f08dd65db8498e5d87718a0118696ae327d67480d3b0ba0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/login_tty.texi:
+  copyright: ''
+  hash: ddee626a977008616e358fa9314c4177f4804627a145f581c29aaa8d9c5c1667
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lrand48_r.texi:
+  copyright: ''
+  hash: 5b00d8e76d9d4f63bd17c949d9d0c53b28f1ba3c7c7a79abd7641c153c3e7627
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lremovexattr.texi:
+  copyright: ''
+  hash: 8620ad2c8d8d02a4eac4a77a1e988b17fb3ac7bb1b7dbf0a3ce00f1a79ec9000
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lsetxattr.texi:
+  copyright: ''
+  hash: c179dcd1f90cabfa84540753760976fddcc605ce882926e1dfbdd169fba9f844
+  license: ''
+  license_text: ''
+./doc/glibc-functions/lutimes.texi:
+  copyright: ''
+  hash: 3bef5ce9dbbf59e93f8718be626341579865e6bb6c98d93c96e96761c0265b80
+  license: ''
+  license_text: ''
+./doc/glibc-functions/madvise.texi:
+  copyright: ''
+  hash: 0abf4aaa28a84d398b86fc0b64fe40ba82661a7aa28be80be83ce5481999c24b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mallinfo.texi:
+  copyright: ''
+  hash: 27e45c47ee5011f69fe12ae4713d3f4684837cf772a29b85af7768afce0fb99a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/malloc_get_state.texi:
+  copyright: ''
+  hash: 4e219d74f55b216f11e482692a147343483d40ba7885a51fc8725ca969791258
+  license: ''
+  license_text: ''
+./doc/glibc-functions/malloc_set_state.texi:
+  copyright: ''
+  hash: 53c65792ab2e8420c62ee0446a502c29b312a608989a429a4ee5fb61dd2c9df3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/malloc_stats.texi:
+  copyright: ''
+  hash: a77c9d9a88c3fb3bdd35eb912400c7f5fbf46a8de7e73faa765e7a2affb58255
+  license: ''
+  license_text: ''
+./doc/glibc-functions/malloc_trim.texi:
+  copyright: ''
+  hash: 9ae2108833edc98f1f02259eb3a4fc97f83b25ad086a63ea9ea2d5161883be76
+  license: ''
+  license_text: ''
+./doc/glibc-functions/malloc_usable_size.texi:
+  copyright: ''
+  hash: b6d5fc0e5bd2f5ba0a0fccc4c0470887168ab0b1195089587f86924ef1b3cb4e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mallopt.texi:
+  copyright: ''
+  hash: 4214f60169768806795c0988a55ae650b3b5c869fc2b2910af9d62d4f411a9de
+  license: ''
+  license_text: ''
+./doc/glibc-functions/matherr.texi:
+  copyright: ''
+  hash: c9f25db9aa8e2d44cb7c2d7eb36e59a781374db3345e762d9947e00308b640af
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mcheck.texi:
+  copyright: ''
+  hash: 5cad70ac97e5ec8ebdf53c923a69bd9c7a6d8154ae326640eb444740946d547b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mcheck_check_all.texi:
+  copyright: ''
+  hash: d1ad117a9e81cf28602df34c7c8c61e15613a23cb8a30275138f0b2ea6ca241e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mcheck_pedantic.texi:
+  copyright: ''
+  hash: 316e0077a92089a3ef38b7779c2e960ca11ec6b0b4e879277348b3d816e5ada5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/memalign.texi:
+  copyright: ''
+  hash: 2cec5ce7d8ca80259e607d88a22f1b854b94bd95cd58f4e5b0bd7cf276dfef4a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/memfrob.texi:
+  copyright: ''
+  hash: d1118d8c3a4dd985edb3c59447f12ff16dc59c3d53335ad9ade737c32f05361e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/memmem.texi:
+  copyright: ''
+  hash: b9ca8a84d3e54d01ae4b14e49c60f8705d4430c640b956fc4709bb8861ad6093
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mempcpy.texi:
+  copyright: ''
+  hash: b1847a9b58e63133ae905f463f69d047dc53c092726618453639c8d97e436fd9
+  license: ''
+  license_text: ''
+./doc/glibc-functions/memrchr.texi:
+  copyright: ''
+  hash: 6c52065d9ccae0b5613551f0d8caaadde91b180e14e914ea8327f2423c5465be
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mincore.texi:
+  copyright: ''
+  hash: d5ceb391e9ca3ad88142c561d35df48487b2b5244eb31c59c10c86148c729d52
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mkostemp.texi:
+  copyright: ''
+  hash: 454127723ffc7a523e1a75c096a26352f8fac689718b5bfd72738e4612c28db7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mkostemps.texi:
+  copyright: ''
+  hash: bf8bd65bef95144f924b64fe653487fa7425add8a95a562b2a1c39083bba5cac
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mkstemps.texi:
+  copyright: ''
+  hash: 895a470145c6d0f5df78957ba620ae7a0f1c518f2ce8ccb497f6d4838e89e001
+  license: ''
+  license_text: ''
+./doc/glibc-functions/monstartup.texi:
+  copyright: ''
+  hash: db11fb767688336a779d551c57ffb957e508856789871a68e96d378736618d1c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mount.texi:
+  copyright: ''
+  hash: 89d49f190bf722b33bba60f3422d827ee83250869251d905394a34bf4bba6a9b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mprobe.texi:
+  copyright: ''
+  hash: 4937984cfe232068afaa3d43dbe786e00b6fb5417f8848067302a8e5b6ffe4e0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mrand48_r.texi:
+  copyright: ''
+  hash: ce39dd7325fa93385b8bc940ff060a577772b542959afea8d014d3ee531e68c0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mremap.texi:
+  copyright: ''
+  hash: b1d3ed4d8aea0feccac0491897fa958df7642a929349e90c771baba84e92a3a8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/mtrace.texi:
+  copyright: ''
+  hash: 12006c577e5d38ce8509ef366b3709ed1cc6ee6a8c23fccdb2c7a324e3aa22e3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/muntrace.texi:
+  copyright: ''
+  hash: 71fd512911a0743f3bc79e92777aa8125645c0b25995c1650ee41da0cd67f6f7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/netname2host.texi:
+  copyright: ''
+  hash: 1c5bb57d25601f6987c3b17e2cca3e8ba9830b94b3d82553b1ea3b3006814e8e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/netname2user.texi:
+  copyright: ''
+  hash: 1abc3c462069d2061c791cfa26910aaad3dddcaa00befdb657a9089f5a15c204
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ngettext.texi:
+  copyright: ''
+  hash: 8a19b177da57b396ac130009454bf527aa4307853cd80030e52e37a8b6b357b0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_add.texi:
+  copyright: ''
+  hash: a13f2a0deb6642d769f93091b003cf6dd9e385315e44b2c36fa6107194aa6aaa
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_add_entry.texi:
+  copyright: ''
+  hash: 1819cfff63a17ba816d441c36084a7d0611fcbad079acc7cf0d183c297abe76e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_addmember.texi:
+  copyright: ''
+  hash: a8b07c3939c0dd204349b82f8df33dde401576f8a2feb57a41bb6b82759d92e4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_checkpoint.texi:
+  copyright: ''
+  hash: 329eb9db3d937cc33fb6eb9c893e7a8e304f929310102cbd320d6046f2810b24
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_clone_object.texi:
+  copyright: ''
+  hash: e7c03065f8bf406c0c5f9d462a33ff3d9f38db121c335e79cc9a5ea0a08c5f9e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_creategroup.texi:
+  copyright: ''
+  hash: 6d83a8db0e5e70ab287a9c5c84c487a51880048efbea2e6ae2d1b3f74d202455
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_destroy_object.texi:
+  copyright: ''
+  hash: 07413fa1b8a2eb609c477dd896f2841a088f9bb89f04facdb3e59d87a6dc96a5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_destroygroup.texi:
+  copyright: ''
+  hash: 4840e0694d320a5292b570a2420fd9fa2426955df33321ccfd35f03df8d87d2e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_dir_cmp.texi:
+  copyright: ''
+  hash: fbb18da61ddb5fdc77c2e37d0672ed25290564e16ae2b9395ae7e0336c4aeaa1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_domain_of.texi:
+  copyright: ''
+  hash: 2e467c1968b2796754028b0eb2f83defe90671cebdba1b7800b6a54067b1ba6a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_domain_of_r.texi:
+  copyright: ''
+  hash: db5bbb7d66f4c9e2e1333f3a1f55a6c75444d27dfa00d02bd2e374fc5db4c9a0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_first_entry.texi:
+  copyright: ''
+  hash: 925df73fd692e6bd59da084c776d66c90c5c72c7ccd5a9eaa2995dd27adfca77
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_freenames.texi:
+  copyright: ''
+  hash: a624026293be732d85a4a1e683613cd96dd9cecc10194ea33928441ef6c5965d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_freeresult.texi:
+  copyright: ''
+  hash: 9f35a2d3d06e7abece6f8a9e32326493fe324f947527d4ee698b4e4ceb1e03fe
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_freeservlist.texi:
+  copyright: ''
+  hash: 8da27ce7580cf5fabce2aa1da63782e828f21b2aa4ea791cac9ea0621562a1fd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_freetags.texi:
+  copyright: ''
+  hash: 21e26f5940089cc0b78ca4170a493332f89dc483c337c1b37eeda3974da3e934
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_getnames.texi:
+  copyright: ''
+  hash: 44b08cdc1ee565f39659ddada8e1d871b472686a8f6c874a8ed92cc80b6f5819
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_getservlist.texi:
+  copyright: ''
+  hash: 2100703a1aae2a355e1160cd01c104cdf282e9f004382169bcdd6dab17fcdb0f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_ismember.texi:
+  copyright: ''
+  hash: 27ae9bf6b28556cad8706ff630a1876dcb9718b9e16a7924304d863415efc63d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_leaf_of.texi:
+  copyright: ''
+  hash: 7ea26d3c7ded7042cc8e147cf14de91671a1a3c93636d40c0daf60a95afce4c1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_leaf_of_r.texi:
+  copyright: ''
+  hash: 8d6e4f7781f52301359846671f9e1551bd2566085aa7ab9e453c7b74a2828200
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_lerror.texi:
+  copyright: ''
+  hash: b7cd57d86fd6a91f1a9143022d67b2138a5509ae7acdb850158efebe2f44817b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_list.texi:
+  copyright: ''
+  hash: c61bd1dfb99f2d7a863cbea1b46c4e6f9a0a901461f2950fa57de45922d711a0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_local_directory.texi:
+  copyright: ''
+  hash: 799b2a53c990e5ec8053a6cb9c4b63cae9e0e230c4196e3468582d51efb09fdc
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_local_group.texi:
+  copyright: ''
+  hash: 44cd5669bb28fd86e81226c92d64089b6c4376f90d4c9361a3c3761a04dd9c4b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_local_host.texi:
+  copyright: ''
+  hash: 5467c4aa4015e7aea465bbf0f97ac2d7ad1ddbeb46ec3ae884e08ce1199d1d68
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_local_principal.texi:
+  copyright: ''
+  hash: 5a7e701f2d12ecc70926a94ad1263246684b6700b6671b78fad58c392cff4516
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_lookup.texi:
+  copyright: ''
+  hash: 5b19f064c8cc3c3a7992880141c47422924612e3897dbceef7d5e19fde79e574
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_mkdir.texi:
+  copyright: ''
+  hash: cb667bb00644713ba6a5f9a76838a9edd1af3b41cc85f02872e6fad99489232e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_modify.texi:
+  copyright: ''
+  hash: 6701600c2586d1bf9864f4f4586861d8a449d1637d503bccc6527162a559db1b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_modify_entry.texi:
+  copyright: ''
+  hash: 51abe0e314f2db1969dde5b0d0dbf3ee97bfee373695c0b7022d4bc13ab61757
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_name_of.texi:
+  copyright: ''
+  hash: 3223c1d58ac8b8bc819ea9db41a571111f04cf5acab1cd9599af8317343f6282
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_name_of_r.texi:
+  copyright: ''
+  hash: b829187466851edb50b2b41599d0e9bcc777b5dcd5f138e9ca5294acbedb8236
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_next_entry.texi:
+  copyright: ''
+  hash: a42e3a799b768cea5c1589805f3a3b2ed02edf3d8ba483558a6cd4a97fd6a8a1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_perror.texi:
+  copyright: ''
+  hash: 719c8221878e23c4326f1fd991037afbba5de33568655fe955c5c61576b6613e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_ping.texi:
+  copyright: ''
+  hash: fd238ffecd550000b4e3679b09bc4cad5cad5dd47361e3233bf8219fa013af40
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_print_directory.texi:
+  copyright: ''
+  hash: a29632e0a7374d34c5f7e43590573209f7aa8933ae00acd033550b3ac4a09300
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_print_entry.texi:
+  copyright: ''
+  hash: 556a1084f444d3fa5cfc0b3b75b37ce0ee1bcbeb4fb39c0ff43e869f9a31a41b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_print_group.texi:
+  copyright: ''
+  hash: 42ee885834b6318f56fdb6cac39202fe2140c94d35b6caf19e2e5bd5d8ad89e5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_print_group_entry.texi:
+  copyright: ''
+  hash: a00108d56ecc5269bb86b7eb08aea5437e5c6a2951179b03c77ad793bbf1bb21
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_print_link.texi:
+  copyright: ''
+  hash: 3a9033979d08cc755ff01a2ed87e646bc4305a258cef0f757f9bf8c87ce6268c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_print_object.texi:
+  copyright: ''
+  hash: f3bd09651d66e9dd2853e97393e8e525660444b9e6f00f403ce8f7c05121fdfe
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_print_result.texi:
+  copyright: ''
+  hash: c69e6ce374797add4d8366709eecf3cfe2fcc59aad3d5dc180267f531c781a08
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_print_rights.texi:
+  copyright: ''
+  hash: 0b64f9bb720f8e05342b4634f1891923d3fb7f445648ea67d5c8d284ee10416e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_print_table.texi:
+  copyright: ''
+  hash: 006d1b9c9b8df823493b22b8da3b330dd6eaf85a622b9b77ffcee9a8fbb385f2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_remove.texi:
+  copyright: ''
+  hash: ae79a098bd640e54fcaf8d7b78d7a3a046373ee8faf58abcb813619fb0a6eff3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_remove_entry.texi:
+  copyright: ''
+  hash: da695de4c1feea6095f15a9d309d0cc38b9b5463320b55b7cb4ff621c5643317
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_removemember.texi:
+  copyright: ''
+  hash: 931c7b10d89eb920bfde1d849c4c992004d458a68bf90cde0e77e091875c61b0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_rmdir.texi:
+  copyright: ''
+  hash: dc67315dda579d3431c74ceee59642b339d05af00fdc52b057ed2b6a5a4b9a5b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_servstate.texi:
+  copyright: ''
+  hash: 83f0532abd25f81061a3626eb89b6b10d626f1bfbac602f87fbf33b8eebd2b1d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_sperrno.texi:
+  copyright: ''
+  hash: 94d9d7ece7a8b7e368e093c57398e8da8b9993cf860d22f05cc29be51ef5b2ea
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_sperror.texi:
+  copyright: ''
+  hash: 8cf47a0320a3f915eaf8dac346efd7bc2e83eddc0074492b8a828671b10757fd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_sperror_r.texi:
+  copyright: ''
+  hash: 167e92e017230bfca08217aab103cb11b48a908c914a76047971d128d7ed4397
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_stats.texi:
+  copyright: ''
+  hash: 73e45f39c6d8824ebc8f8348dd6a80380e0e1f238a169f530fc98a8192b65304
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nis_verifygroup.texi:
+  copyright: ''
+  hash: d43866d6008a5856724c5ef60b3d33c30a0cf37cb0c021bf643ac22be5446cfb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/nrand48_r.texi:
+  copyright: ''
+  hash: b87ee9da51ca689f9f4bac4283311141989fb139ae1e564f59b5d595d7b64b0f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ntp_adjtime.texi:
+  copyright: ''
+  hash: 4d34127f15b05af608bd96cdb461ea4a9966f274b587b7e508b8907c9d2f580f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ntp_gettime.texi:
+  copyright: ''
+  hash: e2d96f452c177512cc8d0b1e78ecc058e11a131e977d3e39005711e83678cd4c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/obstack_alloc_failed_handler.texi:
+  copyright: ''
+  hash: a1f3157f6351a639330929588763faf75da69a7eb4b2bf6ea17aac28a978a8a3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/obstack_exit_failure.texi:
+  copyright: ''
+  hash: c25348fc4979aaeb4bd781e96d01ffccd9b8fb2e552513cc2fc3278126902c44
+  license: ''
+  license_text: ''
+./doc/glibc-functions/obstack_free.texi:
+  copyright: ''
+  hash: 81fae440864e5b9670586342fe712e35faa951917d24726179ace66a60249c46
+  license: ''
+  license_text: ''
+./doc/glibc-functions/obstack_printf.texi:
+  copyright: ''
+  hash: 92094f23a4e651d0a087c967b9556339af40f569147e37cdf953c978292bfb53
+  license: ''
+  license_text: ''
+./doc/glibc-functions/obstack_vprintf.texi:
+  copyright: ''
+  hash: 39299b3209db4abd1364cc0eecf02df948a775ba30a35364949d36145868badb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/on_exit.texi:
+  copyright: ''
+  hash: 50dc8fee1a75b808ee01403c0a88d5431231a96acdd0fdebca5d5a3aa11c3cdc
+  license: ''
+  license_text: ''
+./doc/glibc-functions/openpty.texi:
+  copyright: ''
+  hash: b6b980fd16796198e9283f129acfbc1d777359e9166e9d3eddcc76c5af645225
+  license: ''
+  license_text: ''
+./doc/glibc-functions/parse_printf_format.texi:
+  copyright: ''
+  hash: d1701a98e9fa509bdc65adfa907983cd8eb1b75381ce9b3837fe020aaf3959f7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/personality.texi:
+  copyright: ''
+  hash: bdec3c44ca4ffdb64b1ddcba58ad825b0257de8e44a5b8811af2a976b6a12e5b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pipe2.texi:
+  copyright: ''
+  hash: adca925ee9fad8e89dfa4e72be79dc31bfecff2ee2e078c6b5dc594524f643ca
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pmap_getmaps.texi:
+  copyright: ''
+  hash: 9d85f6d0f65096677f4732a2bc82f6afa1f50403b05bf01e92206309db3f8873
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pmap_getport.texi:
+  copyright: ''
+  hash: 43960c367109816c9e5617623378139b66ceb8f0b929615750e1c5f4843f9dd2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pmap_rmtcall.texi:
+  copyright: ''
+  hash: 03654d766f665bb32b4a7b827d20aa8f6bea089916d5f00fa3f88848d411778d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pmap_set.texi:
+  copyright: ''
+  hash: 201b0d49ff805bb952b775dcdb25c33a70a6d0ee2aa959f9dcdce21ab7926ce5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pmap_unset.texi:
+  copyright: ''
+  hash: 054bd3e1cd0792cb25c68df8fb153cd370444146dfc243b81cb187e177db8e48
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pow10.texi:
+  copyright: ''
+  hash: e5910adeb9b83f81c8670385a5a7fd52a8ef42ff3d62d25707dc92ae3f4e64b1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pow10f.texi:
+  copyright: ''
+  hash: e9317fe6db42b4ec7b0505664067ea9bb3e20a2f69b6de4bd6f170822b29b3bc
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pow10l.texi:
+  copyright: ''
+  hash: 02d4f704824257597d316d53251b28596598bcd316eb5e72cfe6feef69863798
+  license: ''
+  license_text: ''
+./doc/glibc-functions/prctl.texi:
+  copyright: ''
+  hash: 7c6ea16479297a2f0d0c99ca49adb3eaa81e3fe645d6a7df5be732f96d4e40df
+  license: ''
+  license_text: ''
+./doc/glibc-functions/printf_size.texi:
+  copyright: ''
+  hash: c6f2cd0c1481894a54b10569363323e97ed0feee6da91fdd0712a8b31f768f9e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/printf_size_info.texi:
+  copyright: ''
+  hash: 39bc256d5a79378805115ef81b887a4318f7ead820e8602c53e19e28384f19ba
+  license: ''
+  license_text: ''
+./doc/glibc-functions/profil.texi:
+  copyright: ''
+  hash: 0285b1f65b72595b3cdc34f19758d6a7c23b39ca0f9fbea16ce0fd482b5633ae
+  license: ''
+  license_text: ''
+./doc/glibc-functions/program_invocation_name.texi:
+  copyright: ''
+  hash: 50e52fdfe62691250d7c06248deafe05220a489f5b667674e83bda4a04fae56f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/program_invocation_short_name.texi:
+  copyright: ''
+  hash: 7a8bfbe2ebe6835729dea6087a471e12bfd2c3550d2ca97d3b9ba6fe7342acee
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pthread_getattr_np.texi:
+  copyright: ''
+  hash: cc8fef49aa027aed66bed06a9f39bb6f2e08fc28560400a448031c81fc11133a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pthread_kill_other_threads_np.texi:
+  copyright: ''
+  hash: d1db63ff6094a2a21531239e871ec2b2763cf8db2e97181d191daf4728c15792
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pthread_rwlockattr_getkind_np.texi:
+  copyright: ''
+  hash: 24856034c345e0522eb789b9060433cc594e2bc2f621265fddff723f52540db8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pthread_rwlockattr_setkind_np.texi:
+  copyright: ''
+  hash: 74a6143186a53704e0c208d838704c6a6e1338903683f74d4e4fab702bc07b9b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pthread_yield.texi:
+  copyright: ''
+  hash: 4180afe92f8a513e4eb40101f7684bdbfe221bf8d17aeb0d9a94f7d1615c709b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ptrace.texi:
+  copyright: ''
+  hash: 27af6240148516067e80c328ec3534ed7e40044622162395eef385f5719f584d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ptsname_r.texi:
+  copyright: ''
+  hash: c562af43de63eadae261aee5ee21f2824ceb370f6b9b7a22dc14fa75a5907395
+  license: ''
+  license_text: ''
+./doc/glibc-functions/putgrent.texi:
+  copyright: ''
+  hash: 78f9633c2fdbc6cb4c3e1fcbf6ddf6ce4e1b56005c4da45bbe938607ace75095
+  license: ''
+  license_text: ''
+./doc/glibc-functions/putpwent.texi:
+  copyright: ''
+  hash: de3d1886e9b386f5aedc17a30dc1c289dfdf0887ee36e5b9afccb42f2c8eba8e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/putspent.texi:
+  copyright: ''
+  hash: 22d90894ffb77bc0918beaca20931f73e80a34378433799c47030468acc3f0f1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pututline.texi:
+  copyright: ''
+  hash: 952f8116212f9de331ffa204a3fab9c739d85282f548eed5b195885448016be5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/putw.texi:
+  copyright: ''
+  hash: a7028bb2975807511cf4acd39f137c540e13cdcd67e0f00188a345645605ccc2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/putwc_unlocked.texi:
+  copyright: ''
+  hash: d35e3d9a6bd13f33a1a84ad0e7d23b9001405016f2f1c1ed007bc185503aef57
+  license: ''
+  license_text: ''
+./doc/glibc-functions/putwchar_unlocked.texi:
+  copyright: ''
+  hash: 232ef3bfefb8700427391a8e6ddb9576541c807ffe635a9bc236fdf9bb055d50
+  license: ''
+  license_text: ''
+./doc/glibc-functions/pvalloc.texi:
+  copyright: ''
+  hash: ae4b1c6c2ae9570c822b686d8a8fd3a31766233f4973911a71058d1452840c98
+  license: ''
+  license_text: ''
+./doc/glibc-functions/qecvt.texi:
+  copyright: ''
+  hash: cb64109fbfe95792126f66f9487a257f46ed5a65e05c33c4aab59046916a2b42
+  license: ''
+  license_text: ''
+./doc/glibc-functions/qecvt_r.texi:
+  copyright: ''
+  hash: c6c00dbc56cf6491341c3450ecd36298ffa138d7b39d2f3686df70ba87b3ecbd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/qfcvt.texi:
+  copyright: ''
+  hash: 838289fc9ecfc95b7f8fa1d15afaff3284d1989f712456bcf6876bfb34efdafc
+  license: ''
+  license_text: ''
+./doc/glibc-functions/qfcvt_r.texi:
+  copyright: ''
+  hash: b182724d4b6b36c3e5a2d095407d82bd4348a51ff7e881cd0fdc784b0bdf5eb1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/qgcvt.texi:
+  copyright: ''
+  hash: 2f292f0e1949b9b1d917b12dab1fafef73f6d4c38ea7406e96a7061eb3c63824
+  license: ''
+  license_text: ''
+./doc/glibc-functions/quotactl.texi:
+  copyright: ''
+  hash: 4be184ce938d8eab459f6577b8fef602e30fef575e70a10105aff360d02cba2a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/random_r.texi:
+  copyright: ''
+  hash: 45473f229bebaaa028ad09e49d0cc419036ca5409026c1845f165109e8fbc3c1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/rawmemchr.texi:
+  copyright: ''
+  hash: 36e326f3c8d6e19453fd3aa734496910dfebc51f273d0e9f2992f3157130d3bd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/rcmd.texi:
+  copyright: ''
+  hash: e257d1d57a345cddc907c3e227b0d51dfbece0c211d1b0e9d7b2519ba85090b1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/rcmd_af.texi:
+  copyright: ''
+  hash: b7e055bdf7a470e16f44eaada468de0565d6c6719f0bd92f61b2e9496922ab1b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/re_comp.texi:
+  copyright: ''
+  hash: 420a1e1f880ee36998ddb8f05b2057ed100ceafedff794a1614beafee0e958ac
+  license: ''
+  license_text: ''
+./doc/glibc-functions/re_compile_fastmap.texi:
+  copyright: ''
+  hash: 7482f791562fd7a7e1bcb4322be180fd20735b7c81691cecf1c318950a2e95b0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/re_compile_pattern.texi:
+  copyright: ''
+  hash: 5f4f43d84a40857f3f0cd2680c50c513a6170cec5b90b2ae63c66cd5d0787868
+  license: ''
+  license_text: ''
+./doc/glibc-functions/re_exec.texi:
+  copyright: ''
+  hash: 7749d407123d543cd661b8b7e19745cc0fdfa40a8cd2bb2c19294c69a2ef476d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/re_match.texi:
+  copyright: ''
+  hash: 2365968cb317ecc585bf152b13055ffe3a894cf93a64fdf09854cf674464f37d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/re_match_2.texi:
+  copyright: ''
+  hash: 980c42f57c226d8eec1ce5d8ae8e9ab40699ee9febf5a26910c1a3e967993763
+  license: ''
+  license_text: ''
+./doc/glibc-functions/re_search.texi:
+  copyright: ''
+  hash: ecdc828c10a37042e04404d4ce4fa6e03f6f8acac085bfe7bb57d2a74c10a1c8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/re_search_2.texi:
+  copyright: ''
+  hash: b54c1078150710d5683cb2bae1873539d3e265b0ece87de43a2ccb9bf23892a0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/re_set_registers.texi:
+  copyright: ''
+  hash: 99866e856e08160fd71743be6b74133cb7da682a4cb7cf208a32e3097f7a162c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/re_set_syntax.texi:
+  copyright: ''
+  hash: 348280b3b814237926f56ab84946ed65999f07df5401df6f01bb56099638c766
+  license: ''
+  license_text: ''
+./doc/glibc-functions/re_syntax_options.texi:
+  copyright: ''
+  hash: 01f5189be7c3f39e9af8d46d8383b633a87b3c855d257b105b7f832e1e1a4d82
+  license: ''
+  license_text: ''
+./doc/glibc-functions/readahead.texi:
+  copyright: ''
+  hash: 618bc6d30ccbdb2692132379f438a6915fb8e7257c9f608226c6fde378206cb5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/reboot.texi:
+  copyright: ''
+  hash: 821bc1ae818abe8915a90b46f5222f4ada16fbea77e88d86c0358421e73b709c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/register_printf_function.texi:
+  copyright: ''
+  hash: 76d98bd172cbd8f2e26c0e08b90f4f97690733fde7aeb23b5b4de76060acd588
+  license: ''
+  license_text: ''
+./doc/glibc-functions/remap_file_pages.texi:
+  copyright: ''
+  hash: 85208ada0c969567a0e29cdb1a8bc7fdd4a802b925150425784a5c4d8ff05944
+  license: ''
+  license_text: ''
+./doc/glibc-functions/removexattr.texi:
+  copyright: ''
+  hash: b7d6c8d02b71d2ba837c73d0be4b1a6bf2ced3dc68f16fb54576de63b208a0e0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/res_init.texi:
+  copyright: ''
+  hash: 388e462fc34d47868da844ac1b41166ca1d710720fc4cf90949471b6b22e06df
+  license: ''
+  license_text: ''
+./doc/glibc-functions/res_mkquery.texi:
+  copyright: ''
+  hash: 0b93eb65d4f8eb234d2cf53f9be95119f92ba036e114bccffaad8f4217b8be95
+  license: ''
+  license_text: ''
+./doc/glibc-functions/res_query.texi:
+  copyright: ''
+  hash: 86b37d31764f008efaccff858dd736522731703d0e3db5df805ff8a8641830d7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/res_querydomain.texi:
+  copyright: ''
+  hash: 4febd67db3cafc50012c62f08b9150179b6b6a86fe3b563308abcf8aef41ea22
+  license: ''
+  license_text: ''
+./doc/glibc-functions/res_search.texi:
+  copyright: ''
+  hash: c61477ed9ea9b2f03e6d988d1459e5c85d6d767e5d5afd77688cbe1531c9d6bb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/revoke.texi:
+  copyright: ''
+  hash: 34168e72068f1deb69bd4bbbbeddca1166c0d5a197ba7701628872d84737bcac
+  license: ''
+  license_text: ''
+./doc/glibc-functions/rexec.texi:
+  copyright: ''
+  hash: 4e2e2835ff7fe630072082cdc1b900a664b6fb77a2c1433a2aa769d9ba7997c1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/rexec_af.texi:
+  copyright: ''
+  hash: 380b6c8fb51ad0028122ea899bf8f8032cab49db525d9c36bd434f5a4b3252ef
+  license: ''
+  license_text: ''
+./doc/glibc-functions/rpc_createerr.texi:
+  copyright: ''
+  hash: cd184775acd5c98bf80055c4f63cc5e4f1cf8be76c79f8359575324e96c0126c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/rpmatch.texi:
+  copyright: ''
+  hash: 475f11972b623ae9900adb17191b3ffe122c29120b0389dfd21a69099de46934
+  license: ''
+  license_text: ''
+./doc/glibc-functions/rresvport.texi:
+  copyright: ''
+  hash: a97f5ee77da3a964130fe12ad34f4429a25dc4e8983614eee3ff2228e41a5f05
+  license: ''
+  license_text: ''
+./doc/glibc-functions/rresvport_af.texi:
+  copyright: ''
+  hash: 05f41f582c3a69e312643489f67d3512cf20016ed1aec7fbb8254d65f33525e7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/rtime.texi:
+  copyright: ''
+  hash: abc00236300ae4aac8864f3f6de09ee324bd7b2439ffa68de83495d0061709bd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ruserok.texi:
+  copyright: ''
+  hash: 4521b929c1ed87ca5ae848c5a95d221964ecfdc3efb41a6f0d05adc5c438fb6c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ruserok_af.texi:
+  copyright: ''
+  hash: 23613e54681a151ce13412d9ef950980c1054d4184824b08304617414b1bc72d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sbrk.texi:
+  copyright: ''
+  hash: 4d580822d85c2db8a05c71c6bbc254541a6ce7666158f73bc52fe573cc565151
+  license: ''
+  license_text: ''
+./doc/glibc-functions/scalbf.texi:
+  copyright: ''
+  hash: efd3ad3bb4babe2f8887cf3c587295f9ba994ed92143f86a94d4ca849c8acef4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/scalbl.texi:
+  copyright: ''
+  hash: c72516087248ef4ed5a219c1f8162091d7a7bd1fed05177db71828b2daddc8c5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sched_getaffinity.texi:
+  copyright: ''
+  hash: 50b95763843c5110a486cf4c5e6c0a13e848cc11d3875a1890b670e8a180e026
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sched_setaffinity.texi:
+  copyright: ''
+  hash: c92f1452f841a087bd85d5236c7db0c84eb037669b8f3a6e231513e97cda1c11
+  license: ''
+  license_text: ''
+./doc/glibc-functions/seed48_r.texi:
+  copyright: ''
+  hash: 6583474ccbbb4c036e6a2b91672ef043ed9b025437b7c624f0f1407354c6504c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/semtimedop.texi:
+  copyright: ''
+  hash: 9b642551511cbbc8bfbe5f778777562d510b290f630d8bf932d5997bd5fc0149
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sendfile.texi:
+  copyright: ''
+  hash: bc0c34c129b35ca247a34845c173f7bfc92338b1dabc56afd769162325058624
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setaliasent.texi:
+  copyright: ''
+  hash: 60bcd9d432c567b49a81997eb05ac43a3425c08a0e7a4ee2ddf92d3d2f6d93da
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setbuffer.texi:
+  copyright: ''
+  hash: 840463919c23c80fb9256b4d89f5a8a975413c47a4b18d99a291d2c3fd775c74
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setdomainname.texi:
+  copyright: ''
+  hash: d246fb85da1d127786c3c8c54fdd4662f2ab4234985ba4ec0f9e983a2856970d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setfsent.texi:
+  copyright: ''
+  hash: 682f8a4058fcc6b1913aa967c246c7f34b69d174d0c4bd6a5a34a926986091e7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setfsgid.texi:
+  copyright: ''
+  hash: 33d58918db302478df31c877f38c7c8f07c2e6d4613cdeec708bd9a391e79015
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setfsuid.texi:
+  copyright: ''
+  hash: 74eb5afeb544e69d9fd5f59b3cbf298764bff926d4509796ae5d9c22cad7ca55
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setgroups.texi:
+  copyright: ''
+  hash: d47bf569c94762a70603caaa8b89619e1820828049b0a19af2694cf7928da98c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sethostid.texi:
+  copyright: ''
+  hash: 9af319519c5041042b1101f614e8cad0407888ff60c6465455a0433fbd6def5d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sethostname.texi:
+  copyright: ''
+  hash: 6359c3be8e8047c37933b2a94e5323fc44e3be3ef72ad19957500e4d1449c832
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setipv4sourcefilter.texi:
+  copyright: ''
+  hash: 26662f1deb7eb5f25ef3260c39f5e6214b983d3e5ef088388a7fb39fd34c1dc8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setkey_r.texi:
+  copyright: ''
+  hash: 24f9553c02114352a9fd363770718e2a50957d8af0b33866150720cdff0a6baf
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setlinebuf.texi:
+  copyright: ''
+  hash: 15478af7c9e8cc93cf2fbecd5115181fb7c2d1d7e2f1b5f1ae9380b90974ae24
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setlogin.texi:
+  copyright: ''
+  hash: eb317a16da958e2e380660d4fc42c6fc0462ff928d3490bc97cff156f783f52d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setmntent.texi:
+  copyright: ''
+  hash: 0140a901658e678386d94b042d45b0ad7fba14196e90d484eb3b19fd515fe673
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setnetgrent.texi:
+  copyright: ''
+  hash: 30d8d87126649c90573d67b04ff921db26d84a756946067181cb5946356b0c0a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setresgid.texi:
+  copyright: ''
+  hash: 0d8e5ec8ea4852087c5180cb984e91b3c8a0d3451141d413fd4835c7fa5f836a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setresuid.texi:
+  copyright: ''
+  hash: 146b8fe66724f8c24a7c67caa8d3105b2c58f3c91dd2023dcba6ea439f3509dd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setrpcent.texi:
+  copyright: ''
+  hash: ca47e2ef511b58040b7786ede8b64eaa8d0cb58ac434221596b0d7243d1b480c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setsourcefilter.texi:
+  copyright: ''
+  hash: c1eadf40c2da65f0c13b0cef562da8a5ffe9620c4f722b3e32350599c12d86ab
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setspent.texi:
+  copyright: ''
+  hash: e9f3257a77766b1b2a9b573b977b6730f6f8db9df882499d8ee0f61343c3d7b1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setstate_r.texi:
+  copyright: ''
+  hash: 05ae9475864263359ca9cb7d24a900fb38383c32138c86da55ce06e89bb6afd4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/settimeofday.texi:
+  copyright: ''
+  hash: fc6c7b74ed55751f1b9cd21d152fa6e70b668dcf57710351f309902b5e5affb9
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setttyent.texi:
+  copyright: ''
+  hash: b9445e9ae7a5bd68a7c53c9ec11e01a039c7385cc64f0f5fd3d730e6fa8d6f68
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setusershell.texi:
+  copyright: ''
+  hash: f8e5946e6b429fa09ce5e7e1260bc5f2322b43ae88d52e380fe272f810b9fd2e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setutent.texi:
+  copyright: ''
+  hash: 7a74e863c9c26a705d669a59949a3ebc2dba4d3f69ad3c0bc14fcc04218d2c7f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/setxattr.texi:
+  copyright: ''
+  hash: 4e0019e5c4bd79597946992c3006869fc65d6d2dbd012e110c81458452db2185
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sgetspent.texi:
+  copyright: ''
+  hash: 0e2ef7b1211fe400d726ea95614471106fd81da381a0297d3335d52090a88355
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sgetspent_r.texi:
+  copyright: ''
+  hash: c1c1b085120b24b485a3141ab61cee9309f62722d20434a018301fc3af21b1a6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sigandset.texi:
+  copyright: ''
+  hash: 8b5ce710257602a1371815f0939fa4cf84d267fc654fafd56db2ad34c0927732
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sigblock.texi:
+  copyright: ''
+  hash: 7b4933b5e4eb26869a71aa55494694db1e6a9ee0337ab7cf0f8f8490ea24171f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/siggetmask.texi:
+  copyright: ''
+  hash: 5cb1c469d07bb73f4fcacc1fedb801a06a50f42230dd9f5d12862da53657da0c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sigisemptyset.texi:
+  copyright: ''
+  hash: 2547cc44b2cf1d5c1888ec43e70a15fcaac8d78f873faa27893afb34df54eb81
+  license: ''
+  license_text: ''
+./doc/glibc-functions/significand.texi:
+  copyright: ''
+  hash: e3fc1148c171fbea7b8a88291964da753fc483cc72e395f90defc8f913dab945
+  license: ''
+  license_text: ''
+./doc/glibc-functions/significandf.texi:
+  copyright: ''
+  hash: 95042ac4146b43bc7dcfd63752ee14bc8682d816289497b8549413c46147935c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/significandl.texi:
+  copyright: ''
+  hash: a0a581399c0b81eb269baaa231df4ced6f288560d9f6cd29bb44e7a733c010da
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sigorset.texi:
+  copyright: ''
+  hash: 3fe75a2514e6f14bdb7030e7bbffcd0568d89c366430953224e3303807ea022a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sigreturn.texi:
+  copyright: ''
+  hash: 77c50dbca2c2071c0d6e28408f6d205776d18ab2e0c0c4d0733c649fdc648559
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sigsetmask.texi:
+  copyright: ''
+  hash: 753a98b1ebf947d4e2b9d8bbf586614e41405b434f21034749e535a9fde01d60
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sigstack.texi:
+  copyright: ''
+  hash: 19578944b42d2574fbc173365fe9e0029e1c9ad3bab21cbda27ef5c68a7a89d0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sigvec.texi:
+  copyright: ''
+  hash: 6bc4b871004215c226b0e0ab8179ba07cc7682d2124e1d28b484669d94f260a8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sincos.texi:
+  copyright: ''
+  hash: 15426131368d5c2fed56ffeaf37f5f97975d050ab1e74f9f232600e27cb3b7db
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sincosf.texi:
+  copyright: ''
+  hash: d0820ce1163c755c4d65e1d8b749c1d5a1f7636b31c3ad01cbb90fda3919cf3a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sincosl.texi:
+  copyright: ''
+  hash: 9681213d3c804fc7d10505a97f74d98cfc2cddc9a3a438054ea4f900834c6084
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sprofil.texi:
+  copyright: ''
+  hash: 016635359954de13be0bcdd127f1116815a830689b4f57951a6cf19c5bfc5bad
+  license: ''
+  license_text: ''
+./doc/glibc-functions/srand48_r.texi:
+  copyright: ''
+  hash: d5049dfe0f1c44dec684dfb5fd1679e988d09b5ceb5540859b3fbc486224ba3c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/srandom_r.texi:
+  copyright: ''
+  hash: ed21a13e0a2a7c088d940c654631c742df10aeea0747a1bfc9eddde5b1ca51b5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ssignal.texi:
+  copyright: ''
+  hash: 7b53e7637d808c13d411db545738336b2836fd0ac979841daf098272de8a482a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/statfs.texi:
+  copyright: ''
+  hash: 9d6fc5e1c0bdfae6063e50e332eb0012b995748c979a5d8580eef86bfd8264ee
+  license: ''
+  license_text: ''
+./doc/glibc-functions/step.texi:
+  copyright: ''
+  hash: 13e232a7c3e5dd15fb9fb4f256e6b96990589e7dc18f46e8bdcdf6eb303a571f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/stime.texi:
+  copyright: ''
+  hash: f75205d8c5038b0c2faed72401d938cd0b939f1d2b7e3a1758aa77ca6ed02b1e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strcasestr.texi:
+  copyright: ''
+  hash: 6be97e12f20df96d2042b184ed047d50673dc850649541ba46094f6487dc5932
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strchrnul.texi:
+  copyright: ''
+  hash: e904cc4023f1bcb0acda6b824501bc59af946d2d0705888d2cd2206bd7645b2f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strfry.texi:
+  copyright: ''
+  hash: 962bc79983a706a24d89ffb1444022b5d72300b8f08adb65629b9bcff29f188a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strptime_l.texi:
+  copyright: ''
+  hash: 2380d0c1a972c7464ce586ba5cd7f623bf8aaf1f6758d56bb21645515f8d8b58
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strsep.texi:
+  copyright: ''
+  hash: b489bf696b48cd524d457667002388a229416e42dc1a63eb63730caa7f9f834e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strtod_l.texi:
+  copyright: ''
+  hash: b052619ba0c079e3970ead4e5c3c50d2b3a0054c8ff7bce409099e3e437615d7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strtof_l.texi:
+  copyright: ''
+  hash: 9b772f0cc2aa63dd51cf183bd797a0281f31eb33e95563b7f48b090e422bace6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strtol_l.texi:
+  copyright: ''
+  hash: 3b9bfe9a52a98811ddc4c63481970eb4a094071140d38322b77e016968562e24
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strtold_l.texi:
+  copyright: ''
+  hash: 67a5d9369b5b20df12e27a335b06ea121ba0390a5946992189868244c7174208
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strtoll_l.texi:
+  copyright: ''
+  hash: 83a47d81a4ed9d6fbb71c060ecdf8df54673dad4eee8f3d12ea15096404a225b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strtoq.texi:
+  copyright: ''
+  hash: 661a4bd1ca1a8ff528a13452f5e1739c1e52d9603d66c8a666bb2b0256a1d69f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strtoul_l.texi:
+  copyright: ''
+  hash: 69a09b3f299f0b623f65de9d76086ce6b1afd70cd411fa4cbdbe82aa7915b6af
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strtoull_l.texi:
+  copyright: ''
+  hash: 51df801e76f44c9e1c626626d2547ed9696f0df0c5fb5b64ac22b3fbc115b3b1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strtouq.texi:
+  copyright: ''
+  hash: dcf58867e5feb668e7165970de9746c8903aac1e68249862ce68c017c5d35ff8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/strverscmp.texi:
+  copyright: ''
+  hash: 5a20eb468576abc5aa7bb0016a8df576682355374970d08f4629d8677edfd9f2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_exit.texi:
+  copyright: ''
+  hash: 594754b7fc8a9255bf16cb4c565a517af2c858f9321bf7a114c650e12cbfaec3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_fdset.texi:
+  copyright: ''
+  hash: 86ac209423900ccf82784e29806514f557a75814e294a8ec878a178bc4a43d7a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_getreq.texi:
+  copyright: ''
+  hash: 0d0f553c97d0c006ff8fd51d80811496471a155c5f6142ef18346229375be10a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_getreq_common.texi:
+  copyright: ''
+  hash: 252f75ea7df32a8564dd29a2f5dd93f08005ff159d6f3dcb2780dfa573097723
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_getreq_poll.texi:
+  copyright: ''
+  hash: 43ce585560b7065693139b7b33202b57ccf6a19105d2baa8d347d5fa67e9d907
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_getreqset.texi:
+  copyright: ''
+  hash: 998123121ccd30984d17bd2695098f64638509b84567a5245ad531e5460c24a2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_max_pollfd.texi:
+  copyright: ''
+  hash: d78d4174a42447599d179911131230b1c0537cf41a708a90314a0f80aa5e92d6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_pollfd.texi:
+  copyright: ''
+  hash: 134dad3cfcc63e39205f49c33a12fe3a3dab079af0a688d8a6bc5c2ddb8be378
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_register.texi:
+  copyright: ''
+  hash: 1a6f4f41aac1621aa10a247323bad0698f2b0531c10b84782216e3728f0009ff
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_run.texi:
+  copyright: ''
+  hash: da083b143bb1db65e5210a2456b483c19b833f3d2d3e495fcf9b4b319b6a1fec
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_sendreply.texi:
+  copyright: ''
+  hash: d710e6624e82f543d3ad7fdefe76aefd4b88cd0142ad24f75d5403c7942f93dd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svc_unregister.texi:
+  copyright: ''
+  hash: ad6885dfeb185cdf4f0ce763b440c8805f8e4b02ac9c44df6231576ac68918aa
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svcerr_auth.texi:
+  copyright: ''
+  hash: 657d79eaada1f05fcd496f9faf8a85c5b914419aee6c0681b961250cba6b8bd2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svcerr_decode.texi:
+  copyright: ''
+  hash: 013d5c25e6c2ab654f6b6b95e33881fc2e774e31b404265acdba1610fe7ff4a1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svcerr_noproc.texi:
+  copyright: ''
+  hash: 0093d9d2b2f48942af33a201c8aa57b2d588db21b684f0cb9622ba87f780ac97
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svcerr_noprog.texi:
+  copyright: ''
+  hash: 0411b3b4407bb4ebf4a5a86b619c044ee035b2a77fbcf2de14ab8c04a44708d5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svcerr_progvers.texi:
+  copyright: ''
+  hash: 63b59aa0eaba24585ee2ea85ba6b8d2ce2212ced66266f5fff5ef99043ca4675
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svcerr_systemerr.texi:
+  copyright: ''
+  hash: 9a43f8242ce29eea2b3dabe6eba74372a66b998d24a8784634b931912ab118e5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svcerr_weakauth.texi:
+  copyright: ''
+  hash: 60f129f48b216becf43b7a6e107572bad1c0aa12975c9b9e2dcb4de32ea12bb6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svcraw_create.texi:
+  copyright: ''
+  hash: 9875045015fb706eed8645e1d24f2b6d09cff0018b985afe987c567c3f262168
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svctcp_create.texi:
+  copyright: ''
+  hash: 76e63979ea96b2ce48409fcba007b8d2a2dd2d1da33cd8c4be2477376f860d6a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svcudp_bufcreate.texi:
+  copyright: ''
+  hash: ebad62a46d00b7f175d1ac81978d861de596d20f37be2a7e01c918ee9ad815bb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svcudp_create.texi:
+  copyright: ''
+  hash: e6c5c92dcfc4d6256d7c0c8704a3ab0156d7b8f8f4da9cdb264522e3cffcca68
+  license: ''
+  license_text: ''
+./doc/glibc-functions/svcunix_create.texi:
+  copyright: ''
+  hash: 8048f47718cddb816a14b21e095de51d10125d0a47206f0936ebf8e2035bb537
+  license: ''
+  license_text: ''
+./doc/glibc-functions/swapoff.texi:
+  copyright: ''
+  hash: 660927aec2d67ac2029f2ea67b96cbcfb588ab74cd91bb70328333a022db0bfb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/swapon.texi:
+  copyright: ''
+  hash: d2f25fb10401b0ef61acf906a6bba9d5aff9c8189e9a725c70b3c3c9d28785cb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sys_errlist.texi:
+  copyright: ''
+  hash: 5a99cccc3120f28a9ca9fb6bc17dd0b5baa40d934573d78f7ec4c2058286b9da
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sys_nerr.texi:
+  copyright: ''
+  hash: 2bab7e77625d84b52cd139655231dfbdb35c76980287bb5a1b2ed84049a4b0e1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sys_siglist.texi:
+  copyright: ''
+  hash: 17a4b0d6be6f195d5b6e4d4bafbddd05b790e67ee9b80cf3d2699b3f95bc166c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/syscall.texi:
+  copyright: ''
+  hash: 190444fde09ca92f5d3c1a088254e8ea24f8ad21e7e743bd7bc74d5e7c3d8422
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sysctl.texi:
+  copyright: ''
+  hash: 3e36178698d085a779c837c64773b106f3046f3aeef31f99e4736a7342b8f607
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sysinfo.texi:
+  copyright: ''
+  hash: 2120208c5d4afb1d3a810c2dd338f0f3c530ba6e7e86d6ffa0a4ff89fc48d24f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/sysv_signal.texi:
+  copyright: ''
+  hash: 2731cef9009aeac8c923d89c73ec32e98c16eb09417588526cfdd03d5a81350c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/tdestroy.texi:
+  copyright: ''
+  hash: be29f89503782b561fbf51a9053ed386239ae41a5d4b61690dc2745e7dbe226b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/textdomain.texi:
+  copyright: ''
+  hash: 491ebee257443686dcd9ffbf1b46966c599358e104673a3fa9eef0f003d5b07c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/timegm.texi:
+  copyright: ''
+  hash: cf755d707ac2805c6d573bf4fec58bb5f133f588d8b94b65f655238a1c88a6a5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/timelocal.texi:
+  copyright: ''
+  hash: 4711bdb9cd6f8aeda11ad49eb31877232c5a762a17bec20ec329bddaf9a988db
+  license: ''
+  license_text: ''
+./doc/glibc-functions/tmpnam_r.texi:
+  copyright: ''
+  hash: fb3e930f13e89c1f4cfe68a7725b57a71a0d8e7b41b7d5c41d8aa1c65f613e0d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ttyslot.texi:
+  copyright: ''
+  hash: a2db69dfed6d03d128a80b25100aa8bfdbf9ab8b7e6aae779b69352fe68be984
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ulckpwdf.texi:
+  copyright: ''
+  hash: 38dbc3b2b2daa2aff0f5dc5331be98dfcd453f816129e604c30241354dafa90b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/umount.texi:
+  copyright: ''
+  hash: 5faa667bebfcc09e49742d3699aa286f2cc9dd8385223807e1385d8c64cd5bb3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/umount2.texi:
+  copyright: ''
+  hash: edf2be100525c5812a579ea76dafaa61fda30737b66553e4f69f1f30f5265c37
+  license: ''
+  license_text: ''
+./doc/glibc-functions/updwtmp.texi:
+  copyright: ''
+  hash: d87ce5502c35e0ba42ce56332e54cc9c0cd4789a55551764846d01f79d090b18
+  license: ''
+  license_text: ''
+./doc/glibc-functions/updwtmpx.texi:
+  copyright: ''
+  hash: 3d999b8f9106dd902a3a8d578b182d0de0843af2c13918b01f1332da747d4482
+  license: ''
+  license_text: ''
+./doc/glibc-functions/user2netname.texi:
+  copyright: ''
+  hash: 0790453c6867184b62cdc09aea12d76a30f725c23ddbabd208f99af1b8a9d40f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ustat.texi:
+  copyright: ''
+  hash: 8b2daf71be5293219f819eecce2da6480857d91ee603442021a8fa7f2d3eba1d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/utmpname.texi:
+  copyright: ''
+  hash: aba18bb812020784485c0726e0c2eaec092376094c6355edfa1bac422914952f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/utmpxname.texi:
+  copyright: ''
+  hash: 243320ac7ed07c7871bfd80baa64bf845c1513e8e7d3dbbbbf85a4cc263a105b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/valloc.texi:
+  copyright: ''
+  hash: bc0a2963c65006320c0a49b64417fe78e8b2fa1dfa9bacec78dcada637280365
+  license: ''
+  license_text: ''
+./doc/glibc-functions/vasprintf.texi:
+  copyright: ''
+  hash: c80fa303bfe3ea8a702329323ff0b9c598c3122f3766f33a70a0421060e36639
+  license: ''
+  license_text: ''
+./doc/glibc-functions/verr.texi:
+  copyright: ''
+  hash: 78267ac4d25a9129dd9b2509e14064e457b8c938b2f7075931403403963d17da
+  license: ''
+  license_text: ''
+./doc/glibc-functions/verrx.texi:
+  copyright: ''
+  hash: 243ae75a133530c958e53bb80fbef71f2528824270327400efbe249a75c523cd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/versionsort.texi:
+  copyright: ''
+  hash: 7f2d672cd151954f5ac3c286eb6206aef0f29ba2a98b3cd3908229c90c562164
+  license: ''
+  license_text: ''
+./doc/glibc-functions/vhangup.texi:
+  copyright: ''
+  hash: 848a567eec808b79ec54184e31c9a482254efdf2e7c59e753d8ad08106f80bc3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/vlimit.texi:
+  copyright: ''
+  hash: ef2b48a1cb3a789ff2785fe1b12999098347d107ba2484e12bef24aaeabce57f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/vm86.texi:
+  copyright: ''
+  hash: 9e944fe4c832ec40f1afb97cc19417e05996d53e396465288f42069b13ef13ee
+  license: ''
+  license_text: ''
+./doc/glibc-functions/vsyslog.texi:
+  copyright: ''
+  hash: 848e6a794d99db034fd60bb81dd195003e60770bffcdee4dbaeaebcf71c98ddd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/vtimes.texi:
+  copyright: ''
+  hash: 4fec0b7e6df58dcfe3c86a42bb953ea52bc91f83dca29e0b70d4c1498083be54
+  license: ''
+  license_text: ''
+./doc/glibc-functions/vwarn.texi:
+  copyright: ''
+  hash: fdc2b63b39a6cb2c3207ba881f0765eb8768f34d2fa7badb91b15c0a291b715c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/vwarnx.texi:
+  copyright: ''
+  hash: a36189d641dc9338fd1667d162ed6642f0a3bea5356d5357aedfcc2888b47337
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wait3.texi:
+  copyright: ''
+  hash: a7b4066310d3a25054fa4f7aa01e708505f766e673c9cd25645a820129cf5d2d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wait4.texi:
+  copyright: ''
+  hash: 3a460475603f4ecfceecc61bb27f3fe1b9c001daef9d2b765d73b674f066e234
+  license: ''
+  license_text: ''
+./doc/glibc-functions/warn.texi:
+  copyright: ''
+  hash: 723908ecf30a2a6a42d40630b7c66884afeb923239309b052149301d01d48d41
+  license: ''
+  license_text: ''
+./doc/glibc-functions/warnx.texi:
+  copyright: ''
+  hash: 5f98d682eb3ca5672fcbad900bd876090ced691d922879ea4bc661c541d83d1e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wcschrnul.texi:
+  copyright: ''
+  hash: 398d47a21ab3f1cd84e3cb0eb5f873d6fc131ada537e3f402e2897fffb0fe282
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wcsftime_l.texi:
+  copyright: ''
+  hash: 720770c55a7d0671130c31e1cc235a29c9574b19e36999164b6ae380793f1f1c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wcstod_l.texi:
+  copyright: ''
+  hash: fd3e952651e95b655aae64a2d3a5b0a90bc646a0e062bb7e8dd231a28b5ba973
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wcstof_l.texi:
+  copyright: ''
+  hash: 6923f25acdd39892f8f9dc1836fe76a6ff9d9615071f854c5d595b4c7c545bc6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wcstol_l.texi:
+  copyright: ''
+  hash: f46c6d68c13ec4ad15c7d1ab4fa403bacaf6198d2a96c82fe68bde6e93d9d651
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wcstold_l.texi:
+  copyright: ''
+  hash: aa98527090f29003bffb069822c442bf2a74ceafa6dcc16b977165a45a9fee03
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wcstoll_l.texi:
+  copyright: ''
+  hash: eb33468a7c9c46a5f6a8b0b40b2ba90fd17dc9ca14bbad5acbe41f8f95e3c78e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wcstoq.texi:
+  copyright: ''
+  hash: d167951d861600b039ccd96a146ab44501d546b8d97429a66b7c57c5f342a5cb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wcstoul_l.texi:
+  copyright: ''
+  hash: e37667310a05dc54fb401d975a69a3bf2ff4e73e00e90c27be92c0e4226a1900
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wcstoull_l.texi:
+  copyright: ''
+  hash: 1b7c691e950d4949f9afc072f0c902e358fdb2267288302e3c7e15be4f473443
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wcstouq.texi:
+  copyright: ''
+  hash: 7037af16a1e91800b667fd471af94103494e7617dcd55ca9a6f8b2375667ce9b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/wmempcpy.texi:
+  copyright: ''
+  hash: de186f2a52ef96b6642a52aec1162ee3a5089ee6edda6b38aec3558033de532b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_array.texi:
+  copyright: ''
+  hash: b3d954fda9585c4919a7ee3c16b053673fade18b3e85ea0c3d6a0f40ac5348b8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_authunix_parms.texi:
+  copyright: ''
+  hash: 5ed0288de15f2a8434f38035a3a5e94494ccf210eceb2090a71d86520af5c1c3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_bool.texi:
+  copyright: ''
+  hash: 773e6206281aa5266597c0c22a2a61c2e1d62a5e97f23f55be6e912dc84afc42
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_bytes.texi:
+  copyright: ''
+  hash: 1a716990b492360283e915a6e5830234f086b6d9b81df11d0b832793816dd486
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_callhdr.texi:
+  copyright: ''
+  hash: 6f417e2360984d05faa4f6e29ec925d45ff15aaff8b559b8797a3e1323b85751
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_callmsg.texi:
+  copyright: ''
+  hash: cb750ed335f8990d02c2f270df2af3936914bca25e3c6ccf0744ca6cecfb28c3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_cback_data.texi:
+  copyright: ''
+  hash: 770d09af36cae17b8e43ca296b77c86054e286b7e12a872d8a63e9396405fc6f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_char.texi:
+  copyright: ''
+  hash: e2295fd3a96b27e1ce512d084cc2c86b61cf04f35aba3bc29a1a58abe2444530
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_cryptkeyarg.texi:
+  copyright: ''
+  hash: 2089dc9c0881709ec34791f772fa8b6190ea0d200d3483d10d216322b0253a4c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_cryptkeyarg2.texi:
+  copyright: ''
+  hash: a7d4243f1318e4ebd08b06cecad1f5eeac9b933e99ad65e00296f70ba8a5ed7d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_cryptkeyres.texi:
+  copyright: ''
+  hash: 37f53f9a4a64146dc5ffee6e52b53db0df25724fd420a3aecd14506edc409eb3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_des_block.texi:
+  copyright: ''
+  hash: 3ce2fdf69ba45fff5fc0faa36f81ae554c4a5af6ea364d6a134a230d870b4f93
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_domainname.texi:
+  copyright: ''
+  hash: 047e7a092702a99e605e3201d80f9b9d3804e3e6f7ca2a18d838601776f9e84c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_double.texi:
+  copyright: ''
+  hash: 036307aac454255da543d7f752d1ee1de78d7c75864043efa0f9eb50cd837564
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_enum.texi:
+  copyright: ''
+  hash: c0e630770c8bca6341578e219019e84ef0fba402369ce0fd38afabf23e2cc00b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_float.texi:
+  copyright: ''
+  hash: aaec76e0563e96cc573b71eb64ceba612ed6e3f1743aaf4d5a9ade3e0b4be94b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_free.texi:
+  copyright: ''
+  hash: c59e9510aff3ad28646899e7dc9c66d47fb5f8304b53564e3077dda858b058cb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_getcredres.texi:
+  copyright: ''
+  hash: 4c662b04de186701fe4f913116ac463b6fa7ebc6a07c97bac43ac365bb0201d0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_hyper.texi:
+  copyright: ''
+  hash: e8a879bc04fbab3b7348de6d558bf63759ff9fbbecbee9db46f7b51122e0dfa3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_int.texi:
+  copyright: ''
+  hash: e6ff92fc5f3794913e1e519e1fdd10a403871e8ee1ec7c52fbe7d7a5d083ce50
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_int16_t.texi:
+  copyright: ''
+  hash: cd526cc3968e12990cf423b10ed0408b44fe779217a5e3e4db74db05eb5e2c0e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_int32_t.texi:
+  copyright: ''
+  hash: 2efac3b3ceddeac1af3f7963b0060be6d19c11ccf80b4c0e819e1d101122ff6b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_int64_t.texi:
+  copyright: ''
+  hash: dbf0c8b66c7edfa89908e3f8196e14c3cc87d4617546a9031b363d40b45690f8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_int8_t.texi:
+  copyright: ''
+  hash: 3b13a493722ecc2444b5198dc038c65169572a7adcfb46138b7446a12df882a2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_key_netstarg.texi:
+  copyright: ''
+  hash: 8d9b8e4d1fcbfda33231c98be2d350ee527eae98e05d6aa6f336b37bef41f27b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_key_netstres.texi:
+  copyright: ''
+  hash: 2d2cac2271f33aef85cb01fadc9eb32e949f3aeddef515243158943ed8bc7695
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_keybuf.texi:
+  copyright: ''
+  hash: d29acea264f5cc1d2f2f784c81cf0dba97d45e393cc39ab6f71b1cd97dcaf5dc
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_keydat.texi:
+  copyright: ''
+  hash: 61f69b80af7ca2f32870e4e91443fa8bd91a46ef9fb32248fba3d8e581568152
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_keystatus.texi:
+  copyright: ''
+  hash: 63ae75a7ab84e538fe5459e55173cf659a68f969e2bd8696b722c17680286559
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_long.texi:
+  copyright: ''
+  hash: 6c3aae7fd2435657b1d43b7b590bd38dcc7fdbc17725e635e4224c1730a86f69
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_longlong_t.texi:
+  copyright: ''
+  hash: 273c4e184aa55cdd59affd2834db7e1db6a2729a101b4aadac78b4a5f5436cdb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_mapname.texi:
+  copyright: ''
+  hash: 9dc04b2e3453cf28330e59ba2b781608eb2ca8e6b6b095063cd513757579fe2a
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_netnamestr.texi:
+  copyright: ''
+  hash: ac8c925073756334f800cebb59eceafeb84bb5543a76a1fa824a28d85b41e596
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_netobj.texi:
+  copyright: ''
+  hash: 937a36d597f3b26912ba90b17730bd67ff9ce22304099f4287999ef5e14fccb7
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_obj_p.texi:
+  copyright: ''
+  hash: 0ae5b1d789cd8e610f9290f3177a58f1cbad39d682a4f7106d58140f97d77037
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_opaque.texi:
+  copyright: ''
+  hash: 97c9d844a09a556d7a1e02df250848936ce9d0efd6821498fd7b0746599e2413
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_opaque_auth.texi:
+  copyright: ''
+  hash: 54c3c5c297b9d6cf5c898ae54e857b841a1e16df4f1571dadfe2f3ba295f391f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_peername.texi:
+  copyright: ''
+  hash: f91cd3250773232d833e82b9e4109f0c986e93df59e0c7db8ca4f934ef2f33cb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_pmap.texi:
+  copyright: ''
+  hash: caaac80f2f2fa2612d1e842bfd4a93f557882c7eea684560c0d85549a95f91c3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_pmaplist.texi:
+  copyright: ''
+  hash: ff5f2a65c464e0a939f8b99d477a84604052392e0b2992a9476887c90c433043
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_pointer.texi:
+  copyright: ''
+  hash: b7d023adee28e413eac1d91a011322f4becb6e34ce2cd94838f6839130f4b340
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_quad_t.texi:
+  copyright: ''
+  hash: 499c0fdd0915ebcab16c3405af484d3687f455171b5c0b2c8d0440b62f06fe65
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_reference.texi:
+  copyright: ''
+  hash: de3c42bf07b697d45650ffc3357d59b42a6000281a7c03430505316deac054e8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_replymsg.texi:
+  copyright: ''
+  hash: 4e007440139b2dda257c96d363b3b80ccb149be9009ae80ae2bd3a629b6b2135
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_rmtcall_args.texi:
+  copyright: ''
+  hash: 5a4b339c3c6bf2f8def05df053394a258bf364d8db67706e8eb4cbc2150c4401
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_rmtcallres.texi:
+  copyright: ''
+  hash: 150f8543b53edd291c4b83bc2eefebe934b2c8158a173cf8e2650e0f38c12d60
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_short.texi:
+  copyright: ''
+  hash: 199aeccdef8fa76a1ef530aa5946ae6014f9059c40ea3f1bc6c76a5b9791198d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_sizeof.texi:
+  copyright: ''
+  hash: eb4c8fd7029d9d229534a3394af399ec6ab34705e70aa4137ab8f13598c31dc5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_string.texi:
+  copyright: ''
+  hash: 2541eca504710f83843c0a3e1bcb7a96fedc1e3b0a19b4c432e0ac4a10d5d42b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_u_char.texi:
+  copyright: ''
+  hash: f5e95572e4a193f2b6ff64b3694bb1115597bb1d669b5007239633c27e0b1eb8
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_u_hyper.texi:
+  copyright: ''
+  hash: 7391ef71036c76c3974a2e67771a43d1e987342a0141482e19045245c4bb6281
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_u_int.texi:
+  copyright: ''
+  hash: d9250026f1a4d0ca0f32881bc145b6809534ee4a32da73ec8c08b43652b31d3b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_u_long.texi:
+  copyright: ''
+  hash: ce04031b86e373b9e6aceec047ddb4405ac55f7594692baf4198a4f2b9eff5a0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_u_longlong_t.texi:
+  copyright: ''
+  hash: ded13b702fbbdc31cb8042c96553a0a7a7c276a783d8135f1ef0927b5f98c132
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_u_quad_t.texi:
+  copyright: ''
+  hash: 68b1ee103a394147c3c3636ff4db3b481a03b1c1831b728787749a36f2ec23f5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_u_short.texi:
+  copyright: ''
+  hash: cffe0da6e522118f6a84d6ed0f91c2871856b141463791f4a85fdc93a4368d87
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_uint16_t.texi:
+  copyright: ''
+  hash: 71c6bbd8373ca5e2187e187647c9e44ad9ec24007731cd50bf93e3c761eaf6cd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_uint32_t.texi:
+  copyright: ''
+  hash: 88beea76dbe85b204eba741191c01f1bd92d45f4cbecb50b3c54b4faf7e8d3e5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_uint64_t.texi:
+  copyright: ''
+  hash: d4eeabb0d77244eaef66f7f92f1b0acceba4baa1906d26546cdd79e18f5bf3cb
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_uint8_t.texi:
+  copyright: ''
+  hash: 65c5d7ede7207cb2ebbc94c7d273401624ff15891fd90d8be904d0e3db2dda73
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_union.texi:
+  copyright: ''
+  hash: 5a6e40361ee3472c44ed456fefd20dcfd050762e96ba8756588f343945fa39dc
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_unixcred.texi:
+  copyright: ''
+  hash: 2893659a3e9c945a0b29204ed8515250ea4c60ec6f5ec7631c179ed4212e0e61
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_valdat.texi:
+  copyright: ''
+  hash: dd680820b12f711aa8533e52b58a7fa912647ecf6cc0fc2d79e2db9bb3371415
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_vector.texi:
+  copyright: ''
+  hash: 152722c7d4a895a270f7829194ee71dca6804e91c23b3e87221383c070917d49
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_void.texi:
+  copyright: ''
+  hash: 99170177367119c6868f252f5cf0100ba9605664210355402bf6885d4a97c5a2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_wrapstring.texi:
+  copyright: ''
+  hash: a87d5801efac9d5bff941c3a16ecd4094fb7b7b4587f9555428ffd61c3a0040d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_yp_buf.texi:
+  copyright: ''
+  hash: bc5b90d52f3469036c8a9acf6898eb3b2a86e9db50954bdb65207fde27de2eb5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypall.texi:
+  copyright: ''
+  hash: cbf466d93981e685200e986263bb608bd5bbdfbb13c93335613ba37d24996573
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypbind_binding.texi:
+  copyright: ''
+  hash: 294a7192f8d26fea0ab0fd3ed165f4d0c9db1dc9e4c3ce164e6d897359c3d80f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypbind_resp.texi:
+  copyright: ''
+  hash: e71ba4166aa4b084e54b251c076892d86209e5c4026c9621bb83cd82420518a2
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypbind_resptype.texi:
+  copyright: ''
+  hash: 3885fd60e41e462fc0c926befb43859fe745bc279a83096016183d26866a69d3
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypbind_setdom.texi:
+  copyright: ''
+  hash: 715266fd7005c68155bc84c3bfd72a0dbd2839f4f9c1431cdccda41d2516c61b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypdelete_args.texi:
+  copyright: ''
+  hash: 1149192b25c761f0984b65227c4bb632a9259b8bd63a6fd55e75f1375edd6e1c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypmap_parms.texi:
+  copyright: ''
+  hash: 830a499e1356b6e5c24fccc86be8244b724867d069eba9db950ee19e7e120409
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypmaplist.texi:
+  copyright: ''
+  hash: 9b2489b5249944763b108f2ddd5366deff39ef189fc68406129fa03d8c861c06
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_yppush_status.texi:
+  copyright: ''
+  hash: f39ecde027a7a97b96e101d9c96959260121db514aee23ced0e57cba2e32aad1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_yppushresp_xfr.texi:
+  copyright: ''
+  hash: e30f60e55f519bebd319737a9d0a085f70889666295474c6bc948e2b19d76d71
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypreq_key.texi:
+  copyright: ''
+  hash: 5e8853ba7b6102e9ef59daad62f95b5ad79482a0809507ad302e7efb7e14c180
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypreq_nokey.texi:
+  copyright: ''
+  hash: ca0a55c40a73ff170a59e2e77693a4b0099f9f21cf68112362b10c73ba4897bd
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypreq_xfr.texi:
+  copyright: ''
+  hash: a275a6e22fbf7c882fdef7ce4c2fafc9dfddca2e6c8fcf4a66dfafc333237084
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypresp_all.texi:
+  copyright: ''
+  hash: 902ac8792d0dc23540af4c36241e7f17dc6d081b571f9207c5a9ca4def0f8574
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypresp_key_val.texi:
+  copyright: ''
+  hash: 16879a199e808011cfb7bce444c0400f537d3299a1c9667ca1581d622e8387f1
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypresp_maplist.texi:
+  copyright: ''
+  hash: d8f02b128e983b30f2be817f09ec1636d1d22863908833b9a104231736c1757d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypresp_master.texi:
+  copyright: ''
+  hash: e623a774cfbf5390ac5ab6db1871df8fc813438aa10e701c19f067fbf11ca3e0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypresp_order.texi:
+  copyright: ''
+  hash: d68c39c59fcbfefdb10d7e77def68a96ee1536b33e42d7cae1249a59fbddc7e5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypresp_val.texi:
+  copyright: ''
+  hash: 7c45b13e75ad02e922ffc50bd1e0f74f246ff392ec0f7269f784490ff6421332
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypresp_xfr.texi:
+  copyright: ''
+  hash: 345377e2c13c462cf8098284bc58382c7e9ad5fee654864545299207ceadb002
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypstat.texi:
+  copyright: ''
+  hash: 624391c1a74c27cb35f504969806bb77754b19634cdb91e472bb247a1c35a792
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypupdate_args.texi:
+  copyright: ''
+  hash: 46ec22ce3605b4eafcc16384410ecfffa0ebf06ff9e354516fc355431611de55
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdr_ypxfrstat.texi:
+  copyright: ''
+  hash: d9ca1916176b3b27d5c121178fde9321ce4b66eb4ea918fa653937dc2736eea4
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdrmem_create.texi:
+  copyright: ''
+  hash: 944cdb52ac4a73dfc373a05df526fa1ab5d1d414d51b1dd9a7b1bd6e6c315c61
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdrrec_create.texi:
+  copyright: ''
+  hash: d28fc76d1175e309aab823f4161e87d1b78028114c3c5095e4e42e0defa8433b
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdrrec_endofrecord.texi:
+  copyright: ''
+  hash: bc27bf0bf5dfeef81a2866df5b66b8a11da9e6a03578e57a6615f17dc2776134
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdrrec_eof.texi:
+  copyright: ''
+  hash: d08a217f631ab12e63f8dc4101d0119ed26d5b3734b1f98714fc4870fd6138a0
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdrrec_skiprecord.texi:
+  copyright: ''
+  hash: 5a41eecd9cedac7d78d92a774db5e16e8cf3ff49866ab5c46c4a7b6aa3f331ac
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xdrstdio_create.texi:
+  copyright: ''
+  hash: 4ac5bb9ffa3ec233bc07f20ee27cca571207649ff3ce028c49a26f69c7533558
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xprt_register.texi:
+  copyright: ''
+  hash: c94e94912422f8a89d1046086b09b5f1aa13198a6ecd72276a6cba7caf0364ef
+  license: ''
+  license_text: ''
+./doc/glibc-functions/xprt_unregister.texi:
+  copyright: ''
+  hash: f682b2bfcd16651912315034106c71ff0946a50daaf430177bd0624a37f88416
+  license: ''
+  license_text: ''
+./doc/glibc-functions/y0f.texi:
+  copyright: ''
+  hash: fd58ee011bbdbb69808de648736111455b7a709ee04935b113456ea7d89cf0aa
+  license: ''
+  license_text: ''
+./doc/glibc-functions/y0l.texi:
+  copyright: ''
+  hash: 911c29cd62aa5c345549ab09037fe532e5a5ae9bf7db5d89ec59c05045d6c22f
+  license: ''
+  license_text: ''
+./doc/glibc-functions/y1f.texi:
+  copyright: ''
+  hash: ce9c4bb3c690ec4938fd30cf2be8459bffecc4ea22c9fd5d4f8ada76ccb9652e
+  license: ''
+  license_text: ''
+./doc/glibc-functions/y1l.texi:
+  copyright: ''
+  hash: 2d88ff98f6437be0fe8c2772f6617a923245d4b68a4ee987072b50cfa8467385
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ynf.texi:
+  copyright: ''
+  hash: 0b8518a3e01415d9cfc8ecf5d6135460905e92dad4eef18dcd318e25ec38c0a9
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ynl.texi:
+  copyright: ''
+  hash: ac61dba03b0383fc45a0ee9191c08e9e18a2f04b7df0a79dc88b5ce51c65a5de
+  license: ''
+  license_text: ''
+./doc/glibc-functions/yp_all.texi:
+  copyright: ''
+  hash: b42b025cf632d8cf7da519a7528a9a2d1210f4e357dcd9390c882bb8a38c0e53
+  license: ''
+  license_text: ''
+./doc/glibc-functions/yp_bind.texi:
+  copyright: ''
+  hash: be7340086b6000053f761dfd46aea30bcc1bd2f4dfa161204a8bedc5ec212967
+  license: ''
+  license_text: ''
+./doc/glibc-functions/yp_first.texi:
+  copyright: ''
+  hash: 448d2709a2f0d219dbd749d8367b8c82fcb12aa01988d1ecc33e5deb2fc824c5
+  license: ''
+  license_text: ''
+./doc/glibc-functions/yp_get_default_domain.texi:
+  copyright: ''
+  hash: 41048d71e875a399559a8d3438f700a43b5468548935403691f02ca2351e141c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/yp_master.texi:
+  copyright: ''
+  hash: 0b2a7eb836405fa27ed19e381580f7e43df719ab12e78763c129576b5cdd1a7c
+  license: ''
+  license_text: ''
+./doc/glibc-functions/yp_match.texi:
+  copyright: ''
+  hash: 627851384f34c2c955e0e1e24fb264440f4559b4e2d93ed5661a97bf32a4380d
+  license: ''
+  license_text: ''
+./doc/glibc-functions/yp_next.texi:
+  copyright: ''
+  hash: 6a2841054c2ea3aed8bf5bc393b4dd9b7b3178b199b119fdd82678eec3ed21a6
+  license: ''
+  license_text: ''
+./doc/glibc-functions/yp_order.texi:
+  copyright: ''
+  hash: 8eae91da78f387f713f35b9d102c4fa66c5931737f6f1467289f76628a8334e9
+  license: ''
+  license_text: ''
+./doc/glibc-functions/yp_unbind.texi:
+  copyright: ''
+  hash: bd6cf9c478e4596ec9082e569e2bf6937f7985d1ba7c2d5db1f9802195b5bd26
+  license: ''
+  license_text: ''
+./doc/glibc-functions/yp_update.texi:
+  copyright: ''
+  hash: ba53756df569c7a1e03e54d98663cd23fd4e2f5af0fb989423d00097b03a3c07
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ypbinderr_string.texi:
+  copyright: ''
+  hash: d0d594c00b4f022e9132e7c08885bd7543879f7f73aefe91bb70e9b2079d1482
+  license: ''
+  license_text: ''
+./doc/glibc-functions/yperr_string.texi:
+  copyright: ''
+  hash: c94934aac4843428b891128424e3012dee61594fb6bd1dddf9d466de2ada7482
+  license: ''
+  license_text: ''
+./doc/glibc-functions/ypprot_err.texi:
+  copyright: ''
+  hash: 2670cca93cbe02f004e8676febd96ceb18676682aae42a869b01c0697332a068
+  license: ''
+  license_text: ''
+./doc/glibc-headers/a.out.texi:
+  copyright: ''
+  hash: c82b738632f1965d1559f7667c877af774465a98c6ca3f81c897beaf7b374357
+  license: ''
+  license_text: ''
+./doc/glibc-headers/aliases.texi:
+  copyright: ''
+  hash: 94f129741de8a7fd4521bae2dc42f429abfaba102e9fa06c5a9351e1379a4c5f
+  license: ''
+  license_text: ''
+./doc/glibc-headers/alloca.texi:
+  copyright: ''
+  hash: 42d72a383eea05edb7de100160f56e7ab4d915e5dab4668c2fd128f4b651d2f0
+  license: ''
+  license_text: ''
+./doc/glibc-headers/ar.texi:
+  copyright: ''
+  hash: 63a2433058954240c8a3d62a4b5b0a2809326d5c6b82b623799d2a8cf39cc734
+  license: ''
+  license_text: ''
+./doc/glibc-headers/argp.texi:
+  copyright: ''
+  hash: 7250680a987ff78ed8feac3a74ec4a5661c071de4e4d1dfc60de9db22d28e589
+  license: ''
+  license_text: ''
+./doc/glibc-headers/argz.texi:
+  copyright: ''
+  hash: c0d05a1e13f8f4f7a4a4002cb7e9683b657434da45c97b304951986f7d94bfc9
+  license: ''
+  license_text: ''
+./doc/glibc-headers/byteswap.texi:
+  copyright: ''
+  hash: 806f40f17a492c0ff32bcfbea3267a8d9410c1dd8203ae3bc5892a49fd6a9624
+  license: ''
+  license_text: ''
+./doc/glibc-headers/crypt.texi:
+  copyright: ''
+  hash: fa453cee950ed9d2d41db4eac6a4c5fcad6f4186d3d207d519045a9f68ae65ef
+  license: ''
+  license_text: ''
+./doc/glibc-headers/endian.texi:
+  copyright: ''
+  hash: 0f822251f51808592a371b872b6ac045d213519befa9311b36eb6e28bddc9324
+  license: ''
+  license_text: ''
+./doc/glibc-headers/envz.texi:
+  copyright: ''
+  hash: 939b798b1ec8e61e63e9f93a82c69c5db6f6c05bf98f7f3bbfb8e44c9bb4453e
+  license: ''
+  license_text: ''
+./doc/glibc-headers/err.texi:
+  copyright: ''
+  hash: 771c351eba6fadf44f8ac86e707dfc90823ead9582e51fb8c95a54702a09395d
+  license: ''
+  license_text: ''
+./doc/glibc-headers/error.texi:
+  copyright: ''
+  hash: 564594bacc029daac4577221c831b68ab6e6b141d225252b2e5a1ff6a2b5c377
+  license: ''
+  license_text: ''
+./doc/glibc-headers/execinfo.texi:
+  copyright: ''
+  hash: 442281157e2f5c7d15617b99dc65c5e2740ed8132d5ef4b6a637d7bd0efe8a16
+  license: ''
+  license_text: ''
+./doc/glibc-headers/fpu_control.texi:
+  copyright: ''
+  hash: 0d1f21a6828be61eaafc50791e6648cadd3cf5986071c19912bb0e485780e01e
+  license: ''
+  license_text: ''
+./doc/glibc-headers/fstab.texi:
+  copyright: ''
+  hash: d765e5f871ae90bba1b85512cdbbd9d04babbb1073e89f28a5e4203003ccbb3b
+  license: ''
+  license_text: ''
+./doc/glibc-headers/fts.texi:
+  copyright: ''
+  hash: 05a382b4ee91017936ce7dceda2379ade746af1154b3977321604b116f237f5b
+  license: ''
+  license_text: ''
+./doc/glibc-headers/getopt.texi:
+  copyright: ''
+  hash: d2425536ed01e34b35b1f3c58f4cf07ca9b09f6d81663efab78da5a5ab688a03
+  license: ''
+  license_text: ''
+./doc/glibc-headers/ieee754.texi:
+  copyright: ''
+  hash: 515398e288e2a4e2e6118c4c896dbb4c1a9019d6b91221aa076f2d5cac32f9f7
+  license: ''
+  license_text: ''
+./doc/glibc-headers/ifaddrs.texi:
+  copyright: ''
+  hash: c85198be6c0f9e8ac1c65d365a6cc7bc0cc665bdbc72fe83acf7b0ab0cc955c9
+  license: ''
+  license_text: ''
+./doc/glibc-headers/libintl.texi:
+  copyright: ''
+  hash: 79beb5970e6f446c6a04900828534f021471762201935c60cfd021c6332b7e78
+  license: ''
+  license_text: ''
+./doc/glibc-headers/mcheck.texi:
+  copyright: ''
+  hash: dedb846dbfd04c6c9a2a967d276c9de008ac4c79e61e07aeafd412846df98fee
+  license: ''
+  license_text: ''
+./doc/glibc-headers/mntent.texi:
+  copyright: ''
+  hash: bd4559256ee3494644710f4e1602495d4050f8fa0d4c703f11fcaf8fde02a704
+  license: ''
+  license_text: ''
+./doc/glibc-headers/obstack.texi:
+  copyright: ''
+  hash: 1c5f322397603a32199f6a1983459423e6610d00288bfb2f3e8b8ee875abd7a8
+  license: ''
+  license_text: ''
+./doc/glibc-headers/paths.texi:
+  copyright: ''
+  hash: 8dc24f98bf823265dd3378f42860137cacdfd735284b75108ef5437552a339b1
+  license: ''
+  license_text: ''
+./doc/glibc-headers/printf.texi:
+  copyright: ''
+  hash: c7159716f5c2910ec7d390f7877340ba3998b5fbbb63bd559484742f859ba86b
+  license: ''
+  license_text: ''
+./doc/glibc-headers/pty.texi:
+  copyright: ''
+  hash: 210686eb5ebf3e3163fa609fea0156ea611363bde9b6a363135e2697765a0594
+  license: ''
+  license_text: ''
+./doc/glibc-headers/resolv.texi:
+  copyright: ''
+  hash: 67e701d549c3af1a21fa81ac7bb0aea9bc236210f49d4a58e44a93ef173d7d1d
+  license: ''
+  license_text: ''
+./doc/glibc-headers/shadow.texi:
+  copyright: ''
+  hash: a366437bb8a42ee9261518470bfbaf0fdc8da97ebdfafd9b582e0896d7f739ad
+  license: ''
+  license_text: ''
+./doc/glibc-headers/sys_ioctl.texi:
+  copyright: ''
+  hash: 9368a7f1aab344a4a2b9c5e895868ca14cc69044c0b1c04a8bf3a9c89cef6e41
+  license: ''
+  license_text: ''
+./doc/glibc-headers/sysexits.texi:
+  copyright: ''
+  hash: e281f6c23b36b8fd6bfaaa9e8983259765fa320d989f9d77639cdf67c7b74182
+  license: ''
+  license_text: ''
+./doc/glibc-headers/ttyent.texi:
+  copyright: ''
+  hash: a9e0f8c8e52a08d612b970503007b714f785c88f0d36786a6f2a8917b56c59d8
+  license: ''
+  license_text: ''
+./doc/gnu-oids.texi:
+  copyright: 2008, 2009, 2010 Free Software Foundation, Inc.
+  hash: 1bf601e016c06a328e694f246bb52fdc3af3e97c99672214aa2a2509df631f24
+  license: ''
+  license_text: '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.
+
+'
+./doc/gnulib-intro.texi:
+  copyright: ''
+  hash: 8afe4cf237d90be78640df9ef7349588a2a5bcb07901f8bc2ad44b625b00afea
+  license: ''
+  license_text: ''
+./doc/gnulib-tool.texi:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 0a75968ba6f02652ba20f930369265ade0078d50ae1874fcd50fb528b7c01594
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/gnulib.texi:
+  copyright: 2004-2009 Free Software Foundation, Inc.
+  hash: 648bf00363f6c5ac806e52c19961cb5f4fdc76d1dbfbf8cb333e038f860abab6
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/gpl-2.0.texi:
+  copyright: 1989, 1991 Free Software Foundation, Inc.
+  hash: ba36a1e79e0a6db5aa3012803fd12acab7bc7be569da100c6659fff959670389
+  license: ''
+  license_override: other
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+  license_text_override: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/gpl-3.0.texi:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 1c68a24b291a0eebaa1fabba67326ad8c5d48968b84bba0907bf74d8d3b01971
+  license: ''
+  license_override: other
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+  license_text_override: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/havelib.texi:
+  copyright: ''
+  hash: b178e7f4be5c66b0756783fc65a9fdbefb2ddb9e2fce18cfe4838383506ba25f
+  license: ''
+  license_text: ''
+./doc/inet_ntoa.texi:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: f1a56b25b0c390e5ee40c59b275b1e5007371360d37ad4fcffbd0a09eda386de
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/install.texi:
+  copyright: 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, Inc.
+  hash: 8aa58916beec681d90a94df74785a05738cc42956db41fb16ebf5ff4b79ee042
+  license: ''
+  license_text: '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.  This file is offered as-is,
+
+    without warranty of any kind.
+
+'
+./doc/ld-output-def.texi:
+  copyright: ''
+  hash: f3adaf3de58b4ee8286574e8dc7d25e0d536753026018880d7ed6299129dee1c
+  license: ''
+  license_text: ''
+./doc/ld-version-script.texi:
+  copyright: ''
+  hash: fe367b2df571ca4ccb659141925b03ecf581e95616cdea02d50a374d1875b3ae
+  license: ''
+  license_text: ''
+./doc/lgpl-2.1.texi:
+  copyright: 1991, 1999 Free Software Foundation, Inc.
+  hash: 85eec7ec57d7c054ced20ff937a0dbb6f85ef080feef81c969e3338c4e07c237
+  license: ''
+  license_override: other
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+  license_text_override: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/lgpl-3.0.texi:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: a4c865bb56a69cee86c1ab9bb354cd6a81b95e64a6ed096b1b3e616af3f85cc1
+  license: ''
+  license_text: 'Everyone is permitted to copy and distribute verbatim copies
+
+    of this license document, but changing it is not allowed.
+
+'
+./doc/lib-symbol-visibility.texi:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3cc9ce4a07c09060476d81277c203eeaf563e1d9f36b06cf38311d2f010750de
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/maintain.texi:
+  copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+    2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+  hash: 473f5d79c94dec9849a4d14f11d23eb6130e934aaca11d28fdf5ca908588dafa
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/make-stds.texi:
+  copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2004, 2005, 2006,
+    2007, 2008, 2010 Free Software Foundation, Inc.
+  hash: 51482b9620d51b537c261e4d4f16e8a1eadc49c79694f2962ce974f379c59de6
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/manywarnings.texi:
+  copyright: ''
+  hash: eb20f35c0202b22d36b97d775196f85053b54dc0a181eced05ac1f19457dd4df
+  license: ''
+  license_text: ''
+./doc/parse-datetime.texi:
+  copyright: 1994-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: eaa2d3504b0371385d72238cc3725edda99e84c3e03aa21b4f33f8cf67f35a4f
+  license: GFDL-1.3+-NIV
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./doc/pastposix-functions/bcmp.texi:
+  copyright: ''
+  hash: ee5e5047ceaf869e5c235c6f2702e7f43b6b4ea02ef553524b75e92be07c640b
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/bcopy.texi:
+  copyright: ''
+  hash: 223523ff87be634108d2bf747ce5fbe13ad98f02904e0c098e5bbf60bf490330
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/bsd_signal.texi:
+  copyright: ''
+  hash: 00704a5cfe69597fb6d992575594832eb5947e8748892a721d7ffb17283aa90b
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/bzero.texi:
+  copyright: ''
+  hash: c850be8ba6f681e50eb0a4ecc5820bf7e59d6ff4b4614588c060201ea49eb02e
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/ecvt.texi:
+  copyright: ''
+  hash: e6504270c1681b6065cb639e57224dd1f372edfa0a59123f7d37173406a4f494
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/fcvt.texi:
+  copyright: ''
+  hash: 430225c066876772ad6b84ef2fec19a1c57b804a039583810795399f63705b54
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/ftime.texi:
+  copyright: ''
+  hash: 89c4865146e1c4cbe085be8b535cc4895846e0d7dc5d9463cd893f2a2611cc6b
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/gcvt.texi:
+  copyright: ''
+  hash: b58c5c40dd157cd45a90cc8116c094bc7467118421b812fa7603d85ef5f9a216
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/getcontext.texi:
+  copyright: ''
+  hash: d4cff088a3b331819944b6dd371788d793587a91a2e300d45e194025ba3912f0
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/gethostbyaddr.texi:
+  copyright: ''
+  hash: f62bfb5224b154effd3082e24c0573f955ccece64433a088bf72f82c97797593
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/gethostbyname.texi:
+  copyright: ''
+  hash: 776bee42bc3143a75a126fc67510c85e732caff095d2618cf3dad9adfde2823e
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/getwd.texi:
+  copyright: ''
+  hash: 0ea55e75af07fb3979e1a63cf6b6182eefbaea7dd5556d849894438bd700541e
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/h_errno.texi:
+  copyright: ''
+  hash: 8ad4e6a01308643335b767c77d0f461f310eeeb59a03fd2b7057f5064c165625
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/index.texi:
+  copyright: ''
+  hash: a5fca5d0786ced2a2f131a143afab2f5ee54b26b419e1be48f0139c208117de8
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/makecontext.texi:
+  copyright: ''
+  hash: 1c5f3629d45da8aa766f448b81564a651ce98fcf39f5982732a39f9309b6760b
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/mktemp.texi:
+  copyright: ''
+  hash: 9eb524104f966e5d2bec99631296f09f0f359d79cd59f39feeb96ab11d99fc43
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/pthread_attr_getstackaddr.texi:
+  copyright: ''
+  hash: 4d63b667e605bb58aa0663e91f62ede2047edc8b47c59feb336a73fcbfe9fc8a
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/pthread_attr_setstackaddr.texi:
+  copyright: ''
+  hash: 6321fd00b2cdfca18d37e2da59c1746b49d208d9342fd98061524fae66a617fc
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/rindex.texi:
+  copyright: ''
+  hash: 7d63a4ee6bc483b81e2d88abf9ecc5576e30f3c911e8a00ae2a6c79aeaa0f141
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/scalb.texi:
+  copyright: ''
+  hash: 466c68b70229a839f6d041c664ca3b58a0cd8bbe7b878e3d1fbe68f1bf578b90
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/setcontext.texi:
+  copyright: ''
+  hash: cf06f7a1492f1b932e521f9532748e9d6e93638ac687bda4eabebd45b8f14fda
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/swapcontext.texi:
+  copyright: ''
+  hash: cbd3d366ba77cedb5d159f4ba6325e42dc851244f91750aac38dd037bbe32ebd
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/ualarm.texi:
+  copyright: ''
+  hash: 2e8b19c1c34350007a55f47aec6a9c248d12f48f6b5b350f391b723c0b93392c
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/usleep.texi:
+  copyright: ''
+  hash: 671fda2f3f3e53875fac222d1d4d39d73244b799391a0cd42fa8aabf2222fb41
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/vfork.texi:
+  copyright: ''
+  hash: 36148ae554abcc4b634cf714f4fd99d663a957814057cf580370d48944a22ff5
+  license: ''
+  license_text: ''
+./doc/pastposix-functions/wcswcs.texi:
+  copyright: ''
+  hash: c56c89e0ec1d7221fa616889acfc8be4eff6a18d830fb452fd62c2c59c115c32
+  license: ''
+  license_text: ''
+./doc/posix-functions/FD_CLR.texi:
+  copyright: ''
+  hash: e66e7b078266637e2b758de9a0b35e051e1a1082719e3e32179aafb687c4ca1f
+  license: ''
+  license_text: ''
+./doc/posix-functions/FD_ISSET.texi:
+  copyright: ''
+  hash: 0378e7a340e900ab35e7a4d67b2194948b5411bc3f68a9747d182c9eb34d9948
+  license: ''
+  license_text: ''
+./doc/posix-functions/FD_SET.texi:
+  copyright: ''
+  hash: 0ff387a4f869cb6fd5c3df49507edcd17033bfce2a0ce97cef938d4c6d7ab129
+  license: ''
+  license_text: ''
+./doc/posix-functions/FD_ZERO.texi:
+  copyright: ''
+  hash: d819047e2dec8f34d900b5f03b9913e0da876696f58b7f1c1ea4c5a7d38ac590
+  license: ''
+  license_text: ''
+./doc/posix-functions/_Exit_C99.texi:
+  copyright: ''
+  hash: 151307b116989024ee665f9e258ed287cfbbe0baed652fd776b26f931f852eff
+  license: ''
+  license_text: ''
+./doc/posix-functions/_exit.texi:
+  copyright: ''
+  hash: f940e8ca96b8614bdfabf72f39c9679af76f2838c8cce4c9f8b62e8725838edf
+  license: ''
+  license_text: ''
+./doc/posix-functions/_longjmp.texi:
+  copyright: ''
+  hash: ad6e0a610718e78d0d10fed6f00d0e57652b5c4ef689a5550ef5fef8842ae494
+  license: ''
+  license_text: ''
+./doc/posix-functions/_setjmp.texi:
+  copyright: ''
+  hash: 2b21878ca50cf419eb652c6b5d5244a45e9000c4fc302cd39bdf50db3e10400b
+  license: ''
+  license_text: ''
+./doc/posix-functions/_tolower.texi:
+  copyright: ''
+  hash: c9eacc3655b1aee6762ee72a601a0056f1229d9dedc1b59ad1d49efeafd652c1
+  license: ''
+  license_text: ''
+./doc/posix-functions/_toupper.texi:
+  copyright: ''
+  hash: 6f929a351b2b638f2d51f6b9e9f5fc745dbcbca423eab0d51b5e1d0082790602
+  license: ''
+  license_text: ''
+./doc/posix-functions/a64l.texi:
+  copyright: ''
+  hash: 0e5e966c9c6a077fca3dd1ba9536b07dd020cf7640158fb5c2b5496147843e54
+  license: ''
+  license_text: ''
+./doc/posix-functions/abort.texi:
+  copyright: ''
+  hash: bb56fbfc31e60b82855a1cc903c515ca07bb2e895fc90d95b8c933723c5da81f
+  license: ''
+  license_text: ''
+./doc/posix-functions/abs.texi:
+  copyright: ''
+  hash: 84fda84b2dd59d377da86b543b31e7ab00ed1ea7b561b205a8989566ec8ae847
+  license: ''
+  license_text: ''
+./doc/posix-functions/accept.texi:
+  copyright: ''
+  hash: 09657903a8d111d4010facba5ae13803a6a32884bd3e5faa02165c21fb9dc097
+  license: ''
+  license_text: ''
+./doc/posix-functions/access.texi:
+  copyright: ''
+  hash: 39ca587084fcbdefa0a34181f92d1b1047b224d63e6366f04834f2c144d9c683
+  license: ''
+  license_text: ''
+./doc/posix-functions/acos.texi:
+  copyright: ''
+  hash: a5b56e1b6b6d6d285b41d35a67b0248f2362c31b8bf6ba3323963f3da2db3216
+  license: ''
+  license_text: ''
+./doc/posix-functions/acosf.texi:
+  copyright: ''
+  hash: 66cc8cedb71663926764a50df4a4141f3380d2f9a9b9474478385f69f091348c
+  license: ''
+  license_text: ''
+./doc/posix-functions/acosh.texi:
+  copyright: ''
+  hash: 1892edde66d9d103c02bc56ca78dda0c4b5972cdb12cc775813bf04cb43406e5
+  license: ''
+  license_text: ''
+./doc/posix-functions/acoshf.texi:
+  copyright: ''
+  hash: ff727b157e4380538dcfb6affc80b3c1995d77ffd36d93ca2118aa442a5c758a
+  license: ''
+  license_text: ''
+./doc/posix-functions/acoshl.texi:
+  copyright: ''
+  hash: af92a9fd5e7ffdf87837a45ccd816ab11dad0620e90473a72e1ae7f95ed658fe
+  license: ''
+  license_text: ''
+./doc/posix-functions/acosl.texi:
+  copyright: ''
+  hash: a3472c45b801f5dcfd4a1e0082a5b5fd7d3a9e47e33c26d8156e37c50ca0ea8f
+  license: ''
+  license_text: ''
+./doc/posix-functions/aio_cancel.texi:
+  copyright: ''
+  hash: 60772de46376f8a44db5cebc2af5f51c7c8a893b320a8991540c7c7215eb184f
+  license: ''
+  license_text: ''
+./doc/posix-functions/aio_error.texi:
+  copyright: ''
+  hash: c96e51b4bb9a03ce2b89ce1d72cfc20d177369530835980d6b91a14b34e0f1f5
+  license: ''
+  license_text: ''
+./doc/posix-functions/aio_fsync.texi:
+  copyright: ''
+  hash: 413117eb392171a9bd4502b9814edf859ee8263deb80f9621fa60eaf66933b99
+  license: ''
+  license_text: ''
+./doc/posix-functions/aio_read.texi:
+  copyright: ''
+  hash: beab00d6f1cafc8ef5efd18171f915c23fc8a0bd2dd8a7ce6a8d16915c7dc1eb
+  license: ''
+  license_text: ''
+./doc/posix-functions/aio_return.texi:
+  copyright: ''
+  hash: 4cfaa5bc31433120405acbe39e5bd34611ebe51eb0f515b6c48fa68c8ee672a7
+  license: ''
+  license_text: ''
+./doc/posix-functions/aio_suspend.texi:
+  copyright: ''
+  hash: 74e0335f9024f81262693b13726130a39adc2414476d22b13e9fe534ffe7ebfe
+  license: ''
+  license_text: ''
+./doc/posix-functions/aio_write.texi:
+  copyright: ''
+  hash: 3166689eaaaa5faba793505cea4c48acba393b41e1efc8e93d8fc797a400279a
+  license: ''
+  license_text: ''
+./doc/posix-functions/alarm.texi:
+  copyright: ''
+  hash: e7bee7c95b732240a2efe215332f920c19848991e0ac9d667c2d032523f452f8
+  license: ''
+  license_text: ''
+./doc/posix-functions/alphasort.texi:
+  copyright: ''
+  hash: eda73ddbc873a65a130ef5943cc99daf9889d7b23bcdd1921061c79aec2bc408
+  license: ''
+  license_text: ''
+./doc/posix-functions/asctime.texi:
+  copyright: ''
+  hash: 2efcf040acbd8ea48b6a179300f189cf2ec7158c6537298e6f2d473ffbab1d14
+  license: ''
+  license_text: ''
+./doc/posix-functions/asctime_r.texi:
+  copyright: ''
+  hash: eb0f59b0a436ef6f256d5ff61ddc54c26db58dad967e8661a7da9f058959fa35
+  license: ''
+  license_text: ''
+./doc/posix-functions/asin.texi:
+  copyright: ''
+  hash: 6aacd61f7d09ef73a4d26f52e10af7b9d1bc7c6a90c8cd7787febccc7ce0674a
+  license: ''
+  license_text: ''
+./doc/posix-functions/asinf.texi:
+  copyright: ''
+  hash: 5b3c9ccbb4b34c79e8ad3b1bdb98d540a15618d711411c8e8547706c26bbd9e5
+  license: ''
+  license_text: ''
+./doc/posix-functions/asinh.texi:
+  copyright: ''
+  hash: 2229c56a62cbb84510023e5af3e249759985063b6625b47ea540f617f473e50c
+  license: ''
+  license_text: ''
+./doc/posix-functions/asinhf.texi:
+  copyright: ''
+  hash: 232e4086ed1c4f76f9a68d895a26cc8c16f3cd97830489e5edcfee062acf8e9e
+  license: ''
+  license_text: ''
+./doc/posix-functions/asinhl.texi:
+  copyright: ''
+  hash: 1403f6e1e9ef44a137c939cc691536da83cf0d161c4d9df73762cbdab5811619
+  license: ''
+  license_text: ''
+./doc/posix-functions/asinl.texi:
+  copyright: ''
+  hash: 81f10ad8632749ea46977e77a00a969b182cefd7ebd9908fc550735ff8e953d9
+  license: ''
+  license_text: ''
+./doc/posix-functions/assert.texi:
+  copyright: ''
+  hash: 7da69f12f451117368248585c7247cf1360597976d3e0770a479dcf4581bc97b
+  license: ''
+  license_text: ''
+./doc/posix-functions/atan.texi:
+  copyright: ''
+  hash: 9e60c3590e3d4ae698454a06c4bbd89d29c309a4863466a8bb43d952cfadbeab
+  license: ''
+  license_text: ''
+./doc/posix-functions/atan2.texi:
+  copyright: ''
+  hash: 88fd3c1893794fffc97d65df72624e7616f020ba76a3417e3ed86b9829a58409
+  license: ''
+  license_text: ''
+./doc/posix-functions/atan2f.texi:
+  copyright: ''
+  hash: 3c43731eb885dd6eeced6fa0df5d08fb91bf4bb1bc88ba942c478dc497aa65af
+  license: ''
+  license_text: ''
+./doc/posix-functions/atan2l.texi:
+  copyright: ''
+  hash: 9d425bb85678e52d642fe89be24f1d1d950bc9d3f5fee1af9a05218a5e70ac0c
+  license: ''
+  license_text: ''
+./doc/posix-functions/atanf.texi:
+  copyright: ''
+  hash: 0a60708c2fea9a049d6bdb1f5ec881d1c4b20317b61f2d92b647d580401737ed
+  license: ''
+  license_text: ''
+./doc/posix-functions/atanh.texi:
+  copyright: ''
+  hash: bdcd2ee4620e3d574c5fa898c92a3c6877e3c96dfdac40cd0706a3c60749e648
+  license: ''
+  license_text: ''
+./doc/posix-functions/atanhf.texi:
+  copyright: ''
+  hash: 9d8c371af5d5a83b0b401cb9e57844fab5b0f5bc4a1460ccb559320f60e61146
+  license: ''
+  license_text: ''
+./doc/posix-functions/atanhl.texi:
+  copyright: ''
+  hash: fbf826a63eafae77c25ec863825efd938967a4b90f2b0aa9c150cb9df3ed75e0
+  license: ''
+  license_text: ''
+./doc/posix-functions/atanl.texi:
+  copyright: ''
+  hash: e928dd9ff9140f691a165f7adec45ce9d647c73e3809215bd9398eeaa07e36f0
+  license: ''
+  license_text: ''
+./doc/posix-functions/atexit.texi:
+  copyright: ''
+  hash: 0b0d4cdbf8c770f387b63dd10e3ab452f5c468c5f87fe4ecfbfd55859c940067
+  license: ''
+  license_text: ''
+./doc/posix-functions/atof.texi:
+  copyright: ''
+  hash: 335cbd59abd3accffd582a009fb783b53305cd41fbdf5d0feb3bcf12b6150c64
+  license: ''
+  license_text: ''
+./doc/posix-functions/atoi.texi:
+  copyright: ''
+  hash: 22f6a71fe510c44b72e404e19ce59fdd0d5377f91c7b0b1a4a9f1013d5d2dba2
+  license: ''
+  license_text: ''
+./doc/posix-functions/atol.texi:
+  copyright: ''
+  hash: 971cdbf015eacc2c51447ee9a0ded6fe04f5adae7a07a5b165844099c9712058
+  license: ''
+  license_text: ''
+./doc/posix-functions/atoll.texi:
+  copyright: ''
+  hash: d1978fb773c00f4ee2387b4015b23c9828939de459935d06b82a765a9607ef4d
+  license: ''
+  license_text: ''
+./doc/posix-functions/basename.texi:
+  copyright: ''
+  hash: 816f64e88f444977b6158e5952c72fd7481f590233a0270370e3a352b3501490
+  license: ''
+  license_text: ''
+./doc/posix-functions/bind.texi:
+  copyright: ''
+  hash: 7bc36148cdd5bbbbb7d485f3841d30b0e9e47d8e463e2accd77c32ebbae03787
+  license: ''
+  license_text: ''
+./doc/posix-functions/bsearch.texi:
+  copyright: ''
+  hash: a4181f848baf6705a2df34b298190d437d5feb8535991a960cd548bbbef27185
+  license: ''
+  license_text: ''
+./doc/posix-functions/btowc.texi:
+  copyright: ''
+  hash: 09c62989bbd804cebe72737befff2ae7d43d0a1a240de3f496870abda8954e43
+  license: ''
+  license_text: ''
+./doc/posix-functions/cabs.texi:
+  copyright: ''
+  hash: e30112e1ad9b593e9c60d16eb98d6e9cc212251e0cc26a8b9d6d91383341209c
+  license: ''
+  license_text: ''
+./doc/posix-functions/cabsf.texi:
+  copyright: ''
+  hash: fc928c647f768222de35063ecbf3ce81173cd7839fa4c8704d56e1622db941a7
+  license: ''
+  license_text: ''
+./doc/posix-functions/cabsl.texi:
+  copyright: ''
+  hash: 5878bc0a3304d18c4c23a1b143d8fb1ac689369c8eedb1355e630b7265b028df
+  license: ''
+  license_text: ''
+./doc/posix-functions/cacos.texi:
+  copyright: ''
+  hash: 2052b5d61d4456ffa1c179559a0b3b9d41c885faed62a6604dcb5b7640920208
+  license: ''
+  license_text: ''
+./doc/posix-functions/cacosf.texi:
+  copyright: ''
+  hash: 6c243af0b3160638dc5d422d9f3b3002642c7b61267bf9dd067fdbf159e0e5e3
+  license: ''
+  license_text: ''
+./doc/posix-functions/cacosh.texi:
+  copyright: ''
+  hash: f904870101e3afa67f6ad6800efc7d2638f36a32845e0f3087ec1efdf0d9caba
+  license: ''
+  license_text: ''
+./doc/posix-functions/cacoshf.texi:
+  copyright: ''
+  hash: 68e5f54896b657603ae0a6801b32083596e5b3b5de2f09b3f16600b23e34bb3e
+  license: ''
+  license_text: ''
+./doc/posix-functions/cacoshl.texi:
+  copyright: ''
+  hash: 0e6be8e1ac91c9ccdbe9a1dbb89a2fed5af052a63dfaf1442fffc62e22c019d6
+  license: ''
+  license_text: ''
+./doc/posix-functions/cacosl.texi:
+  copyright: ''
+  hash: 89799498f1246cde0275637e856f67c5254be5b37f2a092a976ecc03d2c91b36
+  license: ''
+  license_text: ''
+./doc/posix-functions/calloc.texi:
+  copyright: ''
+  hash: 01e68c5a2e7f96e084d58b4dff726d8305a4041de7120c8f0cd192f457be0c64
+  license: ''
+  license_text: ''
+./doc/posix-functions/carg.texi:
+  copyright: ''
+  hash: 3fff3c3178a41d21d0490b8cc748718a247d32118d9208b69a4757dcb7ece1e5
+  license: ''
+  license_text: ''
+./doc/posix-functions/cargf.texi:
+  copyright: ''
+  hash: aedcec17f0318d2b7dc950525de02c9758c213d7da6f8f53dca7b614e4b98e03
+  license: ''
+  license_text: ''
+./doc/posix-functions/cargl.texi:
+  copyright: ''
+  hash: 98269857d22e1763dc1d88b362ea68ba824ec6ad5f4037ab9819a988b2a726d2
+  license: ''
+  license_text: ''
+./doc/posix-functions/casin.texi:
+  copyright: ''
+  hash: 88680522afbb47f63d871de94a3114ab574e6ad83bc240b8c58e2257768fc28a
+  license: ''
+  license_text: ''
+./doc/posix-functions/casinf.texi:
+  copyright: ''
+  hash: 5f5bc42627015d81449f3356d6ff91d12f9951ee5fd0cb9960d016468a8adf20
+  license: ''
+  license_text: ''
+./doc/posix-functions/casinh.texi:
+  copyright: ''
+  hash: 8bbf062c7e3873bb670cdaed1eb5da3c929c12efb42e31837af0335ddf4237a8
+  license: ''
+  license_text: ''
+./doc/posix-functions/casinhf.texi:
+  copyright: ''
+  hash: 3d3591d16ab86ae68b5e196812ed6345de18422f6b3d0fbfe796388ec45cce88
+  license: ''
+  license_text: ''
+./doc/posix-functions/casinhl.texi:
+  copyright: ''
+  hash: 1fca8dcb649fde00cf7914ed4cf8f04f8614c4524d45f8fffe007007289d7d69
+  license: ''
+  license_text: ''
+./doc/posix-functions/casinl.texi:
+  copyright: ''
+  hash: 891b29a3db3f2c12d18043501cd41e9a6909ec184013d081a674d3da3b35b1b6
+  license: ''
+  license_text: ''
+./doc/posix-functions/catan.texi:
+  copyright: ''
+  hash: b1d37a45b20977843ecefe4617e4c162fd674dd9449db399a4b49e8f60718378
+  license: ''
+  license_text: ''
+./doc/posix-functions/catanf.texi:
+  copyright: ''
+  hash: ed048607a20d30e08bf7461238bd9604b58eeeb7679586343f101d969265d866
+  license: ''
+  license_text: ''
+./doc/posix-functions/catanh.texi:
+  copyright: ''
+  hash: 20fe6ca73e77d327e8327e4db4479793cf1ab07991ba2dfc41766c993e76513e
+  license: ''
+  license_text: ''
+./doc/posix-functions/catanhf.texi:
+  copyright: ''
+  hash: 79e744f2b242b79f2e81ed70c0d85fdfac54626a24635db07ab37402e03aab45
+  license: ''
+  license_text: ''
+./doc/posix-functions/catanhl.texi:
+  copyright: ''
+  hash: a28c04ead833d759d170cce809e9a6d27196e5efd9e54fd48a39276e0bdd07d9
+  license: ''
+  license_text: ''
+./doc/posix-functions/catanl.texi:
+  copyright: ''
+  hash: 1daaa22f2668ee6361cf6e151601cd5278e00741c03ee4156acb3f41b8b2f58f
+  license: ''
+  license_text: ''
+./doc/posix-functions/catclose.texi:
+  copyright: ''
+  hash: 18c1291d23ab527917c317396ed75f3025a108a4d8034e1a70ec06525b7f5b0c
+  license: ''
+  license_text: ''
+./doc/posix-functions/catgets.texi:
+  copyright: ''
+  hash: c1d72a8fc4ed229b220df40fba2b15d898504589a92542d841056c0354d1e25a
+  license: ''
+  license_text: ''
+./doc/posix-functions/catopen.texi:
+  copyright: ''
+  hash: f2108e2d0dbed23299f1a6a637c22fca84f9ebf3fcd42b1e2c9458b5b75ac69a
+  license: ''
+  license_text: ''
+./doc/posix-functions/cbrt.texi:
+  copyright: ''
+  hash: cfb8beee20e981062719f535c58ae1789e4daccc59da76bdc5c6525ab1c6e0a3
+  license: ''
+  license_text: ''
+./doc/posix-functions/cbrtf.texi:
+  copyright: ''
+  hash: cf35f9100f416cf95ecc4407b707c5591a0d08107584c7853b7211b85b4112ab
+  license: ''
+  license_text: ''
+./doc/posix-functions/cbrtl.texi:
+  copyright: ''
+  hash: 15b9a27a272fe6bfdffd5fa88532bf5a9e4f5e614c1c580f3ee2356ec92e4374
+  license: ''
+  license_text: ''
+./doc/posix-functions/ccos.texi:
+  copyright: ''
+  hash: 7518f9e79b37ce4d843fbd3d78cbdf463b29f89b344a63882fed70e0f35f8cb9
+  license: ''
+  license_text: ''
+./doc/posix-functions/ccosf.texi:
+  copyright: ''
+  hash: f27c2856203c3af0aca196ad2572bdb8eab311b5e98c86aba9bc02599bf31fd4
+  license: ''
+  license_text: ''
+./doc/posix-functions/ccosh.texi:
+  copyright: ''
+  hash: 82e4cd98745f0673dcff8b310d33f87441271105fe0d7119ad39ed96efe76864
+  license: ''
+  license_text: ''
+./doc/posix-functions/ccoshf.texi:
+  copyright: ''
+  hash: c036b5ec9e9a4dd24247ca199c08650295c86425aa2520bcf8348b1a5f992e58
+  license: ''
+  license_text: ''
+./doc/posix-functions/ccoshl.texi:
+  copyright: ''
+  hash: 245d935ce0942cdcd22729f3c8adbdb409450a2ac5363847f1dbf06eedcb3960
+  license: ''
+  license_text: ''
+./doc/posix-functions/ccosl.texi:
+  copyright: ''
+  hash: a7361c37c3b1e8c249fc06e84421d0a3b457e1267de8b78645f8f72d3f29e99d
+  license: ''
+  license_text: ''
+./doc/posix-functions/ceil.texi:
+  copyright: ''
+  hash: eb4b4ba873c83e1325692a7f82fa04c48938e079bd8ad3ad39123c05f33e8630
+  license: ''
+  license_text: ''
+./doc/posix-functions/ceilf.texi:
+  copyright: ''
+  hash: cd420550214b80cb6075cd00665abaff7aab62c1bbccdfca70cc128affb6e5d5
+  license: ''
+  license_text: ''
+./doc/posix-functions/ceill.texi:
+  copyright: ''
+  hash: 1628b64a3856b3d81a14c8c43ce1c999b2f08f653815aae4ae54be63bfce2676
+  license: ''
+  license_text: ''
+./doc/posix-functions/cexp.texi:
+  copyright: ''
+  hash: a645fb35871b96df72f2cb6ddd45794d827fd588743d13a79f51ea0b63c86e29
+  license: ''
+  license_text: ''
+./doc/posix-functions/cexpf.texi:
+  copyright: ''
+  hash: 173adfbdc9b067ded7b1dec3d2ea986049ccc183eb08adf372f081756e17f793
+  license: ''
+  license_text: ''
+./doc/posix-functions/cexpl.texi:
+  copyright: ''
+  hash: 4e3035241bd45335d326fabc77217fec415d4a5a4af2f704e8d54de2378a4e52
+  license: ''
+  license_text: ''
+./doc/posix-functions/cfgetispeed.texi:
+  copyright: ''
+  hash: 3e0e88973bc1eec29e2665a720efda4713d034d1986cc9eef9ea277db579fcfb
+  license: ''
+  license_text: ''
+./doc/posix-functions/cfgetospeed.texi:
+  copyright: ''
+  hash: 65e4add4700fadb1e55daa172e2e8db6bde4585227c3f30cbbefab6b8e2fe2f7
+  license: ''
+  license_text: ''
+./doc/posix-functions/cfsetispeed.texi:
+  copyright: ''
+  hash: 523e6085f73aa1a243c5357b251f39bcc23708159144281ba07e6000d38e0275
+  license: ''
+  license_text: ''
+./doc/posix-functions/cfsetospeed.texi:
+  copyright: ''
+  hash: e13feebc4230d0286e01638d2cb16c169e9c527bf8ee41f9b89db2a7ccf4d905
+  license: ''
+  license_text: ''
+./doc/posix-functions/chdir.texi:
+  copyright: ''
+  hash: a6902d539a4c3d8fc5827fd29a2262574fb1494deb3d2251ca9125bb1de36348
+  license: ''
+  license_text: ''
+./doc/posix-functions/chmod.texi:
+  copyright: ''
+  hash: 0b9a157e8520789eda8a45209e09897b02109c46d3f9846b1e5416316bf08a17
+  license: ''
+  license_text: ''
+./doc/posix-functions/chown.texi:
+  copyright: ''
+  hash: 9e01deb324c176cade2733ce35d2276e1dde336f16f600b6e0411850359a8b82
+  license: ''
+  license_text: ''
+./doc/posix-functions/cimag.texi:
+  copyright: ''
+  hash: fd7e511716ceb3db58afef0a5f2ddcf29684cfce676abc95fda2482adf9c669f
+  license: ''
+  license_text: ''
+./doc/posix-functions/cimagf.texi:
+  copyright: ''
+  hash: df72ac15a15255aad9ebb2a512187f65fe4505a54114980d373173e4e8b4e6ad
+  license: ''
+  license_text: ''
+./doc/posix-functions/cimagl.texi:
+  copyright: ''
+  hash: d04cfb399771f5504cda0384ee0bf46c614ca497933f8bca5a9ba937af651a24
+  license: ''
+  license_text: ''
+./doc/posix-functions/clearerr.texi:
+  copyright: ''
+  hash: f042efba63ee48980c0552e4bfc3fffc14958dee3d4e32ce179cb679af3a29aa
+  license: ''
+  license_text: ''
+./doc/posix-functions/clock.texi:
+  copyright: ''
+  hash: d396cb935452281c557b0b9b83af3588782e7b1cb084cdddeceed42e91fe6f8d
+  license: ''
+  license_text: ''
+./doc/posix-functions/clock_getcpuclockid.texi:
+  copyright: ''
+  hash: 221dd3a636f5205616b87a891dc8c93ddb409cc0143206b97e15dd1febbfc91b
+  license: ''
+  license_text: ''
+./doc/posix-functions/clock_getres.texi:
+  copyright: ''
+  hash: 24782c5801c809735ff90611f8b7f01518cde5705110016f4122cebd105c13ed
+  license: ''
+  license_text: ''
+./doc/posix-functions/clock_gettime.texi:
+  copyright: ''
+  hash: bd279e08598fd009a6c1a8e8ee0447005e9e23c6fba2638bdcd37a0f6abb7e00
+  license: ''
+  license_text: ''
+./doc/posix-functions/clock_nanosleep.texi:
+  copyright: ''
+  hash: b4f5a9953bb326f953bb0de3ecefc2bd59edde6da87cd7965bab6ab05c48c2d7
+  license: ''
+  license_text: ''
+./doc/posix-functions/clock_settime.texi:
+  copyright: ''
+  hash: c7a0452a628c43aa189fd6a5f4fdac7521d61ed60bb763cc29c1b88a6f651cd9
+  license: ''
+  license_text: ''
+./doc/posix-functions/clog.texi:
+  copyright: ''
+  hash: 656499103b435e7f010e27226f862b6346d10caebc9cc15a590a46a7e7f9aeb9
+  license: ''
+  license_text: ''
+./doc/posix-functions/clogf.texi:
+  copyright: ''
+  hash: 2d46d582af7dcac5275785192be8c7cedea684d1d19101d0a37276664c77593b
+  license: ''
+  license_text: ''
+./doc/posix-functions/clogl.texi:
+  copyright: ''
+  hash: 378631638556a20e18012fe4cb1b0934e8a2f57fa28ed79ba3900deb048fa251
+  license: ''
+  license_text: ''
+./doc/posix-functions/close.texi:
+  copyright: ''
+  hash: 272ecc260a002834afbee10cc2f91f54d4a9a7395bc39020822c859f146e3fb4
+  license: ''
+  license_text: ''
+./doc/posix-functions/closedir.texi:
+  copyright: ''
+  hash: a75f2684ea70961d08d74eb15deeeeb91da8866cd85eebf8b0ef92c777079fe2
+  license: ''
+  license_text: ''
+./doc/posix-functions/closelog.texi:
+  copyright: ''
+  hash: dd8cb3c02a8872320880e378d9eb5c84bb59b526e73f8df32f442df8146b46cd
+  license: ''
+  license_text: ''
+./doc/posix-functions/confstr.texi:
+  copyright: ''
+  hash: 44a27163baa23e3d0b371b6359beed77a483ab056307beebd0d15d4862a28a4b
+  license: ''
+  license_text: ''
+./doc/posix-functions/conj.texi:
+  copyright: ''
+  hash: c70e58e351d8e1b6a2df48c15bf744dbf251ba167aa60da22d890a58da7dc213
+  license: ''
+  license_text: ''
+./doc/posix-functions/conjf.texi:
+  copyright: ''
+  hash: 42efb49e1fcdb119d8456ccfa0378374b77d48d98d5cd1c97211d071ccd3cbb3
+  license: ''
+  license_text: ''
+./doc/posix-functions/conjl.texi:
+  copyright: ''
+  hash: 4590f63e4ffe6c9aeff9595d7a231e80f2de6c063e58ba6bf046f42f08eff178
+  license: ''
+  license_text: ''
+./doc/posix-functions/connect.texi:
+  copyright: ''
+  hash: bbdea37a351e03f8a31b24f7b2206919683c80dfdc69f1d750cd836942b92d47
+  license: ''
+  license_text: ''
+./doc/posix-functions/copysign.texi:
+  copyright: ''
+  hash: 1e706e0daa6561c554702c3ed63491b6ca86e8e8106d0ef514af920f65bd3bff
+  license: ''
+  license_text: ''
+./doc/posix-functions/copysignf.texi:
+  copyright: ''
+  hash: ee43a4da1e115a87f41ec954aab010392cdfe202925bf12272e49e388e8cf143
+  license: ''
+  license_text: ''
+./doc/posix-functions/copysignl.texi:
+  copyright: ''
+  hash: 959ae2c65aa99135e405f958de4768b444850f1af446738a5437ec8511a85ad7
+  license: ''
+  license_text: ''
+./doc/posix-functions/cos.texi:
+  copyright: ''
+  hash: 7eb6d984432e15f61ef12a21663cbb78c186f67690a4d9a20396486d81741c8a
+  license: ''
+  license_text: ''
+./doc/posix-functions/cosf.texi:
+  copyright: ''
+  hash: 8307f8a7ce2f10cd372e1a02789d1f18a5d2de03e34451d1f3139ff4db1cce8f
+  license: ''
+  license_text: ''
+./doc/posix-functions/cosh.texi:
+  copyright: ''
+  hash: 43da6b5d23bec5dd0c2673e5a9589ab23f9b09568d59dd597c8c20ce6578308c
+  license: ''
+  license_text: ''
+./doc/posix-functions/coshf.texi:
+  copyright: ''
+  hash: d1dc5091a4aeadb5489c52dd46f3809ea2342691d840ad321981e7647c26791b
+  license: ''
+  license_text: ''
+./doc/posix-functions/coshl.texi:
+  copyright: ''
+  hash: 8aaea6d92aa882f8a3b00b87dcb06cf88bf90d98304acbf22cb6cda1519639ad
+  license: ''
+  license_text: ''
+./doc/posix-functions/cosl.texi:
+  copyright: ''
+  hash: 8d72eff0465a1e359f56ac147dc2dd3238cc1c355a79a1df17fc541ff46e45e9
+  license: ''
+  license_text: ''
+./doc/posix-functions/cpow.texi:
+  copyright: ''
+  hash: b529d3f6596544f05762ace710df2b530526d8f9ff2674ebc1ce54823d0cd3e2
+  license: ''
+  license_text: ''
+./doc/posix-functions/cpowf.texi:
+  copyright: ''
+  hash: d1a5fcc8300ad0dd01ae3c63b0d0d87f3f0a2ff6e28a303432737aa9e7650448
+  license: ''
+  license_text: ''
+./doc/posix-functions/cpowl.texi:
+  copyright: ''
+  hash: 3fffe2936ec43d5e8e4e98eb3333a0090c41037fc07ed16c1dae3570b710c477
+  license: ''
+  license_text: ''
+./doc/posix-functions/cproj.texi:
+  copyright: ''
+  hash: 5e5f9076770e499ec4ebf390b32210ad886c9b7149bd885cded12025ebdbc926
+  license: ''
+  license_text: ''
+./doc/posix-functions/cprojf.texi:
+  copyright: ''
+  hash: fd6c34d2bc52eb41bdd17af7690ec3c2c71cc23422a3e4438b4dff0e488a0317
+  license: ''
+  license_text: ''
+./doc/posix-functions/cprojl.texi:
+  copyright: ''
+  hash: 6c70f1c505b561f4a5cf028e8e3d399ac1f210793477de97dfd43a8d7b255e08
+  license: ''
+  license_text: ''
+./doc/posix-functions/creal.texi:
+  copyright: ''
+  hash: 2c80bd9fb27be56ba36c2bb24331584dc01d9547d2f04c4a356888aed9494c83
+  license: ''
+  license_text: ''
+./doc/posix-functions/crealf.texi:
+  copyright: ''
+  hash: 5d39945776b6c7461cdce7876187a10727672a5a273e1a418b2f8f3b2850f932
+  license: ''
+  license_text: ''
+./doc/posix-functions/creall.texi:
+  copyright: ''
+  hash: dac4c57cb73aae1ea940ce57814a79ec6a839ba216a354e54af9b500138344d6
+  license: ''
+  license_text: ''
+./doc/posix-functions/creat.texi:
+  copyright: ''
+  hash: 68fae3a33708a3b4b4f67730a8175ad70f62bbf3a4383245a0386d8f974ce6a7
+  license: ''
+  license_text: ''
+./doc/posix-functions/crypt.texi:
+  copyright: ''
+  hash: 2c81f50c30c94a9c94af30ba943e1988cf2389c50f0127940bece53168b59cd1
+  license: ''
+  license_text: ''
+./doc/posix-functions/csin.texi:
+  copyright: ''
+  hash: d8acdc5bdfdf98aaf189f1564639a79c41500070afc2a346dda1f169c158dbcf
+  license: ''
+  license_text: ''
+./doc/posix-functions/csinf.texi:
+  copyright: ''
+  hash: c2abe68f71f696759c39bc7a4241dcbe5945b2d29cd5dfa3bb49035bf457d781
+  license: ''
+  license_text: ''
+./doc/posix-functions/csinh.texi:
+  copyright: ''
+  hash: 7a562831e905eabf7a62ea4999e81e10b74a64e817b871ca9c51718b41b20654
+  license: ''
+  license_text: ''
+./doc/posix-functions/csinhf.texi:
+  copyright: ''
+  hash: a76badc219115db1f5d8e389e7e1e5ffc5f8ff710943f59412f229e44a79c5ea
+  license: ''
+  license_text: ''
+./doc/posix-functions/csinhl.texi:
+  copyright: ''
+  hash: 36699f0003103f629e1885dcfd70348366d3362ecc6536e41cd28678182cbaeb
+  license: ''
+  license_text: ''
+./doc/posix-functions/csinl.texi:
+  copyright: ''
+  hash: b54e6860f3f76042df375888a48528c46731ba585a944291d2a0b80503fe1d9d
+  license: ''
+  license_text: ''
+./doc/posix-functions/csqrt.texi:
+  copyright: ''
+  hash: e7eabcde8d90401d0bfef8925e5135b51abfc2ec0867a46056879d59a824bb1f
+  license: ''
+  license_text: ''
+./doc/posix-functions/csqrtf.texi:
+  copyright: ''
+  hash: 6fac631719478224ab81387a09606a250441a503c0b6447813ccb4d97cc9ff0e
+  license: ''
+  license_text: ''
+./doc/posix-functions/csqrtl.texi:
+  copyright: ''
+  hash: f5de55cf395ff038ac8f4a87fc1769adec61760293a521e852a82a1fb296271f
+  license: ''
+  license_text: ''
+./doc/posix-functions/ctan.texi:
+  copyright: ''
+  hash: 3220287f0031284c2a07ae98a72e8b8fdc2e6f21daeee6a79e7885902144de27
+  license: ''
+  license_text: ''
+./doc/posix-functions/ctanf.texi:
+  copyright: ''
+  hash: 5caa14422cb2433fb9287daa5574ef31595552ce9a6cb5b76a9abf2dca4da39e
+  license: ''
+  license_text: ''
+./doc/posix-functions/ctanh.texi:
+  copyright: ''
+  hash: ffbdbcbd1734f019a2a113a968ddf745230f8271f49d9f7f633f57416673d472
+  license: ''
+  license_text: ''
+./doc/posix-functions/ctanhf.texi:
+  copyright: ''
+  hash: eebcf71841f86b924e318d89b2b471c77365c1d8d6383f549772f67fcb4b485a
+  license: ''
+  license_text: ''
+./doc/posix-functions/ctanhl.texi:
+  copyright: ''
+  hash: c34561e04b1b50baa3658fe1a8f0e3e65aaa030fd6d82af2a8a49bf3fbd30532
+  license: ''
+  license_text: ''
+./doc/posix-functions/ctanl.texi:
+  copyright: ''
+  hash: 1f736e08f69d08a2ea00175cf973014c241225e9f36b19e631e96760925ecf55
+  license: ''
+  license_text: ''
+./doc/posix-functions/ctermid.texi:
+  copyright: ''
+  hash: 8ced75f0b5fa6de08123a4f14d591a5bfb2382366275582e6a157d086da80295
+  license: ''
+  license_text: ''
+./doc/posix-functions/ctime.texi:
+  copyright: ''
+  hash: 1298f8364e8621a1b3eca468c65d2808e736bab2441821cc18825b6ff77fb316
+  license: ''
+  license_text: ''
+./doc/posix-functions/ctime_r.texi:
+  copyright: ''
+  hash: 3a92567488e26c281d26cd87d988ccec63844e4310c454f4d20522544b56ed8f
+  license: ''
+  license_text: ''
+./doc/posix-functions/daylight.texi:
+  copyright: ''
+  hash: 017503342a8245b8001542402f427ecff39eba664813b39e6660abcb0d19d1b7
+  license: ''
+  license_text: ''
+./doc/posix-functions/dbm_clearerr.texi:
+  copyright: ''
+  hash: 1aed2a4dd7569f18577a305c078d28e35ec5cb2ad074734199266a158df9afe5
+  license: ''
+  license_text: ''
+./doc/posix-functions/dbm_close.texi:
+  copyright: ''
+  hash: 72c754ea3a73d6857d4e434aed1d850d4e50e67b9f772dcd3f02c790c9a692e8
+  license: ''
+  license_text: ''
+./doc/posix-functions/dbm_delete.texi:
+  copyright: ''
+  hash: f4d5ec5ee4301cfa66a087c6f42ee5b55825986108b528d699c09530152f6235
+  license: ''
+  license_text: ''
+./doc/posix-functions/dbm_error.texi:
+  copyright: ''
+  hash: d56e6a2f0d9db7ef788f2ecb0b76d51906d61257a89b63abed70c8fb9c3eaa97
+  license: ''
+  license_text: ''
+./doc/posix-functions/dbm_fetch.texi:
+  copyright: ''
+  hash: 2f158641ccd6400741d34cb3da6717b249120b5872d43715547e80bb6bfc16f4
+  license: ''
+  license_text: ''
+./doc/posix-functions/dbm_firstkey.texi:
+  copyright: ''
+  hash: 0f5e6b9afb63e03a77fc792373eeb87b51a1893749e0c8d327d8336851783dba
+  license: ''
+  license_text: ''
+./doc/posix-functions/dbm_nextkey.texi:
+  copyright: ''
+  hash: e08425874e0cc31e6824aba2bea094b78f10950cf64bdabd2278e622ead0b5bf
+  license: ''
+  license_text: ''
+./doc/posix-functions/dbm_open.texi:
+  copyright: ''
+  hash: 3a2a8836d60ba5044ca2f000b4bf1d0065a8855eaca4f8567f37f7a1636988f2
+  license: ''
+  license_text: ''
+./doc/posix-functions/dbm_store.texi:
+  copyright: ''
+  hash: 8fe741bc002bf73033b5e004e30267a9759bbfa5f4d7454fd2105dbe46c80686
+  license: ''
+  license_text: ''
+./doc/posix-functions/difftime.texi:
+  copyright: ''
+  hash: 4e811d7f29d0e61cc58d9b99ef3c016831745bfd05500d48669d95aceb050b11
+  license: ''
+  license_text: ''
+./doc/posix-functions/dirfd.texi:
+  copyright: ''
+  hash: 5b2c8978346268733a7b6ac62cdf2eae9a7ec223ab7d4929cd13a2b3c4809f9d
+  license: ''
+  license_text: ''
+./doc/posix-functions/dirname.texi:
+  copyright: ''
+  hash: a47c8b7de9892930240540a8a2113c3181766cc1b2b535d82f430d2d53feda68
+  license: ''
+  license_text: ''
+./doc/posix-functions/div.texi:
+  copyright: ''
+  hash: f82bbc1cf89a099f04e5a163e564bce0fde0a368158007a6cfba72f09e03b0eb
+  license: ''
+  license_text: ''
+./doc/posix-functions/dlclose.texi:
+  copyright: ''
+  hash: 370bf65007c083c6e35cc058ad375d42b29b485211ee769e4d810b3200e5f317
+  license: ''
+  license_text: ''
+./doc/posix-functions/dlerror.texi:
+  copyright: ''
+  hash: 4d3e30640a7ee197bee613fe72fb5a683939c8268fb0825f24976d40fa6dda00
+  license: ''
+  license_text: ''
+./doc/posix-functions/dlopen.texi:
+  copyright: ''
+  hash: 42e077d840aec858224a23c7296649223c346ef3c09e8a03e0accdc8ac067db6
+  license: ''
+  license_text: ''
+./doc/posix-functions/dlsym.texi:
+  copyright: ''
+  hash: 87b2fa1aa48a96b9f6f3e5167d979c7129fff4e2256f4de0dfcd7cbf8dcdb212
+  license: ''
+  license_text: ''
+./doc/posix-functions/dprintf.texi:
+  copyright: ''
+  hash: 7af433184bcb451942148af15710ddd11cc917a127c4df4daa3b2bf095b06315
+  license: ''
+  license_text: ''
+./doc/posix-functions/drand48.texi:
+  copyright: ''
+  hash: 1dc6c4ef636329b82d1bd2f82bc9a14288f2110a9b43b38113df3bd2dd236c2f
+  license: ''
+  license_text: ''
+./doc/posix-functions/dup.texi:
+  copyright: ''
+  hash: c2550d93ff4821e0b3bbe7cf4612ae8cc394fbeea7a4c173ef5511b8aab58df4
+  license: ''
+  license_text: ''
+./doc/posix-functions/dup2.texi:
+  copyright: ''
+  hash: d778e389a7049b8f5900f460a27ac8447fddfe043e2e9d39389c33fc53d1591e
+  license: ''
+  license_text: ''
+./doc/posix-functions/duplocale.texi:
+  copyright: ''
+  hash: 63a092849698ff5a37c8963e4f77626d16a2862ce6e087d8bbed6c325a655ad4
+  license: ''
+  license_text: ''
+./doc/posix-functions/encrypt.texi:
+  copyright: ''
+  hash: b0496f52ae5da126194945d5ecbe05021f54285a3d31f9b63551913a9d253048
+  license: ''
+  license_text: ''
+./doc/posix-functions/endgrent.texi:
+  copyright: ''
+  hash: af0bcc11149af3f72b1ce6b1d3bfb3596aa8b1816cf91d8a55621c170a00ce7a
+  license: ''
+  license_text: ''
+./doc/posix-functions/endhostent.texi:
+  copyright: ''
+  hash: f6064a2c9e2d77cd83ff118f38cc7e596d8f81ec21a31570b400a850536074d3
+  license: ''
+  license_text: ''
+./doc/posix-functions/endnetent.texi:
+  copyright: ''
+  hash: 014005c60cfc386883693fddc36c6b759b6050913ed3cd6dd252f303d8500617
+  license: ''
+  license_text: ''
+./doc/posix-functions/endprotoent.texi:
+  copyright: ''
+  hash: 0f8f1b338b4bd589e50eaf748f97f6737584273651c632dc524a2c9cec0ce547
+  license: ''
+  license_text: ''
+./doc/posix-functions/endpwent.texi:
+  copyright: ''
+  hash: f96fed6379600f838f57edb6ec3b9ba761c6bc80ba5b3eb2deba987cb439d290
+  license: ''
+  license_text: ''
+./doc/posix-functions/endservent.texi:
+  copyright: ''
+  hash: b23beba68ba3dc5d277f3de09dddbf84e3fa958442cac4a07c122bd01597444b
+  license: ''
+  license_text: ''
+./doc/posix-functions/endutxent.texi:
+  copyright: ''
+  hash: 4a4b9cc3cddf00e37d65e4bdfce63feb89f177c0eeeed3fbaf62a8ef643e027d
+  license: ''
+  license_text: ''
+./doc/posix-functions/environ.texi:
+  copyright: ''
+  hash: dfcf92fe2552b7d2e8c389d402ec13ecae8a9f595c193bbdf31affb99f1df5df
+  license: ''
+  license_text: ''
+./doc/posix-functions/erand48.texi:
+  copyright: ''
+  hash: 760fed9b52e93193b4df637c841f6747f89971aed496a04dcdb2713d00662c37
+  license: ''
+  license_text: ''
+./doc/posix-functions/erf.texi:
+  copyright: ''
+  hash: e396b8aa1ad4ae9f456ecc66d65ea4ac53966ca3a6925db273cbb7d5a0f0470f
+  license: ''
+  license_text: ''
+./doc/posix-functions/erfc.texi:
+  copyright: ''
+  hash: 7d9295a3c40cf836f25d9fc8bb7aa4d200a6e108655864c5db87b0c790fa3de1
+  license: ''
+  license_text: ''
+./doc/posix-functions/erfcf.texi:
+  copyright: ''
+  hash: 6a8f8541c85d95121e45d8b55f7e8bd349496fb0789db22bc9d368fb87b252b3
+  license: ''
+  license_text: ''
+./doc/posix-functions/erfcl.texi:
+  copyright: ''
+  hash: 1a6a1c0c781ac73bbc66ccae03f344d1f4f20c3942d603f3a28c0a9b801a6b6a
+  license: ''
+  license_text: ''
+./doc/posix-functions/erff.texi:
+  copyright: ''
+  hash: 76a5d245a802bd5ff38bceac7047fcd693ea2c9ec7ae39ccc269be12b8e38cf6
+  license: ''
+  license_text: ''
+./doc/posix-functions/erfl.texi:
+  copyright: ''
+  hash: d8833fb1e11b08837ce43c18442c6ab74bd8585ab397ca8006c96e02f47a46b1
+  license: ''
+  license_text: ''
+./doc/posix-functions/errno.texi:
+  copyright: ''
+  hash: ea95202cc81a218c56be49928134fe93537718df9ca56a7a4cfdbd14e3182507
+  license: ''
+  license_text: ''
+./doc/posix-functions/execl.texi:
+  copyright: ''
+  hash: c558e6a5c45e2b7f9d5be20a94d619989be6a3005464e72384e038a059537aae
+  license: ''
+  license_text: ''
+./doc/posix-functions/execle.texi:
+  copyright: ''
+  hash: 0cf1733a7cc75c1fa5db4aa7fdbe5dacbdc4d9b3d707b86887a06d04d2d830a1
+  license: ''
+  license_text: ''
+./doc/posix-functions/execlp.texi:
+  copyright: ''
+  hash: d711c43f17b626bf9092aac1da604dbe63cdcb66f337a4a5abc17f4df69c467a
+  license: ''
+  license_text: ''
+./doc/posix-functions/execv.texi:
+  copyright: ''
+  hash: b3ea526230a20175444ad0e2b524701a65f8d19c79bc26b4a5b2ed5c48a8d142
+  license: ''
+  license_text: ''
+./doc/posix-functions/execve.texi:
+  copyright: ''
+  hash: f2b5d813761711b08b473ba5943ebe85f1371b6a47e9ce8906fc97b23b7ea9fd
+  license: ''
+  license_text: ''
+./doc/posix-functions/execvp.texi:
+  copyright: ''
+  hash: fef7c67de0588ff612dfcf8f60c0a843e05ec51a381b3812aba9ca631e83a509
+  license: ''
+  license_text: ''
+./doc/posix-functions/exit.texi:
+  copyright: ''
+  hash: a66ce6082f10ed6a970d3b9c1d6b498963328da18a188e09512acd96a611c0f9
+  license: ''
+  license_text: ''
+./doc/posix-functions/exp.texi:
+  copyright: ''
+  hash: 3a23ecafd1433389e9a66bb76b78dcdc7282a2a37d1e660f8e8e2b1f58a3f802
+  license: ''
+  license_text: ''
+./doc/posix-functions/exp2.texi:
+  copyright: ''
+  hash: 10740465774b4fe64b089bbce4d98fce841049529f7d0a210f11a32869b2cd70
+  license: ''
+  license_text: ''
+./doc/posix-functions/exp2f.texi:
+  copyright: ''
+  hash: 9ad55cfc041c56781818ddb727135755dfea528f1a3089ea31ffd0d5bbc8e8cd
+  license: ''
+  license_text: ''
+./doc/posix-functions/exp2l.texi:
+  copyright: ''
+  hash: 773cb50bdfc42c5e182fa449e023ff26cb9e9c11e30c19ed5f4c51b29431d519
+  license: ''
+  license_text: ''
+./doc/posix-functions/expf.texi:
+  copyright: ''
+  hash: 4d55d4514828df02d4a0f00c025bcaddf53c48ba57dc720e355e8d785a828377
+  license: ''
+  license_text: ''
+./doc/posix-functions/expl.texi:
+  copyright: ''
+  hash: 28f67722a723854c1e36cda04d5d20419e20841a911a291da45ebf4d0f871f07
+  license: ''
+  license_text: ''
+./doc/posix-functions/expm1.texi:
+  copyright: ''
+  hash: f38dc23dda214f86a57192c55d96aff7b757e21e53cf4191b930044e3f981735
+  license: ''
+  license_text: ''
+./doc/posix-functions/expm1f.texi:
+  copyright: ''
+  hash: 36cc95d079f7e09950ac21a06d00b3f5e4383df16540559fc24b0498cd18f788
+  license: ''
+  license_text: ''
+./doc/posix-functions/expm1l.texi:
+  copyright: ''
+  hash: f62e969f5374de3e409016802a05322ea6026321a035e207f5e62792037b5c34
+  license: ''
+  license_text: ''
+./doc/posix-functions/fabs.texi:
+  copyright: ''
+  hash: 77b4f0f8fa962ca508589a206317eb4c48c8290fb6cf04995e34c8fab37ad32e
+  license: ''
+  license_text: ''
+./doc/posix-functions/fabsf.texi:
+  copyright: ''
+  hash: e9f4430f17e191f5982b077bbbe818af7844983209ffbcd48d18c610530173e1
+  license: ''
+  license_text: ''
+./doc/posix-functions/fabsl.texi:
+  copyright: ''
+  hash: 8de48bd22875d894c2a6f487e3eeb13f7e38e2727be9680141dc0a0864201a39
+  license: ''
+  license_text: ''
+./doc/posix-functions/faccessat.texi:
+  copyright: ''
+  hash: 0afb30a131aada363ccae6bd95a6bb4af2ffc8d4f78c246f0dca63f73fd5c6ba
+  license: ''
+  license_text: ''
+./doc/posix-functions/fattach.texi:
+  copyright: ''
+  hash: 0d2c97e5e64edd53e35107d004a8217be4567d1c70e62a78d571bf3960268a40
+  license: ''
+  license_text: ''
+./doc/posix-functions/fchdir.texi:
+  copyright: ''
+  hash: ef785d9c60d0b0a0867055b5097bc95bf2d145286e3255e8927999aae4763ed5
+  license: ''
+  license_text: ''
+./doc/posix-functions/fchmod.texi:
+  copyright: ''
+  hash: 939cd379a3e3e7304e1f71595bdeb1faa50182dcf99b15669abe051fdf115ff1
+  license: ''
+  license_text: ''
+./doc/posix-functions/fchmodat.texi:
+  copyright: ''
+  hash: e65317bb499b19213aa284b1e51f63a612123ee81a36e34baa230a3bf9c9ba53
+  license: ''
+  license_text: ''
+./doc/posix-functions/fchown.texi:
+  copyright: ''
+  hash: 465674c3001f240ebb1d25918da7c360ced0b331555e9541c35248867b5a47a4
+  license: ''
+  license_text: ''
+./doc/posix-functions/fchownat.texi:
+  copyright: ''
+  hash: a9071923e58cbdffd909c90504ed062f1b8c414af893d1b9d6e763bc19004058
+  license: ''
+  license_text: ''
+./doc/posix-functions/fclose.texi:
+  copyright: ''
+  hash: 69b50bf24c214d4001c9089616dffac05e5c7e190eaf0658aa68f146562564fa
+  license: ''
+  license_text: ''
+./doc/posix-functions/fcntl.texi:
+  copyright: ''
+  hash: 14cad176260f5169943454f8cfa42be32b191a754f23efb235fe299fbfddd7db
+  license: ''
+  license_text: ''
+./doc/posix-functions/fdatasync.texi:
+  copyright: ''
+  hash: 85ed720fe00e3e0366b7e8e000a180fedfdc7582f6da1828f40e47070a963e20
+  license: ''
+  license_text: ''
+./doc/posix-functions/fdetach.texi:
+  copyright: ''
+  hash: 158f9858132cabb1d4bf7c7221ac51c66153263d3f46c8270ff29472002da21d
+  license: ''
+  license_text: ''
+./doc/posix-functions/fdim.texi:
+  copyright: ''
+  hash: 5aebf9b92ec0536ecb557da67ebc5bd23310ddda6d808bdbf5deb70f7c7fa988
+  license: ''
+  license_text: ''
+./doc/posix-functions/fdimf.texi:
+  copyright: ''
+  hash: 39292770770178de555fc28d6caa65574b55744a178f1f5f6b00e78d357411cd
+  license: ''
+  license_text: ''
+./doc/posix-functions/fdiml.texi:
+  copyright: ''
+  hash: a5332d41b95921d99d043d5c0a35fcb5abb1f8130190584d5aeb6367c9d1afff
+  license: ''
+  license_text: ''
+./doc/posix-functions/fdopen.texi:
+  copyright: ''
+  hash: 7fa7633dfd49443e4701e9761272f150f293ecb04da8a041111ceb4c17698471
+  license: ''
+  license_text: ''
+./doc/posix-functions/fdopendir.texi:
+  copyright: ''
+  hash: 9040a86becc811693fe59d3d70608bc7b256e5ac75c98e8aa68407728fe0674f
+  license: ''
+  license_text: ''
+./doc/posix-functions/feclearexcept.texi:
+  copyright: ''
+  hash: 0e4dfe128d764b06d05b0d34d69ea560917fb271f6cc32e9fa4254dca9a20a1f
+  license: ''
+  license_text: ''
+./doc/posix-functions/fegetenv.texi:
+  copyright: ''
+  hash: 5b5c254df9bdfd6fd2387dc6aefc5603697b6d27853f04a4c3a6e608704f8fb4
+  license: ''
+  license_text: ''
+./doc/posix-functions/fegetexceptflag.texi:
+  copyright: ''
+  hash: 9f9b8d423dc8c753325c9de60419b604ea7cf90a5b034e8589be20ed0c22441e
+  license: ''
+  license_text: ''
+./doc/posix-functions/fegetround.texi:
+  copyright: ''
+  hash: b4ff0099343c3f9ed264b22e05a1a93959d9b5ab1f8b5843009aa2d10cbbbf11
+  license: ''
+  license_text: ''
+./doc/posix-functions/feholdexcept.texi:
+  copyright: ''
+  hash: 6c3c64355a220876faa479bad18f05cc337c027237ae41d0a12c44d0b391d9cd
+  license: ''
+  license_text: ''
+./doc/posix-functions/feof.texi:
+  copyright: ''
+  hash: f11d3171e1211bfb2d4f8e4fd21e993194e324e58eb6adf101794d0a76f66eb8
+  license: ''
+  license_text: ''
+./doc/posix-functions/feraiseexcept.texi:
+  copyright: ''
+  hash: e8307c451f2e47175f124db373c7c55d86acb4a12367c83e5edbab292cd5d6e5
+  license: ''
+  license_text: ''
+./doc/posix-functions/ferror.texi:
+  copyright: ''
+  hash: 9247d0fb60e93fb2d68beb75f7b499aaaa45784932a48728be9abd2c8ddb34cc
+  license: ''
+  license_text: ''
+./doc/posix-functions/fesetenv.texi:
+  copyright: ''
+  hash: d8eaa44e9448f7e3f19eaa8872a72177cc49fdedb6e445154f25bd01da712b35
+  license: ''
+  license_text: ''
+./doc/posix-functions/fesetexceptflag.texi:
+  copyright: ''
+  hash: 06349a428d5308fc9defc1de3828e90d84f387e0c4ed2b1b90ce3d2ac4bf5a1b
+  license: ''
+  license_text: ''
+./doc/posix-functions/fesetround.texi:
+  copyright: ''
+  hash: 73b0e069904667c999719ea70096fb83d0612e2e9fe6e8d6cff722621daa00c1
+  license: ''
+  license_text: ''
+./doc/posix-functions/fetestexcept.texi:
+  copyright: ''
+  hash: 949a23913f9fc3927384e104fbd80468974a996c946895848ece42a7f5529017
+  license: ''
+  license_text: ''
+./doc/posix-functions/feupdateenv.texi:
+  copyright: ''
+  hash: 30a0c9e51399baa484ebab12eafcd6a5d8568c28ac0a43cfd751403fd40de993
+  license: ''
+  license_text: ''
+./doc/posix-functions/fexecve.texi:
+  copyright: ''
+  hash: fe3d22d14749d6c7b84b85b6aa98335a0130be7f9c62db393f6f828010867f05
+  license: ''
+  license_text: ''
+./doc/posix-functions/fflush.texi:
+  copyright: ''
+  hash: 9f9b17e92510a39ca8067108af00d5aa1303609dd0d2ce70750fd42bc65a43ef
+  license: ''
+  license_text: ''
+./doc/posix-functions/ffs.texi:
+  copyright: ''
+  hash: 7b0cff1f7273e95deef4f3b11689934d2b179b7dbdcadb38d46c821acc0dae92
+  license: ''
+  license_text: ''
+./doc/posix-functions/fgetc.texi:
+  copyright: ''
+  hash: d8fcfac795087eda5140428fdbdd4615813d43f0e341dea805abcd4a8e5e49b4
+  license: ''
+  license_text: ''
+./doc/posix-functions/fgetpos.texi:
+  copyright: ''
+  hash: e034126755ed405782d5e1a6967e874706684a2b652abffe4a292b3fe4ae15bf
+  license: ''
+  license_text: ''
+./doc/posix-functions/fgets.texi:
+  copyright: ''
+  hash: b6bd827cd199fbd46fba2004abea76069d3c5aaedbd1387af3d589f1b03d7dfc
+  license: ''
+  license_text: ''
+./doc/posix-functions/fgetwc.texi:
+  copyright: ''
+  hash: 61d037d92bc401422a31e35f997f3a1497795f9506244cf7b59401904018e8a8
+  license: ''
+  license_text: ''
+./doc/posix-functions/fgetws.texi:
+  copyright: ''
+  hash: f02b49800d80367a51817b480c9dfaaef618752dcec14a099a40de53ece09c3b
+  license: ''
+  license_text: ''
+./doc/posix-functions/fileno.texi:
+  copyright: ''
+  hash: 5f53f2eb7356640330210ce016390f370540b6a764370a74e33a05e7c76b9a8f
+  license: ''
+  license_text: ''
+./doc/posix-functions/flockfile.texi:
+  copyright: ''
+  hash: da5755bffd4b09e1e0b6d1434ed00ac97a6b6c844d79f7951d541ac869be1ee6
+  license: ''
+  license_text: ''
+./doc/posix-functions/floor.texi:
+  copyright: ''
+  hash: fcbdb14ee94ff43d1cd4fbabfde64628dabeeeceb3a189170f386cfaec8e26e2
+  license: ''
+  license_text: ''
+./doc/posix-functions/floorf.texi:
+  copyright: ''
+  hash: 4b5846715e3afb770402fff841b2018b118247c8e46116ff2def5d0e20349542
+  license: ''
+  license_text: ''
+./doc/posix-functions/floorl.texi:
+  copyright: ''
+  hash: 322ea35bb8a18aaecc6f1550b87422991f210973c79d24aaf911e89a3e5fab6b
+  license: ''
+  license_text: ''
+./doc/posix-functions/fma.texi:
+  copyright: ''
+  hash: e06d82e0a7ee2563a8cc4f2ed0d2755e62932b4a15c4dd4c4cbeec06a57b7ebc
+  license: ''
+  license_text: ''
+./doc/posix-functions/fmaf.texi:
+  copyright: ''
+  hash: fc29d37a36d8c539740f5b45b1c654540897f01ae38a6c243c62ba0a3038bc38
+  license: ''
+  license_text: ''
+./doc/posix-functions/fmal.texi:
+  copyright: ''
+  hash: c16b42c34dcea09c0a289852b77749072ce0c235d540a6de28b96e9b06e1b2d2
+  license: ''
+  license_text: ''
+./doc/posix-functions/fmax.texi:
+  copyright: ''
+  hash: aed0ee25bf2be5841797931f4d6fb1a24a0c8f2a5f3bd243ef6f78680f0ec9b2
+  license: ''
+  license_text: ''
+./doc/posix-functions/fmaxf.texi:
+  copyright: ''
+  hash: 61eb7176dbd4a425878619ba9d0e2bb4fbf9d4dab607f04995b0eaa199f952e3
+  license: ''
+  license_text: ''
+./doc/posix-functions/fmaxl.texi:
+  copyright: ''
+  hash: 674c6bcd99088e232700c80d2eec7dd693475bd918a6ef1eb48f76a1e13f8c25
+  license: ''
+  license_text: ''
+./doc/posix-functions/fmemopen.texi:
+  copyright: ''
+  hash: 352900c04b1da0449b186d5ae8ef6213886985e6c114f581fdd467dbd8a5d8cc
+  license: ''
+  license_text: ''
+./doc/posix-functions/fmin.texi:
+  copyright: ''
+  hash: 01e8988dcc137b4ca874e3d723d774b980e0e06f7248a9a3b696a2f193832641
+  license: ''
+  license_text: ''
+./doc/posix-functions/fminf.texi:
+  copyright: ''
+  hash: 53b64c6b7de3b6a63d94697b7cdd8c61d878e64f6066f944fe2be4ea1f739d9a
+  license: ''
+  license_text: ''
+./doc/posix-functions/fminl.texi:
+  copyright: ''
+  hash: 22b35db0c4d59104d5d338485e2e5847b0e2bb8df82f5e21eaabba553852b81f
+  license: ''
+  license_text: ''
+./doc/posix-functions/fmod.texi:
+  copyright: ''
+  hash: 685f14d61e171c69d87e1354efe25b207d5828cb3d1ee55c8e92708cd2e445ba
+  license: ''
+  license_text: ''
+./doc/posix-functions/fmodf.texi:
+  copyright: ''
+  hash: 2299473ee9bc80024c52014658ff2291573b0ea4faf10fa86653a13e2783bd61
+  license: ''
+  license_text: ''
+./doc/posix-functions/fmodl.texi:
+  copyright: ''
+  hash: b3a561cfb6276688b6a99c8c94484522c08e3d534a33b4b430b9d07f976759a9
+  license: ''
+  license_text: ''
+./doc/posix-functions/fmtmsg.texi:
+  copyright: ''
+  hash: 45694295f9653807f26ae63e34a8b8ba79123aabc18a741197da0c6c051e058a
+  license: ''
+  license_text: ''
+./doc/posix-functions/fnmatch.texi:
+  copyright: ''
+  hash: 208c0b4c83435511cba268023139c5efac983671ac4a9fda1ad3c1b7e9ad38bc
+  license: ''
+  license_text: ''
+./doc/posix-functions/fopen.texi:
+  copyright: ''
+  hash: ef85cace34e56f1a14498931c61d519b09fb5007c196df48c07d852a05fd0496
+  license: ''
+  license_text: ''
+./doc/posix-functions/fork.texi:
+  copyright: ''
+  hash: e34fc8feeb473d30fae2262d296b6230c8e4286cded8d23c5de66e9ea8785804
+  license: ''
+  license_text: ''
+./doc/posix-functions/fpathconf.texi:
+  copyright: ''
+  hash: 1754a68b7211d8d7b389f81a260f37ebe19176521826a4f463a8fec3aabbea40
+  license: ''
+  license_text: ''
+./doc/posix-functions/fpclassify.texi:
+  copyright: ''
+  hash: 9a65dbc8bf54c897e471b0a7277ab40ddb210f4a88060f5379d4ac542edb36fb
+  license: ''
+  license_text: ''
+./doc/posix-functions/fprintf.texi:
+  copyright: ''
+  hash: 41b37fb9a8bd6fd4470a785bea3ccc5fd90181b53e8c3c472eee390758e2ab3c
+  license: ''
+  license_text: ''
+./doc/posix-functions/fputc.texi:
+  copyright: ''
+  hash: 5549a724e9d883bc8e42ae93e085dc559b5d6b3f526b033b4c24eae1d0ee8389
+  license: ''
+  license_text: ''
+./doc/posix-functions/fputs.texi:
+  copyright: ''
+  hash: e0f8f4b482b6fc1cab45a3cc0f4696b30258b5d5441f0f9849908d8d3a52d79e
+  license: ''
+  license_text: ''
+./doc/posix-functions/fputwc.texi:
+  copyright: ''
+  hash: 41a1c600b09c7a95f3980fcbc4ee230081d25c44ae14f204225904b61573e18f
+  license: ''
+  license_text: ''
+./doc/posix-functions/fputws.texi:
+  copyright: ''
+  hash: 52f521d8f4c0776c755629bc61c973723e8089ac95815198e1abeb4e0711b93d
+  license: ''
+  license_text: ''
+./doc/posix-functions/fread.texi:
+  copyright: ''
+  hash: b9ca73826ec778cd2b0f87925eeec87c97767b2b7345c383a0ad30736946b9c9
+  license: ''
+  license_text: ''
+./doc/posix-functions/free.texi:
+  copyright: ''
+  hash: 0e0e75bc149f6da1835a0072ce36fcb68f397ae1006663e3ce8979f958842527
+  license: ''
+  license_text: ''
+./doc/posix-functions/freeaddrinfo.texi:
+  copyright: ''
+  hash: 7ebb4116c7e23c295659646aacc9d732d53e403d9332cc41903b725105481e4b
+  license: ''
+  license_text: ''
+./doc/posix-functions/freelocale.texi:
+  copyright: ''
+  hash: b420d6c2bb80ce88449c73f2260d07f4ac5598fdc181f6a2d9125338103962f6
+  license: ''
+  license_text: ''
+./doc/posix-functions/freopen.texi:
+  copyright: ''
+  hash: 51334a4d0bdaf559ad6ca101563a73dec4a117f7645eb60b9d3edcc3dd734bdd
+  license: ''
+  license_text: ''
+./doc/posix-functions/frexp.texi:
+  copyright: ''
+  hash: 650eb52049d228d0491772f5df715879e4ea221813db59f5e76cceded7cbdb4c
+  license: ''
+  license_text: ''
+./doc/posix-functions/frexpf.texi:
+  copyright: ''
+  hash: 67df8574ce8d48732d0c4cea7a8739043ae2a52e25f80ccbbe3db947b45df1a0
+  license: ''
+  license_text: ''
+./doc/posix-functions/frexpl.texi:
+  copyright: ''
+  hash: 5f4c3db3592e9f9e86b2a0871ab403269d00eb372bbe89712cddbb66fde9ce9b
+  license: ''
+  license_text: ''
+./doc/posix-functions/fscanf.texi:
+  copyright: ''
+  hash: 981a876c14f6706405fc90af75e9358d241c08b4a2077ab94865f35749ebf94d
+  license: ''
+  license_text: ''
+./doc/posix-functions/fseek.texi:
+  copyright: ''
+  hash: 677d2a3edd4468f8d83fedc027185305077716f253d9c1cb2002cbeaf1365fbc
+  license: ''
+  license_text: ''
+./doc/posix-functions/fseeko.texi:
+  copyright: ''
+  hash: be7948010feed6d2c919e82baaf832b366233b8cd330df66f8369e013cdafc54
+  license: ''
+  license_text: ''
+./doc/posix-functions/fsetpos.texi:
+  copyright: ''
+  hash: 6bc459ef7f650f61ceb8186040ccb8e0c0fc9020a7c9b6a0790cf02bde30c069
+  license: ''
+  license_text: ''
+./doc/posix-functions/fstat.texi:
+  copyright: ''
+  hash: 02edb8448fc927c96c2969a69b22576902f345d7310f195867b2d21f287bcf39
+  license: ''
+  license_text: ''
+./doc/posix-functions/fstatat.texi:
+  copyright: ''
+  hash: 9cfc44909cf52b3ec411d7617ca23834b0db003be985f590fe1643fa2b3e6d0b
+  license: ''
+  license_text: ''
+./doc/posix-functions/fstatvfs.texi:
+  copyright: ''
+  hash: 939596716c852c8b8d38cc2d8a64ec1ef28d51f25db6d9d144053c16593eaccf
+  license: ''
+  license_text: ''
+./doc/posix-functions/fsync.texi:
+  copyright: ''
+  hash: 0db7176dbea5deae9294bca27405094e511dc5e737dd32837daa96c09172bcd2
+  license: ''
+  license_text: ''
+./doc/posix-functions/ftell.texi:
+  copyright: ''
+  hash: 6c5c2b876a516ad1d41f337c8f3b4f180eb2c59230b303cabcb057d8bc5cb256
+  license: ''
+  license_text: ''
+./doc/posix-functions/ftello.texi:
+  copyright: ''
+  hash: 78035635da604add3b32894690f39288f8bd71fbe7c6e1da9fcec62d91f0d59e
+  license: ''
+  license_text: ''
+./doc/posix-functions/ftok.texi:
+  copyright: ''
+  hash: 79b7697d0d81ec9ccff57ef66e5688909ac74d49454807f06eaea7c66418eaf7
+  license: ''
+  license_text: ''
+./doc/posix-functions/ftruncate.texi:
+  copyright: ''
+  hash: acc6b19b4719f12578393fa4daa57d9cc5e852d4f178fbc543c93cdd7b2de890
+  license: ''
+  license_text: ''
+./doc/posix-functions/ftrylockfile.texi:
+  copyright: ''
+  hash: fe34c89e72db8a05da9d57359ff2b47c49eb5a85d384b652e86b293d96b07ab2
+  license: ''
+  license_text: ''
+./doc/posix-functions/ftw.texi:
+  copyright: ''
+  hash: 431c2ef3fc9e42146cbe67472d11dc3297d7f1783b33c8ffdf52e1584e6956e1
+  license: ''
+  license_text: ''
+./doc/posix-functions/funlockfile.texi:
+  copyright: ''
+  hash: 6c62e1c806655279cf665795ea7b37fb2a928d0879b7d04d1b4954e97e6ad7d1
+  license: ''
+  license_text: ''
+./doc/posix-functions/futimens.texi:
+  copyright: ''
+  hash: 9aa87044bed5cf85a60ca2397cca75a421042727b7f95374082d27aeb9123ab8
+  license: ''
+  license_text: ''
+./doc/posix-functions/fwide.texi:
+  copyright: ''
+  hash: 9bebdca4ccf4573a2015822c6375b70b85ef712eb6a5804b92aa63ce18991adc
+  license: ''
+  license_text: ''
+./doc/posix-functions/fwprintf.texi:
+  copyright: ''
+  hash: 3f1fa58ae371f08b796cc381658274bc096011a657463d9b3ef559fbb437fbf5
+  license: ''
+  license_text: ''
+./doc/posix-functions/fwrite.texi:
+  copyright: ''
+  hash: 5f04ee8193be79ffb1f692fad359f87a099937b85b1da8e1bd8f894ea9d73214
+  license: ''
+  license_text: ''
+./doc/posix-functions/fwscanf.texi:
+  copyright: ''
+  hash: c5c8678319a7372c1bc5904c77677438b954c2200862046e385dad70e59c41cb
+  license: ''
+  license_text: ''
+./doc/posix-functions/gai_strerror.texi:
+  copyright: ''
+  hash: 27fed8b77747ce44db68146fc96eff649b2af9b09e3efa3fbed16271f5f2c375
+  license: ''
+  license_text: ''
+./doc/posix-functions/getaddrinfo.texi:
+  copyright: ''
+  hash: b0b92a4fe8c773455bee29e4ddb88a5b0148c36f7a9de4ed98af8e6256d92739
+  license: ''
+  license_text: ''
+./doc/posix-functions/getc.texi:
+  copyright: ''
+  hash: 3c421af8e31567a39a054c4466d74adb542fad2500027ed2c3b2e8a3daebf844
+  license: ''
+  license_text: ''
+./doc/posix-functions/getc_unlocked.texi:
+  copyright: ''
+  hash: 4cddb353a4a1562131e8a8582692936dab5d5ad6826ae11c40d8c53a56eda3dc
+  license: ''
+  license_text: ''
+./doc/posix-functions/getchar.texi:
+  copyright: ''
+  hash: e8cef52891027a99229c7bfca4421f129baba856f4c48182e412fa6302d2193c
+  license: ''
+  license_text: ''
+./doc/posix-functions/getchar_unlocked.texi:
+  copyright: ''
+  hash: d0c75ccc047deeab31d5287ba5ea9bb688f60c5139a65677e7d48e7df622fa93
+  license: ''
+  license_text: ''
+./doc/posix-functions/getcwd.texi:
+  copyright: ''
+  hash: 7c96760a923a53c40d1262f3c65193541c3f8cee102b6e495c1d99f0ac5791f4
+  license: ''
+  license_text: ''
+./doc/posix-functions/getdate.texi:
+  copyright: ''
+  hash: e935fd5d2d11fdc9ed84abf0a53186d3e7f44a989f4f58076dbee0653205356a
+  license: ''
+  license_text: ''
+./doc/posix-functions/getdate_err.texi:
+  copyright: ''
+  hash: d76e5d5a8d80602685f038e0cde4c6dff9c2addb9506bb05707c9cf43c187e45
+  license: ''
+  license_text: ''
+./doc/posix-functions/getdelim.texi:
+  copyright: ''
+  hash: d8a1bc57a30bdfd3ee49aebd1d32e1edd1bef6033bd16aeec6e038f2473da3ec
+  license: ''
+  license_text: ''
+./doc/posix-functions/getegid.texi:
+  copyright: ''
+  hash: 032e507f0dbdbd68ac9859dde2a158d4a0bfc059e79c3555e3a438d802c4eb32
+  license: ''
+  license_text: ''
+./doc/posix-functions/getenv.texi:
+  copyright: ''
+  hash: b39d7d89c5659346a132b4224fe067071324a6a5906f79c606a7c1ffa3cb3c0a
+  license: ''
+  license_text: ''
+./doc/posix-functions/geteuid.texi:
+  copyright: ''
+  hash: 20cec5caed3d119e922d19307318c60977604c91f80c12e1847092eab96f60ba
+  license: ''
+  license_text: ''
+./doc/posix-functions/getgid.texi:
+  copyright: ''
+  hash: 1a0c52d9f25936045b6a9540ccd1541f09d1c4392834b1205e83ed23578345b4
+  license: ''
+  license_text: ''
+./doc/posix-functions/getgrent.texi:
+  copyright: ''
+  hash: a919b02fed74c669fa270503da88a887c987919e2905ee071c4213a308a648d0
+  license: ''
+  license_text: ''
+./doc/posix-functions/getgrgid.texi:
+  copyright: ''
+  hash: db53f09c58cf6ff7f0822a8d6554335a5a37760ba63ba94eb371913f8bf44fa6
+  license: ''
+  license_text: ''
+./doc/posix-functions/getgrgid_r.texi:
+  copyright: ''
+  hash: edfbe0be03cb980de4413e6dfaab97a050743fbf1c7ed0d16df4cee36e4b45ba
+  license: ''
+  license_text: ''
+./doc/posix-functions/getgrnam.texi:
+  copyright: ''
+  hash: 2dd46f38574077aaa0fd0f968effb57a0c3dcf0ae5b3d054c6327000e6294858
+  license: ''
+  license_text: ''
+./doc/posix-functions/getgrnam_r.texi:
+  copyright: ''
+  hash: ece9ed5f896ed2d2ad16c10f6ce42867b8d2cc9efbdc316975b7809ed0d3b7f2
+  license: ''
+  license_text: ''
+./doc/posix-functions/getgroups.texi:
+  copyright: ''
+  hash: 544578deba73924b01b423c3843c417b299c636035f5ba6cf8d4f3c102d38dc8
+  license: ''
+  license_text: ''
+./doc/posix-functions/gethostent.texi:
+  copyright: ''
+  hash: 61239e7e77d442537d126654ffe8c6659f88b1f113eb109425f142a175a33196
+  license: ''
+  license_text: ''
+./doc/posix-functions/gethostid.texi:
+  copyright: ''
+  hash: ee31601a494dea02501e8a6d41dd462fb9aab20c913feb4658fa0c3f28899500
+  license: ''
+  license_text: ''
+./doc/posix-functions/gethostname.texi:
+  copyright: ''
+  hash: 782fe2e7ae700ce86a3af143ae12a9ba1fb6b907af8a1778df57ac3ed206ddc8
+  license: ''
+  license_text: ''
+./doc/posix-functions/getitimer.texi:
+  copyright: ''
+  hash: 00f308ca3f37f8d8c7124d58c90c357b3abefca038cde481980aad0188c73fd2
+  license: ''
+  license_text: ''
+./doc/posix-functions/getline.texi:
+  copyright: ''
+  hash: cde2725b4da32539e4d15a06f5d4769e9b216ad0d3c44a80a0246aa58e760bdd
+  license: ''
+  license_text: ''
+./doc/posix-functions/getlogin.texi:
+  copyright: ''
+  hash: d83479333a30dd27e01d26bbec5630290d32f3601b8ea4bdf6dfc275b0adb759
+  license: ''
+  license_text: ''
+./doc/posix-functions/getlogin_r.texi:
+  copyright: ''
+  hash: 2726fe915a06247dd559e2844c60b38639fa280f284c57ead59853dc5a87251c
+  license: ''
+  license_text: ''
+./doc/posix-functions/getmsg.texi:
+  copyright: ''
+  hash: d265922ea7ffb9411e982d5f8f48db0e8f0ff931e42f37901f301d0c5f23bf91
+  license: ''
+  license_text: ''
+./doc/posix-functions/getnameinfo.texi:
+  copyright: ''
+  hash: 7a49450a6a88ab4a3bfd6c6b0e3c4fe9a1b65c0c47d80a8e087ec2a97b0954bd
+  license: ''
+  license_text: ''
+./doc/posix-functions/getnetbyaddr.texi:
+  copyright: ''
+  hash: 624a179ad6b64e3bbe9016c26b4019760c4448e7ea3a67a006e52bc12f5fdd5a
+  license: ''
+  license_text: ''
+./doc/posix-functions/getnetbyname.texi:
+  copyright: ''
+  hash: 1ad4dec63ca7cf03df182e8009aaf90c9ddd62897f3bdde05c8e4c13b87130bf
+  license: ''
+  license_text: ''
+./doc/posix-functions/getnetent.texi:
+  copyright: ''
+  hash: 9c56ddc4376cba62f0d1de0c8abf3147f3a56402ee7116d0395d6fad65aacb95
+  license: ''
+  license_text: ''
+./doc/posix-functions/getopt.texi:
+  copyright: ''
+  hash: 7dce12a2fb81568916a0bff962a86cf241c591f50fe2d1b55d3e3a1ec25f4a6e
+  license: ''
+  license_text: ''
+./doc/posix-functions/getpeername.texi:
+  copyright: ''
+  hash: cde2c5e657c5a490652244a8c5625517609489a51e1074af23a965635cbe34dd
+  license: ''
+  license_text: ''
+./doc/posix-functions/getpgid.texi:
+  copyright: ''
+  hash: a15f0fe16467d9d82df352a3c4d3886265b835d63f573a1d8cd099ec0ab1089c
+  license: ''
+  license_text: ''
+./doc/posix-functions/getpgrp.texi:
+  copyright: ''
+  hash: 794c140403276115e7db0119e144d44f445a987175a70a94799a9b8f4b9a70ad
+  license: ''
+  license_text: ''
+./doc/posix-functions/getpid.texi:
+  copyright: ''
+  hash: 2b396c810bac0f50f838739a440feadc8cf1c9978172e6ec62a55a610313114a
+  license: ''
+  license_text: ''
+./doc/posix-functions/getpmsg.texi:
+  copyright: ''
+  hash: f814ac28e2d32ec194c73dc3fdc603c3b14b765ecff8a1394ef44d8fa458f255
+  license: ''
+  license_text: ''
+./doc/posix-functions/getppid.texi:
+  copyright: ''
+  hash: 03ab280d59a03706342a9dbd828933d9cdf769863a9925fecf6db8180d89f2f7
+  license: ''
+  license_text: ''
+./doc/posix-functions/getpriority.texi:
+  copyright: ''
+  hash: a95736e6f06ecb3c6a9f972b6facdb6767fa25c8ae0ec467e49ceac5393cebaa
+  license: ''
+  license_text: ''
+./doc/posix-functions/getprotobyname.texi:
+  copyright: ''
+  hash: f54943aa7b373583b83aea01ffc2e9fd4c119ed204c5f5f77e4d7f9fd4388269
+  license: ''
+  license_text: ''
+./doc/posix-functions/getprotobynumber.texi:
+  copyright: ''
+  hash: 19a7c3fe0ee21ee0e35897535c8db208cc5e2a4fb7a7c1c719dcabc75c854a6e
+  license: ''
+  license_text: ''
+./doc/posix-functions/getprotoent.texi:
+  copyright: ''
+  hash: cf087503de1d86d99da00a680d68940edc069437b147dc174f10a52de4cb9749
+  license: ''
+  license_text: ''
+./doc/posix-functions/getpwent.texi:
+  copyright: ''
+  hash: c0a87935776afa06f782eeb07e2186a232617ae1cfa39d0cb17a14ecb6bdacd5
+  license: ''
+  license_text: ''
+./doc/posix-functions/getpwnam.texi:
+  copyright: ''
+  hash: 11f6ff29dc3a21e8e5e05dab340f9cac44dba761058f827737a017bba51e90f2
+  license: ''
+  license_text: ''
+./doc/posix-functions/getpwnam_r.texi:
+  copyright: ''
+  hash: c684b8155bcae8cb1ed0bdae68cabdaabbf33688261b9eaa8b2f2a5fd348cea5
+  license: ''
+  license_text: ''
+./doc/posix-functions/getpwuid.texi:
+  copyright: ''
+  hash: b9231ea0cef5f495932bbfdc735d15b0eb098d2d288df64a814926f1766a6e9b
+  license: ''
+  license_text: ''
+./doc/posix-functions/getpwuid_r.texi:
+  copyright: ''
+  hash: 94d6dba92e0f9a1b1dd4bbfe660ad589a7c0992453e93d1f421630b67619811d
+  license: ''
+  license_text: ''
+./doc/posix-functions/getrlimit.texi:
+  copyright: ''
+  hash: 5473873a8515bef7c6e88e348f823314d506b69f6e0c99b694081a14b18105a5
+  license: ''
+  license_text: ''
+./doc/posix-functions/getrusage.texi:
+  copyright: ''
+  hash: 1521cf0787f6659d02c314b2810ecb38cdab0a00118b108385687e03ad296b06
+  license: ''
+  license_text: ''
+./doc/posix-functions/gets.texi:
+  copyright: ''
+  hash: ff21754b23f6658585a048c292c5805ad29c97ef67ecec1d1ef4d8d2ce7907b2
+  license: ''
+  license_text: ''
+./doc/posix-functions/getservbyname.texi:
+  copyright: ''
+  hash: 8bd95f1a5ec39ab2a994d19054b6085fbc6b7245b2567219cf0c36f0aa01389b
+  license: ''
+  license_text: ''
+./doc/posix-functions/getservbyport.texi:
+  copyright: ''
+  hash: 4a068124c3fa1c7a9618fa6b3dc7b9cd8203a90b739f1bb41ebf9ef6536b6fd2
+  license: ''
+  license_text: ''
+./doc/posix-functions/getservent.texi:
+  copyright: ''
+  hash: a0132ebb269972ce4ef1fd9560f0c5476b47846018b933db90dc584d0abae0f6
+  license: ''
+  license_text: ''
+./doc/posix-functions/getsid.texi:
+  copyright: ''
+  hash: c6fdbb1babd5a9048d83b7e9e8353667efba8638361cb8fbfccb6c8a554f14d9
+  license: ''
+  license_text: ''
+./doc/posix-functions/getsockname.texi:
+  copyright: ''
+  hash: f9e4ecefebb277d74725fd0e74ebba09693866c783ea4602d0024dc2d142d936
+  license: ''
+  license_text: ''
+./doc/posix-functions/getsockopt.texi:
+  copyright: ''
+  hash: bbd22243ff61c60a125e25bb31ef6302a1561bc2ec258af24f26ca5744bb5ceb
+  license: ''
+  license_text: ''
+./doc/posix-functions/getsubopt.texi:
+  copyright: ''
+  hash: 2b361017815d3621a40e6a6d078cda2801743fcba826a40867eae933e5d12116
+  license: ''
+  license_text: ''
+./doc/posix-functions/gettimeofday.texi:
+  copyright: ''
+  hash: 87d8aa98356fd578272e01a735359658e1da9a6d9c371d9d58656ee7b3b65ca1
+  license: ''
+  license_text: ''
+./doc/posix-functions/getuid.texi:
+  copyright: ''
+  hash: 9ea6c57c4f8be0d1e33af10271337e452ca010ee7a5a4f7828916802fe2bf7b7
+  license: ''
+  license_text: ''
+./doc/posix-functions/getutxent.texi:
+  copyright: ''
+  hash: e619b93dec8be157f74ecdb8ddc2eb9d851cd967cc12765b95b4996375889042
+  license: ''
+  license_text: ''
+./doc/posix-functions/getutxid.texi:
+  copyright: ''
+  hash: de6f95725799c7227e1fa9d2f447bf0df49f8d930d2c992cce3b9841a87cc36e
+  license: ''
+  license_text: ''
+./doc/posix-functions/getutxline.texi:
+  copyright: ''
+  hash: 2ad5ae56023e0cacc7f937f5ab205520e74fdb2239fb94996d832290bdfeeb56
+  license: ''
+  license_text: ''
+./doc/posix-functions/getwc.texi:
+  copyright: ''
+  hash: bb3fdec7c41c3b2905428fd45834821dbe9c471e3436d777d085767ffaa88ab4
+  license: ''
+  license_text: ''
+./doc/posix-functions/getwchar.texi:
+  copyright: ''
+  hash: aeca167ae3c8baa93278155cf75bf3a35b7cae8f0748ae132b010a2df9923b74
+  license: ''
+  license_text: ''
+./doc/posix-functions/glob.texi:
+  copyright: ''
+  hash: 8aff4668bb759ae9a125d306865c6fdf4abd0e10b4e3c88870eb248a40426928
+  license: ''
+  license_text: ''
+./doc/posix-functions/globfree.texi:
+  copyright: ''
+  hash: fe307b3bcf638069beb1df515a0fdde3f3c480aea4d192e3e25d29aaf1822fed
+  license: ''
+  license_text: ''
+./doc/posix-functions/gmtime.texi:
+  copyright: ''
+  hash: ff161488e85dd139dee416f9e22215c42c7bc132129abbed4d39b828565b0f4d
+  license: ''
+  license_text: ''
+./doc/posix-functions/gmtime_r.texi:
+  copyright: ''
+  hash: fbfff139fbae75fac945c593d361cdd82b43ecc2d61cbbe08e06c0ef95582ad9
+  license: ''
+  license_text: ''
+./doc/posix-functions/google-ranking.txt:
+  copyright: ''
+  hash: 6669619e4c21ebf3f0f0cfa39caf63574d638db746cee3ab5241ae4e8ab02dff
+  license: ''
+  license_text: ''
+./doc/posix-functions/grantpt.texi:
+  copyright: ''
+  hash: bd48720aa0660b3b5cf8c5d749c07664303b7afe538ef470d41b08a9041a50c8
+  license: ''
+  license_text: ''
+./doc/posix-functions/hcreate.texi:
+  copyright: ''
+  hash: f5a17f8ae70d195ef6da2266eb4327bf8d5bf96c311523d02e7a3ca701d0d687
+  license: ''
+  license_text: ''
+./doc/posix-functions/hdestroy.texi:
+  copyright: ''
+  hash: cc44c0d9ca26195c33a757854e971822df927409b8340e9a4babe0bcfac07255
+  license: ''
+  license_text: ''
+./doc/posix-functions/hsearch.texi:
+  copyright: ''
+  hash: b2d201a0908dc00461ef39ae3094113663cd177c5ff2e444d8ef19990ae3203d
+  license: ''
+  license_text: ''
+./doc/posix-functions/htonl.texi:
+  copyright: ''
+  hash: a4bbaf68c1a9f7449b38ece5356bb675715831164012aca90635086beb45234e
+  license: ''
+  license_text: ''
+./doc/posix-functions/htons.texi:
+  copyright: ''
+  hash: fdc4977158769e5cc180b8d359ad444eb9061901bbe18080e5e110c6f498708c
+  license: ''
+  license_text: ''
+./doc/posix-functions/hypot.texi:
+  copyright: ''
+  hash: 7d60915fe4a20172a1541640478d52e4414f39e2516b7eec524c994b72585eb5
+  license: ''
+  license_text: ''
+./doc/posix-functions/hypotf.texi:
+  copyright: ''
+  hash: 077baccd8aca4ff45696cf580259f056669ccdb90e373001a2be24479be6c13b
+  license: ''
+  license_text: ''
+./doc/posix-functions/hypotl.texi:
+  copyright: ''
+  hash: ded2dbcfd7c9452cc8d31fd6639f94a3cf35497b99402d73d4983d8454a20f3b
+  license: ''
+  license_text: ''
+./doc/posix-functions/iconv.texi:
+  copyright: ''
+  hash: b32533a19558a3f2aa17ba989968dd492a9500eaf50146ecd67fbd22747db6af
+  license: ''
+  license_text: ''
+./doc/posix-functions/iconv_close.texi:
+  copyright: ''
+  hash: ffde7db5e92d468011056cc06885469006ff287ca874610904326dd83d45f53e
+  license: ''
+  license_text: ''
+./doc/posix-functions/iconv_open.texi:
+  copyright: ''
+  hash: 9f9a5bafe1f1ed11a989d85bdba6ea1cdeb66447759053a756830e8b6e842d0a
+  license: ''
+  license_text: ''
+./doc/posix-functions/if_freenameindex.texi:
+  copyright: ''
+  hash: 72baf563d9887c54606e34b6e7aba510bb225ed4f828a36aed3fe84c8d97f1e2
+  license: ''
+  license_text: ''
+./doc/posix-functions/if_indextoname.texi:
+  copyright: ''
+  hash: 6b975c88251a94126b74ea4039a71ae4b4d438e82aff937af3830a74b0a42eb1
+  license: ''
+  license_text: ''
+./doc/posix-functions/if_nameindex.texi:
+  copyright: ''
+  hash: 58e1fb98844f1b28c83ada4fdef11e7d677400a0f13441d21a4c558f4e8596a1
+  license: ''
+  license_text: ''
+./doc/posix-functions/if_nametoindex.texi:
+  copyright: ''
+  hash: c2e607c9fc8e1cc1298473aa878c0ec95330d7dbdd61c225a8406cc379ac3f19
+  license: ''
+  license_text: ''
+./doc/posix-functions/ilogb.texi:
+  copyright: ''
+  hash: c328ee14a3c1f141f281e1abe5467069868b52f6781257cf103033689dcdd575
+  license: ''
+  license_text: ''
+./doc/posix-functions/ilogbf.texi:
+  copyright: ''
+  hash: d4f4939b1b1e7923f6568790fab2421ffe683831f7fec5134dfded009fd4e21b
+  license: ''
+  license_text: ''
+./doc/posix-functions/ilogbl.texi:
+  copyright: ''
+  hash: a210e04b737a10939d22ab1fbbe71762bf153de7890360e4bcda8d80f93349a9
+  license: ''
+  license_text: ''
+./doc/posix-functions/imaxabs.texi:
+  copyright: ''
+  hash: d4e74b328c4a82527853464e8925d662d9814c5168c9d3f4b61ca7111ab2ca64
+  license: ''
+  license_text: ''
+./doc/posix-functions/imaxdiv.texi:
+  copyright: ''
+  hash: 879ccaea028506538401a12833f662b2a9cca76a768867f90e26c5aa317384b3
+  license: ''
+  license_text: ''
+./doc/posix-functions/inet_addr.texi:
+  copyright: ''
+  hash: 321edf40f44ff3b0297bb06b4f5a98072bc99028bcc4da6318d0f9999e6b2d01
+  license: ''
+  license_text: ''
+./doc/posix-functions/inet_ntoa.texi:
+  copyright: ''
+  hash: e18e02a15d2a2f96c1b163b5a659f7e5f03e08f8273abb71a566fdc19d26abf3
+  license: ''
+  license_text: ''
+./doc/posix-functions/inet_ntop.texi:
+  copyright: ''
+  hash: 6a19238de8886f631228aa723a09e932feb88d65257cbb4b94389719e53b4029
+  license: ''
+  license_text: ''
+./doc/posix-functions/inet_pton.texi:
+  copyright: ''
+  hash: adeb53300286fde197b6adcbb13b99c43465af00320abf3d449c5f034430d808
+  license: ''
+  license_text: ''
+./doc/posix-functions/initstate.texi:
+  copyright: ''
+  hash: c9acc1b9d4f23ea12a300b9618394eaa1ef37dfbf9aa8d4c2aa7445233d0e3c7
+  license: ''
+  license_text: ''
+./doc/posix-functions/insque.texi:
+  copyright: ''
+  hash: 83b5aa7adb6eddf9caa9d54318ee14f1d942372d79c2458d882bd835c8f971af
+  license: ''
+  license_text: ''
+./doc/posix-functions/ioctl.texi:
+  copyright: ''
+  hash: 852ce08f21861969a61d6d1406d32b7a0e0c26f0a24725b56461b493564651e4
+  license: ''
+  license_text: ''
+./doc/posix-functions/isalnum.texi:
+  copyright: ''
+  hash: 4e641a77a97073e8ffa76cb600a7ccd6a5c98a7f444880f331075fb0efd41377
+  license: ''
+  license_text: ''
+./doc/posix-functions/isalnum_l.texi:
+  copyright: ''
+  hash: 5222326d56e752a94a3807daad95f13f1b4fc392e2735b4022c0b8520a031088
+  license: ''
+  license_text: ''
+./doc/posix-functions/isalpha.texi:
+  copyright: ''
+  hash: fe2de0faf1bd1c9ea45e6d9f91658177c1eb4a60cbc1730ec78f42481552ddaa
+  license: ''
+  license_text: ''
+./doc/posix-functions/isalpha_l.texi:
+  copyright: ''
+  hash: 444128317282ad4cd554a8889b5948f9afd52aa76e3fe491471cfaf6c6dc22d9
+  license: ''
+  license_text: ''
+./doc/posix-functions/isascii.texi:
+  copyright: ''
+  hash: 6f1e38a9a773311c50e190cb038261650e738a3a2c6b250fa019c2c787bbcdb3
+  license: ''
+  license_text: ''
+./doc/posix-functions/isastream.texi:
+  copyright: ''
+  hash: 2156cd50b50a3e3b383769585083ef673fe4fab02cc23c5871b71e6a38472b86
+  license: ''
+  license_text: ''
+./doc/posix-functions/isatty.texi:
+  copyright: ''
+  hash: b1749dd5da0042be3343e5a8fcfa9239bd289b24f5a76bfd1fd00f27912a2ac0
+  license: ''
+  license_text: ''
+./doc/posix-functions/isblank.texi:
+  copyright: ''
+  hash: 80c7fb9d854fb40e82b25a6d4e84947d66356e15155c76553b2b880659257c05
+  license: ''
+  license_text: ''
+./doc/posix-functions/isblank_l.texi:
+  copyright: ''
+  hash: b63e5c23d6eff9446b10f3966b33f7329235ee70f26d1c81c95345de4ba9a235
+  license: ''
+  license_text: ''
+./doc/posix-functions/iscntrl.texi:
+  copyright: ''
+  hash: 48983e9af868bfd3415dd9cc6a708a052ab74de298fe2ff64197ef6616ca6a01
+  license: ''
+  license_text: ''
+./doc/posix-functions/iscntrl_l.texi:
+  copyright: ''
+  hash: 7dbb4440f0832b8f0a52e8f04ab3639f5544ed4c8c3dd73af78870b8f3281f35
+  license: ''
+  license_text: ''
+./doc/posix-functions/isdigit.texi:
+  copyright: ''
+  hash: caab0491569519351db09ecaa62148af3a3a980892eedb08871d736ecf9e898c
+  license: ''
+  license_text: ''
+./doc/posix-functions/isdigit_l.texi:
+  copyright: ''
+  hash: 1e1d1a9231405a3c3318f94e27e3af548dc81623ef3371c66100434de60a382a
+  license: ''
+  license_text: ''
+./doc/posix-functions/isfinite.texi:
+  copyright: ''
+  hash: 72fb356c7bd933864f073feb2693af26061067c78a8d8eb8f6f75378770b48d1
+  license: ''
+  license_text: ''
+./doc/posix-functions/isgraph.texi:
+  copyright: ''
+  hash: f4a3856c6c862f6c27f46e5f700c454e643bfcddc1e175ea8607c3d04ccb2dd4
+  license: ''
+  license_text: ''
+./doc/posix-functions/isgraph_l.texi:
+  copyright: ''
+  hash: 34e808e3128c0baf27172efce378a5ecf1ca887262e9a723708317c3c0c31603
+  license: ''
+  license_text: ''
+./doc/posix-functions/isgreater.texi:
+  copyright: ''
+  hash: ce693fe6650860f00435feca06d87ef00e5a243b5a2e56ecdf4f451d9a4e33aa
+  license: ''
+  license_text: ''
+./doc/posix-functions/isgreaterequal.texi:
+  copyright: ''
+  hash: 670756d47ffc8a7f50c41580a3408413d7d78c91e52cfa76895d0b5123aa0214
+  license: ''
+  license_text: ''
+./doc/posix-functions/isinf.texi:
+  copyright: ''
+  hash: d7e03df94f200dffb8c8dee1e7000d689472271ad236e6d7d148d9e04f035bee
+  license: ''
+  license_text: ''
+./doc/posix-functions/isless.texi:
+  copyright: ''
+  hash: 044a18fb77339088be55184e200aa35e8543a5d14045ae412d6070758c5a552a
+  license: ''
+  license_text: ''
+./doc/posix-functions/islessequal.texi:
+  copyright: ''
+  hash: cacbf1759f0623e23a8a7931e026f12e937b227288a7c9b8f679b5a34e0ae5d1
+  license: ''
+  license_text: ''
+./doc/posix-functions/islessgreater.texi:
+  copyright: ''
+  hash: cde21d8e3bbbc685af3f20ca996946fb9decb47ebf8096b87ac4f4b5b7a1f60a
+  license: ''
+  license_text: ''
+./doc/posix-functions/islower.texi:
+  copyright: ''
+  hash: 709389162b1ac947b0c99f75734fad167b4a39fd130c71d30c20eaa80c31cf40
+  license: ''
+  license_text: ''
+./doc/posix-functions/islower_l.texi:
+  copyright: ''
+  hash: ad44d94b9b41cbc981577dc55d09bf2504d15ce94b034249fe64b7852ac63a97
+  license: ''
+  license_text: ''
+./doc/posix-functions/isnan.texi:
+  copyright: ''
+  hash: 937a38c7051a75a1864816be8a128028dcf33fdf1231407c05785bceede707a1
+  license: ''
+  license_text: ''
+./doc/posix-functions/isnormal.texi:
+  copyright: ''
+  hash: e47e1e58ecd9b0f0061a617dbc22da45dd8361aa755a61d894a5031b83d7ee30
+  license: ''
+  license_text: ''
+./doc/posix-functions/isprint.texi:
+  copyright: ''
+  hash: 624e20e569f73325ec55270c168c358c17bf5f5b36f40c606111121f9f918821
+  license: ''
+  license_text: ''
+./doc/posix-functions/isprint_l.texi:
+  copyright: ''
+  hash: ecd352485a50e0242d97051b6f35fb44392a5eef5830850a72ec9661b5db70da
+  license: ''
+  license_text: ''
+./doc/posix-functions/ispunct.texi:
+  copyright: ''
+  hash: b03c4acbc869f17b51a579ede82f9f5283f5e4944e60464295d111bf745fef85
+  license: ''
+  license_text: ''
+./doc/posix-functions/ispunct_l.texi:
+  copyright: ''
+  hash: a8d005a101113b4a2882cf676a13b65d0133ed3615fbe99566bc389370d0f17a
+  license: ''
+  license_text: ''
+./doc/posix-functions/isspace.texi:
+  copyright: ''
+  hash: aa0a549e203f34675335692a52d0864c03951b4d54f93b88d52d8b205d2dffa8
+  license: ''
+  license_text: ''
+./doc/posix-functions/isspace_l.texi:
+  copyright: ''
+  hash: 332ac373249d7bc2fb3987bff6ad729299f2cc6af3aaab652efc4a9507717908
+  license: ''
+  license_text: ''
+./doc/posix-functions/isunordered.texi:
+  copyright: ''
+  hash: f54a9ebc2e8d638559ca14e63a581a14e400bb26829832e5b8a5ca273379643a
+  license: ''
+  license_text: ''
+./doc/posix-functions/isupper.texi:
+  copyright: ''
+  hash: c094d871201e6b43aa27599515e248f0e0aa239bffe5624c12b8496674badf08
+  license: ''
+  license_text: ''
+./doc/posix-functions/isupper_l.texi:
+  copyright: ''
+  hash: d61af938cdab64ddf7d7f05672c72c758cb00ea3f56a13ad547f53a9bee7e809
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswalnum.texi:
+  copyright: ''
+  hash: 4d942fcb860144d9edf5a11bee8cfd1c2ec725b51229dc5c5398d2695a215af2
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswalnum_l.texi:
+  copyright: ''
+  hash: 0adc723a021e2073b3d82d9332b79169eeae1329685de6610992f53d3db87ced
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswalpha.texi:
+  copyright: ''
+  hash: a38367f915b7ca8076c2a3f9e9906e114b018f7f27d59d0a43ab789aa645d619
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswalpha_l.texi:
+  copyright: ''
+  hash: 2a790d131e25d1ebede07bb575de78391debe94de14e7f55e23fa8012196c863
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswblank.texi:
+  copyright: ''
+  hash: fb12e6dd42c909d779a7ea98dec00eb7d6ff29d606a298b5a37c44cb3fa7fe8f
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswblank_l.texi:
+  copyright: ''
+  hash: 24cb87db1d7e54990a78f7f1b6743c0f4df641e3f730158d834da1a5b3aaf842
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswcntrl.texi:
+  copyright: ''
+  hash: de4c19460c74b06d02ef65c7f73073e9b8e72663be600d930d06fae6ffafe44b
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswcntrl_l.texi:
+  copyright: ''
+  hash: 55f7a1c8e21fcfad4011168556be10fa0bf28933edf702def644b0220938565e
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswctype.texi:
+  copyright: ''
+  hash: f9feb5473b97e30b322fa4341fd0186ae97ac64f26ae2ed8b12ede1c58f99eb0
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswctype_l.texi:
+  copyright: ''
+  hash: dd5b1699762f07c5eda949c94a556c1b20347212b2babcaa39aa672b0da06e93
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswdigit.texi:
+  copyright: ''
+  hash: 0db37769fded38ac460a119dec996cc999a310ec6afa245ec17894ece6691f85
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswdigit_l.texi:
+  copyright: ''
+  hash: 22efc2af8f6dccab3d275174d4eb4795e48b674ddebfcbf45c8b3c569d133b77
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswgraph.texi:
+  copyright: ''
+  hash: b7be080476301e456e43ac8aa7f7514a2f162ce855dee2bb8dec75d49024a98b
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswgraph_l.texi:
+  copyright: ''
+  hash: 61924a2f400218b76531e9deaf4a36ae08232e55a43c23ef23757e986e450c11
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswlower.texi:
+  copyright: ''
+  hash: 370002b3725e0aaf07845a628ccf33698f3bfb863f5bd4946e66b6f7a64db918
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswlower_l.texi:
+  copyright: ''
+  hash: 0c3faa538e1593b9fc418cafc2ee0a2363e08c9e2deb6e58bd6484ffbdbe98f8
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswprint.texi:
+  copyright: ''
+  hash: 14223dd2bbcd243b9ba4ce709f25b1b3fc81c5eafa12341d77e02f174c2336a8
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswprint_l.texi:
+  copyright: ''
+  hash: 24ad1e86d5374a7fb60f935d4d275e0a4348d9c3bce14f3c3927821a22df139e
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswpunct.texi:
+  copyright: ''
+  hash: 27ace14fa78205e46d5c6254e088b4b70c22155266e9a72647bd46d76e97d231
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswpunct_l.texi:
+  copyright: ''
+  hash: dcf41e71f724bc752aa89e1030f3f0724302d05c32db50de74175c4e5e3c68a7
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswspace.texi:
+  copyright: ''
+  hash: 4fc6ebd83743307e35e30839bf60314bacefd57bed26bb4cd2e7e8c31e04ddcc
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswspace_l.texi:
+  copyright: ''
+  hash: acec6804fdd76ac560761eb6923a90104d59cded10d4956c0aeed9bc730ffff9
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswupper.texi:
+  copyright: ''
+  hash: 9757779063b3e1cf88594c3ab0f28f05990dbc9c18afaebefc33e3ad8c3a977a
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswupper_l.texi:
+  copyright: ''
+  hash: 134dacfb9a6424921548e494871aa1c4ea8d53d2aa4a08eb54d184ae7ccecfd6
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswxdigit.texi:
+  copyright: ''
+  hash: f99e7487edf2eeb363c96090e3bbe0538ed278b72bbddde2e891c66c979fd678
+  license: ''
+  license_text: ''
+./doc/posix-functions/iswxdigit_l.texi:
+  copyright: ''
+  hash: 96e0a12a0a045b1ad2d1741e1dfff22ba2da27817cd578f89e50e4aa9a11c413
+  license: ''
+  license_text: ''
+./doc/posix-functions/isxdigit.texi:
+  copyright: ''
+  hash: 049b3fca3c87cbf86f5fd8041dccd05f850f9722fd51c510930b1702f7700288
+  license: ''
+  license_text: ''
+./doc/posix-functions/isxdigit_l.texi:
+  copyright: ''
+  hash: d577a53377380ff6179705de4290bbe400861e302c58d65e3d8643ffb29f2d0d
+  license: ''
+  license_text: ''
+./doc/posix-functions/j0.texi:
+  copyright: ''
+  hash: c61b16e83feb3c376fe7af282a0fb65fe6d3d7636524d5eb3dc10785619e6c38
+  license: ''
+  license_text: ''
+./doc/posix-functions/j1.texi:
+  copyright: ''
+  hash: aded2afb80c7a5e080dfbfef3d242e9fb1e83bd42c040bf10e67ae36449113ba
+  license: ''
+  license_text: ''
+./doc/posix-functions/jn.texi:
+  copyright: ''
+  hash: 3df52ccc38392884bde23bd4d9daebd46f319fb3edcb9ebe6db36e2988d8dcb9
+  license: ''
+  license_text: ''
+./doc/posix-functions/jrand48.texi:
+  copyright: ''
+  hash: 5b4a5aea1a11fadc3657c712b225d570c13b6bc880f3e7fbe695c07f52e8ace6
+  license: ''
+  license_text: ''
+./doc/posix-functions/kill.texi:
+  copyright: ''
+  hash: 5f05be222ff226df22e8d26c49dc98fc26b12bb529b10cf6a60e1305787e165c
+  license: ''
+  license_text: ''
+./doc/posix-functions/killpg.texi:
+  copyright: ''
+  hash: adf75aa11911331a319adfb59716553a188d54ad6f228d9c1c3267ff4b0d43c1
+  license: ''
+  license_text: ''
+./doc/posix-functions/l64a.texi:
+  copyright: ''
+  hash: bf1c82dd246ab64d7393b653a69f5b914c231ad1841a1120e8a5accf7c189886
+  license: ''
+  license_text: ''
+./doc/posix-functions/labs.texi:
+  copyright: ''
+  hash: b977407b70c49076bbd3caef76112af4fdfb2b3f2d97f1a37524b00095046870
+  license: ''
+  license_text: ''
+./doc/posix-functions/lchown.texi:
+  copyright: ''
+  hash: ac10ac7e017618cdc991aecc6a844f317dd73391592cb5c1778830bb37ee6e7d
+  license: ''
+  license_text: ''
+./doc/posix-functions/lcong48.texi:
+  copyright: ''
+  hash: bf4b4a9ba565c3f13f44761c8436db58701f1625a51f136fbe8b7b2dc7cefc61
+  license: ''
+  license_text: ''
+./doc/posix-functions/ldexp.texi:
+  copyright: ''
+  hash: 640b8b070c074c3dee5cb149abb9dce181b29943d8b0a8a70b8f409abf838810
+  license: ''
+  license_text: ''
+./doc/posix-functions/ldexpf.texi:
+  copyright: ''
+  hash: df704edce560a6e78a32f5913b5da1ffb723e69ee90ac491ec216b15d3c976bb
+  license: ''
+  license_text: ''
+./doc/posix-functions/ldexpl.texi:
+  copyright: ''
+  hash: b8b9f44551cb24e02a2f94ef22b21cb53277ca16c2570dadecbecb5cc60cd37d
+  license: ''
+  license_text: ''
+./doc/posix-functions/ldiv.texi:
+  copyright: ''
+  hash: 85286aada9c1b38417399a5d4f6c3de172c0b49e75bbc3867f8b3b17ff3b9527
+  license: ''
+  license_text: ''
+./doc/posix-functions/lfind.texi:
+  copyright: ''
+  hash: d86f4e63e4b8eb89c6c452543fd01db56e283b211c9990cf88d5bdd76bae6f36
+  license: ''
+  license_text: ''
+./doc/posix-functions/lgamma.texi:
+  copyright: ''
+  hash: 02a4e20619730c90a7af87720a258494e91733e8cf43f0a76a612f66d6f2e1af
+  license: ''
+  license_text: ''
+./doc/posix-functions/lgammaf.texi:
+  copyright: ''
+  hash: d4c29d9d956276385a8147734dea0e03e539d0fb73325d39744ee4c7a9d904a0
+  license: ''
+  license_text: ''
+./doc/posix-functions/lgammal.texi:
+  copyright: ''
+  hash: 2f34b8db2198359f034cbc8482835bb7ac79b7e54f6ca1eb5245a507b148d7ff
+  license: ''
+  license_text: ''
+./doc/posix-functions/link.texi:
+  copyright: ''
+  hash: 4d1883ecb72107676ae64c3751ffe1266802c7cc54ef00ced49ad268b3b11e6c
+  license: ''
+  license_text: ''
+./doc/posix-functions/linkat.texi:
+  copyright: ''
+  hash: b7aaa19aae57c4bdb053b1cfd7ecf0fda4eec52b4c576a3d68ce370f6f122d61
+  license: ''
+  license_text: ''
+./doc/posix-functions/lio_listio.texi:
+  copyright: ''
+  hash: 9e89382531510e352b85bf9fcc3abd0863d7e1d6c6257d326e230e4df207ac44
+  license: ''
+  license_text: ''
+./doc/posix-functions/listen.texi:
+  copyright: ''
+  hash: 6bad07aae93a16a22b79d60d6b253ccf202d6a37f7b6fed100ea90fdfa8c5419
+  license: ''
+  license_text: ''
+./doc/posix-functions/llabs.texi:
+  copyright: ''
+  hash: b7b09bff9caf6a102c7e055e02089803fdac1afdd1d5485b8895a9367c087faa
+  license: ''
+  license_text: ''
+./doc/posix-functions/lldiv.texi:
+  copyright: ''
+  hash: 145b0873c01ed18c734f79cb2a32aebb2b3b42aafe10c84953009e89f431fd97
+  license: ''
+  license_text: ''
+./doc/posix-functions/llrint.texi:
+  copyright: ''
+  hash: d95c5d6b1daec64c019608748b87e2a737f67e5176af47295b2ae056eac8b5f2
+  license: ''
+  license_text: ''
+./doc/posix-functions/llrintf.texi:
+  copyright: ''
+  hash: 8f544375d1e340d87e42fe581785a47da5154dc70fc2911691ebafef643c0aa2
+  license: ''
+  license_text: ''
+./doc/posix-functions/llrintl.texi:
+  copyright: ''
+  hash: 0ab346bcaf5501a4820e59d5450836ff4e3346327b1683339a28d1b64a5a9f52
+  license: ''
+  license_text: ''
+./doc/posix-functions/llround.texi:
+  copyright: ''
+  hash: d610067d66119bf6399171944bedcc8615d2f78fbb46798c5c3f82a8cb2ba78a
+  license: ''
+  license_text: ''
+./doc/posix-functions/llroundf.texi:
+  copyright: ''
+  hash: 07fb5689a7880ca585b35bf72ad6ac806c29930bae9f0737740ee4240dc2801f
+  license: ''
+  license_text: ''
+./doc/posix-functions/llroundl.texi:
+  copyright: ''
+  hash: d0a200d6088c232af792ef2c31e0a857078757f1d5325b16ea124d0d6c657223
+  license: ''
+  license_text: ''
+./doc/posix-functions/localeconv.texi:
+  copyright: ''
+  hash: f038a6b6a65f795196f7ec7857d5a5332b5b8aa77fa707a1904dc871b7c64a25
+  license: ''
+  license_text: ''
+./doc/posix-functions/localtime.texi:
+  copyright: ''
+  hash: b0b2f2a2555a6162e4cfd27f81875d2eb9c2f4aa40f9ab175fb58800b92eb878
+  license: ''
+  license_text: ''
+./doc/posix-functions/localtime_r.texi:
+  copyright: ''
+  hash: b42a0fba52acff2800f9c6128560e32e0d5cd114bca869a9f3f8d9360709858f
+  license: ''
+  license_text: ''
+./doc/posix-functions/lockf.texi:
+  copyright: ''
+  hash: 2559ed5960effdacba60f6fdb3f0530968f57485171032cdf4cea8868f292df2
+  license: ''
+  license_text: ''
+./doc/posix-functions/log.texi:
+  copyright: ''
+  hash: 313984e6f8e76dc70dc4132f660ac0074357d4d058200a907903dc4d355ca359
+  license: ''
+  license_text: ''
+./doc/posix-functions/log10.texi:
+  copyright: ''
+  hash: 39b0d633f2313518119f7d505744c9199041315c7a71e0166b13a7c77a92e94a
+  license: ''
+  license_text: ''
+./doc/posix-functions/log10f.texi:
+  copyright: ''
+  hash: 6661f66016dee14bb6218275df0412d94be05678e62fc6cff613c48903a209bc
+  license: ''
+  license_text: ''
+./doc/posix-functions/log10l.texi:
+  copyright: ''
+  hash: eb8e746549b2a7f2ef53ada9dbcf1f59099c4e6cf58f0e8e11c3a9c9648b4a1d
+  license: ''
+  license_text: ''
+./doc/posix-functions/log1p.texi:
+  copyright: ''
+  hash: 74d41e7e7b59aca140526313d32004d549a5bf00f61837bbcbdd10eddf19fd37
+  license: ''
+  license_text: ''
+./doc/posix-functions/log1pf.texi:
+  copyright: ''
+  hash: 043cafc3d735c6819204b35cc1c7ad439c90491e6715214a58db5402a9b5a38b
+  license: ''
+  license_text: ''
+./doc/posix-functions/log1pl.texi:
+  copyright: ''
+  hash: f7a5fcccff2605de8f62bd004d4708377cea5bd3de877736d9cd0cb3ba26467e
+  license: ''
+  license_text: ''
+./doc/posix-functions/log2.texi:
+  copyright: ''
+  hash: cf46c82dd70bef4eef4fb969b01c0ec150707668120d2e75159a3afc339a7459
+  license: ''
+  license_text: ''
+./doc/posix-functions/log2f.texi:
+  copyright: ''
+  hash: e8c09bda8c4b96ad029bbbb9ea1c99e16fb405e750cc38de7aa0cd8af4d6a262
+  license: ''
+  license_text: ''
+./doc/posix-functions/log2l.texi:
+  copyright: ''
+  hash: 5b4b53a0042b746aa3b691ee009989d5f5dea84625bf97c0cc3fb25922913b75
+  license: ''
+  license_text: ''
+./doc/posix-functions/logb.texi:
+  copyright: ''
+  hash: 16b2badc9bc7348a4ae76b0103e5445b1cf6fee8f7f496534e2c98d4c74f29fe
+  license: ''
+  license_text: ''
+./doc/posix-functions/logbf.texi:
+  copyright: ''
+  hash: 2aa1214e3199351047ddbe81689b131a90ce63ba7408d13e0d2d610012d7f197
+  license: ''
+  license_text: ''
+./doc/posix-functions/logbl.texi:
+  copyright: ''
+  hash: ac9808010d16f74f12bf594ac85fda30cf40f1accb5d47d8b4afbc2d5506c14b
+  license: ''
+  license_text: ''
+./doc/posix-functions/logf.texi:
+  copyright: ''
+  hash: 05a67bb1454dc0f39f521a5bce972ce5bf811c51eee1abf93de64309d5c51606
+  license: ''
+  license_text: ''
+./doc/posix-functions/logl.texi:
+  copyright: ''
+  hash: ca7837d3eabb8471d42f99ba54296b131ee50d2b11ad8480ec836cb5bd8240a9
+  license: ''
+  license_text: ''
+./doc/posix-functions/longjmp.texi:
+  copyright: ''
+  hash: bccdc2c18b9e9fae630d534c04dc40d63e9c465f5bcf3d2e691fe51a18c0e91a
+  license: ''
+  license_text: ''
+./doc/posix-functions/lrand48.texi:
+  copyright: ''
+  hash: 7a816cff02e86a539e99043649ee2d6a992af6ced1ccb2f6ab3e28c88bacd1b1
+  license: ''
+  license_text: ''
+./doc/posix-functions/lrint.texi:
+  copyright: ''
+  hash: e93ca6f5f1c98d9a12f129a41882bbebe2ea9d15d3924d16038affa5b082e3a5
+  license: ''
+  license_text: ''
+./doc/posix-functions/lrintf.texi:
+  copyright: ''
+  hash: 399c66a51510ce5d64fe142cf36f50dedaee8498dcff58def0086d3cef0ef9a6
+  license: ''
+  license_text: ''
+./doc/posix-functions/lrintl.texi:
+  copyright: ''
+  hash: 34c801a0ea8e49099abcd357cd5750de6a01344026cb779122100be204d77b63
+  license: ''
+  license_text: ''
+./doc/posix-functions/lround.texi:
+  copyright: ''
+  hash: eba9e416b6d658ee953ff545724f49dc348d56d1d4d31f1708b23365d87866eb
+  license: ''
+  license_text: ''
+./doc/posix-functions/lroundf.texi:
+  copyright: ''
+  hash: e08c5ce0781c5fe97df68a43d576cc64f6568b24d1eed283d50b2a070277ae9d
+  license: ''
+  license_text: ''
+./doc/posix-functions/lroundl.texi:
+  copyright: ''
+  hash: 84320525e0647242bae9510d4be0ff90b217f37b8a6814f5e527086b6c911ae9
+  license: ''
+  license_text: ''
+./doc/posix-functions/lsearch.texi:
+  copyright: ''
+  hash: 14c2ff902ae59ec8c05bacb88c4f28fd169e1215a52035b9d721bb06f80c1663
+  license: ''
+  license_text: ''
+./doc/posix-functions/lseek.texi:
+  copyright: ''
+  hash: ab0bf7ea6a7dc18e6cc0cadb2b55b1c23da73cdd9aaf490cc82defe02001ab05
+  license: ''
+  license_text: ''
+./doc/posix-functions/lstat.texi:
+  copyright: ''
+  hash: 2c716b2de3233e21105b8a012a0fe83ad4d71bf41ac29197f3a13b7af63ec74e
+  license: ''
+  license_text: ''
+./doc/posix-functions/malloc.texi:
+  copyright: ''
+  hash: 962d0a60ac1397ca984bfad2e89036ba2b0fc6f90f8c068fca5e43135d92c445
+  license: ''
+  license_text: ''
+./doc/posix-functions/mblen.texi:
+  copyright: ''
+  hash: ccee39f5b36eea956585d5e21d26d737cf036c4256671f22a4d8c18f90a44301
+  license: ''
+  license_text: ''
+./doc/posix-functions/mbrlen.texi:
+  copyright: ''
+  hash: 564b73fee4fc6be812904f7e1013bbb8b4832d28865c66a6006d72ae4f87de8b
+  license: ''
+  license_text: ''
+./doc/posix-functions/mbrtowc.texi:
+  copyright: ''
+  hash: 3b04a6cd7a1de972d1d67662dc5a56ec30699225b03bb1f2495fdb44dd2a4210
+  license: ''
+  license_text: ''
+./doc/posix-functions/mbsinit.texi:
+  copyright: ''
+  hash: 442ba2d7f24403de6d0382ef3ef7305d4835aa061351eb65bbe83121fe5d99ab
+  license: ''
+  license_text: ''
+./doc/posix-functions/mbsnrtowcs.texi:
+  copyright: ''
+  hash: a8820e17b700a239041df56ebb23ce175457442740d9f7cfd64b2f20719f4605
+  license: ''
+  license_text: ''
+./doc/posix-functions/mbsrtowcs.texi:
+  copyright: ''
+  hash: 5ac3f370a51658d64f6121c107ad3b051098de130c57c3d8c7bd95a494ca0a29
+  license: ''
+  license_text: ''
+./doc/posix-functions/mbstowcs.texi:
+  copyright: ''
+  hash: 12096003699648ec3e87ef7ae6fedaafa9e83fc8af614cc680e038c71d1e1bb4
+  license: ''
+  license_text: ''
+./doc/posix-functions/mbtowc.texi:
+  copyright: ''
+  hash: 50c7d899af12016880fe4a3add6a00f20e42fd028944b30d6569f7329a7adf14
+  license: ''
+  license_text: ''
+./doc/posix-functions/memccpy.texi:
+  copyright: ''
+  hash: 2936eb9adf0237cb23605574b329c65896ea7ba82649066b4127ea80a5b2df4a
+  license: ''
+  license_text: ''
+./doc/posix-functions/memchr.texi:
+  copyright: ''
+  hash: 13059ff4f413b2440bd9a4193cdc875b2eac429cc992d8b61487195b901ff5dd
+  license: ''
+  license_text: ''
+./doc/posix-functions/memcmp.texi:
+  copyright: ''
+  hash: 04f4667c93a0204a807f0148ff2f720d9a835d6d2c18158668398f6619b2b6a7
+  license: ''
+  license_text: ''
+./doc/posix-functions/memcpy.texi:
+  copyright: ''
+  hash: c35dd93b055d2403b932a2f91a6f4b10755486aa1a6c1965dd3e6f6e2f324c2c
+  license: ''
+  license_text: ''
+./doc/posix-functions/memmove.texi:
+  copyright: ''
+  hash: 4a4f6c1691cf2693c650e85a3f79fa158065a0a4a0df496d1dd95cbc3bdf8e37
+  license: ''
+  license_text: ''
+./doc/posix-functions/memset.texi:
+  copyright: ''
+  hash: 12b4c942717dcb6068eed7980955a8481bb4670fa65fbc079e961531c0ba579a
+  license: ''
+  license_text: ''
+./doc/posix-functions/mkdir.texi:
+  copyright: ''
+  hash: 16cc292135b633f9880c00a1247e9aea5b51c197b6205cadfbd4df494f7cffa5
+  license: ''
+  license_text: ''
+./doc/posix-functions/mkdirat.texi:
+  copyright: ''
+  hash: e2d5c6e943dba2d6d9c627124b06b1253cb4732fc7bc45f3d8ba41353f34c57d
+  license: ''
+  license_text: ''
+./doc/posix-functions/mkdtemp.texi:
+  copyright: ''
+  hash: eba907c90a1f4734d012e11aa013e5e94e905787674cccf104f7d57aeb719417
+  license: ''
+  license_text: ''
+./doc/posix-functions/mkfifo.texi:
+  copyright: ''
+  hash: 7938ab68c5ed1ef12e85b2563e2614f062d8d07d1408e7a22860ac40f5087ec9
+  license: ''
+  license_text: ''
+./doc/posix-functions/mkfifoat.texi:
+  copyright: ''
+  hash: 8193acb0fd7f4505d81467547a418d8974a230b388a1e7fff7f1cb30a67d021e
+  license: ''
+  license_text: ''
+./doc/posix-functions/mknod.texi:
+  copyright: ''
+  hash: df0df6e7d4991dc7f2c4a39e620fd8de2d3f1e3aa6f34c2cf0116187e6bb8146
+  license: ''
+  license_text: ''
+./doc/posix-functions/mknodat.texi:
+  copyright: ''
+  hash: f7b454e492001e896bcadb7d845af071c8acfb18cd810e8574c0b9f3f53443d4
+  license: ''
+  license_text: ''
+./doc/posix-functions/mkstemp.texi:
+  copyright: ''
+  hash: 9db677915ddeb08c46b47443a30190ce839f2526c14b67683839e44b685ef185
+  license: ''
+  license_text: ''
+./doc/posix-functions/mktime.texi:
+  copyright: ''
+  hash: 4b6575bac094867593a59128417b8384848ae6012e84536bdbcac233d5f91e31
+  license: ''
+  license_text: ''
+./doc/posix-functions/mlock.texi:
+  copyright: ''
+  hash: 9dfb2ed17609c6df6db933aa3ecaf9fe0c1efc6d26a2c4cc0f2f093e02b5a521
+  license: ''
+  license_text: ''
+./doc/posix-functions/mlockall.texi:
+  copyright: ''
+  hash: 60c512f7768ecd57d9ac46570e6667886815bc0f8edd8801b872aa6c7205fd37
+  license: ''
+  license_text: ''
+./doc/posix-functions/mmap.texi:
+  copyright: ''
+  hash: 19bcc8b43400d43f886d7414a3349c548258a2c8afadcea1ac007e010b64c91d
+  license: ''
+  license_text: ''
+./doc/posix-functions/modf.texi:
+  copyright: ''
+  hash: bc522ff6fd170e04b32426d47f388325fe4269973642ab7e6fb906984c5e2973
+  license: ''
+  license_text: ''
+./doc/posix-functions/modff.texi:
+  copyright: ''
+  hash: fccf4678f17dc6374410ab76d2cf0e1bd7cfa392ec619338c1a21da52697bc6c
+  license: ''
+  license_text: ''
+./doc/posix-functions/modfl.texi:
+  copyright: ''
+  hash: 353be2e9dd160840f28ed071e84b7bd7805c154840ea3f1cd5b732b167de0d55
+  license: ''
+  license_text: ''
+./doc/posix-functions/mprotect.texi:
+  copyright: ''
+  hash: 0f46d9d99f11d70bf0273f558db7c4dd725e1cace109cf90cbdab91c7d44d756
+  license: ''
+  license_text: ''
+./doc/posix-functions/mq_close.texi:
+  copyright: ''
+  hash: 0499ffa64831b48896b14ce831965d735cbca0f554e5eb867af637bf35f6122a
+  license: ''
+  license_text: ''
+./doc/posix-functions/mq_getattr.texi:
+  copyright: ''
+  hash: c264e6fe96e998eb84088ac5d0496c3357699281b15831068260cfa1ae07c04d
+  license: ''
+  license_text: ''
+./doc/posix-functions/mq_notify.texi:
+  copyright: ''
+  hash: bb1e4a0cb027ac72abfd60555a7e9059852a658dc37e8d525ad750aa19262772
+  license: ''
+  license_text: ''
+./doc/posix-functions/mq_open.texi:
+  copyright: ''
+  hash: 9593bb76971838bc0ed5884d278521d3268cfba7583bb0d378e6da52031b09d1
+  license: ''
+  license_text: ''
+./doc/posix-functions/mq_receive.texi:
+  copyright: ''
+  hash: 56721a0552866185de2a077a104ac19b7af79e31c9fe054c8e34d652c915bd1e
+  license: ''
+  license_text: ''
+./doc/posix-functions/mq_send.texi:
+  copyright: ''
+  hash: 3a58949094e83cd30e25ef95daec3028162f2aa894a5a6a6336431f3b4d3c7ac
+  license: ''
+  license_text: ''
+./doc/posix-functions/mq_setattr.texi:
+  copyright: ''
+  hash: 0d88b59e64ba15d5661a27af5be0b4ec113c3aa5825caa300a193e78163ceba8
+  license: ''
+  license_text: ''
+./doc/posix-functions/mq_timedreceive.texi:
+  copyright: ''
+  hash: 57821494f988fc769bb086c3ff13aae4e8802b5fa44dbb553495088aee7057d6
+  license: ''
+  license_text: ''
+./doc/posix-functions/mq_timedsend.texi:
+  copyright: ''
+  hash: 4a81f3d2bc7267a0a9aa52a15b6f5afa52bb6fd3677a66b38a692599134be0df
+  license: ''
+  license_text: ''
+./doc/posix-functions/mq_unlink.texi:
+  copyright: ''
+  hash: 4b90cab43bbc342765f7b846a5c64193551c81abf58f5961049b3678f3a70af4
+  license: ''
+  license_text: ''
+./doc/posix-functions/mrand48.texi:
+  copyright: ''
+  hash: 5ea7970a26917187b1eb0ea661c7610e405cd246c3d098775eed92cc8643c981
+  license: ''
+  license_text: ''
+./doc/posix-functions/msgctl.texi:
+  copyright: ''
+  hash: 47ece7f46f7083e9775717feba298a019fd81a4a322235a8087b301337a90b03
+  license: ''
+  license_text: ''
+./doc/posix-functions/msgget.texi:
+  copyright: ''
+  hash: e441bb178acc5088de2c9ae4a4c153becb137feee5f1c29ef352e60b31863a58
+  license: ''
+  license_text: ''
+./doc/posix-functions/msgrcv.texi:
+  copyright: ''
+  hash: 01e5c5252020861f2caa792978f9ffb178e7ff865ba948a4733fcdf81aa5681d
+  license: ''
+  license_text: ''
+./doc/posix-functions/msgsnd.texi:
+  copyright: ''
+  hash: f20181e1d37b8bffc4f78a90be40b4259cd4d6281c9ef9faaa1f85a05944bb73
+  license: ''
+  license_text: ''
+./doc/posix-functions/msync.texi:
+  copyright: ''
+  hash: 32383d28f89645baef5a12d3a57fa3d041df76cad8880160ed1379bf75fc9bf1
+  license: ''
+  license_text: ''
+./doc/posix-functions/munlock.texi:
+  copyright: ''
+  hash: a0e41275dc607bbf24b6aac789aa51d81d35444e4850f7fca71c85816260a91b
+  license: ''
+  license_text: ''
+./doc/posix-functions/munlockall.texi:
+  copyright: ''
+  hash: 6eb77c2ee0c2e52099b3890f75363e75dec0c2f9438f6d0fe43e24a2d9009118
+  license: ''
+  license_text: ''
+./doc/posix-functions/munmap.texi:
+  copyright: ''
+  hash: 6b5a7838fd4fda15af1a9afc35e9f23205ad613e1113a0c47bfff59cc4e3e7e7
+  license: ''
+  license_text: ''
+./doc/posix-functions/nan.texi:
+  copyright: ''
+  hash: 08ebbe91d4c4bedb8e8a8d1b3b706178a64df6b8848c4a8e05de15aba9bea4db
+  license: ''
+  license_text: ''
+./doc/posix-functions/nanf.texi:
+  copyright: ''
+  hash: d0be34ec76f04804dfba22ff26f1d2cadd75847fe7505c5e30486bbb34e52ebb
+  license: ''
+  license_text: ''
+./doc/posix-functions/nanl.texi:
+  copyright: ''
+  hash: fc6296fa062fe583a0679fd024e52cb98d7138e0d57eb9216f04f3dd6c6befc7
+  license: ''
+  license_text: ''
+./doc/posix-functions/nanosleep.texi:
+  copyright: ''
+  hash: 559b6c13c0cb7df5de263d184d58caa265fe715b329c7f170881517884c1175c
+  license: ''
+  license_text: ''
+./doc/posix-functions/nearbyint.texi:
+  copyright: ''
+  hash: cb9646ebf0c0227d4dd24850b04c6bf5a54a5c7b00bcb8496c746fad928c19ff
+  license: ''
+  license_text: ''
+./doc/posix-functions/nearbyintf.texi:
+  copyright: ''
+  hash: 90b134eb6e551abd3490f26eb1e4f72cb02450bc99c963df4b56e7e5db9a25ed
+  license: ''
+  license_text: ''
+./doc/posix-functions/nearbyintl.texi:
+  copyright: ''
+  hash: 73ace11e1708d9b3aaa3235e000cb0b9ef66afa5e111390df31b2b7f789f29d3
+  license: ''
+  license_text: ''
+./doc/posix-functions/newlocale.texi:
+  copyright: ''
+  hash: 54b2317bd21ee51a98d60169258dfcb5a8f78464a708d0d0bca1b57ad3eb68bd
+  license: ''
+  license_text: ''
+./doc/posix-functions/nextafter.texi:
+  copyright: ''
+  hash: 787f7c89696f7801c94b2331012b2622d34478e0bbfec10d9093d1507ebecc6c
+  license: ''
+  license_text: ''
+./doc/posix-functions/nextafterf.texi:
+  copyright: ''
+  hash: 90c79e60175d6593d933948978e9e937e906d9737f7c6e89eaf5d964fb9a7274
+  license: ''
+  license_text: ''
+./doc/posix-functions/nextafterl.texi:
+  copyright: ''
+  hash: fbc35653933cf280e82080c2752113e8cd5d0651f7cd32ea42540f48ef5674ee
+  license: ''
+  license_text: ''
+./doc/posix-functions/nexttoward.texi:
+  copyright: ''
+  hash: 5a1fc460b1fe4c35fb77a307db60e3bdb69d0b34d2a367917bdf48e8f23c017a
+  license: ''
+  license_text: ''
+./doc/posix-functions/nexttowardf.texi:
+  copyright: ''
+  hash: cc1b912ce2cc97bad4fef50d1bfd1eab74b0b712166ab24289aa6b77b64944b2
+  license: ''
+  license_text: ''
+./doc/posix-functions/nexttowardl.texi:
+  copyright: ''
+  hash: b278743ba20927fbc812525e19f38b265b08b95bc561467e93c3476004bca89f
+  license: ''
+  license_text: ''
+./doc/posix-functions/nftw.texi:
+  copyright: ''
+  hash: 510c59726521331d0537ef166a7b3b048e9320b7ade3691f1c43762cf408b363
+  license: ''
+  license_text: ''
+./doc/posix-functions/nice.texi:
+  copyright: ''
+  hash: d2775cf635260769906825df971ab0d2642a51e30c6dee80850dfad17a41b21f
+  license: ''
+  license_text: ''
+./doc/posix-functions/nl_langinfo.texi:
+  copyright: ''
+  hash: 7e03469027421515d1679dcac779cbbfe33adeabbf1660d04c84c9dd65acbe22
+  license: ''
+  license_text: ''
+./doc/posix-functions/nl_langinfo_l.texi:
+  copyright: ''
+  hash: 869208bb40880122d90d7e3240001741b2a75868b36a56502a226041aee3e349
+  license: ''
+  license_text: ''
+./doc/posix-functions/nrand48.texi:
+  copyright: ''
+  hash: 1f517e4ebb0f935e96eede8f893e41008945174f85f13e5a3268656d2160835f
+  license: ''
+  license_text: ''
+./doc/posix-functions/ntohl.texi:
+  copyright: ''
+  hash: 27c9b10b8630b68a0648393d96bcf3b588c3e4ac8bef2ae8fe9a88baee8bfe52
+  license: ''
+  license_text: ''
+./doc/posix-functions/ntohs.texi:
+  copyright: ''
+  hash: 4851f150315b5a201a3ab26cdc21207bfba8e5ed8958c96396342a6e98cb6eae
+  license: ''
+  license_text: ''
+./doc/posix-functions/open.texi:
+  copyright: ''
+  hash: 1e8061a61d263038b3506889ecf9c5318c99adc552f282c3d4c8fa2704bf66df
+  license: ''
+  license_text: ''
+./doc/posix-functions/open_memstream.texi:
+  copyright: ''
+  hash: b1f86c87a76e57b764cc70a40fe5d43b6800b6a1ee981c463f3c9621635f087d
+  license: ''
+  license_text: ''
+./doc/posix-functions/open_wmemstream.texi:
+  copyright: ''
+  hash: ce3ceeb546ea0c8b6ce481a5b80218cd2ca025d902f05fecd6c4953aac51eafe
+  license: ''
+  license_text: ''
+./doc/posix-functions/openat.texi:
+  copyright: ''
+  hash: 330d2eba478974bc076303d90e77126d10a913965037c12b4e3779cb7027a220
+  license: ''
+  license_text: ''
+./doc/posix-functions/opendir.texi:
+  copyright: ''
+  hash: bf1921b6e34d6b8014ab02f20a8db75c157065fd6a39ad6640706969b5d8838c
+  license: ''
+  license_text: ''
+./doc/posix-functions/openlog.texi:
+  copyright: ''
+  hash: 0a6c14e4a03920ae7ba310e135b8ad7742d93d71080e3dfe9406f3962b1ee0dc
+  license: ''
+  license_text: ''
+./doc/posix-functions/optarg.texi:
+  copyright: ''
+  hash: 9dc2a29c1be8c598bd9bfbacb7812dce2bdc7c56eb57b55303b7e32a3ab0077f
+  license: ''
+  license_text: ''
+./doc/posix-functions/opterr.texi:
+  copyright: ''
+  hash: 0966de726ecadff77c1f003dbc61fa5644246818e206f6add9ba516e4dce3b14
+  license: ''
+  license_text: ''
+./doc/posix-functions/optind.texi:
+  copyright: ''
+  hash: 5148640dfac5cf79d2ed2e22317bdeb6287f7fc56abd0c83f2e7bba32eb52845
+  license: ''
+  license_text: ''
+./doc/posix-functions/optopt.texi:
+  copyright: ''
+  hash: 494ac1f97d82fe424272409564f45c9e091c28a8d401aaea34efb5e70921d2b9
+  license: ''
+  license_text: ''
+./doc/posix-functions/pathconf.texi:
+  copyright: ''
+  hash: 216ef4c9a559d4758ef11a14a35a6dc907320a993e2f475e943cce5feaf80b19
+  license: ''
+  license_text: ''
+./doc/posix-functions/pause.texi:
+  copyright: ''
+  hash: ccb3ba887789b04a5b056f8b8a53a64ca7f38311cc3e369e390642db7f02df5f
+  license: ''
+  license_text: ''
+./doc/posix-functions/pclose.texi:
+  copyright: ''
+  hash: 8836908589e65dd653087afe0b7981eee9f38254e814e2af2737f55fb3697183
+  license: ''
+  license_text: ''
+./doc/posix-functions/perror.texi:
+  copyright: ''
+  hash: e4a102fe5bbceec9eeb2bef2143aedea8d525c8f111f7acae2c1ccee3284d0a4
+  license: ''
+  license_text: ''
+./doc/posix-functions/pipe.texi:
+  copyright: ''
+  hash: 1f1f22cf28a10b457a0aea65dda5e18b7993d1d52dc3dbf64cc5718135dd5dd6
+  license: ''
+  license_text: ''
+./doc/posix-functions/poll.texi:
+  copyright: ''
+  hash: efefd35e2c4f71f5230cb45f739c8ebe32329a5f20ec17d0c6bfe823f8285282
+  license: ''
+  license_text: ''
+./doc/posix-functions/popen.texi:
+  copyright: ''
+  hash: 317cd4ae6f24217ae763b5b989e223fa199090643bca72f987c16dace74c8be8
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_fadvise.texi:
+  copyright: ''
+  hash: a3c5c33d7ba0f36c3cbc5bd30958e88e635f7fa7578ee288c694d8d8d5f2a2ee
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_fallocate.texi:
+  copyright: ''
+  hash: cf18100e70fbf289c8ff9a345a0e898c8b6500031dd2621504b6c648b0a28063
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_madvise.texi:
+  copyright: ''
+  hash: d21c0018056b8c29ff31e489ccc0e2a6cbffe72853245fb7a7dc75ff17b8e35a
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_mem_offset.texi:
+  copyright: ''
+  hash: 8f52da417e3bbaa0cae8dcb615c5709f96fe8ecb7bc77762a1394d6369b0f7b3
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_memalign.texi:
+  copyright: ''
+  hash: 659ac8b359bf25106f3b0f3e77ba4631a32170ffe94df0a9cd5ec79bae5077aa
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_openpt.texi:
+  copyright: ''
+  hash: 1147ca3a793e122e975a0e205da707a6a5bd0d8d8e74e02cd482a36925c5074c
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawn.texi:
+  copyright: ''
+  hash: 829c2f85b7ad89dc6a1fc7393f86221b36f1d97deaa4a3ef4ebddc4883753064
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawn_file_actions_addclose.texi:
+  copyright: ''
+  hash: 76bc6411e82c97e715c4103e813fa148290cf2e9655a6285673430f96a836189
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawn_file_actions_adddup2.texi:
+  copyright: ''
+  hash: 61e53e812da5a60d430d117110f05a281ce9fd3f8b4dedca6c735c66d637fb5e
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawn_file_actions_addopen.texi:
+  copyright: ''
+  hash: 09a041d3e54382749db9108f21136910c11af979fc72c324e1ba22e28e4e103a
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawn_file_actions_destroy.texi:
+  copyright: ''
+  hash: 33b665c58911cc70b516d149ba59c0fafd79e264f582f7d0c5837cbddcbba8a1
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawn_file_actions_init.texi:
+  copyright: ''
+  hash: 4e2fafd15df714400f1fe519c6c9408f5b4de2f7a7597f5eb3e6e7655f7eb834
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_destroy.texi:
+  copyright: ''
+  hash: 3a18a1f680706c7feee30d9a232803034a3eb512986331365afbb085a7eb1e66
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_getflags.texi:
+  copyright: ''
+  hash: 38cce1dfceeced0d27c7fd055cb4959bc1ecc089fa14600b6cb5727ff896c311
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_getpgroup.texi:
+  copyright: ''
+  hash: 306ad365b39f89a495de7de0e84c8fc3d8ca7229b8b1433bee3677ee1390426d
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_getschedparam.texi:
+  copyright: ''
+  hash: f249ce574800bb66a27fb1e9d2125b10f979e07e858b7982acaa6b9abb498903
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_getschedpolicy.texi:
+  copyright: ''
+  hash: 8178c94f49fec52d1c582dfbd63d607a32cce63e5f568667709e847f9004c274
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_getsigdefault.texi:
+  copyright: ''
+  hash: 8a717a34df7525a27f0e875295f2685fe1b60f9d704e72acc6a91ab9d331d8a9
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_getsigmask.texi:
+  copyright: ''
+  hash: 8d564e3b07c4df3c6efd9b6195c9353c021601296dad31e5a4c13570dc3957e0
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_init.texi:
+  copyright: ''
+  hash: 2ea06a4b871d2b96da51b66f9b812d76a76a61b04ecc8685142dca5d6ceec927
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_setflags.texi:
+  copyright: ''
+  hash: e993a3e683f939254f14bd91c89884713dab102f2388276d8ae65c52d8891ad3
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_setpgroup.texi:
+  copyright: ''
+  hash: 104ec2d4ada6c640c3368939d66c00c64b4aabe1b8b4cb35eb5d4f950703efd9
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_setschedparam.texi:
+  copyright: ''
+  hash: 365fb33e3d093f227a82cce1e725d5bcb33b0b6ceb47609f7f8ddebdbde6a316
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_setschedpolicy.texi:
+  copyright: ''
+  hash: a9f3ef561ab108980213a0dde4f2afe7b927474622ac7359bb633a40da94e3f0
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_setsigdefault.texi:
+  copyright: ''
+  hash: 47c9c06cd1c614a9d37e0d7ecbbd43da731226ecd93a273baa9b1672ccb06ac8
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnattr_setsigmask.texi:
+  copyright: ''
+  hash: 2d0f5f1cff5f1eb9a2c95bc482c66e09ce71696afd4aceb1f28605c913c3cd06
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_spawnp.texi:
+  copyright: ''
+  hash: 128b8230cfc200a39094d0e9c849f75de13ed0b90893079702e57a535e9578f1
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_destroy.texi:
+  copyright: ''
+  hash: ed607d7a880cb090af659d5cc8a5f38dc29b889f8e7e47474df941aa94e23f0b
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getclockres.texi:
+  copyright: ''
+  hash: 7d1a4c55640a7f6c93e52e73a94c1d3ab19d0bf73591d8447882225ce9f1d6b9
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getcreatetime.texi:
+  copyright: ''
+  hash: 6568c5356b3bf529ed68f75a6d17e205ce7305d28ddd59dcf645bfafea5f3986
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getgenversion.texi:
+  copyright: ''
+  hash: 93e4f1a632a8c931f8dbc3049f10584540a30ded3239f109a3e3056bc0f9693c
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getinherited.texi:
+  copyright: ''
+  hash: 4096571514b5db0b2287abc6bd3a64ef318935a7fc54f0411c6f94d1fb3521ee
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getlogfullpolicy.texi:
+  copyright: ''
+  hash: 5962bd04354c1ca22d995d1b8542557f971d0e77d8a41658c6e8053e90ecd96c
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getlogsize.texi:
+  copyright: ''
+  hash: c6faabe39ad8f01c6ae4984aaa66d74c0383d354d9cbc81d4651940feb92f718
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getmaxdatasize.texi:
+  copyright: ''
+  hash: cb4fd060c948340137c57f059eeea9f6b30fef9bded1ac3446f9da0c7002efb4
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getmaxsystemeventsize.texi:
+  copyright: ''
+  hash: 09de2e9696a05eb509cea9d13cdd30c580071a6cced548a72f8d044402f05600
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getmaxusereventsize.texi:
+  copyright: ''
+  hash: ea129f2066ad396d1cbafc692022d4a593ba4f51f615fa720a770eb873b9baa1
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getname.texi:
+  copyright: ''
+  hash: a112d56d8e1dd03a4133f9d6b77c29171b7210ef0a269c0ee2fd0d50818f90ad
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getstreamfullpolicy.texi:
+  copyright: ''
+  hash: 2d7dd9737a91fcce89d07e9f91e909bdc0d767e2971bb996eea51872fdac3627
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_getstreamsize.texi:
+  copyright: ''
+  hash: e8678bf8b6c2d16c45174e58f06fa5461bf2ea9f5d545e9e4d711155bf58fe3b
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_init.texi:
+  copyright: ''
+  hash: 02e0f31cc1eabbd0237a2e38c243afcc97270b1ee2ebfec6334a26ae4925783a
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_setinherited.texi:
+  copyright: ''
+  hash: cfc424e6af79777f32ba4a2dc345312c802ad56db45270855affe84b384080af
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_setlogfullpolicy.texi:
+  copyright: ''
+  hash: 36d68ecc3f3e478db7f4ba21af53f6b229cf9e1e0e3e236bdca389694d1a702f
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_setlogsize.texi:
+  copyright: ''
+  hash: f009427823e9064515c32beb224a78c557c5df000baf5f45f4d23a8120793d16
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_setmaxdatasize.texi:
+  copyright: ''
+  hash: 925022bb1926ef9ecd2bb23b80d8e00371af2230c9a1524594c5533eafe290f2
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_setname.texi:
+  copyright: ''
+  hash: 0e8a1f5a80f917749843d35ccf71045a0bd485ab937f299ab7d7334fe7ec34fd
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_setstreamfullpolicy.texi:
+  copyright: ''
+  hash: a75caa5d8dd40a9506df7113e671f7aeb17bcee9241551f1411cc2e241812b1a
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_attr_setstreamsize.texi:
+  copyright: ''
+  hash: 9852366a9b0ca14006b26c1dffe6207728ed816041e80f9f8de0181920011b35
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_clear.texi:
+  copyright: ''
+  hash: 7f156a1f6900bcfc4fa96c727422c04a9c8b4689ed4c4169427de971664dfbe8
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_close.texi:
+  copyright: ''
+  hash: 03f7570b079f18995f90d0e12e71c4af4291a5a07a1c3c5c042705e3feb5de46
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_create.texi:
+  copyright: ''
+  hash: 7cadb4e8f9a1c39303703db2c0563ae5c933e780db4f9f4c4800b4668ce6847e
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_create_withlog.texi:
+  copyright: ''
+  hash: 10eb35d5e636715c532a9fa1a15304ccd76cbfb11054b1674be1f351eccfb4c3
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_event.texi:
+  copyright: ''
+  hash: d689d0c36965f90f446bc550a7d3bfdd111c0a318e11cf8a5b3fa4af337e1470
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_eventid_equal.texi:
+  copyright: ''
+  hash: 3e46daf76d07a5a810162053ae9770e0e423ddbff99bec34b13d82df825430b5
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_eventid_get_name.texi:
+  copyright: ''
+  hash: f69ad7f36358330be4beb06bdf32aa01e7fece34e576f2f7466b661ea83a1ab8
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_eventid_open.texi:
+  copyright: ''
+  hash: dd6101676658bbe3b38f4f02aa0ffae179d65e898ded16210fc8e4f745355be2
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_eventset_add.texi:
+  copyright: ''
+  hash: cded233e4568b67cc1655c79aad5a781d5ef3d47ea3c755c019a66426cc2a1a9
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_eventset_del.texi:
+  copyright: ''
+  hash: e83a4c537a437eeb9ad95c87d9ebed4c88f6383f990ec3eaf352fea075df3426
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_eventset_empty.texi:
+  copyright: ''
+  hash: d5297f51e6f2e219ae8d47076c21c676be5d31cf096f1de05cbcb4c71800aaa1
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_eventset_fill.texi:
+  copyright: ''
+  hash: 559f9568e3f9d28813ce5e7ab98754273332b6d48d97942465a4062d76580e21
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_eventset_ismember.texi:
+  copyright: ''
+  hash: ea883f20d3e72ecd719883a8d43d75376f1be568db7e83bb0451a6cee9937b42
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_eventtypelist_getnext_id.texi:
+  copyright: ''
+  hash: ef024312aa3e35fb400f147002696e9084354b0d9a033f252c77ede081ad787a
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_eventtypelist_rewind.texi:
+  copyright: ''
+  hash: dd3b0ad2e40e0ca17d49eeb5143a0c5a2bfeac4b317182fbc25dfa3772088d1d
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_flush.texi:
+  copyright: ''
+  hash: 70b3fb89c4add335d74fa0880f597ecd04916f07982a7e9c652997c942cb1eba
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_get_attr.texi:
+  copyright: ''
+  hash: da31ae09811a44ed66ac8f2d2800ed4365add759c985040f1bd5b1620ae0d8d0
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_get_filter.texi:
+  copyright: ''
+  hash: 6850a0ade907620b8bf1b864aca9364a0ec9c572fa792462df3c7769a240c258
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_get_status.texi:
+  copyright: ''
+  hash: 67d33065d99e5b21daf04d948452ae50ff9da1e14146f59caed120926cb0ee13
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_getnext_event.texi:
+  copyright: ''
+  hash: 76f522fb1b3757ff4edf8ff08da186c92fd6f17d9c21f734f069e9dfb93a8e00
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_open.texi:
+  copyright: ''
+  hash: e1a9b95e30e6e64a6a443affbbfa09cfc9ddc3362e544bf7de2b1dbb0b29c44a
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_rewind.texi:
+  copyright: ''
+  hash: b620569c0d9f286a40fdadfd11f5e4eeb3d2a6f00d165a57a3f77f8880f551f7
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_set_filter.texi:
+  copyright: ''
+  hash: c3c88f7514ad75c25d32f433765fb7596af0feca177869132569379c29cef406
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_shutdown.texi:
+  copyright: ''
+  hash: 4310eeb7a1bce513d067f88217b32896017709050df00f2647a59f05bef7e952
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_start.texi:
+  copyright: ''
+  hash: 5f760f45f9f2d641887fbf9cc53c556ee8f726c884964574c0c3e0a597564fb0
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_stop.texi:
+  copyright: ''
+  hash: 812d4ebc5308fc80006d542ec686f3f55fe811d1ec5b8f279d4603c8a1b93b11
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_timedgetnext_event.texi:
+  copyright: ''
+  hash: 61c49f99e2f8ec4950aded654e5a917e7935a179d5034b5fd70b7dafb8373551
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_trid_eventid_open.texi:
+  copyright: ''
+  hash: 782dbac92b9d7899fe40e277784f60fa928e4b730e27e7c4ee0f5b05efef663f
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_trace_trygetnext_event.texi:
+  copyright: ''
+  hash: 76882c3e173a4aaf127f4ebbb7c87f4b35dba1f7625a8605c50b958cf25bd9c5
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_typed_mem_get_info.texi:
+  copyright: ''
+  hash: 8dff71d92c89bc549f580074698067b1f6c30c6857de756e3cad86e6a090614a
+  license: ''
+  license_text: ''
+./doc/posix-functions/posix_typed_mem_open.texi:
+  copyright: ''
+  hash: ab73b88d8d5d53867555a5a91269b8aed7b3d805fadc3e035467acd66a272e22
+  license: ''
+  license_text: ''
+./doc/posix-functions/pow.texi:
+  copyright: ''
+  hash: 24cc334242c8bc0eaf797cced3996c72fe04d64bfb9f9cab91decc4b98b7e995
+  license: ''
+  license_text: ''
+./doc/posix-functions/powf.texi:
+  copyright: ''
+  hash: 84a6fe12bd380b3cbd7b9270f4f88dec80ef5f1afa740201599c89c229001f43
+  license: ''
+  license_text: ''
+./doc/posix-functions/powl.texi:
+  copyright: ''
+  hash: 554747dbd0873dbddb05b101b581536eee515db37d4eb7b5146ff2e368c38c42
+  license: ''
+  license_text: ''
+./doc/posix-functions/pread.texi:
+  copyright: ''
+  hash: 86ec1a91cde5cc1fd87e75049247c408571c4008cb62c216a83092cd271167b7
+  license: ''
+  license_text: ''
+./doc/posix-functions/printf.texi:
+  copyright: ''
+  hash: 133bdc2b8ff9e95c8cfc0e30e9e19d5de90327b3710f2597c7a394a79bf7dd88
+  license: ''
+  license_text: ''
+./doc/posix-functions/pselect.texi:
+  copyright: ''
+  hash: 83bff5eba71785b9217e42981ea7d50be53e26a496632e1a28388bc729bed4cb
+  license: ''
+  license_text: ''
+./doc/posix-functions/psiginfo.texi:
+  copyright: ''
+  hash: d69916a0051a331da8e75fba6c30efd22748c4185b977a392475ea28c2975085
+  license: ''
+  license_text: ''
+./doc/posix-functions/psignal.texi:
+  copyright: ''
+  hash: 3f4ad081e6dc566643e33fc4b8a4529852677ff7f82b54c4e38a3fd69989c2dc
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_atfork.texi:
+  copyright: ''
+  hash: d5b7745de79b6efdd6a4204b25c52c86fad592003a2c98a273ab179b7f606720
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_destroy.texi:
+  copyright: ''
+  hash: 68941948646ede18656e0db5971a61071af36f858b06f29db8426f815666c86f
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_getdetachstate.texi:
+  copyright: ''
+  hash: 8b3c12a878c6cf426af0312d865ad21a498e6f5abf1bc6aa8071bbb6fab52cdb
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_getguardsize.texi:
+  copyright: ''
+  hash: e7d30ffbbc75f03bf0c421b08ae3230ab4a264a85e7d7c877bf326b8096fa8aa
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_getinheritsched.texi:
+  copyright: ''
+  hash: 976736bc3f8a440b8b3b567328b796527e1a7b59e590557f807788718304b597
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_getschedparam.texi:
+  copyright: ''
+  hash: 0c7cf36d6bc4103ac5f2d6543e1db1afab112a255852b7c7e0e0ade10133f8f8
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_getschedpolicy.texi:
+  copyright: ''
+  hash: 164a919e6d6e4e0e58cda337526966abd41d1867a7dddcfc47af4c2d5894708b
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_getscope.texi:
+  copyright: ''
+  hash: 80cd0f42f081df7c31b5ac0c59accbefaf164e6dbd448f6708846f46e4ca570b
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_getstack.texi:
+  copyright: ''
+  hash: fbbb4c15ce97d825e4afadb67c0c6c74a7741e9684e3007557906194baa544c3
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_getstacksize.texi:
+  copyright: ''
+  hash: 75c93aeb4ca6a561f19d8f183a1f0038299db37e9d89c6ca74cec9c110eec196
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_init.texi:
+  copyright: ''
+  hash: 299d282d71ab616f726dd7c9701ed5b58ed25798509f68b1b1b8bbb861be6745
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_setdetachstate.texi:
+  copyright: ''
+  hash: f9351702042a89c1125d55b3600c7efa6008d24186eeed58bfde5fed0c9cc40a
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_setguardsize.texi:
+  copyright: ''
+  hash: 778d41eb366f0d55a7a0041af07e229debd7d4dc08c8c338834193c6eee1cb1b
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_setinheritsched.texi:
+  copyright: ''
+  hash: 44d2a22f50e2019014f26ed22cd0d3d014bf3076c406d27e95cc4deb5cb64ea4
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_setschedparam.texi:
+  copyright: ''
+  hash: 28f7bdbcadeea3de6386341f9e51f7b3a112c7f93b640d81a01c4b095cf85346
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_setschedpolicy.texi:
+  copyright: ''
+  hash: 049c9a01f78b2ed389de29f6d15d3cb92e93b94940c94fd3417a673607c321e0
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_setscope.texi:
+  copyright: ''
+  hash: ca7e982b5391851eda8d0063f9e92de64c70bbeb18db9041d80aae07be32cf3d
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_setstack.texi:
+  copyright: ''
+  hash: 35df6cc305bbb1ee89e730d292126642dc7dae3770faf49eebcb0f417e0e3eb4
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_attr_setstacksize.texi:
+  copyright: ''
+  hash: f5a670baf795c4db372194938e694e9711d99e3ffcf0e86660c7630586f59e9c
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_barrier_destroy.texi:
+  copyright: ''
+  hash: 0b264a2d5e6e1cd0bef55097cfb6dc515e40b0edec0b6879dd2f1142cfe6713d
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_barrier_init.texi:
+  copyright: ''
+  hash: 510cdc205fe5ef18784006b7a9f181a3a627ed7d4cede6188249b748076ec146
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_barrier_wait.texi:
+  copyright: ''
+  hash: fe5f7d5e4cf83a1ace9bb7c338937009fe99f66ce8a2797a890a7f855be5224e
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_barrierattr_destroy.texi:
+  copyright: ''
+  hash: 26364a3a6034f375478d0ab328ef03c89c093b5c228bb9055e4fb871f182a24a
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_barrierattr_getpshared.texi:
+  copyright: ''
+  hash: 89f2e2308ac7db69f31ab7e2d0dc0020639e09be52f7cb4cc160ca4c873ecf6d
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_barrierattr_init.texi:
+  copyright: ''
+  hash: 86d49046e9f9c457aef490c2cba26e1db8e1f01ddcd52b8ff34542db96705b21
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_barrierattr_setpshared.texi:
+  copyright: ''
+  hash: 2bf2e1c33a7075000ce81200dc1e2d32558e01c2f0dd073379bc4514a871630f
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_cancel.texi:
+  copyright: ''
+  hash: 3e7463244e0205ffad960752787f9b1677d554247ceff45cc31a39bcdceff703
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_cleanup_pop.texi:
+  copyright: ''
+  hash: cd776ec4df2331b117bbb6efb9cf21129c5a7f6028827c57f9243774e82ec8fd
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_cleanup_push.texi:
+  copyright: ''
+  hash: 0a66eaef8459c54f68880eea4079f6c14582767de28c894e643bd2469c572db1
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_cond_broadcast.texi:
+  copyright: ''
+  hash: e7a4d24301f1d7756867fa9deafb5f437d1ca13deae5595eb229d182ed12112b
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_cond_destroy.texi:
+  copyright: ''
+  hash: 20afb70b466f318a781bc185ca622b1718825d71ff949f5c4b623763b66dcaae
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_cond_init.texi:
+  copyright: ''
+  hash: 5823c164094fd9e5b055cea616c9dc2111143feebc93dfea080a17bd2ca36bae
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_cond_signal.texi:
+  copyright: ''
+  hash: 35f65fd3efb5e3c823b55aebb21b4fb50b74e3532eab9dc5b34b3ff6cc13ba59
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_cond_timedwait.texi:
+  copyright: ''
+  hash: 9f0008151d5b00a47d31621b3508dcfad5766682a0d9d03a6d30ef36767dda3d
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_cond_wait.texi:
+  copyright: ''
+  hash: 58e8d2217e43b1bef25c0dccf1b593f4fa4c3ae15473d643e2f53e719a3a01bc
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_condattr_destroy.texi:
+  copyright: ''
+  hash: 52c15b4aaf64b93fb4433b6310e2745c84dbd08112ea5e98049a248237d6608b
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_condattr_getclock.texi:
+  copyright: ''
+  hash: 930e7951757bd6676d941fae4531f8e0d86688dd625a5936ae45cd27a34753b4
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_condattr_getpshared.texi:
+  copyright: ''
+  hash: db04663043275d0d99707f04aa994b4e033f63bed1aa2a4713845107094db462
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_condattr_init.texi:
+  copyright: ''
+  hash: afbe7278d74258ceaa47976da69a7509aeb3ed386f127100dc8492bbdd98c968
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_condattr_setclock.texi:
+  copyright: ''
+  hash: 650cf677cd86f93b29e29a720f92dfc78869035396f2eb0b16250483517b5564
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_condattr_setpshared.texi:
+  copyright: ''
+  hash: 2e40b5bdb65f7617dd91825c6ff3e54145aa01ed17084f637b99b976ec2b6915
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_create.texi:
+  copyright: ''
+  hash: 8cb6fbd7fdae3ec330aea811a1d6b94f4855044e9a2def9059ff2c7c0aa946fb
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_detach.texi:
+  copyright: ''
+  hash: e9883127113f02f7a6e64ea83b5e420a359c5cb6e34c4eb4d5b7a92b0b28fd6d
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_equal.texi:
+  copyright: ''
+  hash: d8cd7f7634b2340c36c430969ab91e1ee3f94b0c1f917e1e793ae11e7fd123d5
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_exit.texi:
+  copyright: ''
+  hash: 9b10d636329a746177733c73e2d96e0d63e2dcc07339d84b2627e2421ef0d6ca
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_getconcurrency.texi:
+  copyright: ''
+  hash: a75dea18c3602d1be458229841da00a90883b358ab262c8def19610e2786d20b
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_getcpuclockid.texi:
+  copyright: ''
+  hash: 8d6f76a4740d01a9b4b1c76c48c4133d8bbe0bef3ed7aacc72ad80c79c30e2c0
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_getschedparam.texi:
+  copyright: ''
+  hash: 4f29211c17a08beabde5928ff56169a7fa3c6221a14c0700c373dc78ef4a4926
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_getspecific.texi:
+  copyright: ''
+  hash: 2ddab6e2f8aa678739d0909a9f90a9cd8b638db418b965f589ad3d544cd7dfd7
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_join.texi:
+  copyright: ''
+  hash: 7a95cf94ed13982e84176ffe0f4a59ec7388a47e0c4f8501ec43d0075b8dc6f7
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_key_create.texi:
+  copyright: ''
+  hash: e03ef5896c1532348af8a96329dba1874644bf4f7d7649b220af37fec0121587
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_key_delete.texi:
+  copyright: ''
+  hash: 5fa8060d12077a27dc636cdc9e700b1b29dc8ec5ac856be60ce6dc31b744f9e9
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_kill.texi:
+  copyright: ''
+  hash: 70d7873110c4645b5dec1770548dd0394d781b191ddc5ef879075e09aa26ada5
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutex_consistent.texi:
+  copyright: ''
+  hash: 4641e709285df2ba4ecda1c3ca4c2d956fe5427e09935d679cf3ce690978e60d
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutex_destroy.texi:
+  copyright: ''
+  hash: 1fc8c3281478f0dbb11803106fc45fd0edf2c147cbdbe889861913b9fa4b7837
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutex_getprioceiling.texi:
+  copyright: ''
+  hash: 188195ca1b99f96917500b29c1c248fd18bf88b603148e763197b7609165e49f
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutex_init.texi:
+  copyright: ''
+  hash: 75462f34b19f147aee6c01ac61d686b75c6c4ed4c46cf1570187550c3514f7dc
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutex_lock.texi:
+  copyright: ''
+  hash: e6da697545323d9e096c9fe99961ea39d5c2351ff9728c149cea15fb5053811e
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutex_setprioceiling.texi:
+  copyright: ''
+  hash: 812a8d3858903dc5bafd69f2c336bbc68de597cbdd4083eeb522a217824e2178
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutex_timedlock.texi:
+  copyright: ''
+  hash: 106a6ffaa55bd7ea078cc9a3c3d76c7aaa7d6f7810bed38cc43870493f5f2d05
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutex_trylock.texi:
+  copyright: ''
+  hash: f9734df8b483d98f02b8bee965c2f659e0609373cc1cbd47656d25fd48bed213
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutex_unlock.texi:
+  copyright: ''
+  hash: ce74cb20f13001056f7ceb26621acd2e1fcd25f9a43e2994d6f6ab6501dafd53
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_destroy.texi:
+  copyright: ''
+  hash: 0628f10cab64a0e565afdec9a2d25595ebb723ab924634196571141a90d5f54d
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_getprioceiling.texi:
+  copyright: ''
+  hash: d06e44a12f670783baba5f9125f06084d27858b2122ef4e7f4da84e74a9d36de
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_getprotocol.texi:
+  copyright: ''
+  hash: 3bd322ca1cab561b66418aaa23ea3113bd2159990c5413cd3f47f810e2a18ee2
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_getpshared.texi:
+  copyright: ''
+  hash: 65cd20aa4594b736df8828452cf68320be0f2e76dd7714a505665af92f9b597d
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_getrobust.texi:
+  copyright: ''
+  hash: c787375bd6c2ef4cfe03571a865328285c382a12b2aaa92ac17f685d302acefc
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_gettype.texi:
+  copyright: ''
+  hash: 556ea6353f600e59c92f542a6910f42b91b39272064039227130a8dba6b79eff
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_init.texi:
+  copyright: ''
+  hash: 405cbd58172efc38234dcb541ceeb878d8bd231743ce32be8a50d3b60b496e9c
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_setprioceiling.texi:
+  copyright: ''
+  hash: 3700714ab89425c920fd545f04c9c08d37704c8222daba17e952aa205ec18497
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_setprotocol.texi:
+  copyright: ''
+  hash: 841124a5e87533dc2467197e2711855e525284bbef6720825b2f660ac6f10f95
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_setpshared.texi:
+  copyright: ''
+  hash: c52ae3307994de9b687e9704a7689432224e6d8bc25b46a4a5cd90e95f746de3
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_setrobust.texi:
+  copyright: ''
+  hash: e95e49a5a52c283ea69f9c196c88c441fb8ca0c9989482b68b319f4f65a02014
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_mutexattr_settype.texi:
+  copyright: ''
+  hash: 534460568d7d006f0671a04a24d15b6c2224b119ddb0bd3a0024d777ab80759a
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_once.texi:
+  copyright: ''
+  hash: f03fca8e30e22cd29ab0b00df23da2c9c4d5026a97da1c9ee849987c837772b2
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlock_destroy.texi:
+  copyright: ''
+  hash: d11905c515b11abf49bc2e81fdcc724bf77f14f004688880f4ba9979b83d5e0f
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlock_init.texi:
+  copyright: ''
+  hash: ed08a43f9c0714e08ca18731378f7bbb45011354d705644f15dd8a5b4e790142
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlock_rdlock.texi:
+  copyright: ''
+  hash: 632a9bb9a6c7ca8eb1c77e8773d3661f5177b5f149c741db8ebdbe8723ce2b8a
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlock_timedrdlock.texi:
+  copyright: ''
+  hash: cd92ea2d91b9448dcb35d6fbf3bff2eb3a6911741a7c8d4adc104c4ad67f313a
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlock_timedwrlock.texi:
+  copyright: ''
+  hash: 62e90e5e4f5aff89364e19d821e6be38b454498e610fec35e7e5433d9e084597
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlock_tryrdlock.texi:
+  copyright: ''
+  hash: 30631da2221b54415a1789b7cdded79f23aba08f20c4136f10d7e6ef50f79535
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlock_trywrlock.texi:
+  copyright: ''
+  hash: 68b294da497556748b8ba875b40c9f2084be51d052e140dd9e8510be6c723f6b
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlock_unlock.texi:
+  copyright: ''
+  hash: 56560bc8889b4b9f9321119cb309093281a3d4615a4191cf5d0e66b658bbd26a
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlock_wrlock.texi:
+  copyright: ''
+  hash: 5b56ac2e09a9ec4f5ec36475e3014275d4b445eccecb879f31e8cff3d5044b69
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlockattr_destroy.texi:
+  copyright: ''
+  hash: b6db09c6f46b7d7f36991e88aa9862380f08fdd05c5967a0b792d4ab2694cf03
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlockattr_getpshared.texi:
+  copyright: ''
+  hash: b3612d9322d49112ab05d70bdbce2cf7e455d5d1b77e1c08054981552c3e69b8
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlockattr_init.texi:
+  copyright: ''
+  hash: 95a75b08edcf26d8e2faafcd65ce3f270a3855ba160095af2eb28662d959115c
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_rwlockattr_setpshared.texi:
+  copyright: ''
+  hash: e14854155805ef6d59135b9c3eab2971087ec449c7645fec6d09fd3bb0c02eef
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_self.texi:
+  copyright: ''
+  hash: ca0a8eb4d53a924d6eaaf2b3a1d0f9332756e2f6dda420cb564fc2d4d11dd55b
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_setcancelstate.texi:
+  copyright: ''
+  hash: 560f4c175501cd9e7ced50bcbe3c33351f09905736d820403a9cc1cd525a6133
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_setcanceltype.texi:
+  copyright: ''
+  hash: 9e3d1ee1bfad93a57613a609a707c51025f3f3c5072ce7bb2715668e45b9434c
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_setconcurrency.texi:
+  copyright: ''
+  hash: ff75340d67e1c0bc18156301828855e96b2afd2d6d85b945705b4fbfa737ee20
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_setschedparam.texi:
+  copyright: ''
+  hash: a2db7c5ff94c5505c1e54478a7c3579a677cb7a7ca525a3fec6154cd795a1416
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_setschedprio.texi:
+  copyright: ''
+  hash: 1eb047d3696d58ee9e3584c08c11ee8442164716d535c5eb7947966b7f13a845
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_setspecific.texi:
+  copyright: ''
+  hash: 03418825306488de6312c2f689dbef5728e60c13c9c795dc6a12f34f133b9b2b
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_sigmask.texi:
+  copyright: ''
+  hash: 4e10ad310f26b86457a7496b77ada059ccb09e52a8b1b6a331e08f9191f5770c
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_spin_destroy.texi:
+  copyright: ''
+  hash: ded9fc35695e40a7a8cc5e8ddc25052cbee0ed5235dd1352709dd1a9eee80368
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_spin_init.texi:
+  copyright: ''
+  hash: 4edacc9e910b15f124a45f589d8c08159344f52df6cc5ec98485c911b0ad2083
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_spin_lock.texi:
+  copyright: ''
+  hash: f59ecf24c7ce864efa74b3d7d4c4fb0f2bce51570f7ff790a26fb484722defee
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_spin_trylock.texi:
+  copyright: ''
+  hash: c2b2a48c134ba4b40cd436e60bb07d1a63eadaf1bb4f23815b3e483ef4c83d19
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_spin_unlock.texi:
+  copyright: ''
+  hash: d1156d530cd2c34036e30e13e01e60a650f25f835ba885b600a26a26e465596c
+  license: ''
+  license_text: ''
+./doc/posix-functions/pthread_testcancel.texi:
+  copyright: ''
+  hash: 82be45e79134f017aa83c97852860936f3ee2f266954efd551b226fae4effe74
+  license: ''
+  license_text: ''
+./doc/posix-functions/ptsname.texi:
+  copyright: ''
+  hash: 151e85dcf92c34594db57ace163bb56e8c9ab268663e75ece33952c1af0014be
+  license: ''
+  license_text: ''
+./doc/posix-functions/putc.texi:
+  copyright: ''
+  hash: 35e76c68ea057277b3d9ab4a26d110a477dbe5e9e0de0d7830a2f040a07fb832
+  license: ''
+  license_text: ''
+./doc/posix-functions/putc_unlocked.texi:
+  copyright: ''
+  hash: 7fea41bfd833ba3389588bb18acfc3a3188d58fadb075298f524637831fa59c1
+  license: ''
+  license_text: ''
+./doc/posix-functions/putchar.texi:
+  copyright: ''
+  hash: f478232460939fcbcd6ec10b1872d506ac2c356ae34b89b24dfe8f48115529bc
+  license: ''
+  license_text: ''
+./doc/posix-functions/putchar_unlocked.texi:
+  copyright: ''
+  hash: 36fda14f83668ecaa7dfaab540ad9bbf76716de6102f0c0a9d92fd150b51c18a
+  license: ''
+  license_text: ''
+./doc/posix-functions/putenv.texi:
+  copyright: ''
+  hash: af0cd3e45abc244444555e7207d3630a3bc933a0b698580fa00312bea37e4fd5
+  license: ''
+  license_text: ''
+./doc/posix-functions/putmsg.texi:
+  copyright: ''
+  hash: 144740ed3e94f2902c980aeca67557c301b586e4c69df25c06fff87504fbf45a
+  license: ''
+  license_text: ''
+./doc/posix-functions/putpmsg.texi:
+  copyright: ''
+  hash: ab80f00d8a3576620cf033058538b3d26d28cbe101d45ba429980211070f8eea
+  license: ''
+  license_text: ''
+./doc/posix-functions/puts.texi:
+  copyright: ''
+  hash: 3c43bffe8adf28388d9b1c5d253330929d0b0bdadb1d2030944ede4b86e85934
+  license: ''
+  license_text: ''
+./doc/posix-functions/pututxline.texi:
+  copyright: ''
+  hash: f0b0417b318a47aa9e166f04737c23922616fd20c8407283b06addc0cfb75539
+  license: ''
+  license_text: ''
+./doc/posix-functions/putwc.texi:
+  copyright: ''
+  hash: 76d25bfb1beccc3a90df126339b1941df9646b87f85ced6abeb08c6377b20d2b
+  license: ''
+  license_text: ''
+./doc/posix-functions/putwchar.texi:
+  copyright: ''
+  hash: 81c1320a214e19f8bb9f625efba8a8a7625c806603b5209986e29065fc0591c4
+  license: ''
+  license_text: ''
+./doc/posix-functions/pwrite.texi:
+  copyright: ''
+  hash: ee5c1b4b5cdabe7adcc9077d16aa5f1a1fa12b377be38114c62e4c9dfffcaa8a
+  license: ''
+  license_text: ''
+./doc/posix-functions/qsort.texi:
+  copyright: ''
+  hash: 102776bc2e248bbda9176e8de0f94b5b6ca8bef36a175612be74d8eca57a5bb7
+  license: ''
+  license_text: ''
+./doc/posix-functions/raise.texi:
+  copyright: ''
+  hash: eb97e61365cdda10f8a8c5a738eaa6aef36d71c8f22d6f848dba3ae4f02984d9
+  license: ''
+  license_text: ''
+./doc/posix-functions/rand.texi:
+  copyright: ''
+  hash: 1b5094ba6a9c4a46b889df57e33dda088d5a91d3eb1c2cf20ea4af955a0a6c4d
+  license: ''
+  license_text: ''
+./doc/posix-functions/rand_r.texi:
+  copyright: ''
+  hash: dffb0e268e1382f03ca018fd279963b3df8741fc24438d43967cca6bb12a0866
+  license: ''
+  license_text: ''
+./doc/posix-functions/random.texi:
+  copyright: ''
+  hash: ff01a0d14aa57d0fb215c85c504b48d84b59d5b01b811c628c9e16ad85c8814a
+  license: ''
+  license_text: ''
+./doc/posix-functions/read.texi:
+  copyright: ''
+  hash: b793d1c4aef78e0e78d683a0a0838d9b6a32c24ad05096661ef96e10c77fef3e
+  license: ''
+  license_text: ''
+./doc/posix-functions/readdir.texi:
+  copyright: ''
+  hash: 37526746b0300e86ddb106ef23f12a7b38d45cb43916a1064acfcac26a2d8669
+  license: ''
+  license_text: ''
+./doc/posix-functions/readdir_r.texi:
+  copyright: ''
+  hash: 44fda3e253256474f2cff447cb5245aeda4bb9cc1b33e1208387c691c3edf264
+  license: ''
+  license_text: ''
+./doc/posix-functions/readlink.texi:
+  copyright: ''
+  hash: f3535c39a695d1fcb08021172f6d75823ffcee5ca082962baf44672f3789ad36
+  license: ''
+  license_text: ''
+./doc/posix-functions/readlinkat.texi:
+  copyright: ''
+  hash: 7164738498926b20225e43ea244be047255f6f6af5740cea317858b6380d487a
+  license: ''
+  license_text: ''
+./doc/posix-functions/readv.texi:
+  copyright: ''
+  hash: 1e6e8441b3f622fa4f83dff13a81cee20748bffb6b69eb242b85f05550d05db3
+  license: ''
+  license_text: ''
+./doc/posix-functions/realloc.texi:
+  copyright: ''
+  hash: b8bcf50bc74ae27aca1a935314e5baf34e9cbf5c449e67377add25745f52026e
+  license: ''
+  license_text: ''
+./doc/posix-functions/realpath.texi:
+  copyright: ''
+  hash: f93c974b0218c3849037f543bac1f9b7c3c3f0f04ad0e78b016e4392b4221dab
+  license: ''
+  license_text: ''
+./doc/posix-functions/recv.texi:
+  copyright: ''
+  hash: 77c408908b32c52c6d25b37d77320a59a57f488c25f55cf03bde4a3c18ee6560
+  license: ''
+  license_text: ''
+./doc/posix-functions/recvfrom.texi:
+  copyright: ''
+  hash: 54251ab55de017767f2dd9e772054572e987dcd8c04677183236018b6475e00b
+  license: ''
+  license_text: ''
+./doc/posix-functions/recvmsg.texi:
+  copyright: ''
+  hash: 9ecaf7aa9d6118ecc10bccb94fcc590b5c3c074b0bc8832b7bd31635a599c50d
+  license: ''
+  license_text: ''
+./doc/posix-functions/regcomp.texi:
+  copyright: ''
+  hash: 7c7c3852d6a05f1ec47e1a8a547fcce7b17b7f99d444fde7250686e6214cf45d
+  license: ''
+  license_text: ''
+./doc/posix-functions/regerror.texi:
+  copyright: ''
+  hash: 9d16b882e3bbb634c2d40cb5a31b9395243d8ebc30db297685fb51abbb963bc9
+  license: ''
+  license_text: ''
+./doc/posix-functions/regexec.texi:
+  copyright: ''
+  hash: 888d9a45fb6d09cd46f06f01ef980b72fbac77e16de936dee6811906c456f94b
+  license: ''
+  license_text: ''
+./doc/posix-functions/regfree.texi:
+  copyright: ''
+  hash: 4447ac66102df4a4981577c8bcb63e90a6dec814299aadd57484491778aa6618
+  license: ''
+  license_text: ''
+./doc/posix-functions/remainder.texi:
+  copyright: ''
+  hash: aa735c20d94f901519b38ccf3a5ce6a6dbc8140d9ed43c28067da49e829e5011
+  license: ''
+  license_text: ''
+./doc/posix-functions/remainderf.texi:
+  copyright: ''
+  hash: 3bca5f653977d7877a77479305c2e5d68b14bce36341f8a5c0cadbafc740276d
+  license: ''
+  license_text: ''
+./doc/posix-functions/remainderl.texi:
+  copyright: ''
+  hash: 22cf546a2ee18e86d85551dbb178b4b72d802f960cb275b5acfdb6c14c0cd8b4
+  license: ''
+  license_text: ''
+./doc/posix-functions/remove.texi:
+  copyright: ''
+  hash: 34f5a094e7a54586dafe7664ba4355ad2c129f2b48876f870afba4bb8a1c30b4
+  license: ''
+  license_text: ''
+./doc/posix-functions/remque.texi:
+  copyright: ''
+  hash: 9445c893ccb7f4adcb6470f6663adc80520801fd7bb7cb2e42bab964eed3f33a
+  license: ''
+  license_text: ''
+./doc/posix-functions/remquo.texi:
+  copyright: ''
+  hash: 0ff979e3ad0cac0a72b22463117c45e9bc685b268580306b6d458edd78264314
+  license: ''
+  license_text: ''
+./doc/posix-functions/remquof.texi:
+  copyright: ''
+  hash: e28bb73079b3ad54f3419142ed7c6ac083f226e184d41764ead3282052590638
+  license: ''
+  license_text: ''
+./doc/posix-functions/remquol.texi:
+  copyright: ''
+  hash: bc044dbff7fd0b23be5f26b44a1049222c89f89f70445bc85301eb47afbed74a
+  license: ''
+  license_text: ''
+./doc/posix-functions/rename.texi:
+  copyright: ''
+  hash: c39032bcfad9308b47ecd03ca22051bdb1d9eb0b0b477cdd1163416cd87bf5f0
+  license: ''
+  license_text: ''
+./doc/posix-functions/renameat.texi:
+  copyright: ''
+  hash: e035e9ed2d0e33539ddb61b573ea4924a09c87b1f76910c40ce2c26202b1e9eb
+  license: ''
+  license_text: ''
+./doc/posix-functions/rewind.texi:
+  copyright: ''
+  hash: a512deaff9f3f3474ff3c0a57123dd7602616df0c7d2fde4e141359818edd7d0
+  license: ''
+  license_text: ''
+./doc/posix-functions/rewinddir.texi:
+  copyright: ''
+  hash: e89b432937ecd396d306882c81a06671107b06f8cb131c1a9d97ae862b5f42a3
+  license: ''
+  license_text: ''
+./doc/posix-functions/rint.texi:
+  copyright: ''
+  hash: 042af6c34ca2fc6b99deff9047e277556590db50d2af920d3fe081cb2f706f44
+  license: ''
+  license_text: ''
+./doc/posix-functions/rintf.texi:
+  copyright: ''
+  hash: 14f05e3fcdc4e98efa063d44e01339b3a449936e54009b657fee1eeef5d912ab
+  license: ''
+  license_text: ''
+./doc/posix-functions/rintl.texi:
+  copyright: ''
+  hash: 9706ab39cc355777560f542f277b3fc251e9a4bd9190b93730a0d8b9555d4da0
+  license: ''
+  license_text: ''
+./doc/posix-functions/rmdir.texi:
+  copyright: ''
+  hash: ff434e7ec1e5f14940c3854a6001ac2a319a5c12b334e1ffd9c547047a20617e
+  license: ''
+  license_text: ''
+./doc/posix-functions/round.texi:
+  copyright: ''
+  hash: 5d2906f8c9d3059e948bfa09643e8620bafce21d33dc716fa01f14e17b5c99eb
+  license: ''
+  license_text: ''
+./doc/posix-functions/roundf.texi:
+  copyright: ''
+  hash: d71e92b91f1be6f9e8d149d54a0df7571ebdc03d1f961e67f28d2757b8fd879e
+  license: ''
+  license_text: ''
+./doc/posix-functions/roundl.texi:
+  copyright: ''
+  hash: 7eefdc991b223a7b91866019d96264b08f28ab15c0a234583b946240c8643cd2
+  license: ''
+  license_text: ''
+./doc/posix-functions/scalbln.texi:
+  copyright: ''
+  hash: cb1fb8541323106d3ec9c2c393d9832cbca6ec0e106e0475e66bfd836b70c216
+  license: ''
+  license_text: ''
+./doc/posix-functions/scalblnf.texi:
+  copyright: ''
+  hash: c065b89570be10d7d4f614f85b57854829b31b17a449bf30c8e6d1c30a104f73
+  license: ''
+  license_text: ''
+./doc/posix-functions/scalblnl.texi:
+  copyright: ''
+  hash: edd8425f54873a80e41f6b35fd470fa33fbd5873a75807ffa140f51f6c28e1c6
+  license: ''
+  license_text: ''
+./doc/posix-functions/scalbn.texi:
+  copyright: ''
+  hash: 0a50c7552809d6fd864c68fe342efbdf231f288688cb335d81e9eee01fe8e3f8
+  license: ''
+  license_text: ''
+./doc/posix-functions/scalbnf.texi:
+  copyright: ''
+  hash: 43315bbc199c3459d380ab64ebc0c8d52a5143580cc09e6097b040c3fdaaf487
+  license: ''
+  license_text: ''
+./doc/posix-functions/scalbnl.texi:
+  copyright: ''
+  hash: 7e10d5f4866464831b7f79879ad18f877ae3bde5695ade638f2ea19660bee698
+  license: ''
+  license_text: ''
+./doc/posix-functions/scandir.texi:
+  copyright: ''
+  hash: 3c1dac5c798f073209be408868610a839096b577b630646a60fe5e5b03721ac2
+  license: ''
+  license_text: ''
+./doc/posix-functions/scanf.texi:
+  copyright: ''
+  hash: f81af0e116489ebfc7f9aed7dff9ccbc846676ab946da0187db9d4d4c8232304
+  license: ''
+  license_text: ''
+./doc/posix-functions/sched_get_priority_max.texi:
+  copyright: ''
+  hash: be6f5260d8ae324e5e26757284984ae34eb7e15ec3e5d898bedad4e6cda5622a
+  license: ''
+  license_text: ''
+./doc/posix-functions/sched_get_priority_min.texi:
+  copyright: ''
+  hash: 32a4cf585bad361453b4e40a7aed58fba8fe895bc465fb082f6d26d25331e2dc
+  license: ''
+  license_text: ''
+./doc/posix-functions/sched_getparam.texi:
+  copyright: ''
+  hash: f4046ec36627a0e119a8b4231f9bb4f8be39f157feedc86ca5b90621a4c4fe3d
+  license: ''
+  license_text: ''
+./doc/posix-functions/sched_getscheduler.texi:
+  copyright: ''
+  hash: 6c6d8aa80bc1079886ff0f2f7a7e252cc33fef1244743828c08da1f41af3c317
+  license: ''
+  license_text: ''
+./doc/posix-functions/sched_rr_get_interval.texi:
+  copyright: ''
+  hash: 58dc4c36cff3bb68a35f19f745a06f0432152208de5737fd24dc45703e0c6730
+  license: ''
+  license_text: ''
+./doc/posix-functions/sched_setparam.texi:
+  copyright: ''
+  hash: bd956934d92a9257c08f453c735d50999de916f00975aa964756719999c14949
+  license: ''
+  license_text: ''
+./doc/posix-functions/sched_setscheduler.texi:
+  copyright: ''
+  hash: 9b19ffb96b2acf9dac2200279f0a726f80e6e9125110ccb8f27b3f2971c395d8
+  license: ''
+  license_text: ''
+./doc/posix-functions/sched_yield.texi:
+  copyright: ''
+  hash: 1466de71d985484b092bbff11d5e0f5fee773d6646c94c8b6ad482e8d61fd2aa
+  license: ''
+  license_text: ''
+./doc/posix-functions/seed48.texi:
+  copyright: ''
+  hash: 2f18ab70e6f0ff511ec2eb5c137ec92ab2d123c03481d7c17be6c0504b202990
+  license: ''
+  license_text: ''
+./doc/posix-functions/seekdir.texi:
+  copyright: ''
+  hash: 3af63e3562106373eab282b906c686e14071f480e28810722652b13c1babcc0e
+  license: ''
+  license_text: ''
+./doc/posix-functions/select.texi:
+  copyright: ''
+  hash: 955369c92ea1381971ca11e706b02f79120859523c359d2d9c810931b31800a1
+  license: ''
+  license_text: ''
+./doc/posix-functions/sem_close.texi:
+  copyright: ''
+  hash: b29e2edbdb407df686e5c6acde2db5938300848b223c6cedf0243be39e4ad042
+  license: ''
+  license_text: ''
+./doc/posix-functions/sem_destroy.texi:
+  copyright: ''
+  hash: 650c32fb0b7fb14d1310c7b577daa272e55bb62275ba77b3c3ddf6b745817b52
+  license: ''
+  license_text: ''
+./doc/posix-functions/sem_getvalue.texi:
+  copyright: ''
+  hash: d4503d159c7c94cac950bd3a00a1bbcdb3c4546c4c46c93516bdf07ccfd9da50
+  license: ''
+  license_text: ''
+./doc/posix-functions/sem_init.texi:
+  copyright: ''
+  hash: 3891a625db1c2fa431212f484d3f26de66b407d6946075a96afa6698c57c6e46
+  license: ''
+  license_text: ''
+./doc/posix-functions/sem_open.texi:
+  copyright: ''
+  hash: 5c243c26abe8235a108d7d8bb627049772c16448236bf1001ffce8d5bdab2f71
+  license: ''
+  license_text: ''
+./doc/posix-functions/sem_post.texi:
+  copyright: ''
+  hash: 8cdda26e235c72aa8f28f24c7d096edd3b587f952c18905f19e822cf8b9c537b
+  license: ''
+  license_text: ''
+./doc/posix-functions/sem_timedwait.texi:
+  copyright: ''
+  hash: 4d864782a6e5379cf0e4af986a9d1ae3b5d5bc55cc1b406b95d8c05ffa21cf77
+  license: ''
+  license_text: ''
+./doc/posix-functions/sem_trywait.texi:
+  copyright: ''
+  hash: 74878364f95d28cfc52ef903a6d116061050c76ec7d494007e931f99a636e7a9
+  license: ''
+  license_text: ''
+./doc/posix-functions/sem_unlink.texi:
+  copyright: ''
+  hash: 0501ca375075caaaddc5aae15db97cac0886171f816b64dc8d06445cfe87b610
+  license: ''
+  license_text: ''
+./doc/posix-functions/sem_wait.texi:
+  copyright: ''
+  hash: e71a627ea1f5e9fc04049284392076ea7f9cc73eff7dd1b1284264edbc1e0aa5
+  license: ''
+  license_text: ''
+./doc/posix-functions/semctl.texi:
+  copyright: ''
+  hash: dc27522256ac085e4cd7bd91f6f8519249d9a76e7d7dc5c06b9502b0837a1399
+  license: ''
+  license_text: ''
+./doc/posix-functions/semget.texi:
+  copyright: ''
+  hash: 07f5a040306a2078e95a54ed4c8fdf6ea8580c19a6833348e956b98dd9f9b84f
+  license: ''
+  license_text: ''
+./doc/posix-functions/semop.texi:
+  copyright: ''
+  hash: 02299165d7772c178198f0e27f710a309f42cbb6a63b682a2938518c4198d380
+  license: ''
+  license_text: ''
+./doc/posix-functions/send.texi:
+  copyright: ''
+  hash: 6ded8f89763d7797ca3336134ae2cee5ee1883a064b634cb1086d8cf500849e5
+  license: ''
+  license_text: ''
+./doc/posix-functions/sendmsg.texi:
+  copyright: ''
+  hash: 885642ff697686238b3bdd60c06fc594f87ac0acb7feedd91925291ab96005bb
+  license: ''
+  license_text: ''
+./doc/posix-functions/sendto.texi:
+  copyright: ''
+  hash: c9b6a3e6515ab2cc30a20409ee74727e793ab9da62a15a6af62e3f48f499c728
+  license: ''
+  license_text: ''
+./doc/posix-functions/setbuf.texi:
+  copyright: ''
+  hash: ddb9a8459c36255011de0d784f917333a903fda38f32d743b3d2f98a916aab0c
+  license: ''
+  license_text: ''
+./doc/posix-functions/setegid.texi:
+  copyright: ''
+  hash: ea6b1c5438eaaf9f27147db09d409ef809873a5b13e4e9fd926028ba53e90ac8
+  license: ''
+  license_text: ''
+./doc/posix-functions/setenv.texi:
+  copyright: ''
+  hash: 183e9a8a46d01d2bb5b68e1e21940cf885614b1b308b4abff222efe68600dbaa
+  license: ''
+  license_text: ''
+./doc/posix-functions/seteuid.texi:
+  copyright: ''
+  hash: deda16920b17b168bf94086f9f1b7305f7a2e978aef70a1969b44c27bdff6ee6
+  license: ''
+  license_text: ''
+./doc/posix-functions/setgid.texi:
+  copyright: ''
+  hash: 0e67d746b06ea8e80816e994456c6b76e7490cf543816e42fdb76f3d5aee8e97
+  license: ''
+  license_text: ''
+./doc/posix-functions/setgrent.texi:
+  copyright: ''
+  hash: a9355c636ab01be67f9c932696a7c380808285ff52e07fe73bf783e55836ef2f
+  license: ''
+  license_text: ''
+./doc/posix-functions/sethostent.texi:
+  copyright: ''
+  hash: 1a8be3d91a00db6626251b210de5ce4bf4e52eca5ed1fbc77afc8c9c237ccc27
+  license: ''
+  license_text: ''
+./doc/posix-functions/setitimer.texi:
+  copyright: ''
+  hash: 4b6efa22eaf83fffdd6a780b7475f35601c96a504401d2f945a3ec882bd998f6
+  license: ''
+  license_text: ''
+./doc/posix-functions/setjmp.texi:
+  copyright: ''
+  hash: b569ed8effdb099d8fe484b189a3246487490117ab43cfda3e6f1a4d6b880c16
+  license: ''
+  license_text: ''
+./doc/posix-functions/setkey.texi:
+  copyright: ''
+  hash: 16acde2dd795a2891a1f0f030117dcb34bf2538b183419ce2e3584bd926cd972
+  license: ''
+  license_text: ''
+./doc/posix-functions/setlocale.texi:
+  copyright: ''
+  hash: 624344829303f3096bcb6c64d477e3f77ee5a94997eebe173c7fd8f0a8f7bbd0
+  license: ''
+  license_text: ''
+./doc/posix-functions/setlogmask.texi:
+  copyright: ''
+  hash: 62653e7d8cc2ae61c35efa3f3256b27513d24485c3065adf42589c4891893212
+  license: ''
+  license_text: ''
+./doc/posix-functions/setnetent.texi:
+  copyright: ''
+  hash: 3774695134079f8afdac5b3603a87a3fdf93a9013db493ea253115b594176706
+  license: ''
+  license_text: ''
+./doc/posix-functions/setpgid.texi:
+  copyright: ''
+  hash: 954caebb9e021739e313dbcd60db0654a8f9cf9cbf4ca8ae739be5b85efdcde4
+  license: ''
+  license_text: ''
+./doc/posix-functions/setpgrp.texi:
+  copyright: ''
+  hash: 999cb2d7077dd8dd6b4a24012faea125b1efeffba262a8ac5cad6e0c322e1808
+  license: ''
+  license_text: ''
+./doc/posix-functions/setpriority.texi:
+  copyright: ''
+  hash: 0408fb5e5707f916de9ac3f7ac92ee57548f0e72cb4e56b59d28a341fffdd4b8
+  license: ''
+  license_text: ''
+./doc/posix-functions/setprotoent.texi:
+  copyright: ''
+  hash: c07cd8b6e26c14b9c9a397d2d0660d1ec30059c472b1c76c8eb7ed7bc56183f2
+  license: ''
+  license_text: ''
+./doc/posix-functions/setpwent.texi:
+  copyright: ''
+  hash: 6f539fd66e777438e0073008bcc66ca6bc6b62016b65bab8ddfceb800685a21c
+  license: ''
+  license_text: ''
+./doc/posix-functions/setregid.texi:
+  copyright: ''
+  hash: 85b8e74b1570c16f6effe23d9fd8b39554843f3f5ce3a68da6dab5a743ee6618
+  license: ''
+  license_text: ''
+./doc/posix-functions/setreuid.texi:
+  copyright: ''
+  hash: 4420f11032020e38b17395ac7f3de8b794bbe669c56dcb7cb6bd33d91a3b2b20
+  license: ''
+  license_text: ''
+./doc/posix-functions/setrlimit.texi:
+  copyright: ''
+  hash: 3ce05f62ea96d7441da9839d84199ac1a660f67d2bb79d6c6d4281eb697a05a2
+  license: ''
+  license_text: ''
+./doc/posix-functions/setservent.texi:
+  copyright: ''
+  hash: 1ef68b4d48312d79a7863105b8aa060ad9c8fbbbea89fcb25498137bbec03ece
+  license: ''
+  license_text: ''
+./doc/posix-functions/setsid.texi:
+  copyright: ''
+  hash: a8a8709d976772fb631bfa62c8e6e6ebb7586950274f9d075bd4929e5638d419
+  license: ''
+  license_text: ''
+./doc/posix-functions/setsockopt.texi:
+  copyright: ''
+  hash: ef3ea055cc1c410fecc8de16c9dc9053f527b121d80d54a7d8fd72c3c9a09d9d
+  license: ''
+  license_text: ''
+./doc/posix-functions/setstate.texi:
+  copyright: ''
+  hash: 6bea09d86e9926fde0d02a1c5758543fe0770f879ada09f599df593f3f553982
+  license: ''
+  license_text: ''
+./doc/posix-functions/setuid.texi:
+  copyright: ''
+  hash: a4334a275656278c87e58035c968ec9b4ea9b6e5858ddf363c3ef77090ac644b
+  license: ''
+  license_text: ''
+./doc/posix-functions/setutxent.texi:
+  copyright: ''
+  hash: d86eb4f449a57fc4734906baef167e722dd725bf3319cae5c8371080615fae20
+  license: ''
+  license_text: ''
+./doc/posix-functions/setvbuf.texi:
+  copyright: ''
+  hash: 3f5b67ab10a2ee73765f922838b87f22828f8578cbc8f102797c743efc69f641
+  license: ''
+  license_text: ''
+./doc/posix-functions/shm_open.texi:
+  copyright: ''
+  hash: 29f26c744f638d347886dbd5602a8cd4f65450a347b57e9d944d81cfaebfef8e
+  license: ''
+  license_text: ''
+./doc/posix-functions/shm_unlink.texi:
+  copyright: ''
+  hash: f601ff521cf12100ced39eb63df9de31119578c45e5862640776810127ae081d
+  license: ''
+  license_text: ''
+./doc/posix-functions/shmat.texi:
+  copyright: ''
+  hash: 597f52f0c711b5e8851bb8df6678800c552a99bcb73da4008738a97c328b54ea
+  license: ''
+  license_text: ''
+./doc/posix-functions/shmctl.texi:
+  copyright: ''
+  hash: a4d0d024816c0b61e99b383d270c3a87322186de66033b88f0eeb7871993bd51
+  license: ''
+  license_text: ''
+./doc/posix-functions/shmdt.texi:
+  copyright: ''
+  hash: 6fbe10949211c04a46a0bf7dd33b284f636ea43039ec43c12fa59f82e7a55abb
+  license: ''
+  license_text: ''
+./doc/posix-functions/shmget.texi:
+  copyright: ''
+  hash: 931ff55278ca1070f1b3d2ab782bc0a548d2c1e698d159b64bba85ca62dc6d1b
+  license: ''
+  license_text: ''
+./doc/posix-functions/shutdown.texi:
+  copyright: ''
+  hash: d8d887eabf7876eb2a56a311210b2124f4828a2c0c2db19b7ed6798e55799fad
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigaction.texi:
+  copyright: ''
+  hash: f54e90432f6cae8c2bc8008a286f7146a59b88f90614061fad0282ab6d01e682
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigaddset.texi:
+  copyright: ''
+  hash: 668fe61079e720ce47bf75cdc0100b095e31bbbd70d337b55ed055308cda518d
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigaltstack.texi:
+  copyright: ''
+  hash: a3aaea280a52c3a5cb48521ce19860f65512362c8560bdb5b702f85d46715865
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigdelset.texi:
+  copyright: ''
+  hash: 8499b96c29266337c83d00b963f6ac1dd31deb966db7bd657ccc609cd6f66cd6
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigemptyset.texi:
+  copyright: ''
+  hash: 941fcc1918d2a488c116da251970469fd0539fde62e7ff5ec206db4040bbc5a7
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigfillset.texi:
+  copyright: ''
+  hash: 2e0d0b8a8a6c61e7f32e8c5015cd20a919874883da5437852bc06569c9dac495
+  license: ''
+  license_text: ''
+./doc/posix-functions/sighold.texi:
+  copyright: ''
+  hash: 06533462122406cad522a6bea4440a699f334237483adb3a98a0f4d3447ee5e0
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigignore.texi:
+  copyright: ''
+  hash: ac8cb73f35864246eaab77c86e3e165a0923229c80c67536c1cf537d0d7e83ef
+  license: ''
+  license_text: ''
+./doc/posix-functions/siginterrupt.texi:
+  copyright: ''
+  hash: 62497a06f81f88e64c3f8ad7dd4d8ad64f642153601a04999286b4c2b4537315
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigismember.texi:
+  copyright: ''
+  hash: 250e68032f189b85149b4e894cf8ef96db4958b1decab88f8b9be68a66c13067
+  license: ''
+  license_text: ''
+./doc/posix-functions/siglongjmp.texi:
+  copyright: ''
+  hash: edb01058e0c44ff6e58153dcbb82a49129682740e924ad52ff9015c229f89dba
+  license: ''
+  license_text: ''
+./doc/posix-functions/signal.texi:
+  copyright: ''
+  hash: f86298dfb21949f7768fe38ff5bfdf4e616065a79aeb1a42be32581d94e53e70
+  license: ''
+  license_text: ''
+./doc/posix-functions/signbit.texi:
+  copyright: ''
+  hash: 4fa99e96367dde52e43e87f2c8d45dd9875446be5b4ca63a8da5c56b9e9bec46
+  license: ''
+  license_text: ''
+./doc/posix-functions/signgam.texi:
+  copyright: ''
+  hash: d33240c8d8825a1bed6495a63be5e362de9d5aca9f4f98170c94677cd7e4602c
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigpause.texi:
+  copyright: ''
+  hash: 59b9074660054973e87b7deba1e0a0acef6fa2d99c940a0f325eb88cfcc6f8be
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigpending.texi:
+  copyright: ''
+  hash: 23ddf513271bdf0ef94f94028a52b13dc9e20b4e31055458b5ec0c17acf96f27
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigprocmask.texi:
+  copyright: ''
+  hash: ab49449c86ee29593ca879fbcc395525f56ce7502654dcb2b0feff0032afd716
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigqueue.texi:
+  copyright: ''
+  hash: 09ec00e35419978461db974afc8394de8386eeffebc30f2a050be93cee45f512
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigrelse.texi:
+  copyright: ''
+  hash: ad10917e9bc993b5219edf1df1a88d5b62086ac10e4d4009e047d257acf346f5
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigset.texi:
+  copyright: ''
+  hash: 7d9a3454060916136b9a6c9cc4d663b762f9a28a674a9183ae4c6e295202d3f7
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigsetjmp.texi:
+  copyright: ''
+  hash: 650391b825b638864893e18142d9049b3f2ca35b24fd31a387909e3034489898
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigsuspend.texi:
+  copyright: ''
+  hash: eb1751e10c0a6e0721be5451126bd543d7eff6b9eabb46608528f1e3fe02fb6d
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigtimedwait.texi:
+  copyright: ''
+  hash: 5a1e5a8999c81ac282757a7f05d2126d897c84365368b5a07d78816ff0a82b14
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigwait.texi:
+  copyright: ''
+  hash: 8cf7e6821940746957e303ba492cffa46a32c6ec980e43390d77ce7b6b066997
+  license: ''
+  license_text: ''
+./doc/posix-functions/sigwaitinfo.texi:
+  copyright: ''
+  hash: c3c59c5cdb644f1f909a221533e3fd470b255b078874d565ad3793694184f84c
+  license: ''
+  license_text: ''
+./doc/posix-functions/sin.texi:
+  copyright: ''
+  hash: 08730516338af56aab96a86a7eb36debced2a0c360c20890b8afcf22b54f300c
+  license: ''
+  license_text: ''
+./doc/posix-functions/sinf.texi:
+  copyright: ''
+  hash: 09c28f2f386d5d3290054bf2da2ff4e0420e8446fadfe448642f2b27ff05dfae
+  license: ''
+  license_text: ''
+./doc/posix-functions/sinh.texi:
+  copyright: ''
+  hash: ec731b9f69f60a5651d76ee3edd4d3471c50812292b79182bca30319ee4ad275
+  license: ''
+  license_text: ''
+./doc/posix-functions/sinhf.texi:
+  copyright: ''
+  hash: 0af009b32be82f7aab45c40b3d76e584a4ae2470a59d1caca580255619df638a
+  license: ''
+  license_text: ''
+./doc/posix-functions/sinhl.texi:
+  copyright: ''
+  hash: db245eb336eeebc4547065b3d9c9fbf8d8d4147bc980f79b23a479de19aa464d
+  license: ''
+  license_text: ''
+./doc/posix-functions/sinl.texi:
+  copyright: ''
+  hash: 3dd2e8f3ba311ca442aecfa0ecf0d72eaefdab0ee464687d320ccad6fc5245be
+  license: ''
+  license_text: ''
+./doc/posix-functions/sleep.texi:
+  copyright: ''
+  hash: eec32c9c87dae7ba178d73c7a9be06be4c6e4179f17448ac9f7796609ef42c33
+  license: ''
+  license_text: ''
+./doc/posix-functions/snprintf.texi:
+  copyright: ''
+  hash: 74ea816d1f18826d60ce5c9e41b5f99d109e74823879669f88dfe8abcb71a1d1
+  license: ''
+  license_text: ''
+./doc/posix-functions/sockatmark.texi:
+  copyright: ''
+  hash: 8858609f9b81de288d5374472cf1fb6eb03b7b95200b90161896ae18ade5b775
+  license: ''
+  license_text: ''
+./doc/posix-functions/socket.texi:
+  copyright: ''
+  hash: 84c360249d7930687650b0ca6905ddfa38f9ee2f69fec5cc8237afde6bc519ec
+  license: ''
+  license_text: ''
+./doc/posix-functions/socketpair.texi:
+  copyright: ''
+  hash: 55365cc88e4e3ad7fb6dd888cee6cfc7648bd0be1e022a73d845a2385678edcd
+  license: ''
+  license_text: ''
+./doc/posix-functions/sprintf.texi:
+  copyright: ''
+  hash: a21b555d2da3529f73de7551aa95dded3f9c6ab803842d2456116e71fa92edbe
+  license: ''
+  license_text: ''
+./doc/posix-functions/sqrt.texi:
+  copyright: ''
+  hash: 7e30bd4fc2194f5914e61b73b898220bf011ee95a5ad3b34d0cb92ec54b559e9
+  license: ''
+  license_text: ''
+./doc/posix-functions/sqrtf.texi:
+  copyright: ''
+  hash: 10a7574ff94691729182050b6a47fd5a2ae3d6a66adb36272bdf0095598e7fc9
+  license: ''
+  license_text: ''
+./doc/posix-functions/sqrtl.texi:
+  copyright: ''
+  hash: bf8dd13cc45e94742226ff5ce7130ca9b5907585be186a14ce3ce77c64ca62b1
+  license: ''
+  license_text: ''
+./doc/posix-functions/srand.texi:
+  copyright: ''
+  hash: aa93c79e8157f01b7a629b0b5f0f6a7c1252662264ad35b0cdd2342bc338381f
+  license: ''
+  license_text: ''
+./doc/posix-functions/srand48.texi:
+  copyright: ''
+  hash: 0761516af868d287ee03c854d072514bac9c81e41524af1468472eae33161717
+  license: ''
+  license_text: ''
+./doc/posix-functions/srandom.texi:
+  copyright: ''
+  hash: f5d2b60f3b5c5f63149c374992026e7c510b34a7898a57bb4c110acc9658a26a
+  license: ''
+  license_text: ''
+./doc/posix-functions/sscanf.texi:
+  copyright: ''
+  hash: e4cfada8c78584c3cd187695f11c2a905b7e07c7b29e2babc8bcbb519b5e1123
+  license: ''
+  license_text: ''
+./doc/posix-functions/stat.texi:
+  copyright: ''
+  hash: 123a47156482257067343ed24e8b60126edba9e095f48964f47673cd0bfbe29b
+  license: ''
+  license_text: ''
+./doc/posix-functions/statvfs.texi:
+  copyright: ''
+  hash: 30f4c6b516bbf8e91647d5c6659f77e6c70d9af6869b9685339e6d818ec055b1
+  license: ''
+  license_text: ''
+./doc/posix-functions/stderr.texi:
+  copyright: ''
+  hash: 5364ff3037b117a9a3ea92d4a18512327103703fe8d86f7cfbb0931970bd2713
+  license: ''
+  license_text: ''
+./doc/posix-functions/stdin.texi:
+  copyright: ''
+  hash: 95871cd059164fa2886904158502dc2e48a53c0a088a3f9d274891a9ffc9c206
+  license: ''
+  license_text: ''
+./doc/posix-functions/stdout.texi:
+  copyright: ''
+  hash: 911ca9896bddf6c274b9ee521a785388f24ac9c29e340bd34dad24d693024076
+  license: ''
+  license_text: ''
+./doc/posix-functions/stpcpy.texi:
+  copyright: ''
+  hash: 6d12b7384c18aa4c1d7acc731a03f84b0e1eb5fef4c5c469879368d90d73da65
+  license: ''
+  license_text: ''
+./doc/posix-functions/stpncpy.texi:
+  copyright: ''
+  hash: 2ff5f4487076e18840a6359df666be71affdde99f0f8cd0b203733c9d7ecdb9c
+  license: ''
+  license_text: ''
+./doc/posix-functions/strcasecmp.texi:
+  copyright: ''
+  hash: badf50543ef81b017e473c1ac490a64c6823cfd4d127edacc90cceadb861d2b6
+  license: ''
+  license_text: ''
+./doc/posix-functions/strcasecmp_l.texi:
+  copyright: ''
+  hash: a768a3a3be727adcfb777eba1d84b7cf4b72e61e7c9e708de2941f7fa5958cd1
+  license: ''
+  license_text: ''
+./doc/posix-functions/strcat.texi:
+  copyright: ''
+  hash: 75f87a6dd9f91ec72d1b5bf5796a95f0aa131e209fadd78fcb853faa9169686d
+  license: ''
+  license_text: ''
+./doc/posix-functions/strchr.texi:
+  copyright: ''
+  hash: 36cf7343a2bb876b2c9196b18bcdb688afe79ec0af0cad660e485becdbaf0066
+  license: ''
+  license_text: ''
+./doc/posix-functions/strcmp.texi:
+  copyright: ''
+  hash: a10138a6f973a059843058e652e70f333ef3468b56efefc5ac55a9ba49b67a5c
+  license: ''
+  license_text: ''
+./doc/posix-functions/strcoll.texi:
+  copyright: ''
+  hash: acce3a9537d5ddb029f8953dbb50d810378dbf3863505146bf9f76a7b533b435
+  license: ''
+  license_text: ''
+./doc/posix-functions/strcoll_l.texi:
+  copyright: ''
+  hash: 7bd1252108aa2166315f0aa7ef6448b6bfe63c315dbc82f011ea3d9071eee67a
+  license: ''
+  license_text: ''
+./doc/posix-functions/strcpy.texi:
+  copyright: ''
+  hash: acdb04f28f5f2c8dbf7bccfcbdf73c61feb8b358c0d397eee7bea0ef8567c183
+  license: ''
+  license_text: ''
+./doc/posix-functions/strcspn.texi:
+  copyright: ''
+  hash: 188365dbbe86e0958763556dec88d8de353ba2dfb3180368e9a21cb3894852b2
+  license: ''
+  license_text: ''
+./doc/posix-functions/strdup.texi:
+  copyright: ''
+  hash: 7cf97d9170d78be90b16cc5f21db6439a81c87820572e25015b1445c0a217a95
+  license: ''
+  license_text: ''
+./doc/posix-functions/strerror.texi:
+  copyright: ''
+  hash: 5cf702642ccb657de95f179d7d8cd5b91c1bef6ea9a8704d884a5a4fdfb129d7
+  license: ''
+  license_text: ''
+./doc/posix-functions/strerror_l.texi:
+  copyright: ''
+  hash: f53bab3e59687834427a712089e796b1c636843c27b9734ad8e61cedf3a731d3
+  license: ''
+  license_text: ''
+./doc/posix-functions/strerror_r.texi:
+  copyright: ''
+  hash: bd9abbc124e3965ff952d66ede327c03da9cdac724e678ff1b47ac7599bee430
+  license: ''
+  license_text: ''
+./doc/posix-functions/strfmon.texi:
+  copyright: ''
+  hash: fa35122d8ab10155bce9ec4fefd7f84814200f6ac6d20e7926e6005bca465f38
+  license: ''
+  license_text: ''
+./doc/posix-functions/strfmon_l.texi:
+  copyright: ''
+  hash: a3d655a15ef2be01f1cd39d34ec508340da703574239e172620f42a3b7aac95f
+  license: ''
+  license_text: ''
+./doc/posix-functions/strftime.texi:
+  copyright: ''
+  hash: d539cd8edf72e017bdc5f132c80d0f05dc020c9b6389287b633c49e5c3df30f0
+  license: ''
+  license_text: ''
+./doc/posix-functions/strftime_l.texi:
+  copyright: ''
+  hash: 82cd38c47f75443fdab545bbbd2132c503e7799542849bbedbd3d6e8c9ce8eae
+  license: ''
+  license_text: ''
+./doc/posix-functions/strlen.texi:
+  copyright: ''
+  hash: 1b413a166157fb068b2c64a07f6e80ad13282e2ecba419a0ec3a8f899c821351
+  license: ''
+  license_text: ''
+./doc/posix-functions/strncasecmp.texi:
+  copyright: ''
+  hash: fc8c28434f75a3f113e05fe24701a64a92f44c731e3699728067a6e1e4fc7be6
+  license: ''
+  license_text: ''
+./doc/posix-functions/strncasecmp_l.texi:
+  copyright: ''
+  hash: b568ccf522388267f99115bf304ab2fef52da7be1787494182d462dc36d94cc2
+  license: ''
+  license_text: ''
+./doc/posix-functions/strncat.texi:
+  copyright: ''
+  hash: 37c72755ce0f32519b7030015548f81b5ddb603572d4235213ef5c25fc4b1f08
+  license: ''
+  license_text: ''
+./doc/posix-functions/strncmp.texi:
+  copyright: ''
+  hash: 94ab0ea5a729919b09600422944e2d28f834a67129d0cf170b12214e3b81c0b4
+  license: ''
+  license_text: ''
+./doc/posix-functions/strncpy.texi:
+  copyright: ''
+  hash: c7be9f6c82636d0bd9d269f27217fc91cd1b14b12b3cd675a69372c2a9e80c0e
+  license: ''
+  license_text: ''
+./doc/posix-functions/strndup.texi:
+  copyright: ''
+  hash: e0b6b1b06e1ec5f402fb9c29280e255a2d24c7cc9355d3d162293a071ad22ccd
+  license: ''
+  license_text: ''
+./doc/posix-functions/strnlen.texi:
+  copyright: ''
+  hash: 09841ae5ba34ca51954f32130c1d4eb51bf2d9b0a14d629d2925fb2f9e46c301
+  license: ''
+  license_text: ''
+./doc/posix-functions/strpbrk.texi:
+  copyright: ''
+  hash: d2f2f98d30f61834946a113f8fcd98d68a4f770cdc12c1e94e2901bd9e13356d
+  license: ''
+  license_text: ''
+./doc/posix-functions/strptime.texi:
+  copyright: ''
+  hash: 9d5f2fa9ba5c42c165053a9b6db60e17bc3191b97060e08fd98ebb475cc6d79d
+  license: ''
+  license_text: ''
+./doc/posix-functions/strrchr.texi:
+  copyright: ''
+  hash: 788dbadaf72f19321b38b22556685126d1594561d1f9a9ae9cc09827f9fa3151
+  license: ''
+  license_text: ''
+./doc/posix-functions/strsignal.texi:
+  copyright: ''
+  hash: 61f10e8f601d3a4628c84998f180469c90d0aefaf90ba9a62827299f2f126689
+  license: ''
+  license_text: ''
+./doc/posix-functions/strspn.texi:
+  copyright: ''
+  hash: 2a1c53120d514105b57c368cb23d4e46fe3f16d8786773aff84b82f02fef4877
+  license: ''
+  license_text: ''
+./doc/posix-functions/strstr.texi:
+  copyright: ''
+  hash: 1f27746d93c895a94c5cf76174b8f995d71a2b4c755442257e2197b2a902479d
+  license: ''
+  license_text: ''
+./doc/posix-functions/strtod.texi:
+  copyright: ''
+  hash: 365cce4e7e6e0936e61ebb46148d19d5c234a83cbe0cba7813d9bb6cc985061c
+  license: ''
+  license_text: ''
+./doc/posix-functions/strtof.texi:
+  copyright: ''
+  hash: 800e5963bd2b5a8b8b6479cdc34b55ccc305bc1c01cf851a5bb1973bcbe65ec7
+  license: ''
+  license_text: ''
+./doc/posix-functions/strtoimax.texi:
+  copyright: ''
+  hash: 07a772a0c8920229e32f93fdba350a63ef05ae4052d7318e486af839cb083b4e
+  license: ''
+  license_text: ''
+./doc/posix-functions/strtok.texi:
+  copyright: ''
+  hash: 93ef88224e257d3b4db7cb2a42c759c7764d98e15fb3776ba9115e8936c9f24d
+  license: ''
+  license_text: ''
+./doc/posix-functions/strtok_r.texi:
+  copyright: ''
+  hash: 8d833a604fb6a409f5bdcee4b7e190a744d5fd1cd1499b013aa45c3f4553a87d
+  license: ''
+  license_text: ''
+./doc/posix-functions/strtol.texi:
+  copyright: ''
+  hash: f4cbbccfa8d4480ac05f6ac8fdd0adfb81ac20c29f1f443dc09acfa0e26b31cd
+  license: ''
+  license_text: ''
+./doc/posix-functions/strtold.texi:
+  copyright: ''
+  hash: ab5362791ae717cd5ef6bb0772f1388ad105975ef1ac9cec913bd079aef27304
+  license: ''
+  license_text: ''
+./doc/posix-functions/strtoll.texi:
+  copyright: ''
+  hash: 6e78bee2b134a3ccdbd4c5ec718d550574336316cd9cf507f301836114f19745
+  license: ''
+  license_text: ''
+./doc/posix-functions/strtoul.texi:
+  copyright: ''
+  hash: 39af89f51e8499d0e45202415cd0acc6df8d760de09e062a07a792f60ead42f6
+  license: ''
+  license_text: ''
+./doc/posix-functions/strtoull.texi:
+  copyright: ''
+  hash: 502bfd532b44bacf680008275c9f4a325d02730b76c513a3db57d9687661a28f
+  license: ''
+  license_text: ''
+./doc/posix-functions/strtoumax.texi:
+  copyright: ''
+  hash: 92e79151a7b5be6fe45e4e76ddb6883bd3604b12cdc64be9f2ff60568e25c35e
+  license: ''
+  license_text: ''
+./doc/posix-functions/strxfrm.texi:
+  copyright: ''
+  hash: 2e9ff3d258cf0e931f5ad6f504d3af198d9b7282b3579997f211b861d1d26cb0
+  license: ''
+  license_text: ''
+./doc/posix-functions/strxfrm_l.texi:
+  copyright: ''
+  hash: 28a8f2a859ab6f28d3a73bba38a8e73fa3c98fd38624004d156dada19373a165
+  license: ''
+  license_text: ''
+./doc/posix-functions/swab.texi:
+  copyright: ''
+  hash: 0efda80502ac9e77eb91666fef4614b531e75863aa0c5b63c14fde63fcfab7d6
+  license: ''
+  license_text: ''
+./doc/posix-functions/swprintf.texi:
+  copyright: ''
+  hash: 6430c0d51849668e4fa93c5887c2a46780e3f4ed0a0d575ff6582d5c428bef84
+  license: ''
+  license_text: ''
+./doc/posix-functions/swscanf.texi:
+  copyright: ''
+  hash: 745d2a1708ceb548a667178167fb3639fcca41d144089ce21e9bac655f4f10a8
+  license: ''
+  license_text: ''
+./doc/posix-functions/symlink.texi:
+  copyright: ''
+  hash: 314b0d6c636c220da57dceb00da791dc7b10d7d531fde6f6dac8e65093498962
+  license: ''
+  license_text: ''
+./doc/posix-functions/symlinkat.texi:
+  copyright: ''
+  hash: ead5d35dcdcb2682d9f9a66f90660a98729a08c2108bef734b8fb4ce57933df5
+  license: ''
+  license_text: ''
+./doc/posix-functions/sync.texi:
+  copyright: ''
+  hash: 7318ead6367b7202f8f8addff640a06719fbd27a6f7e84d004d8849ac64346f1
+  license: ''
+  license_text: ''
+./doc/posix-functions/sysconf.texi:
+  copyright: ''
+  hash: f4ec58ac0d37fe9f9f03d5f6e9950339e6e80915c5b8168c48841905ae1157e7
+  license: ''
+  license_text: ''
+./doc/posix-functions/syslog.texi:
+  copyright: ''
+  hash: e4cb1686c18111b2e6457463aedd60e83055ff5024e2e37079f1ae12a24f233c
+  license: ''
+  license_text: ''
+./doc/posix-functions/system.texi:
+  copyright: ''
+  hash: 63ccc8cfc6250591e658f77d536a449d696662ba7cdae442e7a1cc019cf017b8
+  license: ''
+  license_text: ''
+./doc/posix-functions/tan.texi:
+  copyright: ''
+  hash: e68856ce79cd8c3fec7d32140e802d8560e47fbb1a14ae5b768f1c0cba81108e
+  license: ''
+  license_text: ''
+./doc/posix-functions/tanf.texi:
+  copyright: ''
+  hash: 1a01dc23585f7592a4c69e81752d668581b08c7b3639d715144623619d284034
+  license: ''
+  license_text: ''
+./doc/posix-functions/tanh.texi:
+  copyright: ''
+  hash: 8eb51b906f4b78a632331a3f9dcc7f23f5ed487d567bd8f155bc8358edab4fa8
+  license: ''
+  license_text: ''
+./doc/posix-functions/tanhf.texi:
+  copyright: ''
+  hash: 3a85903d1f0b342e11502b8e5e20075701a78c536b56b2b3366ca2c7864de645
+  license: ''
+  license_text: ''
+./doc/posix-functions/tanhl.texi:
+  copyright: ''
+  hash: 51dfbc3bce5404672ff977892aef307d94c3596b901a2a1e1d0efe2e5b076a11
+  license: ''
+  license_text: ''
+./doc/posix-functions/tanl.texi:
+  copyright: ''
+  hash: 9ce1e355cccba2656a3f3c9d15f655438c935abfcd2554cfff591c570270afa1
+  license: ''
+  license_text: ''
+./doc/posix-functions/tcdrain.texi:
+  copyright: ''
+  hash: 30b5fd8f28f32443639f027c70b5f4f4bd7931b1858ff6084ad1c05813fe8371
+  license: ''
+  license_text: ''
+./doc/posix-functions/tcflow.texi:
+  copyright: ''
+  hash: fcf35a71df545394d6f13c5de361c03179d365b7af15ee781f9e8f6d3a1eb786
+  license: ''
+  license_text: ''
+./doc/posix-functions/tcflush.texi:
+  copyright: ''
+  hash: c7b595e888a3ffd4fe6f06aefcd971d74f4e6d56be26c3f0d05369575d303c71
+  license: ''
+  license_text: ''
+./doc/posix-functions/tcgetattr.texi:
+  copyright: ''
+  hash: 71e2e0df1a7402213105aecba8f8de4e340ec30d04daee10b2b1065c7b96e961
+  license: ''
+  license_text: ''
+./doc/posix-functions/tcgetpgrp.texi:
+  copyright: ''
+  hash: e8de5b93307c6361400abe4854709e4d3c991cb26f11aeda528ccbc5be2a3fcd
+  license: ''
+  license_text: ''
+./doc/posix-functions/tcgetsid.texi:
+  copyright: ''
+  hash: 6044b909169f5e6c73ff4020188b32c0ec7dc5b4589353a07b4b04b04d52520c
+  license: ''
+  license_text: ''
+./doc/posix-functions/tcsendbreak.texi:
+  copyright: ''
+  hash: 86c7cbb59421f0de1eddba853ce4dd610867766294903881c7c0654fe6386901
+  license: ''
+  license_text: ''
+./doc/posix-functions/tcsetattr.texi:
+  copyright: ''
+  hash: 14d572cea21d6c988a0e8acc4d0e4255a2043d6c5bb4021e634939d6e893dc84
+  license: ''
+  license_text: ''
+./doc/posix-functions/tcsetpgrp.texi:
+  copyright: ''
+  hash: df3bc03aa1a37366daf575d19c635f959870f973745c4b1ec95cf8ebc44149d2
+  license: ''
+  license_text: ''
+./doc/posix-functions/tdelete.texi:
+  copyright: ''
+  hash: 2cfcc70010c6e78ac9fd895a2f419221a9ce6ec94be07109ca2954acfe915d55
+  license: ''
+  license_text: ''
+./doc/posix-functions/telldir.texi:
+  copyright: ''
+  hash: f73934729f70cadf8cc57b4b84aa7db0476e8a8cd0cb71170c092fce260d7b04
+  license: ''
+  license_text: ''
+./doc/posix-functions/tempnam.texi:
+  copyright: ''
+  hash: ba4bc9a1f6ef3babb28e7935f86b4e84985783bc30eadb3f7db83d7e743854de
+  license: ''
+  license_text: ''
+./doc/posix-functions/tfind.texi:
+  copyright: ''
+  hash: 8e28f82a0b6d8e9d30543040d37e5da148dcba2ac1966f3ca3a5c1e77498defc
+  license: ''
+  license_text: ''
+./doc/posix-functions/tgamma.texi:
+  copyright: ''
+  hash: e3170fa8dfb492d07b6afd6ef34134aeccdbe36b8415a890d78264edf7c06103
+  license: ''
+  license_text: ''
+./doc/posix-functions/tgammaf.texi:
+  copyright: ''
+  hash: 59fe5d0c05a421e9c2cf4bb11fedeedaef254392f08926de41ab4e687cedf0c8
+  license: ''
+  license_text: ''
+./doc/posix-functions/tgammal.texi:
+  copyright: ''
+  hash: 943644e0ebb83e41a20082963f5f2e2e345a0fc180988cbb0b207f5c7ba1baa8
+  license: ''
+  license_text: ''
+./doc/posix-functions/time.texi:
+  copyright: ''
+  hash: f9b5b2a6ab6f8ad17ba13389a968b0b8b4d7fb51c9ce60795b59b8a0ebdf723f
+  license: ''
+  license_text: ''
+./doc/posix-functions/timer_create.texi:
+  copyright: ''
+  hash: aa48984b37e3242c47e6be12f06f9f22a381cf855a74ffb4771d30d26eaccbd0
+  license: ''
+  license_text: ''
+./doc/posix-functions/timer_delete.texi:
+  copyright: ''
+  hash: 9f40fbbfd041aec21c01f167d3fa775b4da57796a14045de22548ab661233116
+  license: ''
+  license_text: ''
+./doc/posix-functions/timer_getoverrun.texi:
+  copyright: ''
+  hash: ee8036d0e190e7a4e65daa21713978a5f2fd12ffa5136e179e2b1ad3fdce518f
+  license: ''
+  license_text: ''
+./doc/posix-functions/timer_gettime.texi:
+  copyright: ''
+  hash: 0f4533c5258cae9102002b9a8ba2b714f496405280d45cb9d2941c86a72869d0
+  license: ''
+  license_text: ''
+./doc/posix-functions/timer_settime.texi:
+  copyright: ''
+  hash: 5eb7168e5b8040995c90d5e32571e93782d45e79231eed4f232e036987611762
+  license: ''
+  license_text: ''
+./doc/posix-functions/times.texi:
+  copyright: ''
+  hash: 482e24f04aa2e3941f6fc5eb7f046ed4d1ee2a39dbb3bb3e12e0f3c19345cb1d
+  license: ''
+  license_text: ''
+./doc/posix-functions/timezone.texi:
+  copyright: ''
+  hash: e1d7a4921fa24e833700c99f6d300b61d32526b7935199f051fad6ff211bf45a
+  license: ''
+  license_text: ''
+./doc/posix-functions/tmpfile.texi:
+  copyright: ''
+  hash: 904fed95fa650f4c93c4a58b2ea52ca7b411f5288c30715471b6667e0e904504
+  license: ''
+  license_text: ''
+./doc/posix-functions/tmpnam.texi:
+  copyright: ''
+  hash: 6e4396c7ae68b179b1e179e818d08a1a9820122e871bda0610a87e04078aea5e
+  license: ''
+  license_text: ''
+./doc/posix-functions/toascii.texi:
+  copyright: ''
+  hash: a63c62f69df8bb6e245e8bf71b927f682d2d1212058d11629dbd30a4ef6d8f9b
+  license: ''
+  license_text: ''
+./doc/posix-functions/tolower.texi:
+  copyright: ''
+  hash: 1b2f8cce61019297aaa68ec1e1ea2856de5160abee4127b8a898d078b68628e1
+  license: ''
+  license_text: ''
+./doc/posix-functions/tolower_l.texi:
+  copyright: ''
+  hash: 5b29c5b4cfc1be53c2fa4258ccf06fd4cc7d2a19ecf65183c4e42970c01b0e1a
+  license: ''
+  license_text: ''
+./doc/posix-functions/toupper.texi:
+  copyright: ''
+  hash: 47ef5185e560e102645735337ac7d4f5dae70954d585ed35e0819f47ad365579
+  license: ''
+  license_text: ''
+./doc/posix-functions/toupper_l.texi:
+  copyright: ''
+  hash: 0342a2e2ec242ddaf3c12655e916c53ec14f94134a3c097fa1cdcb1d3f241777
+  license: ''
+  license_text: ''
+./doc/posix-functions/towctrans.texi:
+  copyright: ''
+  hash: a181acaad2edfd2ecf09f3c8e55c814975952ff035dfb134d4b995bf5f030a26
+  license: ''
+  license_text: ''
+./doc/posix-functions/towctrans_l.texi:
+  copyright: ''
+  hash: 73fe7610506f9999ab88ad52cc8862a59c9c5338b6a01ead7fd435d9529f4e38
+  license: ''
+  license_text: ''
+./doc/posix-functions/towlower.texi:
+  copyright: ''
+  hash: aa4405ec124bdbd944ffe78ea52aa05bc83efaec228a80bd22b69ae723e08457
+  license: ''
+  license_text: ''
+./doc/posix-functions/towlower_l.texi:
+  copyright: ''
+  hash: 3f166724aba5166ab79df589a68a2a533090e3763628a8f165c7924ea16c6cf4
+  license: ''
+  license_text: ''
+./doc/posix-functions/towupper.texi:
+  copyright: ''
+  hash: d77a908d34647352d5a7383d6e64f095550e6faeb8b8e1c3e5630c6dffded2a7
+  license: ''
+  license_text: ''
+./doc/posix-functions/towupper_l.texi:
+  copyright: ''
+  hash: 07439c40f53abbd745be4e89643b101c1693dca0efc5c17735c913171d8c28d5
+  license: ''
+  license_text: ''
+./doc/posix-functions/trunc.texi:
+  copyright: ''
+  hash: 791f300d8100cad8aff9c800bf05c6536235eafd73a3a21b8c630a9e2d45b532
+  license: ''
+  license_text: ''
+./doc/posix-functions/truncate.texi:
+  copyright: ''
+  hash: 0b28b17f3eb5dfeb9ea527db199408d713c4db273dc97445a9a25dd7be1baf75
+  license: ''
+  license_text: ''
+./doc/posix-functions/truncf.texi:
+  copyright: ''
+  hash: 35f3147c94f47135cf209dd151a4adbc2f8ef1dc89cb6b58f710c9d8b1d8290a
+  license: ''
+  license_text: ''
+./doc/posix-functions/truncl.texi:
+  copyright: ''
+  hash: eb32d6d84741f5acdfeddfd7d04a8d8b0c2808fa53fb8356a4c14dd8fb45c58c
+  license: ''
+  license_text: ''
+./doc/posix-functions/tsearch.texi:
+  copyright: ''
+  hash: fb17cfbc79648192633f55ceac1e4c214c6296ff5e8bd7ef6a9d08d0e35ca83d
+  license: ''
+  license_text: ''
+./doc/posix-functions/ttyname.texi:
+  copyright: ''
+  hash: 1c5720bf7f4924cb1c1d89b279297ee2c9a36f7373aaab96555cc8b9394581c9
+  license: ''
+  license_text: ''
+./doc/posix-functions/ttyname_r.texi:
+  copyright: ''
+  hash: 6aafe08248eda45a269a0ecb4e0260c30e9c56529ba677d26334ca55572d2494
+  license: ''
+  license_text: ''
+./doc/posix-functions/twalk.texi:
+  copyright: ''
+  hash: 459a323f489d0a9bc667eeed00ceeca12d0d1bd5cd25cd3d5c697674de19f194
+  license: ''
+  license_text: ''
+./doc/posix-functions/tzname.texi:
+  copyright: ''
+  hash: ad6c71b0b8985d6633094ce2e10dfad435f84a578d3fce605bdf24f113e3e159
+  license: ''
+  license_text: ''
+./doc/posix-functions/tzset.texi:
+  copyright: ''
+  hash: b99289e95469c48bbb0e10e51d4bd8871a54b739277e2410432a6f0ff06c7d65
+  license: ''
+  license_text: ''
+./doc/posix-functions/ulimit.texi:
+  copyright: ''
+  hash: 81846368033f83f22d8446245a3329812b24bb3dfb6b4620e1c041c49db8ee4a
+  license: ''
+  license_text: ''
+./doc/posix-functions/umask.texi:
+  copyright: ''
+  hash: 74d78845243a25ee7a64e888c51e3e907a09a751fc59f215b17b240ca412f5b9
+  license: ''
+  license_text: ''
+./doc/posix-functions/uname.texi:
+  copyright: ''
+  hash: 0e5abab7cbbb9d8b1510bbba674f3a5a350821e146c9adc161a02f5e1f01a622
+  license: ''
+  license_text: ''
+./doc/posix-functions/ungetc.texi:
+  copyright: ''
+  hash: 4756a19894f72d25555632d9283d627ce1f4a7e37ffc74ef75f8b50193fb27f4
+  license: ''
+  license_text: ''
+./doc/posix-functions/ungetwc.texi:
+  copyright: ''
+  hash: c87631e3dd274f3ecbb3b453afcdbf85b84a2f90268c07e288f819d2a9fdd5bc
+  license: ''
+  license_text: ''
+./doc/posix-functions/unlink.texi:
+  copyright: ''
+  hash: 75e3e27036dd8ca48592cce7100c0d03975cebd78d0ce34ce3f995de01d2a877
+  license: ''
+  license_text: ''
+./doc/posix-functions/unlinkat.texi:
+  copyright: ''
+  hash: d0b53bf9986e68f1bf694e489fd172c9dc49b4e698842542785d3431e8af5937
+  license: ''
+  license_text: ''
+./doc/posix-functions/unlockpt.texi:
+  copyright: ''
+  hash: 07851bc5b061abb328fe21cc6c516dd99863202bf002957769f7328ca46a41c8
+  license: ''
+  license_text: ''
+./doc/posix-functions/unsetenv.texi:
+  copyright: ''
+  hash: 28dc319f9887a6fce6c8f26ab4d076f8018e7261c698b69f1a1246ffed649fb1
+  license: ''
+  license_text: ''
+./doc/posix-functions/uselocale.texi:
+  copyright: ''
+  hash: 9401600a32501ef05e08413e3c660fe41d04d6f91478c7a6163d8dcf77374afa
+  license: ''
+  license_text: ''
+./doc/posix-functions/utime.texi:
+  copyright: ''
+  hash: 30a6cbc3c575f8e9b8107976796986e4da673a87aceebe1b755c8b9ee976705b
+  license: ''
+  license_text: ''
+./doc/posix-functions/utimensat.texi:
+  copyright: ''
+  hash: 2a83739394e8d52d77b9eebd3665533438f10cb04ea1beebfafbf44e1bc91fdf
+  license: ''
+  license_text: ''
+./doc/posix-functions/utimes.texi:
+  copyright: ''
+  hash: dbc5e784bac0c8d9e75c0e61cf5e61bb5ad1d1cd1b017860ff76754c02e7c657
+  license: ''
+  license_text: ''
+./doc/posix-functions/va_arg.texi:
+  copyright: ''
+  hash: 8b06d6216b9cd2b288b4c6c2093a71c4a8d297b17ddaf773be6e8268d8d96ece
+  license: ''
+  license_text: ''
+./doc/posix-functions/va_copy.texi:
+  copyright: ''
+  hash: fd082f068708a883f2a510caa010defc66130f17883fac5119371116d1b20247
+  license: ''
+  license_text: ''
+./doc/posix-functions/va_end.texi:
+  copyright: ''
+  hash: 8713c137ecd11198cef2d5064784e9cc304605d643682208c106314544d42882
+  license: ''
+  license_text: ''
+./doc/posix-functions/va_start.texi:
+  copyright: ''
+  hash: 4c450a5727bb3eb968cc80815214c563f6d2ee91186b9d39a66f3a72a3efd248
+  license: ''
+  license_text: ''
+./doc/posix-functions/vdprintf.texi:
+  copyright: ''
+  hash: 8656a786119f2f36a3c5d1c3a365f6d38da93a57481acaec3f1f91d4ad582859
+  license: ''
+  license_text: ''
+./doc/posix-functions/vfprintf.texi:
+  copyright: ''
+  hash: 56a7db34f5d967f9a8f6042b99c36fd9864618b40fd45696b92b9b687f4ac3dd
+  license: ''
+  license_text: ''
+./doc/posix-functions/vfscanf.texi:
+  copyright: ''
+  hash: 415befde386fe5c107ca004b15e2e37f6fc6dc0e69b05c4f4546046bd4040a6c
+  license: ''
+  license_text: ''
+./doc/posix-functions/vfwprintf.texi:
+  copyright: ''
+  hash: 3cc27651a3ee3477816b4564b0526b8bbb5641a4d88295fbea19fb7d7e704635
+  license: ''
+  license_text: ''
+./doc/posix-functions/vfwscanf.texi:
+  copyright: ''
+  hash: f81832fb4ad435522631699eee6aa48b255844722a2e41a8d926cb330a5677ed
+  license: ''
+  license_text: ''
+./doc/posix-functions/vprintf.texi:
+  copyright: ''
+  hash: 472cd3fc9a8c42dfbab5fd663e0e5c976080dad7c3c3a8d8daab2a069671cf13
+  license: ''
+  license_text: ''
+./doc/posix-functions/vscanf.texi:
+  copyright: ''
+  hash: 42e9a532235a7a302392f25aad9a578e0910c12cb88a82a3d0b42ab9fb0c41b7
+  license: ''
+  license_text: ''
+./doc/posix-functions/vsnprintf.texi:
+  copyright: ''
+  hash: 4f72706623f02b7e98a36e731d02733802e56194abc60fa4d0b931e4f238be6e
+  license: ''
+  license_text: ''
+./doc/posix-functions/vsprintf.texi:
+  copyright: ''
+  hash: 783cb9edd1018124159d7406d31272ada33872d37b0da35e230ac0c86df851ee
+  license: ''
+  license_text: ''
+./doc/posix-functions/vsscanf.texi:
+  copyright: ''
+  hash: 06fd111fc033bd0b62467050258a29230bc875e43999794eb9d98db3546e2076
+  license: ''
+  license_text: ''
+./doc/posix-functions/vswprintf.texi:
+  copyright: ''
+  hash: 73910ea3a0b5a0123c94f9706ec6fed46585237967b4f84ef0d096a36afd43aa
+  license: ''
+  license_text: ''
+./doc/posix-functions/vswscanf.texi:
+  copyright: ''
+  hash: 20b518945352a78c2685613bbf69e159ca354c457f1ffda42301824c44b5de7b
+  license: ''
+  license_text: ''
+./doc/posix-functions/vwprintf.texi:
+  copyright: ''
+  hash: c419c1dbf81551271909e0c080896c3236f8a26ff6d2af4072de62a9df2fe683
+  license: ''
+  license_text: ''
+./doc/posix-functions/vwscanf.texi:
+  copyright: ''
+  hash: e92296cf0c0b4ebc17ee12d63ad738ee0a357d94e7ceaf17d3b8a57cf325ecf8
+  license: ''
+  license_text: ''
+./doc/posix-functions/wait.texi:
+  copyright: ''
+  hash: be18d5241e1ecda1c7b6734023a71680d34b5bded672c320639bcef402110fec
+  license: ''
+  license_text: ''
+./doc/posix-functions/waitid.texi:
+  copyright: ''
+  hash: 60aafea4383f07914296866eb0ccbb0c87dacb991a7bed7c5a5ea4a937412617
+  license: ''
+  license_text: ''
+./doc/posix-functions/waitpid.texi:
+  copyright: ''
+  hash: 5af82acb7c034a9936785619569c3e75fc17b4a6d3a32d9d819e652175e59dab
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcpcpy.texi:
+  copyright: ''
+  hash: 3aecdc78d10383cd1ac8c6f6a115d2cb6bc97f0d08deb7b87ebec2a7877fec57
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcpncpy.texi:
+  copyright: ''
+  hash: d26e34d1c291f48b1fee93bb062e4e9740f76c7454d8a1907706801af3a077e1
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcrtomb.texi:
+  copyright: ''
+  hash: 5d36e192bb0048bd729cd6c4a5c79b1639f4be043a476fdf6cf0cb1ac9c6d496
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcscasecmp.texi:
+  copyright: ''
+  hash: 3519ff17f9030c8a29253cc1e9602144535c6ceda1ab28e393d414f1288d872d
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcscasecmp_l.texi:
+  copyright: ''
+  hash: e2fdb9e196d890062769ff66888edd9972740fb107048af6f60690cf723bc905
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcscat.texi:
+  copyright: ''
+  hash: b20b8eccb0b29ddb4e804c81eb64942da8115cf09c09abeec3fd2760b041f2dd
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcschr.texi:
+  copyright: ''
+  hash: 91d2c875f539e4b555cd67510656f134bd5d34f34784dd0f7436de8e88a5ea8b
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcscmp.texi:
+  copyright: ''
+  hash: 06e3219b4f492c99d2b269a2a99e6e5cbd5713d97ca7d83076e7367060aa76b2
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcscoll.texi:
+  copyright: ''
+  hash: 3156e6e03d681494b326c788afda77adb38cd4c43337f66fd08c6d4603430589
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcscoll_l.texi:
+  copyright: ''
+  hash: b06f69d939ed73ccb9f5c073a4f957bd46940ba726621ebe4e9c9e787f009bd0
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcscpy.texi:
+  copyright: ''
+  hash: 3cef21f5eb59f855826c5fe8b322d2bb2019d6bc68ae55c3c1a21cb1a1dac2e8
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcscspn.texi:
+  copyright: ''
+  hash: 245161fc68e157fe93808bc2de4f93ced8fdad05927beae7969ed90e6a4d8b21
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsdup.texi:
+  copyright: ''
+  hash: dc0c50ca330116e0164a248768a8b88fa39a4d5675332ac01c919ba5a82aa42d
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsftime.texi:
+  copyright: ''
+  hash: 61811b6fc1d2fcf1d324339b86cf5184de97409e0eb0b0dae6aff2be6f7eefe1
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcslen.texi:
+  copyright: ''
+  hash: d9dd15920d8c6daade3afcd9f0f7f9ec007250222df9aa866c06e365f969f8cd
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsncasecmp.texi:
+  copyright: ''
+  hash: aa25e5fce2354a41fe22365cc12e3ce6df2b08c7633d8f0e69c1021166c6808b
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsncasecmp_l.texi:
+  copyright: ''
+  hash: a8864d95d680344f9289e34cc703b28b0528d74ffcb49710b769d1adf3d18ad4
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsncat.texi:
+  copyright: ''
+  hash: 4f7197b65f6b4ee547675c0ffc870f06e29ecd07ecee59875a6df5a32cd47398
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsncmp.texi:
+  copyright: ''
+  hash: 13d96be27a80cfca849fcbf6be036cc9aa07131b3cfaf93474830fb8bc30bfb0
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsncpy.texi:
+  copyright: ''
+  hash: 017eb4ed3c4c8f89dc99c9516bae9e647a1516f2eaea289463f9f7b455cb68ec
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsnlen.texi:
+  copyright: ''
+  hash: bff5f1cd1c25b902cdf6a864b8932779bb3ed90b522c3bbe61c28f7c7b4ea51c
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsnrtombs.texi:
+  copyright: ''
+  hash: d9eb0459fe919f15ac787ec17267a49020025c3d7ba380226c1bc8270dcdb679
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcspbrk.texi:
+  copyright: ''
+  hash: a52f4df1fb3cc31095b1817a4d89603814f746f732a7330c58f20176807d3c20
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsrchr.texi:
+  copyright: ''
+  hash: 65e024ad59be253353240ff87c52c93381e5f337253bd271e87dd75344c0d9de
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsrtombs.texi:
+  copyright: ''
+  hash: e274dc2518a0c80f08eb4aea1ff54dddf70f7d22e4f94cd44e9ae95ac3ecfc53
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsspn.texi:
+  copyright: ''
+  hash: 5e608e4d4d47a91586a9b780d7f347b91fc3734933bdeb2bd18f83e4f25caa3e
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsstr.texi:
+  copyright: ''
+  hash: 3e66e91f92cdd62903c7de93bf59330bec6f06a02431dd4bf72099574552e62f
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcstod.texi:
+  copyright: ''
+  hash: 5d920e8861981df700693098be6f7a210c45261af202a84215653d6506aecece
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcstof.texi:
+  copyright: ''
+  hash: f289c863176d1048edaf93d1f9b30a733a6ed29716986008a58ed7a3345d5016
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcstoimax.texi:
+  copyright: ''
+  hash: f1e0c998d880324169148d81de2d99a1049e7441850bcfda8454eed221c9deb5
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcstok.texi:
+  copyright: ''
+  hash: 2e67431f209f93567cf69292d2213333a6faad1b77860fc016dca2a258d80713
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcstol.texi:
+  copyright: ''
+  hash: be699f9348283e29e5d059125086a1b24009741215fc6e56496d7e98f80537c6
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcstold.texi:
+  copyright: ''
+  hash: be9f78f2f13eff52247ecc48b30ba8703fe7f0ffe0a3d0c5b004c22281addf97
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcstoll.texi:
+  copyright: ''
+  hash: d958193515b8c18853fb944f1c488c63113dd344735a3aea71013182d011bb87
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcstombs.texi:
+  copyright: ''
+  hash: 372040c9e4232da7dd44890f9d1777c8336999ba76019fcc400fe533d3b97093
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcstoul.texi:
+  copyright: ''
+  hash: 26e7bffbb74f791146f6c0d9a7beeb32f4c4f8279dfa2703eb347ae861dd3cd1
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcstoull.texi:
+  copyright: ''
+  hash: 16a883ca7b278482305906b70710b53c247fd58a72e3b35083d1512b7cbea005
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcstoumax.texi:
+  copyright: ''
+  hash: bad306463a02d616d8aed3086f4067d2d1da71187364881e7bcb4f3dd02716ce
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcswidth.texi:
+  copyright: ''
+  hash: 9a95a945d675187f133eac2f46b2930e807ec0a587791206048f7f0ef4597608
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsxfrm.texi:
+  copyright: ''
+  hash: 5f27892a5177bd1be908be3cb06fb75654f3542f121e6ffcc9e88e178c15cc5d
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcsxfrm_l.texi:
+  copyright: ''
+  hash: f0ec8cdd71e1146cfac14e01b0debb6a571bdd2aaefe6e34668a288c8c4e1c76
+  license: ''
+  license_text: ''
+./doc/posix-functions/wctob.texi:
+  copyright: ''
+  hash: 6bc8b8661f7b9b473bd99a128b0878b1df0dd8dca3baf94ad4af2f09916ccd03
+  license: ''
+  license_text: ''
+./doc/posix-functions/wctomb.texi:
+  copyright: ''
+  hash: d56069a1b765ad297e292112b740f7525fd2234c1a7443b420e12f2898621601
+  license: ''
+  license_text: ''
+./doc/posix-functions/wctrans.texi:
+  copyright: ''
+  hash: 9e22d58f0e7925a692c14f8dcc3da3f0a9c5eb1711d08281e3ccdf725234b347
+  license: ''
+  license_text: ''
+./doc/posix-functions/wctrans_l.texi:
+  copyright: ''
+  hash: 6779f0e209dadf2537cb4b6114b278f2bc17b0b9a6a178f75a23f7b37aa2bec9
+  license: ''
+  license_text: ''
+./doc/posix-functions/wctype.texi:
+  copyright: ''
+  hash: 467091bcaab3d960d1384f98ba1e9c23fcb9cc52650dcf94a79f24e58f59e9de
+  license: ''
+  license_text: ''
+./doc/posix-functions/wctype_l.texi:
+  copyright: ''
+  hash: 7c4db4293e49ef69b778510a53233e9eecd02f296ac86e557f8795c9d869214e
+  license: ''
+  license_text: ''
+./doc/posix-functions/wcwidth.texi:
+  copyright: ''
+  hash: 5bbf6c6699ce9e09ff3b8589ef66aa4ffcb80f42c09e844ac8157b6d09bdb381
+  license: ''
+  license_text: ''
+./doc/posix-functions/wmemchr.texi:
+  copyright: ''
+  hash: 58e30301edf246a744b80371f5b911fc17b30f18dd07d8f8a3afaf2c18632c8d
+  license: ''
+  license_text: ''
+./doc/posix-functions/wmemcmp.texi:
+  copyright: ''
+  hash: 7f69136e0a8dbc9819ffc41f77396dde1bc0352f1fceb247cf5132884f26908e
+  license: ''
+  license_text: ''
+./doc/posix-functions/wmemcpy.texi:
+  copyright: ''
+  hash: 974e6f2a095f6bba6c43ccf00488cb68641c09acf1839688809dabc37eca840e
+  license: ''
+  license_text: ''
+./doc/posix-functions/wmemmove.texi:
+  copyright: ''
+  hash: c867241322315f6c9151a1d965978891771392595cfed08d9f7daa3b353b9f79
+  license: ''
+  license_text: ''
+./doc/posix-functions/wmemset.texi:
+  copyright: ''
+  hash: a61e0ac000d0338dcf743ad8a6d605b5856a78c8d09748bf2d18860ac49607d6
+  license: ''
+  license_text: ''
+./doc/posix-functions/wordexp.texi:
+  copyright: ''
+  hash: 9dea118ab640e499c3b7b396e37cc98dde661ca31879c91240af5d7297688be0
+  license: ''
+  license_text: ''
+./doc/posix-functions/wordfree.texi:
+  copyright: ''
+  hash: aef40a6b4f5d1ff2c47cbc41622fcb34b9582333e41e0e5a4e8b577f6f6cf330
+  license: ''
+  license_text: ''
+./doc/posix-functions/wprintf.texi:
+  copyright: ''
+  hash: 5203b51fd732ad0e5e68c3419c59a3446f08e731ae1f5b282bd3b0fdb8619a70
+  license: ''
+  license_text: ''
+./doc/posix-functions/write.texi:
+  copyright: ''
+  hash: 811745081f2f4f7a4c1209b7178c89c31bdefc94c7687541f18c2c2dbd025bd6
+  license: ''
+  license_text: ''
+./doc/posix-functions/writev.texi:
+  copyright: ''
+  hash: ebb4e271f41352e97c5e9a5e0675d80d5497da9c9bad44ca3e2c7d715a4226c0
+  license: ''
+  license_text: ''
+./doc/posix-functions/wscanf.texi:
+  copyright: ''
+  hash: 4c08ffada2ce5a5634c48ddcde60c6e901f8265240a8c06a8f3014948198e390
+  license: ''
+  license_text: ''
+./doc/posix-functions/y0.texi:
+  copyright: ''
+  hash: 796d9a917583b20a3766e15a54bc063417dffc5c8c89bec4bac849dd3b4faa86
+  license: ''
+  license_text: ''
+./doc/posix-functions/y1.texi:
+  copyright: ''
+  hash: b4076bb119de228383d281151e5caa6918d1513b1986b9a7dac20ab93c148bf8
+  license: ''
+  license_text: ''
+./doc/posix-functions/yn.texi:
+  copyright: ''
+  hash: afbf14294cb5e39f97b3a0623b4139836bcd206fc84be5f08c409502bfea3cdd
+  license: ''
+  license_text: ''
+./doc/posix-headers/aio.texi:
+  copyright: ''
+  hash: bea0df0d6d7751b6bf68e524567b74eab7f00f280baea49e6f71b9967e3903e3
+  license: ''
+  license_text: ''
+./doc/posix-headers/arpa_inet.texi:
+  copyright: ''
+  hash: 10350d0b6d0056bd59573906daac60c323fea2275cd88f4bf3ca331deadeb9d7
+  license: ''
+  license_text: ''
+./doc/posix-headers/assert.texi:
+  copyright: ''
+  hash: ddcbb994b63556f3195d71c7c8f44de9045bc9668c304a63bfa4de64dd88696e
+  license: ''
+  license_text: ''
+./doc/posix-headers/complex.texi:
+  copyright: ''
+  hash: b18c5ed4034863087b59c0d0761919784ceca8a628dbb80e0752b5ba278c833d
+  license: ''
+  license_text: ''
+./doc/posix-headers/cpio.texi:
+  copyright: ''
+  hash: fe25f5873efe7d14f87ff80100fdb869fc4c305416daaf179a93e834ceee7764
+  license: ''
+  license_text: ''
+./doc/posix-headers/ctype.texi:
+  copyright: ''
+  hash: 075cd1470c788ccea44150e1d5317aacfb7251d8514f9028348246b06e5879a8
+  license: ''
+  license_text: ''
+./doc/posix-headers/dirent.texi:
+  copyright: ''
+  hash: 7db1d6679801b5784bc1076ab67196b6a523e665f0ca667d2d912e0d905de3a1
+  license: ''
+  license_text: ''
+./doc/posix-headers/dlfcn.texi:
+  copyright: ''
+  hash: 65aed8e53259cb1d0596316d4830bfff90276383a0e556493cf7a83f2d7625a3
+  license: ''
+  license_text: ''
+./doc/posix-headers/errno.texi:
+  copyright: ''
+  hash: 520ad62de62c07ed854269d6d3213ce4829abdb48fae1cfe3b0adb61146aed6b
+  license: ''
+  license_text: ''
+./doc/posix-headers/fcntl.texi:
+  copyright: ''
+  hash: d7f87966b68c1944a6d79fbdd531fadfe291838c76f6f3d6491a178a3d4b8f85
+  license: ''
+  license_text: ''
+./doc/posix-headers/fenv.texi:
+  copyright: ''
+  hash: 650330695bcac8a2d04c624cfd6806f5e444d2b54fedf258639006e9f360cbbd
+  license: ''
+  license_text: ''
+./doc/posix-headers/float.texi:
+  copyright: ''
+  hash: 5b9938aa0fef39dbee7932065ce86b2babcc76273c29e49e9c1bbcb2843a3214
+  license: ''
+  license_text: ''
+./doc/posix-headers/fmtmsg.texi:
+  copyright: ''
+  hash: ba577e98e2def00a8a503a8252046532b6d8d1b64f657d1b19cc516174ad12cb
+  license: ''
+  license_text: ''
+./doc/posix-headers/fnmatch.texi:
+  copyright: ''
+  hash: e349ecb69bcadf8874dd72c1fc3165fca22cf8bf70f2d16ddc52d0d5192d34ab
+  license: ''
+  license_text: ''
+./doc/posix-headers/ftw.texi:
+  copyright: ''
+  hash: 8c7203f7f9a4dba7473847100a0e869ea7474e97e4c16e8c170fddbc95ed89a3
+  license: ''
+  license_text: ''
+./doc/posix-headers/glob.texi:
+  copyright: ''
+  hash: 92bccd0070e238bf8d761d3e67522367c51db1c016c7aecd09c7013ea1bc4ece
+  license: ''
+  license_text: ''
+./doc/posix-headers/google-ranking.txt:
+  copyright: ''
+  hash: 36d854034f1dcae0198af5e680acf7f643d6d4b9147571c430f0c755d007f46f
+  license: ''
+  license_text: ''
+./doc/posix-headers/grp.texi:
+  copyright: ''
+  hash: f94d60d86f80278881e5072a7df3bc20ef9430dab642ecc37c45cf54de15f570
+  license: ''
+  license_text: ''
+./doc/posix-headers/iconv.texi:
+  copyright: ''
+  hash: ffdae21b0e81dffb20e135f3cdc2a1bb050b5433e162351926855106baf2ff83
+  license: ''
+  license_text: ''
+./doc/posix-headers/inttypes.texi:
+  copyright: ''
+  hash: d41bcee3e8739fad37be405f48db0bbbcc1cf0140440de471333c4e4231d6fe8
+  license: ''
+  license_text: ''
+./doc/posix-headers/iso646.texi:
+  copyright: ''
+  hash: e32a1e0d78668c70a58f94abdcc1e66b7d4e394d506234d00d369efe121d04d6
+  license: ''
+  license_text: ''
+./doc/posix-headers/langinfo.texi:
+  copyright: ''
+  hash: 5c682959ad712d3737cff2f6b6d8b8fa9c82e7a84450ede36cc008198276db8e
+  license: ''
+  license_text: ''
+./doc/posix-headers/libgen.texi:
+  copyright: ''
+  hash: 3de66a6d7d3521e172e4a95f5d9ec9448090d254683e75247fca3a6f26e122a8
+  license: ''
+  license_text: ''
+./doc/posix-headers/limits.texi:
+  copyright: ''
+  hash: 1bb9852a1545e7bfe31d293194f0066e1d0d843c02f39146e8a63fb8cc72b813
+  license: ''
+  license_text: ''
+./doc/posix-headers/locale.texi:
+  copyright: ''
+  hash: a621e8ebd7f2a74f28e38d966a3516c3bd8b1cc0a889127c51f3ae21f5bffcd9
+  license: ''
+  license_text: ''
+./doc/posix-headers/math.texi:
+  copyright: ''
+  hash: eca247adc1ec6024c888c929b8c9199ab215b43ad70dce2e99c55dd528a3a44c
+  license: ''
+  license_text: ''
+./doc/posix-headers/monetary.texi:
+  copyright: ''
+  hash: 83970f9cbdc4660c85a13ac97dd86f6b6c27ab78445f9225c70bfbb5f846b95c
+  license: ''
+  license_text: ''
+./doc/posix-headers/mqueue.texi:
+  copyright: ''
+  hash: 4240e2eed6f87c655e40fecfef0f1aa4abc025d51518a85e5a047cc26dbbec99
+  license: ''
+  license_text: ''
+./doc/posix-headers/ndbm.texi:
+  copyright: ''
+  hash: 6ccc150a75eb43ec7933e4538d663b769ac16c3150236d7c295d1de32123ce8a
+  license: ''
+  license_text: ''
+./doc/posix-headers/net_if.texi:
+  copyright: ''
+  hash: ea49f3ccf4248e0268e4eef7c892c699f66de5333ad2ca189c03eba762f9d6a8
+  license: ''
+  license_text: ''
+./doc/posix-headers/netdb.texi:
+  copyright: ''
+  hash: 49351064a8afbf9bab16e6ab0911becca7ed224996acb3cc765977dabb9392f2
+  license: ''
+  license_text: ''
+./doc/posix-headers/netinet_in.texi:
+  copyright: ''
+  hash: 417c3bcdd906e4fce301a9173b7c1b6250918047474dacb25b86096795f59252
+  license: ''
+  license_text: ''
+./doc/posix-headers/netinet_tcp.texi:
+  copyright: ''
+  hash: db6a6f9021522166e17903c568eb747644bbe7b6b489f6755c15694150a16064
+  license: ''
+  license_text: ''
+./doc/posix-headers/nl_types.texi:
+  copyright: ''
+  hash: 178c9a3a3d9834c77e8eb7669907dbc18234a7ddab8bc116459b70450b024c9c
+  license: ''
+  license_text: ''
+./doc/posix-headers/poll.texi:
+  copyright: ''
+  hash: 2fa5b8f3e862c893cbfe90aa43e543e556ee23d4614b19da95ec3bc17fcc6f9a
+  license: ''
+  license_text: ''
+./doc/posix-headers/pthread.texi:
+  copyright: ''
+  hash: 80bdb0f6aedd740b72adb8bdfc016799284913f5b1fb7b3598d3a061f4439b4b
+  license: ''
+  license_text: ''
+./doc/posix-headers/pwd.texi:
+  copyright: ''
+  hash: 08edd161bbf1cbbde78e3ec691bb03937a71c6572f5f39ea09a667d4a160ae73
+  license: ''
+  license_text: ''
+./doc/posix-headers/regex.texi:
+  copyright: ''
+  hash: 8e12e833988ebcf9f9538ca2196d21d131cf4ac6678b74ca984a3ed7f3d06c17
+  license: ''
+  license_text: ''
+./doc/posix-headers/sched.texi:
+  copyright: ''
+  hash: 1f3e4d5a340f1cee0df4b887cb2c230c02ad6306cd61c2a6523e7bed2db31e95
+  license: ''
+  license_text: ''
+./doc/posix-headers/search.texi:
+  copyright: ''
+  hash: 70a98c53962f7a78c599db180eb58e7783781398d64ca3bc594e8d782014ffdb
+  license: ''
+  license_text: ''
+./doc/posix-headers/semaphore.texi:
+  copyright: ''
+  hash: 79ba8e11bf89387eacf6a6340b8981d9a5daf0334ee145c1260da2bb80e9e7b8
+  license: ''
+  license_text: ''
+./doc/posix-headers/setjmp.texi:
+  copyright: ''
+  hash: 9542660e04275b42db226dec9917a07138c54b86c928ae521126b6144b12113f
+  license: ''
+  license_text: ''
+./doc/posix-headers/signal.texi:
+  copyright: ''
+  hash: 6070973aebc69b64ff7062cbfd73e9df416b8552cce53542aefac6ef7555e2f4
+  license: ''
+  license_text: ''
+./doc/posix-headers/spawn.texi:
+  copyright: ''
+  hash: 7eb9eed00077653b7db0fc8764f8d5e40b2d618814260b037f2812cb6ffa88f5
+  license: ''
+  license_text: ''
+./doc/posix-headers/stdarg.texi:
+  copyright: ''
+  hash: 71e17b0b414550496f3059f2f93233d4b3b1bcb533396c1600c2a3fc3c22dc51
+  license: ''
+  license_text: ''
+./doc/posix-headers/stdbool.texi:
+  copyright: ''
+  hash: 55fd779ee88910b23c5a5d8d280916a9c2a8f3f61d0bca5ff2a4751da718aa8a
+  license: ''
+  license_text: ''
+./doc/posix-headers/stddef.texi:
+  copyright: ''
+  hash: 83e9d0ce1376976b9d25e469a62a58bdb3b26fb965d4057cbe37a67231b49f72
+  license: ''
+  license_text: ''
+./doc/posix-headers/stdint.texi:
+  copyright: ''
+  hash: 7251e5c02460a60b7a400a62fa0af4439c8e600f1bb4974ebbe8e505b3125f9f
+  license: ''
+  license_text: ''
+./doc/posix-headers/stdio.texi:
+  copyright: ''
+  hash: ba9db21e4f88438a0ab6b3a4878d1034a74f72c63d5426cc71b70a7174537e0c
+  license: ''
+  license_text: ''
+./doc/posix-headers/stdlib.texi:
+  copyright: ''
+  hash: d9a774003a5077eb569725233b5ff8547bcc3c2a3918f2d80fec0922f88853a2
+  license: ''
+  license_text: ''
+./doc/posix-headers/string.texi:
+  copyright: ''
+  hash: ba0eee3a1ad105dd1417870de7cdeeb25ee6188f135bf41624f28ed53634005b
+  license: ''
+  license_text: ''
+./doc/posix-headers/strings.texi:
+  copyright: ''
+  hash: 5b039f426d59ff3733d1442cb70f339c429a9cd5cf93e0c963344d0cb00e2c9d
+  license: ''
+  license_text: ''
+./doc/posix-headers/stropts.texi:
+  copyright: ''
+  hash: 30e44c237ab2696ffab35119071bc828967cf0ad980e0fa6ec34416dad65cea9
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_ipc.texi:
+  copyright: ''
+  hash: d46b95069720714fbec5b323b05881d5368c8127b9fd695333a9b800badcca3d
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_mman.texi:
+  copyright: ''
+  hash: 265706f67294359c95a19742229f8a6f65fb0224f35d9a405a41cc71680f0123
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_msg.texi:
+  copyright: ''
+  hash: f3983cb06926f0c2e62e6897ee51822a11f3fbbfd7cb7f9c01db9d5ae6cb1acd
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_resource.texi:
+  copyright: ''
+  hash: 5db1328bc62f5d771db55b8fd42dd24f1bddf2eddba4961079caacbe918ecd5b
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_select.texi:
+  copyright: ''
+  hash: 9c9fe651324ade46b27b02a152964b1840ca2645903ab3541a55c1b1cc0ab7f5
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_sem.texi:
+  copyright: ''
+  hash: 046fa490d89268bd3a9dbd08bb68c4cc839d4b0bb9ac5bbef782bcf6807de916
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_shm.texi:
+  copyright: ''
+  hash: c7cdbe3dd15fe2c8dda6e3342e37b7685b0995d651d7eadf5bbf634bb76169ce
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_socket.texi:
+  copyright: ''
+  hash: 7edc6a4aac7a87dcb2258e46f1ac8e66ec43d86a004304d10f73271a2819ab24
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_stat.texi:
+  copyright: ''
+  hash: 59e36cdc235100009e400e5771dc699b74db64c03fb3c93d38595809a1a0892b
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_statvfs.texi:
+  copyright: ''
+  hash: 78cda337ceab014d6ad1fd426068741c0eac0d092c8fa21f1ab2d7fece7eb116
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_time.texi:
+  copyright: ''
+  hash: 3e94c69722ae8d8d2165f513854f4bdfd50b14599abfb1354484c029a49a4a5b
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_timeb.texi:
+  copyright: ''
+  hash: 4a4f131ec9b494d4fb30fd68991658050d519c7b5059ce058f10fe191ac9b382
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_times.texi:
+  copyright: ''
+  hash: b64a406d3c617a58b343453ab4722a039c0314188991ce880b154655d4f3beb1
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_types.texi:
+  copyright: ''
+  hash: e2ee0b502ab94502c0735700f3aeaa92fb8d89a2cbdacddc759b4a1b3fedd3e4
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_uio.texi:
+  copyright: ''
+  hash: a0a53c581b742f6c5534a10d4e023d99a3163d19f2c26adf38a76d0a9b90e12c
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_un.texi:
+  copyright: ''
+  hash: dc921c721c4e972f987a7d8ef13e0bf90c5fd28614c5ef7bceae4133e979b506
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_utsname.texi:
+  copyright: ''
+  hash: c1b27a8f3e1f1fc268169b60b89fe82f23525a7ca8175ba6ac6790aff7db1e8b
+  license: ''
+  license_text: ''
+./doc/posix-headers/sys_wait.texi:
+  copyright: ''
+  hash: cf4621cc283224991414347783c49f8b7471cc852ee0596b2cd4a7505754f1e9
+  license: ''
+  license_text: ''
+./doc/posix-headers/syslog.texi:
+  copyright: ''
+  hash: 6250a1279630f4f6f748f444bc2bd7d0d6f5720c3385fd10944e92e3cc2ad80e
+  license: ''
+  license_text: ''
+./doc/posix-headers/tar.texi:
+  copyright: ''
+  hash: 3de8379747ecc9c7c4a41b44e6640d7f5b9c8423de13a1e7e8961f7ee332fbe4
+  license: ''
+  license_text: ''
+./doc/posix-headers/termios.texi:
+  copyright: ''
+  hash: 0395440b6a6303ff70fef7d361dd6a7b12d1519bd8ed052e70705e6ffd8a3ab5
+  license: ''
+  license_text: ''
+./doc/posix-headers/tgmath.texi:
+  copyright: ''
+  hash: 145243d51921d6caa8d8ab91e604e119000e721945641923c69b089a044e04a2
+  license: ''
+  license_text: ''
+./doc/posix-headers/time.texi:
+  copyright: ''
+  hash: 636b1fdedd3a44e11a15990345a8ea15caf5b9dc966e4b097fd2f22f0850bb55
+  license: ''
+  license_text: ''
+./doc/posix-headers/trace.texi:
+  copyright: ''
+  hash: 5eb1ad2da88c1a294f3bc930a59ad99e709f4f4212d193c3124acb3e5e22e4e6
+  license: ''
+  license_text: ''
+./doc/posix-headers/ucontext.texi:
+  copyright: ''
+  hash: 06471ca0a46fc70d8f62cc9850ebcb62ae562d958f301abc5a3145faa82d0dbf
+  license: ''
+  license_text: ''
+./doc/posix-headers/ulimit.texi:
+  copyright: ''
+  hash: 29686ca97c539bfcf09092c859fa4e7eb2582994189dec34fef34d977e9d9b86
+  license: ''
+  license_text: ''
+./doc/posix-headers/unistd.texi:
+  copyright: ''
+  hash: c95e31b3c5ffa5fbba90926dfb4dbe25dac4f1c566f931b0c075a3ba4398133f
+  license: ''
+  license_text: ''
+./doc/posix-headers/utime.texi:
+  copyright: ''
+  hash: 15451a96370baa468e422694a61152f433b93f822a35ff0a6a4f99a6ef303ba8
+  license: ''
+  license_text: ''
+./doc/posix-headers/utmpx.texi:
+  copyright: ''
+  hash: f0a76e59796cbb9ebda0154c678b50d7a1575ee7d41a5e3163377d2234936a55
+  license: ''
+  license_text: ''
+./doc/posix-headers/wchar.texi:
+  copyright: ''
+  hash: 24270b5239e10d3e834a06bf111487a7ed62176b1838558d738efe14d3d7de16
+  license: ''
+  license_text: ''
+./doc/posix-headers/wctype.texi:
+  copyright: ''
+  hash: 08e0a36dcedc66344e11c6fe094fc4cd73b23dcdbea3dd3790145b1f8424ca07
+  license: ''
+  license_text: ''
+./doc/posix-headers/wordexp.texi:
+  copyright: ''
+  hash: f7265347d0dd0bfd1f64a26ecdcfcad9961954c25549d335ffa71c3ce8621bf4
+  license: ''
+  license_text: ''
+./doc/quote.texi:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: f6ee102e1dcab1a7033f7586edd2fde4edbf7a496e11342222fa204b5aac2615
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/regex.texi:
+  copyright: ''
+  hash: 49b20c0bcf1be19529252ed732ffe3da82460e077aa8d1fc7eedced81c8d9ea0
+  license: ''
+  license_text: ''
+./doc/regexprops-generic.texi:
+  copyright: 1994, 1996, 1998, 2000-2001, 2003-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 2c9dc088fc645fe6f67d62c71ec90bc9895084e6336052a8beb82984fa6201e1
+  license: GFDL-1.3+-NIV
+  license_override: PD
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/relocatable-maint.texi:
+  copyright: ''
+  hash: 1c95896b667fba221783ec193abf89b00a652dec4c76b849a14b605ed0c5abc3
+  license: ''
+  license_text: ''
+./doc/relocatable.texi:
+  copyright: ''
+  hash: cb899ceab0383cc484f3b15b049b8386a304eb4b3680a196f042fcc2bea03139
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./doc/safe-alloc.texi:
+  copyright: ''
+  hash: 3902a00303495772ce656b944dfff81237d6a421ad80d871254c12d04cc341ae
+  license: ''
+  license_text: ''
+./doc/solaris-versions:
+  copyright: 2003, 2005, 2006 Free Software Foundation, Inc.
+  hash: bc33ea4cd4eb6126d5633cd3fa7e2adf36078fe37bd648e41612bea8614d2d12
+  license: ''
+  license_text: '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.
+
+'
+./doc/standards.texi:
+  copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+    2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+  hash: 7545c36f0ed3392c39eca71655c421b92a55f2eea74724ab901d6bec80f3766d
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+
+    any later version published by the Free Software Foundation; with no
+
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/valgrind-tests.texi:
+  copyright: ''
+  hash: ac43ba32ae9b01b8f878181d36fea8a21db13a4f8fa6761bd12665dee48d1e9b
+  license: ''
+  license_text: ''
+./doc/verify.texi:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 20905917a549e82caec1f999a2e852b66d23c163c1e50d9ffbfe066eb01d42c6
+  license: GFDL-1.3+-NIV
+  license_text: 'Permission is granted to copy, distribute and/or modify this document
+
+    under the terms of the GNU Free Documentation License, Version 1.3
+
+    or any later version published by the Free Software Foundation;
+
+    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
+
+    Texts.  A copy of the license is included in the ``GNU Free
+
+    Documentation License'''' file as part of this distribution.
+
+'
+./doc/warnings.texi:
+  copyright: ''
+  hash: 7d0b8720b49dad5ab65dc973fbdc274a1bece799f17f45b51ebdfbd71ea094a7
+  license: ''
+  license_text: ''
+./gnulib-tool:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: 3f78e824ab027a5ac5a2e9a8f1d1946d7f7de7e6a3749fd2b947ca74efb290a8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/.cppi-disable:
+  copyright: ''
+  hash: ed4ff8357c74f26ce7298059529040adbec140e2aff3512d6f0218a9df753e79
+  license: ''
+  license_text: ''
+./lib/Makefile:
+  copyright: ''
+  hash: 2cd78169faa2196a45036c205f87158a07795f2333fdf1355032503b7c578f5a
+  license: ''
+  license_text: ''
+./lib/README:
+  copyright: ''
+  hash: b8e700743605335681712b4fc41327c0e5ec1304558ae837865d0ef791afcf65
+  license: ''
+  license_text: ''
+./lib/_Exit.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 805c710895b49bde62acce7a474fd5ced1aa2c6e30f0667baebd039af404feea
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/accept.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 13c39dd784368ca75deef33fb17672b9f07598e9f6b22e60c4316c44aefb7c08
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/accept4.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9e7fc10a6d2762526312e8a6e57cc0538487fdfc4abb5fa3d66fad28a22c84e7
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/acl-internal.h:
+  copyright: 2002-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 047989926c6550e2b3faa0bd66adcb80047d088e4a5e6858d11750d6bc908317
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/acl.h:
+  copyright: 2002, 2008-2011 Free Software Foundation, Inc.
+  hash: 62c0fb7c3430581089ab0078b9baee162826221b07cca4195a7fbc5bceed1dc8
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/acl_entries.c:
+  copyright: 2002-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: ccd38122c3ddf6c86637159dc7cfee21f9cb93714395089b89c53a67592255e8
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/acosl.c:
+  copyright: 1993 by Sun Microsystems, Inc. All rights reserved
+  hash: 230d3b39d6bea0152df39479efcf3a049c66b9f7816d4e39af503dc54875cc33
+  license: ''
+  license_override: GPL
+  license_text: 'Developed at SunPro, a Sun Microsystems, Inc. business.
+
+    Permission to use, copy, modify, and distribute this
+
+    software is freely granted, provided that this notice
+
+    is preserved.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/alignof.h:
+  copyright: 2003-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cd8c3fb5533a72fd5fa6dc00d41df2762866caf15aa6e9fc0e66fa1ffb5b7755
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/alloca.c:
+  copyright: ''
+  hash: 431aec7ca1324fce73e1038b2634ad070f21bb7fee11867cc153c883cbc9e178
+  license: ''
+  license_override: PD
+  license_text: '(Mostly) portable public-domain implementation -- D A Gwyn
+
+'
+./lib/alloca.in.h:
+  copyright: 1995, 1999, 2001-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 1903412db4ad3798b30c736d04ead0dab7c9b4233635223c897b9b0692dcb00e
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/alphasort.c:
+  copyright: 1992, 1997, 1998, 2009-2011 Free Software Foundation, Inc.
+  hash: 6d122bdbb208ecf4eb6815b57446318b50976072830c953d5c99f9468ad5e24a
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/amemxfrm.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7043c0930146f40a3a3d2340de61bd314621bd624b85403ac54ca59e653cfbc0
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/amemxfrm.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 367871811cc55c0ea21aa85e56ca8bd0f70e5f4306058c2cd632e607777accef
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/anytostr.c:
+  copyright: 2001, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: a7141a61b703e952561b037596ce20e441fe5abbb070b7b104a9edc409d07533
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/arcfour.c:
+  copyright: 2000-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 1404256f92d9db390cf0f85157b638859d5dca6c3c4d4ff487e18e5345f95705
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/arcfour.h:
+  copyright: 2000-2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 02fbae2c2a6d0df2e3d2ecd74ae2a5b6731811421887193464e8643acde6508d
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/arctwo.c:
+  copyright: 2003-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: b19a8bd70f971ab3b016f212e799571c58bedd3bb8448112ba181bdeb65ae1c8
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/arctwo.h:
+  copyright: 2000-2003, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 98f2c3621199f5f2601e0a1cc6ddbd668a4ed6ed30fbe7b5f14f095303cc66cd
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/areadlink-with-size.c:
+  copyright: 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 92807cb8b9bb1b3e98e76bed1f6a0f5106aa7c43cbb75739cab8077f462babd7
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/areadlink.c:
+  copyright: 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e4469272f82e5fa8f760d0949e2d61af81c1cb0396c83ab1f8a2cf37ee287c7f
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/areadlink.h:
+  copyright: 2001, 2003-2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 55a77584480a8c5f4313eb66771f898c278f92a4d48f7a5619a2a348c70e3817
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/areadlinkat-with-size.c:
+  copyright: 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 493cec78b2bb85c40e6dc0657d9a04a7262686655e1789b16f2c4e25b922b4bc
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/areadlinkat.c:
+  copyright: 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 34c8e5abc03eb8009448298e4554d211f2acfd4c60e26f1abc6f8ad566bb21ab
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argmatch.c:
+  copyright: 1990, 1998-1999, 2001-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: d2d31b6b4ba757780b3ec76a2a021db9f799d73326360911f9e7da0e1d9ac7a6
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argmatch.h:
+  copyright: 1990, 1998-1999, 2001-2002, 2004-2005, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 505b612f72cdfe6525b2f5931a23463957011fdda706c3d52d65334735676f7a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-ba.c:
+  copyright: 1996-1997, 1999, 2009-2011 Free Software Foundation, Inc.
+  hash: c870c8dc6dc05bcd0ce67bb099f8995e5076e9332e13488d8e0320e40e4bae84
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-eexst.c:
+  copyright: 1997, 2009-2010 Free Software Foundation, Inc.
+  hash: b38df4457fd2485aa5ff743ed613b474a0a7c2376229f59ec954a9a67703feff
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-fmtstream.c:
+  copyright: 1997-1999, 2001-2003, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 6a24f89175bb0799fdeefcc99a5d018cf85e0bfc82f700d9912f79b3a7e56d18
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-fmtstream.h:
+  copyright: 1997, 2006-2011 Free Software Foundation, Inc.
+  hash: b5b765642a439e5f6c7677ebff9a13fe6b518353ca7258d0286edbb3cb256930
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-fs-xinl.c:
+  copyright: 1997, 2003-2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 1f2c3e06a788d5f37f7c612cf022de6e132c0b3f22981a9fd8c751f9958b91c7
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-help.c:
+  copyright: 1995-2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 7c2b0bec1f3805f5681007a70d1fa4fde44d2f0b45995dab143af15d3f5d1e81
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-namefrob.h:
+  copyright: 1997, 2003, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e7f4fecc7e6b5148d48baf485af26b508ec4029961194f79907891264aa3eba8
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-parse.c:
+  copyright: 1995-2000, 2002, 2003, 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: aa5e03370328d1f1c7930aaf4d7b6cd9d2597626666ccbaece727935fb419250
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-pin.c:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: e91f0f629554c771c6bab6d49b4c2b65fc33e7292fe43f6e92f6d65e44e12ba8
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-pv.c:
+  copyright: 1996-1997, 1999, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: afb6ff435469cf248a3f31451f60cd4d860791b17a25b5e28734511cf746f4b0
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-pvh.c:
+  copyright: 1996-1997, 1999, 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 590d877b22d9d9a1c226bc2792185a192f41a8d4c2959dc832db9590545ff2c7
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-version-etc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 4e0952dc27cfa1f34f7eba5027b8b9ae13a974d7d01605a3d99cb561dafe102e
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-version-etc.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 4e0952dc27cfa1f34f7eba5027b8b9ae13a974d7d01605a3d99cb561dafe102e
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp-xinl.c:
+  copyright: 1997-1998, 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 77d71d374798884392c2da470ad21c00f4e263552d9bf1ab82aff7ba5e2b691d
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argp.h:
+  copyright: 1995-1999, 2003-2011 Free Software Foundation, Inc.
+  hash: 1017d7b4a5d2b098cc2c51a2bc33a7413a37b38026c592176db7e26e2c52a402
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argv-iter.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 48667ea11e373e4f4396be54bd875648170399d22a7f434e4af5705c6ac5745e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argv-iter.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 48667ea11e373e4f4396be54bd875648170399d22a7f434e4af5705c6ac5745e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/argz.c:
+  copyright: 1995-1998, 2000-2002, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: cdd66a1c3150c113837ccece33e40a1d26a2eaf46acf738551b1547d0aa8e8dd
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/argz.in.h:
+  copyright: 1995-2000, 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: d08fcc0318698c3210be23732850b7932924e47e778e419267116aaeaad197dc
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/arpa_inet.in.h:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: f1e2e3ae6209f490902579daa610a3419752a15b9f2f91d235ec6560e3634ddf
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/array-mergesort.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 750fa23242290e117955b08e3d321219b622d6c8add370f3b72b6120bc921820
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/asinl.c:
+  copyright: 1993 by Sun Microsystems, Inc. All rights reserved
+  hash: 230d3b39d6bea0152df39479efcf3a049c66b9f7816d4e39af503dc54875cc33
+  license: ''
+  license_override: GPL
+  license_text: 'Developed at SunPro, a Sun Microsystems, Inc. business.
+
+    Permission to use, copy, modify, and distribute this
+
+    software is freely granted, provided that this notice
+
+    is preserved.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/asnprintf.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: ea8bf17458905668b29cde90c4cf8d8df65684db5ec77b48e2eaf1b1c2971a3a
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/asprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 228d7366d1f70e2809179e510a1efcba82dc50b27783b297c8b2de08c8f63607
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/astrxfrm.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 9728b7f1472a0c206ed49acc452fd5e05e1c404ed4e2df3e3022c472202f979c
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/astrxfrm.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: fe8d53b6230d68680d1253dad63ac832554d849a4e85ed6f47208ab53bfa13ab
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/at-func.c:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 89e858be9c75e87b41a705ed84564cec088b3cbab743325836097357acf5ebed
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/at-func2.c:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: d77b5cace415eef446d8a83ec06425165aa4ab47ab1fae5964396a8b0105da73
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/atanl.c:
+  copyright: 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov>
+  hash: 85d31985f40705b82f8d0816e8f6861d9544a057be0b15056632551829c0b8b3
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/atexit.c:
+  copyright: ''
+  hash: 9dfd71e9081a0d0955d144016b832253b840f16f0bfe5144f72ad0ce5a13525c
+  license: ''
+  license_override: PD
+  license_text: 'This function is in the public domain.  --Mike Stump.
+
+'
+./lib/atoll.c:
+  copyright: 1991, 1997-1998, 2008-2011 Free Software Foundation, Inc.
+  hash: 995f5fd33aabe958dc72600540acde9f99dfe3977aed1b7c0f861b388e30b32a
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/backupfile.c:
+  copyright: 1990-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6e4c85a108a51b023aac24d1f4aa0a4340ec8c26b8766f986ff965c39e6a478e
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/backupfile.h:
+  copyright: 1990-1992, 1997-1999, 2003-2004, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: e30c64aff7f68551e3df11fb044ee80cc8723a19e324304ec7c49251fc90f66f
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/base64.c:
+  copyright: 1999-2001, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: ea34fab35bc52788577a427ff0b1e7e826ddf9cbfb7d3534e31d415a6b4671c3
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/base64.h:
+  copyright: 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: a3e178068c2a84d4d43f9f00caa714a8ef6dceff4e09ceaf3afe4ffde41978ad
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/basename-lgpl.c:
+  copyright: 1990, 1998-2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 979285ba5479f1c8260b3f1a595a1a2bfb9a67b3f583e6bdf1ae4d1553f854c2
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/basename.c:
+  copyright: 1990, 1998-2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 979285ba5479f1c8260b3f1a595a1a2bfb9a67b3f583e6bdf1ae4d1553f854c2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/bcopy.c:
+  copyright: ''
+  hash: 141099f203ec7aabf4aefe89031c9d7194ecbcdb85a1f49f18068aaae4da74f5
+  license: ''
+  license_override: GPL
+  license_text: 'In the public domain.
+
+    By David MacKenzie <djm@gnu.ai.mit.edu>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/binary-io.h:
+  copyright: 2001, 2003, 2005, 2008-2011 Free Software Foundation, Inc.
+  hash: 07ab7f0a854e84b8ca0eacd7174a20d5f1482ed8e7ae4b810b8bd7854d40ae83
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/bind.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 822752cfd3218f9e02466711346948129897f35bd748bd8da1ccf6687530971d
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/bitrotate.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8456fcb7c9a8c08f39cb8ba39e0645d12fe0050a015e4b8b72582051a8c2dc21
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/btowc.c:
+  copyright: 2008, 2010-2011 Free Software Foundation, Inc.
+  hash: be6489879f138dcee7e19d2e1bca6c0deeee49f914f88e1bd1fd103dcde1a861
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/byteswap.in.h:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1a8bc0ddb97dc11fd0b6f2586d9a61432f578a3e53710348485f3d700b7dd976
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/c-ctype.c:
+  copyright: 2000-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8d01ab67fe1ffa9f7ed33ec7a3420cb613e02cb7deaa93b8c40bf1d6886eedc5
+  license: GPL-2+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/c-ctype.h:
+  copyright: 2000-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 63b18e6f679860af8d6324dfc5ca260a70599a86bdb205125541c94eb01d5563
+  license: GPL-2+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/c-stack.c:
+  copyright: 2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: eeb5c185ac62ef0bb2edc8de639b89064539e7f1baf5dd0b0b9d42218ddef038
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/c-stack.h:
+  copyright: 2002, 2004, 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: 35b5508049a1437c1b02278c1b4f06b1d944e781f60f429ec8c8d156209b36ab
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/c-strcase.h:
+  copyright: 1995-1996, 2001, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 0211bf8287a47debefcb80148f66c0be9573c2363d08c173aec98594019201ea
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/c-strcasecmp.c:
+  copyright: 1998-1999, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: de64f963006ccc92cd3525f74d9d9892a06c139499ffd5d7819b88c139c7171d
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/c-strcaseeq.h:
+  copyright: 2001-2002, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: bd513ca101d42697d71fe45e73f2c3f96a20a6d6d61bf17f02829a86ead99da0
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/c-strcasestr.c:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: d67bd29ab80314c17e691fd506070f6e87497f62bd5602d8a852474ed3a2373e
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/c-strcasestr.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 0ec2e8889c10ee6f8d3e759d985eb271128258250f49baed19c8f28a3db2da88
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/c-strncasecmp.c:
+  copyright: 1998-1999, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b19387d3284e2c0cc2da7d99f11f6bc46c985b8c45385a4d8382d026a76c128d
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/c-strstr.c:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: a63c9280fe56bf44badd82f411e6fe993412baef96bca4c127f2522be5aa8943
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/c-strstr.h:
+  copyright: 2001-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 234776d5b0c2fec6d027b98f556e5dd01fadbee0e0bb639c0c25d102924ac840
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/c-strtod.c:
+  copyright: 2003, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 784495770bd37ba97ad2cd12ecb7cfbafe5f1a6e283e5da094c12230aec18335
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/c-strtod.h:
+  copyright: 2003-2004, 2009-2011 Free Software Foundation, Inc.
+  hash: bc78527732891debdbac11c527cc681d7c2c7fd724da918b1862ceab44e1f6da
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/c-strtold.c:
+  copyright: ''
+  hash: f2f3327044df634e0b933cb776f209274b8ebea5df3c977a51422befbd6db63a
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/calloc.c:
+  copyright: 2004, 2005, 2006, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ddbaf24927e1a669e5cf1426ccf697ff3ac6472d8794cea96d53865153ad98ef
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/canon-host.c:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 2246d2150a03161a6e0982f0b04aa3839288db6214a1050af217d621efd01386
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/canon-host.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 819a627fa3bd7850251e37c42f38b966feedeab5fc12c5dd15fabd40e63f3748
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/canonicalize-lgpl.c:
+  copyright: 1996-2011 Free Software Foundation, Inc.
+  hash: 1e8947c189d4380e75d8824d177766fdd73be774a1ce52d0fedf202d1acc9b48
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/canonicalize.c:
+  copyright: 1996-2011 Free Software Foundation, Inc.
+  hash: ffd3b7ced537a26ba3ffcdf26dd3e839893ce4cbe25b9e3a9fc8b2f5f45ff737
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/canonicalize.h:
+  copyright: 1996-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: d78ddf8f2158156f86f36822e8229babc564cf17cafd885fc98e5c619b0eaeda
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/ceil.c:
+  copyright: 2007, 2009, 2010-2011 Free Software Foundation, Inc.
+  hash: c3013116e757b96e86a8cb8a57d6b256755512fb079d4f3e614cfcfba9853199
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/ceilf.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 37368c9e7362eb8e71caeaf22963112ae01ee7c5328152dbffb13b4eedc8fb05
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/ceill.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 37368c9e7362eb8e71caeaf22963112ae01ee7c5328152dbffb13b4eedc8fb05
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/chdir-long.c:
+  copyright: 2004-2011 Free Software Foundation, Inc.
+  hash: 6c8eadee69576226f34b3b2f28bb330c307cbd4a55867d1ba57740b720600f2b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/chdir-long.h:
+  copyright: 2004-2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 776cf37314d1cbf7794f924e461331bd023625ebdd13a27dcdbe08cd152fa97a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/chdir-safer.c:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 210d36c64ea10fa8c57b75ad7c451c5ebee3717918ec56125fad7d0f4b853271
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/chdir-safer.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 639dfc41e966c4fd11cf47a4587999201f77d8e7464f1667419bd765f291c1e2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/check-version.c:
+  copyright: 1998-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 73808af5e1c268ef42f654ea0d1371775e85c7cfb7dffab158d0638c290fe476
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/check-version.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: f5054b0f93759411b5dfea4ddccfbe91803cd465928fe06d1431b9efd9155f5c
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/chown.c:
+  copyright: 1997, 2004-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9a8c81fa5bd5512d9cc99f8ed57fc9a45ab3716b642f9d3c6567f8c7b55a10a2
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/classpath.c:
+  copyright: 2001-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 264822daf5382a2384f21b1863bb55d961ddd8929dee76ffce6d0e398e8515cb
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/classpath.h:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 1489a7287d722b237336fe5a2bf2799777f7b37e9f36bac5b38e132eeb87895d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/clean-temp.c:
+  copyright: 2001, 2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 494e1e5e9dd58165c7fad9df0abf458ed99e997915f73ab8fe8d3838a0be31bf
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/clean-temp.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 07a7b21b834761be756874130061398aab731d0f02d19de98a2670f897a715c7
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/cloexec.c:
+  copyright: 1991, 2004, 2005, 2006, 2009-2010  Free Software Foundation, Inc.
+  hash: 75009c809ee4c368a6f0f46c22dd4b64a9990abbab33bb406cda03bbafd4156f
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/cloexec.h:
+  copyright: 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 5519f59c782adcdcde9340e75736a25d23a8452af1c36c349ad941010d1e9411
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/close-hook.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f14914592d682e1026a7ef9f66ff0c172d5e07246fc57b16f3a150bf51799f2e
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/close-hook.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7ec7da890356af556fb921714fbcd8c6dc13757b4c7880fc211f26edaa735595
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/close-stream.c:
+  copyright: 1998-2002, 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 70e111f5387936e5ed56dfa21a606a7ac96a50db9e6c33d20c293c5afe204afb
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/close-stream.h:
+  copyright: ''
+  hash: 827172f355991afad504e0cbf0ca7bc6df709d57f14b498de472fed1cff3c71d
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/close.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 20f1f313d3a14e33aede96007378c912b15ff9feda8ba6fd467d0093628d56c6
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/closein.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f3244ae73f048b907ed0062da83635613d4d76a659a796bd8602838271cedaf8
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/closein.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f3244ae73f048b907ed0062da83635613d4d76a659a796bd8602838271cedaf8
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/closeout.c:
+  copyright: 1998-2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 4376e444cafaaba3a8e3c2802f2ab1580b97ca304b59216f9ea8eec4b7b21dd0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/closeout.h:
+  copyright: 1998, 2000, 2003-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 6bc6411b1bcae599ee15ecff6b25b33e59f3fbf9d0e79fd74b266bbc28870217
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/concat-filename.c:
+  copyright: 2001-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 029021bf95aef6cab84c2a31b9966b28b842db20f05a0022c634ac7e84660475
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/concat-filename.h:
+  copyright: 2001-2004, 2007-2011 Free Software Foundation, Inc.
+  hash: 3ae969efad2f67d9f942e8536d029fc7df59b10b1ce177c33f1b7262a52013fc
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/config.charset:
+  copyright: 2000-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 8b4884f83ac6a9a35fe2cc70d9b90a347047fee158ed7352d5c22f8f9b4f3034
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/connect.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a5e221d56cd84300824131959afcb9cd3dba917e3a3f5adce3f7189789bc14a8
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/copy-acl.c:
+  copyright: 2002-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 4a49800ea1e101a517c21c3c0ee754a16a8f3cba72541aaa2522f2d76b92477b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/copy-file.c:
+  copyright: 2001-2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5f6a0bf5d4f4ae77eb0c660cc1d7375ce01bc26aaa09ec354ca32b3976e73008
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/copy-file.h:
+  copyright: 2001-2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 2fd02ba9aac55a981200af7d4cdf7c3061258fdd3030165445db5094513e3a4b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/cosl.c:
+  copyright: 1993 by Sun Microsystems, Inc. All rights reserved
+  hash: f94441c30759bff7b800832d4a5ca7f10ab4fdec07fa304c2a367ee6814a1ada
+  license: ''
+  license_override: GPL
+  license_text: 'Developed at SunPro, a Sun Microsystems, Inc. business.
+
+    Permission to use, copy, modify, and distribute this
+
+    software is freely granted, provided that this notice
+
+    is preserved.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/count-one-bits.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: dc892b04cf7e6ce7a7ddac5b81990dba0ba805ee41090dcce88bea19f53d4b72
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/crc.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5a5628dd033f64f82f883ce3278c8cedf608a4a2f47076a3426997719ee108e8
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/crc.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: da8228af29baf131ac69fa702e85797d172f2b5fed91bcfe23a7ff77cfdef23b
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/creat-safer.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 90e671f7e9e3512d29b51119308a96ebc62e58d3aca3f56931217e076d2e29fc
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/csharpcomp.c:
+  copyright: 2003-2011 Free Software Foundation, Inc.
+  hash: 690ec5c778ee4df1c75ee99c425826f8e92c974dc4e385ce97c9db65ddf79e30
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/csharpcomp.h:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 43aefe26deca217546329dfc69af05cf68fa2f5c86efadd19c86d14b81f2a0e5
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/csharpexec.c:
+  copyright: 2003-2011 Free Software Foundation, Inc.
+  hash: e31587d9d8599901495420e38492c120570acf8418fdde90b69b88be7f5fde02
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/csharpexec.h:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 2c8132d64c962c2e3031b1095571714e5eaa8bb7c5570cee678459911636bed0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/ctype.in.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 297dc853f40a865fdead63021df10e37c785787f76b86279648cb3b437630e4a
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/cycle-check.c:
+  copyright: 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 4b0d3060409f9f9bb884a187f41cc5688b7143d8c93b92d9100955799bc57221
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/cycle-check.h:
+  copyright: 2003-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 4cb9825ec7da0b0f674722a4cf67f23dfccc69e9caf3dcb23b0930c26cdb2640
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/des.c:
+  copyright: 1998-1999, 2001-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4211ad503948c8bff857631173ec602b9aec86826eadc65c60675365bbb682f4
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/des.h:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0537f44fd07510f9e7dfd3d1dd589cab782cd4598f3083bae9e4ba07e634476f
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/dev-ino.h:
+  copyright: ''
+  hash: 389d203acc8519fb2e74b471a247ffd831d6dd93ff076a42ee47a8a48b4f821a
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/di-set.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 296422e8d12dd114e131a2a707dd3767cbafd15b1b89638a874399e1cf346c13
+  license: 'GPL-3+ '
+  license_text: ''
+./lib/di-set.h:
+  copyright: ''
+  hash: a174f39bd72af01b6e7e7bea15722020ad813b4f7e59511d6cc8e989517625a3
+  license: ''
+  license_text: ''
+./lib/diacrit.c:
+  copyright: 1990-1993, 2000, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f54c18db7cc7a97a69f6436349d53f67ec8712b55c8518457624f083d26f7cc0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/diacrit.h:
+  copyright: 1990-1993, 2009-2011 Free Software Foundation, Inc.
+  hash: a996b2d568b86fcf0bf032e565aa02d0f6bf0369e8a07c93503f1fcfe60393a1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/diffseq.h:
+  copyright: 1988-1989, 1992-1995, 2001-2004, 2006-2011 Free Software Foundation,
+    Inc.
+  hash: bea931365ed55ff22a921c6dfbccef8c3b8c93821373ccd0906356307c9e88b4
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/dirchownmod.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 08f634c7de1edf46fa0249526c2e4975c05bf926f998967dba9bd9e89b17e310
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/dirchownmod.h:
+  copyright: ''
+  hash: 2377b01e9bac7aabe4b35b4ee9493ca91cf6d0edae1905934deb6462f7dfcdb7
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/dirent--.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f9340f166d20bc5ecca812139d4affd1381a079dc793dc732567e284d2e9212c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/dirent-safer.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 388106c0062bed0a57ba108f6677473a3980999ac4f9ce1d080e22af22894b2b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/dirent.in.h:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 90a45cbad7ee3b531b6f29d0d7d02523e94fcdafa554922b2bf28682237863a4
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/dirfd.c:
+  copyright: 2001, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 9bb925f99a8ccd3d57ec17d63eb43de839c2fdc3c345c209e13aef228a6e176a
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/dirname-lgpl.c:
+  copyright: 1990, 1998, 2000-2001, 2003-2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: ba821c30f535a518c0b6f5171582f28018989c8357d64f33628aef47544cdb70
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/dirname.c:
+  copyright: 1990, 1998, 2000-2001, 2003-2005, 2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: ba821c30f535a518c0b6f5171582f28018989c8357d64f33628aef47544cdb70
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/dirname.h:
+  copyright: 1998, 2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: bd641e83ef28b7fb64deec913bcb664b35c9f29afed1138ecc7f0983740151cb
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/dosname.h:
+  copyright: 2000-2001, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 98d829d9ef89dc675263e65c0115b07bb1bc54260ecc4c5b8c53fd33830f2e7b
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/dprintf.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ed89eb389a88f1c2c0c188fa64c12bed1b8e33f3e9cdb2fd6f47f5062e063b22
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/dtoastr.c:
+  copyright: ''
+  hash: 7d8a27980afc5cccd89f578638bb7ca29c5249a630683ef5d94f5998efe01fb8
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/dummy.c:
+  copyright: 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e7b9e6d847d7484912a2e827c425bf1d0a5e15701b868517956a7d182d15947d
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/dup-safer-flag.c:
+  copyright: 2001, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 1a88b4d006b28c0ff7009656df211ecb9a06fbdd1956a44500c811ed978e7172
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/dup-safer.c:
+  copyright: 2001, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0487195dc019764c73107c818b80acc1d07f8256c2ec8ea99c88ba84a6983216
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/dup2.c:
+  copyright: 1999, 2004-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4f70e800be7d3931abd0d436e164f92052595984c6b9577edc2824dacd164622
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/dup3.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 90a34499dac9947c937d2cc7bc179f41584cfb7f9cbfa796bf08fe25fcf6929e
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/duplocale.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 38af374cbbcfb837b8dfbe3ce295c5da88806029b19a2a374fdbb68c4febf49d
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/eealloc.h:
+  copyright: 2003, 2008, 2010-2011 Free Software Foundation, Inc.
+  hash: 283358b7f370dde24be43ba46cb924317ce1b06d2f61a1dd16f429516c23e6f1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/errno.in.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0446eb389e39a5c2710cf80373a739e2ac250cf030e18626164e6791ee0c99f8
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/error.c:
+  copyright: 1990-1998, 2000-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9543e22a28dad970331f4ded5819c09c6a839c701d506dc18acfb4ba1d8bad26
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/error.h:
+  copyright: 1995-1997, 2003, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 040270f88a2b537a2c602ae58ec0be88aff1089a604841b0f8a579c895f5f2be
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/euidaccess.c:
+  copyright: 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-2011 Free Software Foundation,
+    Inc.
+  hash: f44fe1358a3807888f9fe2f2f9b3adb48f86be289b3f98f9efba160c2234b7de
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/exclude.c:
+  copyright: 1992-1994, 1997, 1999, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 41cd5e1ddeae9ae8c7ea2f40231a38b36e20a41698539c2c59dfd0a993b32bb8
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/exclude.h:
+  copyright: 1992-1994, 1997, 1999, 2001-2003, 2005-2006, 2009-2011 Free Software
+    Foundation, Inc.
+  hash: eea95d4224e645bcfa6fdbd18d6fd73615e1eb72fa1adfdc1590304bfb2ab833
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/execute.c:
+  copyright: 2001-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 0c211bbbae03b30bd0971c6bcece67f857e0351e08f74e9f01a914021aff5c3b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/execute.h:
+  copyright: 2001-2003, 2008-2011 Free Software Foundation, Inc.
+  hash: ee4ef0551958c9d6849dced33aa59285667aa95b8841f9c9af6dc9a5b0917a4d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/exitfail.c:
+  copyright: 2002, 2003, 2005, 2006, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9c08a8bf46c5d63f23baa4e5bf1391c4e3864eea9737d9bc888cea160e8635aa
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/exitfail.h:
+  copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+  hash: 4bb49b5f4102b13fcf00a18147713745eb668aa2b6edf301c87f8dcea035a49e
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/expl.c:
+  copyright: 2002-2003, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 683505d514ba67a8954a945072c6240d78a3bda18ccf355fd4f63ba5814f947d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/faccessat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: bcb83ddc099dc46c15dc25cb4403318d9ac2b0638e919482748d2042116eaf1e
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fatal-signal.c:
+  copyright: 2003-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 1d0afa092d323cc6edfcc04a77da66df002ba48567d448c4e3e7f20b6bcb6a0e
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fatal-signal.h:
+  copyright: 2003-2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 5264b73177c0dbf32fc4f208838f0f3fc12ed6f2ff2b1281a0537a25297efafd
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fbufmode.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3e6eac33a0933512775bdcb0f865d961b8c710ad0d6782e91272be32f32aa4db
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fbufmode.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 275528be68b245198dd89ac8648df858407561badb4409af5e85e4485d222321
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fchdir.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 2273c6791806696f8d2eabdf78536790e8726cd72d7c8ab98afe6ce37d47831e
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fchmodat.c:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3caf143dd70a93d24a9d3b1aa8f5aabd33ee5373771e82124b4ea3c586cecb62
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fchown-stub.c:
+  copyright: ''
+  hash: 01f08654cdc736f611bedc64897d6cde20db20238576d2e399050a59b54b6609
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/fchownat.c:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f499b7d525c7875bdcd692a8ea3368dcb2ced9be3242be416ad5ac085d8cd8dc
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fclose.c:
+  copyright: 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: b4c5e474b51b8bf71021a89d39cd8cc546602f9b81ae15232a169a616eda2f78
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/fcntl--.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: ae23ea752ac0c1a160c53d34f5e34217155915a66a378784103bcf53c148e17a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fcntl-safer.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 17ce8efb131f037a2a5dc33013a4d34b0c6a65f854c96b15d63ad060ec77f07c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fcntl.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 07d76a35114e1110176a090ecfa6bfc4ff91356f248b6d6106a69d39b2b85d35
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/fcntl.in.h:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: a582b5b364b0681f013410724dd3bfc7884713ba277c843a18d03978291d6d85
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/fd-safer-flag.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: d4b8c908cd13e0b53096891da0b778f7d719912b68f28b603dd8cd7e2d799d03
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fd-safer.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 91c51c43472ded8534c5e0650413f856d5adeb2acf54dd507e774d83663b48ae
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fdopendir.c:
+  copyright: 2004-2011 Free Software Foundation, Inc.
+  hash: 1f3b351fb176fa6e8d81540ee1e6a2cbbff50a34afba29420bd1928cd1897041
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fdutimensat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2f76d99ced8cfd49598d0fa57e10a80ff9d495ce41537d5fdc8a8bbffabe56fd
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fflush.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 2d5e36dc35c7ecb1de7b561414e0663a8b663c5b64137374ea44f14532bbd298
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/file-has-acl.c:
+  copyright: 2002-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 58939378a027f4d1a4b0342966c44661d291f2ec9a0cfcbf748659f6be5eb95c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/file-set.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 021867088753316ca4c2ad5acfd408026cfe2b13386da4d6599c2493d9c84114
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/file-set.h:
+  copyright: ''
+  hash: 2f1b0860445b96ba4457fdc43c6254b8d3a738c4eca5ac3d6d02489aa59eceae
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/file-type.c:
+  copyright: 1993-1994, 2001-2002, 2004-2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: e24d3ccbc85bfbb295d2156b8d16a1b1675ab59b100dd93a9fca2562743d0713
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/file-type.h:
+  copyright: 1993-1994, 2001-2002, 2004-2005, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: ed50e96fa2a0da36eef3c465b34a22c013612a2338b95ff40588c32d66e19fb2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fileblocks.c:
+  copyright: 1990, 1997-1999, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 019ad9474cc2c18e35707113b24a3eb3f84b53d7bb2babb63efb5bcb356de1df
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/filemode.c:
+  copyright: 1985, 1990, 1993, 1998-2000, 2004, 2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 9a1b5c8060d2bb37ea85c93ab44b717e0414fa7532e667229cbe8392838ee6ae
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/filemode.h:
+  copyright: 1998, 1999, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e82a8c3195dcb239947a3b43915b236b50fd3520696eae90616d52cf12f7c0ac
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/filename.h:
+  copyright: 2001-2004, 2007-2011 Free Software Foundation, Inc.
+  hash: 25fffe289e55c0e05580f346fb5d8971e661ebb515907dca529a315801604996
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/filenamecat-lgpl.c:
+  copyright: 1996-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9f5fe567947f997242764d9e70e09ef9d18f8a62edf5d1b8f2b3d176fcbb34ed
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/filenamecat.c:
+  copyright: 1996-2007, 2009-2011  Free Software Foundation, Inc.
+  hash: 9f5fe567947f997242764d9e70e09ef9d18f8a62edf5d1b8f2b3d176fcbb34ed
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/filenamecat.h:
+  copyright: 1996-1997, 2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9961333ec1d66af1bc1250bc493819fa58635281dbfa5d8ff8dacd1362fa9e26
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/filevercmp.c:
+  copyright: 2008-2011 Free Software Foundation, Inc. / 1995 Ian Jackson <iwj10@cus.cam.ac.uk>
+    / 2001 Anthony Towns <aj@azure.humbug.org.au>
+  hash: b30fc53fbd5d226d2e81f2741c12dfc5026495dd914d9f05eda2a0d3a3940fd8
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/filevercmp.h:
+  copyright: 2008-2011 Free Software Foundation, Inc. / 1995 Ian Jackson <iwj10@cus.cam.ac.uk>
+    / 2001 Anthony Towns <aj@azure.humbug.org.au>
+  hash: b30fc53fbd5d226d2e81f2741c12dfc5026495dd914d9f05eda2a0d3a3940fd8
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/findprog-lgpl.c:
+  copyright: 2001-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: b7a98a89260489fea6d0cae03ebed3f873a59e9fc41ee579e353172a120df2fc
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/findprog.c:
+  copyright: 2001-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 59d9b05fc0c8a8926708da06be178cea55784bd29ae69f243097b44f13876aad
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/findprog.h:
+  copyright: 2001-2003, 2009-2011 Free Software Foundation, Inc.
+  hash: c88202791831f8dadf8c91c11f413f77e894d670fd740512b504dbcbc904c2cc
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/float+.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1fa70019dcb321fad4767a8129fc54e64be46db7d260997daf7d9ab386c0f3c2
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/float.in.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a5cadc8f61a512d58f6f3248fb96c81c185f46f23273aacb3e1f9294a12a65d8
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/flock.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: d4dc07be51f202373e53c9063062844ffa3691d487acb0fd713fcdcb248a4e0b
+  license: LGPL-2.1+
+  license_override: LGPL-2+
+  license_text: 'This library is free software; you can redistribute it and/or
+
+    modify it under the terms of the GNU Lesser General Public
+
+    License as published by the Free Software Foundation; either
+
+    version 2.1 of the License, or (at your option) any later version.
+
+
+    This library 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
+
+    Lesser 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/floor.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 756f00774299e0d66fb47f883415df557f157c5def996491f530a2ba7152b86a
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/floorf.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2ffab172d7e0b2489753ba37a87944d3e0ac8aa80cb5896ea7ba55a9a81fd2d7
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/floorl.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2ffab172d7e0b2489753ba37a87944d3e0ac8aa80cb5896ea7ba55a9a81fd2d7
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fnmatch.c:
+  copyright: 1991-1993, 1996-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4c791a1e89464e714a10e349b1a042eb798aacd1be8721e634ef10dfc2f0b9b2
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/fnmatch.in.h:
+  copyright: 1991-1993, 1996-1999, 2001-2003, 2005, 2007, 2009-2011 Free Software
+    Foundation, Inc.
+  hash: 9bc1451b89897df96f9b18cb7adc5ba00633d057520048ffbac5e8dc16e48490
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/fnmatch_loop.c:
+  copyright: 1991-1993,1996-2006,2009-2011 Free Software Foundation, Inc.
+  hash: 24e6f89ac24f105e7eb70fac86cede0607b3d5a1f9dd14500a97a771f2b489ed
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/fopen-safer.c:
+  copyright: 2001, 2004-2005, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 77b3a762a1a9611fadb6a0400d04e4999a4e842cc0071ec64763db7d6610b65e
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fopen.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 2d6a6bf9809e98c7705b76a72ca017ef481c54cca726d7553dbe567852455134
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/forkpty.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f86d2fb82775c367e3e2738c9733f0a43fd55bddac26610278c4cc83b3ba8e10
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fpending.c:
+  copyright: 2000, 2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 337446a3ef3dbb05329fbc1aeb01a2208a7db111e24f198ec6d50d173c7032e2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fpending.h:
+  copyright: 2000, 2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5356fa3e99cfaeae136b82ae7c79357b5aa1c2e0a7aa53b63fe3d4ca0587a2d0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fprintf.c:
+  copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 1b37974b8d382b362ec44a54e3d8f4ba8b6f8b1b1933dae3e390becf1c8b3fb4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fprintftime.c:
+  copyright: ''
+  hash: 2f439ed60059d2a1a96bdb1e19ca32c81fdcced639c884f1deaf416f4d750e84
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fprintftime.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 7ef2be9ffbb8937da843a5f77be9fbc1b8d933cd937597b84350212f27c8c8e3
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fpucw.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 4541d2213616762718c15aa5801ca09857197e8d7207b676a6ff1c138344a5a4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fpurge.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 94b095eb65920c19c8deaba364fbdef5afe2be33ec7c903760778bb232857e5f
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/freadable.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3e6eac33a0933512775bdcb0f865d961b8c710ad0d6782e91272be32f32aa4db
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/freadable.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 275528be68b245198dd89ac8648df858407561badb4409af5e85e4485d222321
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/freadahead.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3e6eac33a0933512775bdcb0f865d961b8c710ad0d6782e91272be32f32aa4db
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/freadahead.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3e6eac33a0933512775bdcb0f865d961b8c710ad0d6782e91272be32f32aa4db
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/freading.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3e6eac33a0933512775bdcb0f865d961b8c710ad0d6782e91272be32f32aa4db
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/freading.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3e6eac33a0933512775bdcb0f865d961b8c710ad0d6782e91272be32f32aa4db
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/freadptr.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3e6eac33a0933512775bdcb0f865d961b8c710ad0d6782e91272be32f32aa4db
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/freadptr.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3e6eac33a0933512775bdcb0f865d961b8c710ad0d6782e91272be32f32aa4db
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/freadseek.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 818dcbb4a7f7c047714699c6386b4c6cc839a736d7f306e66bd422ad3321bacd
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/freadseek.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 818dcbb4a7f7c047714699c6386b4c6cc839a736d7f306e66bd422ad3321bacd
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/free.c:
+  copyright: 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6cddcc1ca301486442897d5e37e5b356dea5e8ad44e19557a2bf7266e8f6c11c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/freopen-safer.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7c188028d2d9e71e52bd61a040960786f44c925dc5926c552b4c616df62ad82d
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/freopen.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 2d6a6bf9809e98c7705b76a72ca017ef481c54cca726d7553dbe567852455134
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/frexp.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: b16e8dff11a2152726ea6eb3de8b0069ec0bc518683d25ddfbf6c9386bd5bc78
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/frexpl.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2d3a7fb80f1a9a3a3887c42b73be30a40e809273a07eb7e263c25ff5b3a535e5
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fseek.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0af74f58462a2b4cc556dc8db80c73acd67e8dc5a46033170fb652d184c12489
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fseeko.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8b8015c16c929e1c48a84077784e9172ad14ea02a67895268695d23c686d7fbd
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/fseterr.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 4b01a3eb1292793925fdb46976bb72198ed912e6eac325401c7d61008dea7061
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fseterr.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 77d1ef2877552d4aa74648e42304644926379acca2e6cd7c7c1495b2650e1133
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fstatat.c:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 117ab1727d0f7f66d0459878f036122447a32125cac2357bc0775fce038b5983
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fstrcmp.c:
+  copyright: 1988-1989, 1992-1993, 1995, 2001-2003, 2006, 2008-2011 Free Software
+    Foundation, Inc.
+  hash: 18775c058daf965335b2a45afcfa86212b0dbc07732a8294d37fc6bf501d4b62
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fstrcmp.h:
+  copyright: 1995, 2000, 2002-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 7a997b678654249bd534fdedf60f29dfd3b93c57af7c71cde77cec0f5f2e9f03
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fsusage.c:
+  copyright: 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: a6773d16f3da01e2bcf1381b289a941827a7487154cfcafd8021ba07d9dbf851
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fsusage.h:
+  copyright: 1991-1992, 1997, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 1854e008b7b14dd5f5bae79725ad85fcea624d12cca61d8504287d7f8e703fa9
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fsync.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0fbb1d6427bad354aeeff2dadd85e726c77426adb9ff68a42c7b4890496a63fb
+  license: LGPL-2.1+
+  license_override: LGPL-2+
+  license_text: 'This library is free software; you can redistribute it and/or
+
+    modify it under the terms of the GNU Lesser General Public
+
+    License as published by the Free Software Foundation; either
+
+    version 2.1 of the License, or (at your option) any later version.
+
+
+    This library 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
+
+    Lesser 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/ftell.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 9b1993cc611513e78c4b1119251c84fdb53e7b6cfb2ce4d5ed0374dea843d9f3
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/ftello.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 127587c41d0a4371d82702a4935132de1edde44b26af6af2558d0abb8027581d
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/ftoastr.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 74deb2cd18e9950ab49b13d57d8d57720532812a6a54217f0522316c8a357e8c
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/ftoastr.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 74deb2cd18e9950ab49b13d57d8d57720532812a6a54217f0522316c8a357e8c
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/ftruncate.c:
+  copyright: ''
+  hash: 7e7eb364e0c33931844842e8432d1ba9a9f8b8dd506599b01ab206d1a414039f
+  license: ''
+  license_override: GPL
+  license_text: 'This file is in the public domain.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fts-cycle.c:
+  copyright: 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f7e849a251c8af4ccda2f142234a0a78ea8f02f54ba80afaac70fe4397cd844e
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fts.c:
+  copyright: 1990, 1993, 1994 The Regents of the University of California / 2004-2011
+    Free Software Foundation, Inc.
+  hash: 146a6407d2ffac1145da87c0f3eb0b0aa157ce48929037e2ca14c2010fce63ba
+  license: GPL-3+ and BSD (3-clause)
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+
+    Redistribution and use in source and binary forms, with or without
+
+    modification, are permitted provided that the following conditions
+
+    are met:
+
+    1. Redistributions of source code must retain the above copyright
+
+    notice, this list of conditions and the following disclaimer.
+
+    2. Redistributions in binary form must reproduce the above copyright
+
+    notice, this list of conditions and the following disclaimer in the
+
+    documentation and/or other materials provided with the distribution.
+
+    4. Neither the name of the University nor the names of its contributors
+
+    may be used to endorse or promote products derived from this software
+
+    without specific prior written permission.
+
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'''' AND
+
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+
+    SUCH DAMAGE.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fts_.h:
+  copyright: 1989, 1993 The Regents of the University of California / 2004-2011 Free
+    Software Foundation, Inc.
+  hash: 146a6407d2ffac1145da87c0f3eb0b0aa157ce48929037e2ca14c2010fce63ba
+  license: GPL-3+ and BSD (3-clause)
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+
+    Redistribution and use in source and binary forms, with or without
+
+    modification, are permitted provided that the following conditions
+
+    are met:
+
+    1. Redistributions of source code must retain the above copyright
+
+    notice, this list of conditions and the following disclaimer.
+
+    2. Redistributions in binary form must reproduce the above copyright
+
+    notice, this list of conditions and the following disclaimer in the
+
+    documentation and/or other materials provided with the distribution.
+
+    4. Neither the name of the University nor the names of its contributors
+
+    may be used to endorse or promote products derived from this software
+
+    without specific prior written permission.
+
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'''' AND
+
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+
+    SUCH DAMAGE.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/full-read.c:
+  copyright: 2002, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 83600b40aac7e77c158de8a295ed579a61e0d9d64ab690726a8eef2a3ebca82f
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/full-read.h:
+  copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+  hash: bf4b09aea2e03b8d346c37dadbf0a924bb25deee97b7bbd2f367f1285d5f75d6
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/full-write.c:
+  copyright: 1993-1994, 1997-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 77e38ff47030b6bae3277bf74efc5e2cb83cf197dac1c364ac4feb0eaa7cce4f
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/full-write.h:
+  copyright: 2002-2003, 2009-2011 Free Software Foundation, Inc.
+  hash: a06b22483eac6449e6d0f23b907066991f871d8c73fc16a0aa63e9117e6e7c56
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/futimens.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 95cc67d4463bb97760a3086ece59f2f3a3af427b383bb791202caa2650e543b8
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fwritable.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3e6eac33a0933512775bdcb0f865d961b8c710ad0d6782e91272be32f32aa4db
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fwritable.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 275528be68b245198dd89ac8648df858407561badb4409af5e85e4485d222321
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fwriteerror.c:
+  copyright: 2003-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: bc0e8ba31307884a458abb2bffc3353f26cec2058d759663b2aa673e1f604ce6
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fwriteerror.h:
+  copyright: 2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cee7dccb4163d0c52f9a728d21cc6ff1475bafa26fa5faedfa3e57dd74b27da5
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fwriting.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3e6eac33a0933512775bdcb0f865d961b8c710ad0d6782e91272be32f32aa4db
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/fwriting.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 275528be68b245198dd89ac8648df858407561badb4409af5e85e4485d222321
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gai_strerror.c:
+  copyright: 1997, 2001-2002, 2004-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: dde68ff5b24bcf92cef6dde133eb2d81ac385de83494c2ea15d5ed2c519a3ee4
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/gc-gnulib.c:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: 83f490b636c7e21ae2ebf63b053fe7f1363f499b69a2592dccabc6def1574f6e
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/gc-libgcrypt.c:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: 85ccfe530e99a515b74a2846ec6606bb998b586980af10aa0af698a6425e199b
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/gc-pbkdf2-sha1.c:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7f861ff55481a9982f7e22b2636ec494fc4dfed62fe5ba7e507bb674a6d75d07
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/gc.h:
+  copyright: 2002, 2003, 2004, 2005, 2007, 2008 Simon Josefsson
+  hash: a4f94bdf9e032840c9e93a7a9da02fd788642e5def0abcfa0107c6a129f2f4b8
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/gcd.c:
+  copyright: 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 44688605f82f9187a654dc41781be4b064a289341d807c8309c5cac346290937
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gcd.h:
+  copyright: 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 44688605f82f9187a654dc41781be4b064a289341d807c8309c5cac346290937
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gen-uni-tables.c:
+  copyright: 2000-2002, 2004, 2007-2011 Free Software Foundation, Inc.
+  hash: 8766b68fb4d41cb261af0b821d3a32ef06a23ea1a4f095b4c1c648df996d697d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/get-rusage-as.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 410c598de323bd7471328ae9eaa687ca196b909b2977eecd38ca6fd510519ebc
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/get-rusage-data.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 17d7f18983a7d4f2bc9e779af0c86d3f4d20019ae5b6bb5140355d70b5b2723e
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/getaddrinfo.c:
+  copyright: 1997, 2001-2002, 2004-2011 Free Software Foundation, Inc.
+  hash: 2c06ad52501f23ed400a1cddc2e20c2aa2723588186b8a5842118e85d57f8257
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getcwd.c:
+  copyright: 1991-1999, 2004-2011 Free Software Foundation, Inc.
+  hash: 8a573f8671117ef8e7b7d55a89ff9d60e2a0c4c074738242884940863c4560d1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/getdate.h:
+  copyright: ''
+  hash: f5d8ce17c60b9dc4b0f24c90d0706fdbea1bb3e3b941dedd2d8b8846d100b2d1
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/getdelim.c:
+  copyright: 1994, 1996-1998, 2001, 2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 6288332b07701fe238cd3e3c94f27a2116ead7e03bcb24a14ecb9c67bd40b933
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getdomainname.c:
+  copyright: 2003, 2006, 2008, 2010-2011 Free Software Foundation, Inc.
+  hash: 7dd29261add25c8f783a1f3a4f5643dc260479fa2233a147283080db1cdcda99
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/getdtablesize.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: bf2da9db1fd84586c915443b962f70f6b35ca28d94b2f50d514357f81bc16c64
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getfilecon.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 75562c7202353a675d1be5c7358f109e988c1f59fa8e1bd7d0faccd8786c5164
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getgroups.c:
+  copyright: 1996, 1999, 2003, 2006-2011 Free Software Foundation, Inc.
+  hash: ce24845322ae34214594725d97ca1303e6c91ee542826a61a9f9cd8c14efb26f
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gethostname.c:
+  copyright: 1992, 2003, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 96c62b03e7d1afac82f435bb2515a4c93629b08b8fa7c86426095b363c1aa37e
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/gethrxtime.c:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbe517df0285686d9bb16b7ebebfbdb71b3ecc00a708bd3f31ae4f8df968fa2f
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gethrxtime.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: f2b9dc973fce724e4946a506edee390557f478a7fc32595c3b63f15e57b2a54b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/getline.c:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 15ae43759a9953a28a39744b235491d3e56fbd441dd466b87655bd69a336b1d1
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getloadavg.c:
+  copyright: 1985-1989, 1991-1995, 1997, 1999-2000, 2003-2011 Free Software Foundation,
+    Inc.
+  hash: 32eee89e2cc8d14b647c64ecb771958aa622159a261d2a2b9614350f93c74f64
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/getlogin.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c4c057e9a1088151cec6cfcf29c916dff0964874a53c4f336af09b68e6105e15
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getlogin_r.c:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 51f4dbb8d8965954a771f0d7905b91413a9c6e1ba9a34e9097a851326df37922
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getndelim2.c:
+  copyright: 1993, 1996-1998, 2000, 2003-2004, 2006, 2008-2011 Free Software Foundation,
+    Inc.
+  hash: 41f58f2ee80a9745d55ff17c3f9286457c70f89edafb94440583cafbac81dfd4
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getndelim2.h:
+  copyright: 2003-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f10d62629a45899ed0d852a7873cbff7eef94a5d2fbe9babcc9bbc9106c77cb1
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getnline.c:
+  copyright: 2003-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 459855c036d140b84d31d0615e75240a253675dfe924046857100d20da871e8a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/getnline.h:
+  copyright: 2003-2004, 2009-2011 Free Software Foundation, Inc.
+  hash: c39f7b3829ddbde8be0f442c20a0d15a17d5c3fd840609446ff2d41e4d5796b9
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/getopt.c:
+  copyright: 1987-1996, 1998-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 7f98853f73746315f1c21246085ab0f1808e995a57f47713ffa6c480c1b8d79d
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getopt.in.h:
+  copyright: 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 65a90adf2eea0290a95c91d17d97527a2c3f3aa72344381544d54b70eafa408f
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getopt1.c:
+  copyright: 1987-1994, 1996-1998, 2004, 2006, 2009-2010 Free Software Foundation,
+    Inc.
+  hash: 13079b11acafb68c1d64d69b3aeedb3d6dddfda154ec1cb572eea66f92b2cba2
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getopt_int.h:
+  copyright: 1989-1994, 1996-1999, 2001, 2003-2004, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 9b60a7e77d740a81a08de3aa5e9c2fd08392788c269578354afcd72bd10861e5
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getpagesize.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cc9bda2746f824a2e6f56b41db84903ec2fe24934f689b53820e98831d3e6be3
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getpass.c:
+  copyright: 1992-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 05be016e08f476f9832e806b99882f2c0c94f31110893efb6635c3a82b7e7361
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getpass.h:
+  copyright: 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 0514c6db89f566cdf4bb642b4f57a6ea9f05b005bd7840435cd23dc10e304650
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getpeername.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a694952757d240c24c9839416ec5692df21e8ae936113d5b423333c805906771
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getsockname.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: ad056c59b1c1dbbd49d9d6cebcc06af1d11f803f156273fb88fd30f60154f2b8
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getsockopt.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: f7e38c1c79f52064afc91885c1be365d17e67431a306a5ed939781bdc864e388
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getsubopt.c:
+  copyright: 1996-1997, 1999, 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 17a49e0fdd96e262fb507947a1aa05cce9bf998c31e07137672ee20a47739fea
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gettext.h:
+  copyright: 1995-1998, 2000-2002, 2004-2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: cb8a5170c87848c3123093245658d2ae49a9e0ae7f2f2858c71eab7df819895e
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/gettime.c:
+  copyright: 2002, 2004-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0f936ef2ecaa0cb66dc92a17b94c7bfb7e8d88826b52ed71f2a019f588b03857
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gettimeofday.c:
+  copyright: 2001-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b3767d017742fe9e68653c324cb9be9a90b0180ce6d79498138dd5fd61c4762e
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/getugroups.c:
+  copyright: 1990-1991, 1998-2000, 2003-2011 Free Software Foundation, Inc.
+  hash: ad31a7e40b6be4f87243b2659f7de425dd58e03c94c33dc3fdf750ae4fbb369a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/getugroups.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 6135f55aaf1dfc4a471557836ddca63cce17329ef8a41bd617652a9620f8a1a9
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/getusershell.c:
+  copyright: 1991, 1997, 2000-2001, 2003-2006, 2008-2011 Free Software Foundation,
+    Inc.
+  hash: 38bbd962be165cff3ebfa58fe83a21bc11e9f59fe9319dc677b3a41afe693a2b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/git-merge-changelog.c:
+  copyright: 2008-2010 Bruno Haible <bruno@clisp.org>
+  hash: 7ed3477be7682a6b781a61e25688c0e06d20f66252b2a84bb8cf399f41b26611
+  license: GPL-2+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anyavltree_list1.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8dad911973312aeff5db80c580079b208d092ff9e07938739cfbefd67e463189
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anyavltree_list2.h:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 589edb3de53c302def68e9ec1c3eb04f3a1b424e50b7946c65bb3174ccb9349c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anyhash_list1.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cb95cbb66f0dbb0ba3e564499b814928d115bd3bcfad6a75c5ec46b2fed667c3
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anyhash_list2.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cb95cbb66f0dbb0ba3e564499b814928d115bd3bcfad6a75c5ec46b2fed667c3
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anylinked_list1.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5fc3261256a244f6893e1d5bf7c048db95e475c1d8a2acb0c2669124810db4cc
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anylinked_list2.h:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: a461ab92b7ddee271df35d5ebedc7bb420c5c11fb16dce3d4d65b55a5e066c0a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anyrbtree_list1.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8dad911973312aeff5db80c580079b208d092ff9e07938739cfbefd67e463189
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anyrbtree_list2.h:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 589edb3de53c302def68e9ec1c3eb04f3a1b424e50b7946c65bb3174ccb9349c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anytree_list1.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8dad911973312aeff5db80c580079b208d092ff9e07938739cfbefd67e463189
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anytree_list2.h:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 9d88c367964515cd671b71f354853b9299cef90996d3e8ec2fbbe9e6626f5de3
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anytree_oset.h:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 366810d9802ac24fb73dbf29eea5809d187ac8207d242135bc717deac66df8d0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anytreehash_list1.h:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 6c51b15863e386187c292fb9bbad094d2aa850e912636d046cd4c7edb6ed1235
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_anytreehash_list2.h:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 6c51b15863e386187c292fb9bbad094d2aa850e912636d046cd4c7edb6ed1235
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_array_list.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 8d267b7d21f565d8d0ea6aab4e94a17903c473280cd847e25b0c18b4365caf79
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_array_list.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6e86d8dc2d6e0c03b3aa4f926468cfc53c99c07ebde0571b25e8ccda61cea933
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_array_oset.c:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5b3163c112fdfb325b918b75eaf0dc1ea6c6b38dc973c1bc857425fbd3e35588
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_array_oset.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0dcdc86dfcd5f9c380014853a65c3a0d1b9e0d878db5385d1fc7e0ea17849f75
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_avltree_list.c:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: cf94bef437588b157b3c791b7cf47cb51249a803466512dc745aef59e752fcb4
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_avltree_list.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8dad911973312aeff5db80c580079b208d092ff9e07938739cfbefd67e463189
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_avltree_oset.c:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 366810d9802ac24fb73dbf29eea5809d187ac8207d242135bc717deac66df8d0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_avltree_oset.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b266c90287e2fe1f20d1def7dfd209a3a9c7ceb25fb9bea1aa69fd267bf194f4
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_avltreehash_list.c:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: b646f94d7ed51a0d3ce793d0c2b71c653daf972e54ef62bb080f0db853b73b99
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_avltreehash_list.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 9a0db53e3c37cd13baefaeb979478fb89f74f8a0a8e864e390fdaa3b05dfbfbf
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_carray_list.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 70ae0aa18ba652a3179117cfcb031ea2b247a4898d4e7f220168e507d1697aaa
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_carray_list.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5ec6f66f8a9fa09c5cf70d3a938ae8922465ff1486c05e92f74aee11d731f737
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_linked_list.c:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: c1869960ef886d56b1baa8376a0aa86daaacd96d449afe1024f97528675d3f39
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_linked_list.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5fc3261256a244f6893e1d5bf7c048db95e475c1d8a2acb0c2669124810db4cc
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_linkedhash_list.c:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 742fac5b2342e986987ae59f6c88cae8e8c0087193b6ed6509b90bc0e193c410
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_linkedhash_list.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: dceb3da920ab58f370563c44b1376fe5be46c5005b27dc05d4fcc3e5bfed5e3c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_list.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 881d84f2bbaeb789fa6c7314bced7d2439fcf6b80ec3e6b9f34485161667e938
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_list.h:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 881d84f2bbaeb789fa6c7314bced7d2439fcf6b80ec3e6b9f34485161667e938
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_oset.c:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b0da6a82c91a3eabbe691dc10a794a83b36d77243c7cf1a563de12600343e04b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_oset.h:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b0da6a82c91a3eabbe691dc10a794a83b36d77243c7cf1a563de12600343e04b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_rbtree_list.c:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: cf94bef437588b157b3c791b7cf47cb51249a803466512dc745aef59e752fcb4
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_rbtree_list.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8dad911973312aeff5db80c580079b208d092ff9e07938739cfbefd67e463189
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_rbtree_oset.c:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 366810d9802ac24fb73dbf29eea5809d187ac8207d242135bc717deac66df8d0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_rbtree_oset.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b266c90287e2fe1f20d1def7dfd209a3a9c7ceb25fb9bea1aa69fd267bf194f4
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_rbtreehash_list.c:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: b646f94d7ed51a0d3ce793d0c2b71c653daf972e54ef62bb080f0db853b73b99
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_rbtreehash_list.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 9a0db53e3c37cd13baefaeb979478fb89f74f8a0a8e864e390fdaa3b05dfbfbf
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_sublist.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 1d67396c713d0257ef8955e770e82895a069a2d930b27de56f26dd9922ed921c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_sublist.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 673091772b76f3383eb6acec423dec1f0ba50be63316cabf3a2269daa0d344a4
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_xlist.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9203108ef24bb41dedf1283ca9ea3b3bd286c26898d1fd07268ddbbb993b121d
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_xlist.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9203108ef24bb41dedf1283ca9ea3b3bd286c26898d1fd07268ddbbb993b121d
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_xoset.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d0c201762a2954aa27cf08f22b0e40adeb27503753d62471e0576f07e85ef286
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_xoset.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d0c201762a2954aa27cf08f22b0e40adeb27503753d62471e0576f07e85ef286
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_xsublist.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 262a7e2a4b732ba4e2fc1774924280d09f2f536b9c0d5ab34cdb1bf9699a4ae5
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/gl_xsublist.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 262a7e2a4b732ba4e2fc1774924280d09f2f536b9c0d5ab34cdb1bf9699a4ae5
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/glob-libc.h:
+  copyright: 1991-1992, 1995-1998, 2000-2001, 2004-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: e5447acbd9766a488822233a61946361dd0aaead5660df64914995f140cd9025
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glob.c:
+  copyright: 1991-2011 Free Software Foundation, Inc.
+  hash: 841fa95722b117ef82fd252370041dffd12c51d9f036ae1d2837a729162f58d8
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glob.in.h:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 754f8504899332297ad734bf97494b425e2300bbef9f551f039b2b29e1ba444a
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glthread/cond.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: ae0356f9f6a09fee865993bd2d3b375c9c71565a1c4bdfb7b53c40f1fc649173
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glthread/cond.h:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 8bc6d58d3b1d70f5ee83f8826c8dec303090dffd40a2c48e91635b15af7dd9bf
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glthread/lock.c:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 55635cef9ff1cdac2809e4f84634dd19681806c02fae5f418eaff1c8375d7bff
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glthread/lock.h:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 55635cef9ff1cdac2809e4f84634dd19681806c02fae5f418eaff1c8375d7bff
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glthread/thread.c:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: b168d266124dd24a728cc4aff727218be3885e4e87655182412fe87b8b6c8c88
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glthread/thread.h:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: b168d266124dd24a728cc4aff727218be3885e4e87655182412fe87b8b6c8c88
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glthread/threadlib.c:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: edd17adb38cf7ddb0db8704935063d55a443337e954d1fc631ae9a2f7715f14e
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glthread/tls.c:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 7db8d765bb75c284eb06ffd9eb7db15e9c2aee13d6798b59563163d437effb79
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glthread/tls.h:
+  copyright: 2005, 2007-2011 Free Software Foundation, Inc.
+  hash: 458dc4d56d3f80d7555b5c0f8cbfa39c382052fd9fcd7083c3a62fe9943a27e3
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/glthread/yield.h:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 64428210c956434d96862490bbeb13a2c157ab006282ab75887c68cfee3f5d8d
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/grantpt.c:
+  copyright: 1998-2002, 2009-2011 Free Software Foundation, Inc.
+  hash: 059121a524c3e65df39f8afd0828c98a902bac2813e16f48cea6b0891a894709
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/group-member.c:
+  copyright: 1994, 1997-1998, 2003, 2005-2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 7eabbe096b810b32743ca462e17418135634db75cb0d0ece7d762a729990c114
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/group-member.h:
+  copyright: 1994, 1997, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 4ec0429ad3b8f60aa6c533ae9cdc7f0d563aa0a92200c876ebaf21805051034e
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/hard-locale.c:
+  copyright: 1997-1999, 2002-2004, 2006-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: f5cc21b2a9355704a309c5046748faef8ab5c2a1153e10d97c7db90491f20ae4
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/hard-locale.h:
+  copyright: 1999, 2003-2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 5140e00aad701704042a5c2e6f73942875271362b544c8eb05a570d04074161c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/hash-pjw.c:
+  copyright: 2001, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5e2f49593a6c820c04cd9dc592e0cc71a653d2db36cc84253f9fe790e2ce8d1d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/hash-pjw.h:
+  copyright: 2001, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 0fbc7ac34a68099ffb8d6e4c2054ecc5b839eb1c3bfe4cff00af5b1306514db0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/hash-triple.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: af89838d9410b0eaf426d51ec86da7a0ce3720423e73fc9ae74177cdb35d5fee
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/hash-triple.h:
+  copyright: ''
+  hash: 96088774b989d1fc41e81f6377fbe2c1a17baec684be47bbca7ec9a7c0071c04
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/hash.c:
+  copyright: 1998-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: dbcf695d26a0c8f7a1b4d3d1ad7d466c314a660ef7b0f8b4def0d14b424c9b2b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/hash.h:
+  copyright: 1998-1999, 2001, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 6e176eb54dfa265a20132b35b0d835da3c71e1ea412e2737a0a256db51cef4b0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/hmac-md5.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: ae61edb196c92464684d9f54fb33be68b1f4c52a599ee3d0a581bc77d6d734c6
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/hmac-sha1.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0d7808ebfbf65165f4067a80ba950706c7773977d4d0ef7c25031b8debb46536
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/hmac.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 052616332166cf935172061e766b6bde74c6428751d5165392f51df48fe08f26
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/human.c:
+  copyright: 1996-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0abaefd45439d012dbb837f41fc282e36de33bed9de467254caad4bd3ba86adc
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/human.h:
+  copyright: 1996-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ce6e3869e81d6685c6c355bfc5a409bd42e26fe587f49e04b8430d7b0f6a5c42
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/i-ring.c:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: bf8cc36dcabc8c824708e5fe1af1991e9b5d151ca8ed2c8099953db08df32c95
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/i-ring.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 82cae84d2728e529e545f55461bf1e8a645a24edae18c803d913a84cc2f31cd0
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/iconv.c:
+  copyright: 1999-2001, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5b42286ca473b14368bbf7510a6dc5d213fc24f1a2bbc4bcf92c40ae0b2ab0ea
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/iconv.in.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: b0b84dd663b5a0938c6ba6d44c24ad66ef577782cbea45b426b339a1601051cd
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/iconv_close.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0ba00daa0cd8ab6a202914943458474e625fd0d8320a321c04902dc61b4b686a
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/iconv_open-aix.gperf:
+  copyright: ''
+  hash: 6da2acfc8d64cb160d117fcf2ae6ff0c1074e75e98ec00cebcbcd25c91ff6c71
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/iconv_open-hpux.gperf:
+  copyright: ''
+  hash: 1af956e948c4e74ae425bc40a8df179820746ac4407e809a8c2c83971c8e0f6f
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/iconv_open-irix.gperf:
+  copyright: ''
+  hash: 828615fa97c1771502ef557a7aef007676e378822a93f914e2b67b5ec3ce3912
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/iconv_open-osf.gperf:
+  copyright: ''
+  hash: 2c9f609f72f0c386bfbcac0e2f65cd6624a1279429fae6d38e4c2fb91bb4fa2b
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/iconv_open-solaris.gperf:
+  copyright: ''
+  hash: 855843d24b44701480c504188b9c91b3b602d6c134e3b450cd8573fd92b35ca6
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/iconv_open.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0ba00daa0cd8ab6a202914943458474e625fd0d8320a321c04902dc61b4b686a
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/iconveh.h:
+  copyright: 2001-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: bd568c768698828334e3c0f041914f41a0a898cccbe9d636d7df424819e6aaa6
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/idcache.c:
+  copyright: 1985, 1988-1990, 1997-1998, 2003, 2005-2007, 2009-2011 Free Software
+    Foundation, Inc.
+  hash: 7a2f7e96b529fa4560e66bed4973c78259c18229538bfcc8a0d62b2460d1b21c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/idcache.h:
+  copyright: ''
+  hash: be4efe8ffdf2e8d49697677451ff6b5db99c836286bace3d23e00fe57cf35725
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/idpriv-drop.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 69d0a62cf0b4fa1c7d0113134bca8aba47e34758a1cf901d348746014982ca7f
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/idpriv-droptemp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7d046924af4fc0100614a3354f7f3f36971f9b415d5ee4210efde52eef93f0be
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/idpriv.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 487e06029819a88bf7f6a64afee2968e5bb6d743550f05eecf9cf5a2100549d1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/ignore-value.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: cfbb0ca9558f5cc158d77ff930151c399d708ae638fb1c7229ab06b9c471d2a8
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/imaxabs.c:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3b03070893d8495ad5238c3871c5fc19fcc197e8024aaf03be6faae4a0c904b3
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/imaxdiv.c:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 66981cc865aced958fe89f704a8b45a66d6e88d86fd50bd64eed1da38b849ad6
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/imaxtostr.c:
+  copyright: ''
+  hash: 89e4d7f574362e8ebe88aa92e28be699de6474cc7ce596c0a01be5b7136913b8
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/inet_ntop.c:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc. / 1996-1999 by Internet
+    Software Consortium
+  hash: 492e70fa133640f8cf645ba2e06bfb0297bc9cb72fa7118452435c7c7d127474
+  license: GPL-2+ and ISC
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+
+    Permission to use, copy, modify, and distribute this software for any
+
+    purpose with or without fee is hereby granted, provided that the above
+
+    copyright notice and this permission notice appear in all copies.
+
+
+    THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
+
+    ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+
+    OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
+
+    CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+
+    DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+
+    PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+
+    ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+
+    SOFTWARE.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/inet_pton.c:
+  copyright: 1996,1999 by Internet Software Consortium / 2006, 2008-2011 Free Software
+    Foundation, Inc.
+  hash: 8c38de84137ba79dac166904f9df648589f512199a566ce65675c653ef9c6977
+  license: GPL-3+ and ISC
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.  */
+
+
+    Copyright (c) 1996,1999 by Internet Software Consortium.
+
+
+    Permission to use, copy, modify, and distribute this software for any
+
+    purpose with or without fee is hereby granted, provided that the above
+
+    copyright notice and this permission notice appear in all copies.
+
+
+    THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
+
+    ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+
+    OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
+
+    CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+
+    DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+
+    PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+
+    ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+
+    SOFTWARE.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/ino-map.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: baf5e524e00f0753ed26059bd7652ee94f02b8c999413aef8bd4f795515617ba
+  license: 'GPL-3+ '
+  license_text: ''
+./lib/ino-map.h:
+  copyright: ''
+  hash: 170e55d20c8990034d4b86bfb2c8984aefbd538ae0c14106d69e203ea7ef3d32
+  license: ''
+  license_text: ''
+./lib/intprops.h:
+  copyright: 2001-2005, 2009-2011 Free Software Foundation, Inc.
+  hash: c5608531dd16ada17c9465f9c32c7a77d5b1f29e6990736bf701043e1e4b788b
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/inttostr.c:
+  copyright: ''
+  hash: 798c21e7a6923e789b768bff9624dae2c458bf34ac5f32c3870ca9f93fc08182
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/inttostr.h:
+  copyright: 2001-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 1eb1e995383ebe39006f199469da8f33bb8ac51e2b48808a5f5c5194db91eada
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/inttypes.in.h:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 98ea04f8c1b362aefeb12516cd4735b34477213c12050e3834785e3a2510b69d
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/ioctl.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: f2fbf1c677b7c674602d11e3a5a1f6fae11ac3904c6e0cd71bd7b1f2e838129a
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/isapipe.c:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 1763f447d103036d25f7a9b7115676a9c91c80ddf6667e20ae7349da48cb12e3
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isapipe.h:
+  copyright: ''
+  hash: 1e08bd60adc2a94f785eb57858cc60eee319d0250d409627b746953c9778a34e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isblank.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 591822cdb1b0cb1e6a522836c670a0de1acb92d1a344e9a8e67680b4fcd88740
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/isdir.c:
+  copyright: 1990, 1998, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: dcbe29a48e94708cd56e124c93841adcf12705a6e7260ee28c3dac6f5476d582
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isdir.h:
+  copyright: ''
+  hash: 6b1d3cb4e991e607ae304c7c203750fc32f9a2c5e02fb03813d28a7f6df8a5dd
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isfinite.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 681b506c7ff2144d94e9a0a0ff7dbac5fdfeea31145a9ff975787f19a91e4063
+  license: GPL-2+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isinf.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3b5b7f6bbd622dfa06ede448eb115ab076338f5aff3c106a6eaaa066c4933bef
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isnan.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 30a1ad96bb92115b8fb446dbda6e030a0ca2cce1cdd7ecbdd1f91801736938e4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isnand-nolibm.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 30a1ad96bb92115b8fb446dbda6e030a0ca2cce1cdd7ecbdd1f91801736938e4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isnand.c:
+  copyright: 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: 71c33862d21dbb60a7e1d891c90dd5fcaf0e77867baafbc7d70d0e22d6f558a6
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isnanf-nolibm.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 30a1ad96bb92115b8fb446dbda6e030a0ca2cce1cdd7ecbdd1f91801736938e4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isnanf.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e261760bc316a0c6769e41f46d10683157aeca22797c218c3025cfc990ebe850
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isnanl-nolibm.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 30a1ad96bb92115b8fb446dbda6e030a0ca2cce1cdd7ecbdd1f91801736938e4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/isnanl.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e261760bc316a0c6769e41f46d10683157aeca22797c218c3025cfc990ebe850
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/iswblank.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 242699bbe677f63b942d72eca57ba8ec34c2e0afa5f7dce66b087bab74af0fed
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/iswctype-impl.h:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: ac6b1faa64e9b0259783597261b5aa6c39a2d094717f7578e50661249af12a94
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/iswctype.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: ac6b1faa64e9b0259783597261b5aa6c39a2d094717f7578e50661249af12a94
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/javacomp.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 3b3ef852330f087a4cdd37926179e902b8af8bee4f40958a293c4e3e29105fe6
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/javacomp.h:
+  copyright: 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: ea16b6a0db286b41553991c1caf88bcba40bce6daebd71917e30aff2281146d4
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/javaexec.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: b619a61eb96d53c0f7a833bd0ff1e5e025dd161a74f6c9a3334dd37320a728a7
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/javaexec.h:
+  copyright: 2001-2002, 2009-2011 Free Software Foundation, Inc.
+  hash: 2272a6ea6b25b11f24b9c19503c95eca002b39506b83651a479885ffc4ce4584
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/javaversion.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 87399602e013996a9661faa511d390e33827a1848bf7b6f8838da3d4891bc0d6
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/javaversion.class:
+  copyright: ''
+  hash: 2bee26b0b761a52a418a6488d94be8af824a30a3f87f50cb8d35f4b7a54a13a6
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/javaversion.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: d8419704bb30a6d59a9de386ee78b25a444c7a1cadea7b0c94c845b01afd8866
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/javaversion.java:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 4fc387d5de360f8e3fc4b94d0934dd3e109276075a5118e3eb6386d9dc099422
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/langinfo.in.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5d1b05d809c559da858f8f8a86e5df870bdb72e6c9f4cbc442e5c3e42f938072
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/lchown.c:
+  copyright: 1998-1999, 2002, 2004, 2006-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: ac95885f9afe18a1fb03dc70637fbb97528bf962662c6c41291c22dc55c41ef5
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/ldexpl.c:
+  copyright: 2002-2003, 2007-2011 Free Software Foundation, Inc.
+  hash: c32457fdd30d73f59f1b736808567c32fa513e16afd723d4d889c7f8f2a332bd
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/ldtoastr.c:
+  copyright: ''
+  hash: 1b04a014c5b7ff08face6c65c392b38d8dcbd2d0cbdc900970ee79d583181bb3
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/libunistring.valgrind:
+  copyright: ''
+  hash: 5f274732709a33d5747d09110ebd34e85e6296d40c89a496ed8767f982256357
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/linebuffer.c:
+  copyright: 1986, 1991, 1998-1999, 2001, 2003-2004, 2006-2007, 2009-2011 Free Software
+    Foundation, Inc.
+  hash: 2859b451d104f109d61904bc07c4f4d56ecd16f7f4c1aae028124736037c5567
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/linebuffer.h:
+  copyright: 1986, 1991, 1998-1999, 2002-2003, 2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 1662bc51e32cafdb8d6da527bfabb20ea403f0ed371adb5a4db1f95958df5c42
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/link.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7fa64e32d38e75e623b3130f93973ccc5f32c712bc9d3b8129606779d1b53ce5
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/linkat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 417ed17b0f0b0ce7f343e515ec7d7aff452291aec6ae8acc66c681a1dc8e7e08
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/listen.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: b2a8ea888e09f729c196adfcfea8d894806c361a29d335f347ced1a933ed0b56
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/localcharset.c:
+  copyright: 2000-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: ccf75fbf7c78e02ebde6a44279c4a11534da30e8057bdb4e9c50b363462f8a20
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/localcharset.h:
+  copyright: 2000-2003, 2009-2011 Free Software Foundation, Inc.
+  hash: fe0c6f6fb627d445d35de129f1c3a6f1a2f445b1f3bfcd1bac3660b1be7a0a86
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/locale.in.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8b57ae516ebdcd95b1a266432f3bded7ef612d7e756feaa5f3069389221e3516
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/localename.c:
+  copyright: 1995-2011 Free Software Foundation, Inc.
+  hash: 31559e93fce8f08b389f720100fad751aadf0beb5b2fda6660bba02fffe9fb9b
+  license: LGPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/localename.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b3769e5246d32ba7814ccfeae7d13d7a37563d1b40bcd53043226c7de91cbef0
+  license: LGPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/login_tty.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: a4a7d8aa0515fa1784ff430b2d44437ee0e686be94bc27bee46f03af839a4cff
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/logl.c:
+  copyright: 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov>
+  hash: 85d31985f40705b82f8d0816e8f6861d9544a057be0b15056632551829c0b8b3
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/long-options.c:
+  copyright: 1993-1994, 1998-2000, 2002-2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: a7ce42b3f1f76087cdee6d1562221244f64be49fa153731df9b03b1141de26a0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/long-options.h:
+  copyright: 1993-1994, 1998-1999, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 3d76df0d9931454bbe1a1fad166471a73726bf245321035dd832d7f1a9775995
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/lseek.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: d4df587869f9fa1463a70fd2224fa33dd88d5f88d4dfde85bdfad8ca674ca0a7
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/lstat.c:
+  copyright: 1997-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 24a14af59f421d4320d7724f1e7b2ba3406603802ed051a9ae688028cb80641d
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/malloc.c:
+  copyright: 1997-1998, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5fb30281a2a28ef5654822f6ecabdb10acc73439df3ee15f42b4023117fcf94b
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/malloca.c:
+  copyright: 2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 543a5d28a828bc28a1efd7103b0507e95deb9089744ef245a944ae03a9d240e7
+  license: GPL-2+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/malloca.h:
+  copyright: 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1685b5465d8e74fa80623d84884189766388904fc7e9d6a6e5eafe24ff924fb6
+  license: GPL-2+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/malloca.valgrind:
+  copyright: ''
+  hash: 93322a37edfb58a01aa98fa0cc0c4887861c816c873681286b20873bee36e170
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/math.in.h:
+  copyright: 2002-2003, 2007-2011 Free Software Foundation, Inc.
+  hash: 11a99f51e385876692671860647d265bc51b409e448cc09d211518ea96689fb4
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mbchar.c:
+  copyright: 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 9441f84a4ee529314dacf4a340010f31ac4a23a023dd881c4c685310e3dfd35e
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbchar.h:
+  copyright: 2001, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a596261203b0e8b2d46265fa03ba224eac8809841fb5a9013b1a95b84aeb9662
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbfile.h:
+  copyright: 2001, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 75825b4e4e32fddb411bf3c764e5cb3ef3e8562efb52d5dd04c89899a7235efd
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbiter.h:
+  copyright: 2001, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 680c3f590fd761b2eeff5bcc74aa671530bfa910fea078f7d677257beaba05e7
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbmemcasecmp.c:
+  copyright: 1998-1999, 2005-2011 Free Software Foundation, Inc.
+  hash: 673e100186dc3c28b2d54a97d9c8f9fa680f0b4df2370e99358f441f3815c0dd
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbmemcasecmp.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b002380a8b05c2d69252dab9fb74d39cacc78f971a8d15333cdb0dc65372b72b
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbmemcasecoll.c:
+  copyright: 2001, 2009-2011 Free Software Foundation, Inc.
+  hash: 628234c32c8871a989d51790d7d76e462fe2125ec5675add9407919ed90f8efc
+  license: LGPL-3+
+  license_override: GPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbmemcasecoll.h:
+  copyright: 2001, 2009-2011 Free Software Foundation, Inc.
+  hash: d51387ae12679a5fe50769414b10ac84082342661e6844067afb83cf51355726
+  license: LGPL-3+
+  license_override: GPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbrlen.c:
+  copyright: 1999-2000, 2008-2011 Free Software Foundation, Inc.
+  hash: dba63908014466f6122753a1c61f833ec10e3094cbeff2d03ff6ecf8ff5612cc
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbrtowc.c:
+  copyright: 1999-2002, 2005-2011 Free Software Foundation, Inc.
+  hash: 489cad8c4f2b66185bd2c666efb893e8b82e59522792de2a121de9a10659372e
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mbscasecmp.c:
+  copyright: 1998-1999, 2005-2011 Free Software Foundation, Inc.
+  hash: 0ec562108b33475dd238a6455117eeac0e7650d6cb45420b7c37382df144fca8
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbscasestr.c:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: eafe44bb560900676f81949205db305c4f5c2ca8acb0db0143c9e8f7af8cb6c4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbschr.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: bf22f24b7ece1b636183de5fa0f79b0c0facca9bf1610bf4219f3740dd88d43b
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbscspn.c:
+  copyright: 1999, 2002, 2006-2011 Free Software Foundation, Inc.
+  hash: 7c8439119711737e959fd2727de01de15a67b142fed35710dfe5aa507a6db96f
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbsinit.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: b937a5fe461244e6cad2f9bc09ce2b0b269a59ef44a99c9bd3234f2b0e1e9cc6
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mbslen.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 13b0d4193dcc52596b217bd4ab521185ed584c69d72727b02c26eac806841cc8
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbsncasecmp.c:
+  copyright: 1998-1999, 2005-2011 Free Software Foundation, Inc.
+  hash: 0ec562108b33475dd238a6455117eeac0e7650d6cb45420b7c37382df144fca8
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbsnlen.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 13b0d4193dcc52596b217bd4ab521185ed584c69d72727b02c26eac806841cc8
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbsnrtowcs-impl.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0afeeb814fd6b6f0c1842ae0f6ea75d67a73c823b97ffb20ed53afe29f92ab06
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbsnrtowcs.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0afeeb814fd6b6f0c1842ae0f6ea75d67a73c823b97ffb20ed53afe29f92ab06
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbspbrk.c:
+  copyright: 1999, 2002, 2006-2011 Free Software Foundation, Inc.
+  hash: 7c8439119711737e959fd2727de01de15a67b142fed35710dfe5aa507a6db96f
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbspcasecmp.c:
+  copyright: 1998-1999, 2005-2008, 2010-2011 Free Software Foundation, Inc.
+  hash: b7a718fdddd7e2a8a069979ed8a9b4b6bb2e545c828d7e258e22c48524ff3f3e
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbsrchr.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: bfeb943c0758d3da52fa0b25d0c48760077748f1259f0a679cfc2495d6532800
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbsrtowcs-impl.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0afeeb814fd6b6f0c1842ae0f6ea75d67a73c823b97ffb20ed53afe29f92ab06
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mbsrtowcs-state.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0afeeb814fd6b6f0c1842ae0f6ea75d67a73c823b97ffb20ed53afe29f92ab06
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mbsrtowcs.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0afeeb814fd6b6f0c1842ae0f6ea75d67a73c823b97ffb20ed53afe29f92ab06
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mbssep.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 86185977d6a948c0e5ed9c5b4b2a4f18e07325f28316b6b910803816d92e7b2f
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbsspn.c:
+  copyright: 1999, 2002, 2006-2011 Free Software Foundation, Inc.
+  hash: 1d6d2e408121d61075723821758fce3d94062af77362fa28af29fe1251dc2872
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbsstr.c:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 01f7250dc677b1f50fa34a0796ed05d78f40dc765631b775f1244632a3957cf1
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbstok_r.c:
+  copyright: 1999, 2002, 2006-2011 Free Software Foundation, Inc.
+  hash: af8bfe006c422335eeb91049d53873adefc6ac833552225d96bbac88980d5443
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbswidth.c:
+  copyright: 2000-2011 Free Software Foundation, Inc.
+  hash: 71fadbcae1167e9a9c9587bd04b6ebe5eac5f56b5add8e8fc997e61a986a4dfa
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbswidth.h:
+  copyright: 2000-2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 091ae8a3d33c70c0af01e6bf6a474242eff585ace34b0092841dfa2283d35e19
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mbtowc-impl.h:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: b2748497ed9f48d01ae22fe3e673cfb45ab2cb21c46130203554359af4705028
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mbtowc.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: b2748497ed9f48d01ae22fe3e673cfb45ab2cb21c46130203554359af4705028
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mbuiter.h:
+  copyright: 2001, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 680c3f590fd761b2eeff5bcc74aa671530bfa910fea078f7d677257beaba05e7
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/md2.c:
+  copyright: 1995-1997, 1999-2003, 2005-2006, 2008-2011 Free Software Foundation,
+    Inc.
+  hash: 8be9d2e681ff6f952814ff5a332723aa1fe3741711085149c3889db6ac59481a
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/md2.h:
+  copyright: 2000-2001, 2003, 2005, 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: a452b222cf13c381149a659611600fc8ea13cb6c0a234f3e29d2aa876970b157
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/md4.c:
+  copyright: 1995-1997, 1999-2003, 2005-2006, 2008-2011 Free Software Foundation,
+    Inc.
+  hash: dcf7143ee71b52580ea9229949f26edac2c8658201a41e85378077a5b605c3b7
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/md4.h:
+  copyright: 2000-2001, 2003, 2005, 2008-2011 Free Software Foundation, Inc.
+  hash: 0d4a3ac29dfebf335bdf5fa8bb576661315c12e11f61d8ac6a21cd11333dc547
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/md5.c:
+  copyright: 1995-1997, 1999-2001, 2005-2006, 2008-2011 Free Software Foundation,
+    Inc.
+  hash: 0b186114cf722816fc249730e619853f7af6d5ec9abec1b5e2b1145b7abb2205
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/md5.h:
+  copyright: 1995-1997, 1999-2001, 2004-2006, 2008-2011 Free Software Foundation,
+    Inc.
+  hash: 1cbda4f4393a10e134a8bd8a0bfe2f1b7ff8d9a339d689b98bf51adfd2c72e83
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/memcasecmp.c:
+  copyright: 1996-1997, 2000, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cd8a0ce3fc6d250e56175409eddbcfe416c1a893b5b3ae425911f055c278852d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/memcasecmp.h:
+  copyright: 1996, 1998, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 96a5eab3d40d93598e1265e529b2f0897b9958b93648e2fd38be93895e066bec
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/memchr.c:
+  copyright: 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2011 Free Software
+    Foundation, Inc.
+  hash: c4b71d713b8bd3ab5d1dc1bf9c57cadb31de9b465df9b44f382efe52d20d1ae2
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/memchr.valgrind:
+  copyright: ''
+  hash: c4d33a28f691c84b723d8efc9fcdf251c64affe0008457a7b2fe246c1493dff7
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/memchr2.c:
+  copyright: 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2011 Free Software
+    Foundation, Inc.
+  hash: 896dfa290dd97676b7e0942d9f95c1aeb2d8137d642bc86a84ac4046f3a35244
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/memchr2.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8ab6f27e43e09213b87a3b992353e46fd19a781307ad06273e06d1e8ea361d77
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/memchr2.valgrind:
+  copyright: ''
+  hash: 44d9292cd45aeb29569397844ca468602c6e200a76dcba52f4f852fd64fab480
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/memcmp.c:
+  copyright: 1991, 1993, 1995, 1997-1998, 2003, 2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 406b61cd34ecf8d5c16a4285da856bfc6348632b5046b536f43a2e338e7563d6
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/memcmp2.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e94366fcae308ddc1b8e48794513657e61b2ad4ff468e03723610e5bd8caed95
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/memcmp2.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e94366fcae308ddc1b8e48794513657e61b2ad4ff468e03723610e5bd8caed95
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/memcoll.c:
+  copyright: 1999, 2002-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e155a6765559b029d6ad149abefb66f9b79081de5963e8c8afbf964d6b98d86b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/memcoll.h:
+  copyright: 1999, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 71cf499fdaa4ffc8597e6b230e2b1f527dd861c72f917adf08e10e555be093f1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/memcpy.c:
+  copyright: 1995, 1997, 2000, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 489cd780cea7d52db81ca2698aedf740d7fc843b4de6c141d8e46e41fc4ac05b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/memmem.c:
+  copyright: 1991-1994, 1996-1998, 2000, 2004, 2007-2011 Free Software Foundation,
+    Inc.
+  hash: 723175e03e135a850fa2be0cd4f107b464425fe4a30f88cb655c0ae0ea11dff7
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/memmove.c:
+  copyright: ''
+  hash: bbdc865dae97e17c0683fdb3a8eada83f89acfb60003bfa558dc1a7bb63fd59c
+  license: ''
+  license_override: PD
+  license_text: 'In the public domain.
+
+    By David MacKenzie <djm@gnu.ai.mit.edu>.
+
+'
+./lib/mempcpy.c:
+  copyright: 2003, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4ff28232987ae3e7f4c4f98b2389d2065e86db297b82e4c583370e3afee880bb
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/memrchr.c:
+  copyright: 1991, 1993, 1996-1997, 1999-2000, 2003-2011 Free Software Foundation,
+    Inc.
+  hash: c43d619dbf6381c895adf857fb3d16f3ac42db7a384b6f6230932a8417403040
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/memset.c:
+  copyright: 1991, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: d93e48a13b99f26c422d2ae37624879a494b8970f70c8b26ceff9e107fca1c0d
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/memxor.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: af2e4f7973937b6033891d66c1c103cc81f90b3f7868d4c5961574b10ccb0188
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/memxor.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 1e237681d7f9e1ea09ded707ee097393581a6896ac27841540c7c7fb34bb2249
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mgetgroups.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a4c23088117882d066d4e6a51521bb08d0fb94713d5a0060908bb9532853c08c
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mgetgroups.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: d8ceb86060d490e6fefb9f77675c6b1adaaceb8f7544b3d617cdf1db0d4ebd37
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/minmax.h:
+  copyright: 1995, 1998, 2001, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: d1c6b589d177c404243f4c9c79e4419ddcac4343853cdbf174e992f6ecb0f74a
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mkancesdirs.c:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 987fca4c6edacf7888dab40af35c1e9dca0676a834571d57df3054cd54b1c9c9
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mkancesdirs.h:
+  copyright: ''
+  hash: dbd5568e65f013cf8eabbbbfacc0b5ddceae53a348a5d03df21e504458867265
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mkdir-p.c:
+  copyright: 1990, 1997-2000, 2002-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 7b7bfaabf1028b1ebf165509aeec442aa8ce27e804b212f5dc527c3e262c78d1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mkdir-p.h:
+  copyright: 1994-1997, 2000, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 11e3ba970bea29a264e0debe0c49c32ff939738f6004fac2a4f771d91fb84668
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mkdir.c:
+  copyright: 2001, 2003, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 1b1d421453b64fd90bb7475f22a6fe87712ebf564afb4b970562fadeebf796f0
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mkdirat.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0370b15cfe55b36720e21011247ca142a90a0dd8e48447d1ca71113f25692d61
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mkdtemp.c:
+  copyright: 1999, 2001-2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cef1c31c6cc2f7adc4b6a3bea71f8adae8563fbab976cdc5b23b33bc14149d33
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mkfifo.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 05e2f635921d58ef4e5020b1df534a68fdb150b9d02f14d45a0d69b04dbad27d
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mkfifoat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9cea93ab086eadda3f59d3436077698d4c595f13bd03259d4a1029b3475c430f
+  license: GPL-3+
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mknod.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a5469df87b8ab5470a91c5757114028588bf66970a336720fea15dfba3882644
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mknodat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: df193a0e04e21af0e07da9b530b6631accc73a35416de22839f01cf39d3f8b44
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mkostemp.c:
+  copyright: 1998-1999, 2001, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e4a134cd0e83825a96b4637639cc844396977f8c355226903106e91c2926edc8
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mkostemps.c:
+  copyright: 1998-1999, 2001, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e4a134cd0e83825a96b4637639cc844396977f8c355226903106e91c2926edc8
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mkstemp-safer.c:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2e3cd9bca9d4e9b43247c82d36ed19a892ade7a55a448b0836d660513223be86
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mkstemp.c:
+  copyright: 1998-1999, 2001, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e4a134cd0e83825a96b4637639cc844396977f8c355226903106e91c2926edc8
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mkstemps.c:
+  copyright: 1998-1999, 2001, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e4a134cd0e83825a96b4637639cc844396977f8c355226903106e91c2926edc8
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mktime-internal.h:
+  copyright: ''
+  hash: 4114357580790d68023bb3177f2f6f47f7f64999662d3b1fed83da415b0faaa1
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/mktime.c:
+  copyright: 1993-1999, 2002-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 375eec610fa47a200185dc958ca36edb9a25c16f7a6aafe5e9f68264b78a83e7
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/modechange.c:
+  copyright: 1989-1990, 1997-1999, 2001, 2003-2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: ad05c222ccb37b7af19d69abe8dc9638941cd77a84c9f71673014d9e364ab8f3
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/modechange.h:
+  copyright: 1989-1990, 1997, 2003-2005, 2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: da372433ab3bcbd14993260d395131900537f6034bd819c696ee4882f2ea960a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mountlist.c:
+  copyright: 1991-1992, 1997-2011 Free Software Foundation, Inc.
+  hash: ba5cd5ce28677c601ebc9ede1f7ae502cfe96f6ff26f7cedc6da09e3e07c92f1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mountlist.h:
+  copyright: 1991-1992, 1998, 2000-2005, 2009-2011 Free Software Foundation, Inc.
+  hash: b3f6a543fda01191a20a10d8db03d44f82537827c2881dd3990bfe8a573ed0f2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mpsort.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a75e2f3479197b5667fe1c374ff9a33fa5e4df7b062fb1bb7df1baf8ea8437ec
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/mpsort.h:
+  copyright: ''
+  hash: b88563a5eb4834d0691531bdfead0f4a1c6441fb83fca6b4d49b862ca6d4e651
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/nanosleep.c:
+  copyright: 1999-2000, 2002, 2004-2011 Free Software Foundation, Inc.
+  hash: 875392a3647563a6650505d9abd2351c13e3c71cb7c0dfc8bd792c40ffa59160
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/netdb.in.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 51cf16fdd90256c725bbb047ff2104b3c91cd8ec3cd326381fcf21ffa060aec0
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/netinet_in.in.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 4f7229d64f58d1e6dec4a74e46c59a8e4af487b271d6f1f101eee4525d803181
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/nl_langinfo.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 77cad3ec9d0d05d9ec03a1e5a0ffef3716316d5f5e7535b9fa342b06b76fe6f8
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/nonblocking.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 78133f9a59c8713781183a33577ce025774336d84acfbc017c99b5e70a2d26db
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/nonblocking.h:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 78133f9a59c8713781183a33577ce025774336d84acfbc017c99b5e70a2d26db
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/nproc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1e4193c85d49ef84c405e921d01c16763daad2ff6fd3b5ec20e45bc2fdcacc9f
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/nproc.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1e4193c85d49ef84c405e921d01c16763daad2ff6fd3b5ec20e45bc2fdcacc9f
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/obstack.c:
+  copyright: 1988-1994, 1996-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f8577a61997e62df7a0d221be5a34de0f66bbc5ea5a6051d91e47ffaae14c9f5
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/obstack.h:
+  copyright: 1988-1994, 1996-1999, 2003-2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: ea37238260b62ebd7725b72128773853f7cb8ef55f354badbd73d2e67a7fe064
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/obstack_printf.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 52a70186c92a4d2ccfcd1b06ebd258d10be98fdf11de3e23019b8d947fd6e662
+  license: GPL-2+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/offtostr.c:
+  copyright: ''
+  hash: 16d76d321843245044317c5a65a8ab420fdd74184d8e5c4aa60727b3062c83aa
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/open-safer.c:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: f8c54989aed70fea21c9a6e65ceefbfd2b3caac8f2f15aa0e42bfc53daa37870
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/open.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 098dcfaf599636dbbc592a71d72b8ec0bd60b74540462cc7a46ad9ba7f55df6f
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/openat-die.c:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 48589a63e734addad047d8862b185f981e919d955e73f637b0ea097874d16dd2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/openat-priv.h:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: d788fe4f145dbe7f1c18d8cc5f437419ec3d327c4f95c7dcf7a454ddb1179c15
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/openat-proc.c:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e44ccdb8375302b8526c7da172d641eec3d5c530f9d480846a87dfb586ea0914
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/openat-safer.c:
+  copyright: 2005, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 9638f8996759703ba43ddf0e86f97802157483f60eb8a38d8753f251d3cf639d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/openat.c:
+  copyright: 2004-2011 Free Software Foundation, Inc.
+  hash: 9ecb76133ae5b37e7d8b300cc925894811aad8833d95a79f0edfcff6a1055d49
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/openat.h:
+  copyright: 2004-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: cb4c0037581a5247e829a458d27de7b9a2533da0f22a14871add0c73ecca0d32
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/opendir-safer.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 630e3b1e2e86d50508ef0a1af1f6255f9768a757867abba8d5f382155da52dc1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/openpty.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 959b79fc3d48b61a308a2d47ba07547df50a07e0965f770d2cc5b2b55584dd6c
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pagealign_alloc.c:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: d3d11a435d8d676e47c6f1a3c171d406a0b7ebd46d2607154af74deca603ca92
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pagealign_alloc.h:
+  copyright: 2005, 2008, 2010-2011 Free Software Foundation, Inc.
+  hash: c94c8807762a588dd3f975bd31911a4eacc6a970b633720796afa77f2ce841b8
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/parse-datetime.h:
+  copyright: 1995, 1997-1998, 2003-2004, 2007, 2009-2011 Free Software Foundation
+    Inc.
+  hash: bb20b1ddd539b229489936db0a51cee53d420290bc63f413a155ce63900bc977
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/parse-datetime.y:
+  copyright: 1999-2000, 2002-2011 Free Software Foundation, Inc.
+  hash: 292e0c06c3f2018add708cd325452247caf871ac8eb785182aba11295439c2fd
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/parse-duration.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 6f6ccb29155d09428d327650b73db428ffcd0f06fb0a41443bebba09091942fb
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/parse-duration.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 6f6ccb29155d09428d327650b73db428ffcd0f06fb0a41443bebba09091942fb
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/passfd.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: a7c32d7c616a28e63f6734f0e73b523443e4e2ac62e9c608589956d389e5e62b
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/passfd.h:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 46d5eafd4d0d9f37e2ebf611f6117007ee2ee3fed001852cfa1b165cd0d2aad2
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/pathmax.h:
+  copyright: 1992, 1999, 2001, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 0cbf4a0149c04d60083439e89ada65910a2b00d4ebd472ddd58e39c14d14131d
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/perror.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: b5fcb54aa99f71dac8cf33e47f78fcce521ad39e9f299fcdbd7e0a987dd4fb55
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/physmem.c:
+  copyright: 2000-2001, 2003, 2005-2006, 2009-2010 Free Software Foundation, Inc.
+  hash: 71fe5cfab2df77c091173a33eb9323e214bbe8d6f68469261f5bb7f018c47214
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/physmem.h:
+  copyright: 2000, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 8c79eb917a4945643ed6b5f4b30779cac6d16ea61e2c34386904fa492c3a5add
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/pipe-filter-aux.h:
+  copyright: 2001-2003, 2008-2011 Free Software Foundation, Inc.
+  hash: 8157a5b9d95d5eaff53b93874bc9cbd9dd69a72ebf4387c1bb4d971dc0af24f1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pipe-filter-gi.c:
+  copyright: 2001-2003, 2008-2011 Free Software Foundation, Inc.
+  hash: 1eeed59d82e0f8f26716c3eb3a97c3cfb15aab2b73bc15c636aff0d26cd54651
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pipe-filter-ii.c:
+  copyright: 2001-2003, 2008-2011 Free Software Foundation, Inc.
+  hash: c026a976e0210fd3175fe78a6827ebba64ceb050fd769dd4b8d47edba43d4634
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pipe-filter.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 15ad6a286869cf2ffbb10a57cb193a4ce606d683e8651fb9cac176ade430d564
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pipe-safer.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 966c2b09b779c5310322e83b1ec4bda2dff469dc17766390a59d7874151db0a6
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pipe.c:
+  copyright: 2001-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 65935b6bc7f52b527524a32ee36ad4173a57fea217925a1ad313f1f35bd84d98
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/pipe.h:
+  copyright: 2001-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 33b898e59d0e47747aaab023a1d44e4f1648e9d60595afc8d08237f13c345b48
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pipe2-safer.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f61051ee75c6fc95b1a52ce34c1cca23d03ad31a55b571870a4d1231ca5d7840
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pipe2.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 4f17b56ea8cf601be0e3ff7c2ec77186b83e6a6baedd0ada1a73350ab941efd7
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/poll.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 4d61bd2ca24789b2a28afeec8294c4dee346a806841d2a4f28f83e0fddaf3138
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/poll.in.h:
+  copyright: 2001-2003, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f695a14df4046e37e81c90f1e1e659a6676a8d75f1da96524c358ff9e00e2f8b
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/popen-safer.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9ef5a316cf3644615ccd7e2fc123a208b165032daa2868fe4f4f9bf7cbf7536f
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/popen.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 253a208a3a0b3488292d7c3bd5b4f74657b9e4dde398b8ec1ad9357342384a61
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/posixtm.c:
+  copyright: 1989-1991, 1998, 2000-2011 Free Software Foundation, Inc.
+  hash: 292c36a3df101ccf823164c6282542b082f9cc04cfc168db77d617fb43405979
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/posixtm.h:
+  copyright: 1998, 2003, 2005, 2007-2011 Free Software Foundation, Inc.
+  hash: f147b920e2f58571225fda64ee46b3c1c8e7a58b9437bfbd57bb2d402c6d2d9a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/posixver.c:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 04618534170078ae9911373f288b93bd43ef4c4a70216a2bb36fa3f2dc43e8d7
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/posixver.h:
+  copyright: ''
+  hash: 36d1d0fffe2504bfc87051722c32887652d6719a80a23e93cc01daee61006134
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pread.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: bd3352bfeda9669307858ad79261da79bc2955ed107164bac0c5e51d7e6527e8
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/printf-args.c:
+  copyright: 1999, 2002-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 56db7f0a1071162b80215ee4fa01d48c0a20beba046c3bba96bb5fc44e07ba2d
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/printf-args.h:
+  copyright: 1999, 2002-2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: de5621bc8a6c487082c5d0086cb0fb6cbf97ceb3dbd1820961aabc8d211a57cf
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/printf-frexp.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e068cf38c3ab57a6a71e1ecbec6e9c61198e6a56b60c1a34137f4c870763261f
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/printf-frexp.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e068cf38c3ab57a6a71e1ecbec6e9c61198e6a56b60c1a34137f4c870763261f
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/printf-frexpl.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 37762a54a6a6d6377d834a3d169c79aeb1d5afba90591d6f8c6e0173b55b256a
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/printf-frexpl.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 37762a54a6a6d6377d834a3d169c79aeb1d5afba90591d6f8c6e0173b55b256a
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/printf-parse.c:
+  copyright: 1999-2000, 2002-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 6b3d461c7dd48c36a6705ca594e5268c70cff4c3123e3b9dc0b3286d9b962da1
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/printf-parse.h:
+  copyright: 1999, 2002-2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0b40f974005bb1508409d3c4d88084a9b1ce0dce9e5e1ddfae1a8f766223de00
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/printf.c:
+  copyright: 2007, 2010-2011 Free Software Foundation, Inc.
+  hash: 020bfa54f444c8acf424722b33d1707d6949cfdb1ac7965b10bd0a3f0fcd281a
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/priv-set.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: be71af40e680c8129d646f3e4f15205b52a329de13d115f9b7f461d79058eda2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/priv-set.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: be71af40e680c8129d646f3e4f15205b52a329de13d115f9b7f461d79058eda2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/progname.c:
+  copyright: 2001-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 87ac2ed2506b0da33ea6ff26fc5c0930e04bce1c0826dae54ad36a31145a1591
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/progname.h:
+  copyright: 2001-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7f8c646b3c315278e27c8258daeb1b7f1784b3ff2be233a5f750846f65d9081d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/progreloc.c:
+  copyright: 2003-2011 Free Software Foundation, Inc.
+  hash: 6685f5065f9d965f1ac937ae3226d50a859ace12712e29a37d3552f8f372da43
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/propername.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 280f3b86227194aa73a77720c0ea39eda6d53f4debb22a49896fe79b521260a6
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/propername.h:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 399b50d79ddd2565399b05523fb7a2e08f91d11670c87c3dd427542a13d127ff
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pt_chown.c:
+  copyright: 1998-1999, 2009-2011 Free Software Foundation, Inc.
+  hash: f18f977bbb124597758f2cbf70f39308349731d150d524263877df4b0d3f87a2
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pthread.in.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1b726498331133cc0bc2a6959bc4a4e4f06e79f74439afdff029f84305c595ff
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/ptsname.c:
+  copyright: 1998, 2002, 2010-2011 Free Software Foundation, Inc.
+  hash: 5059c1a9a266a73503673b144e7ba1e81ec28785e7fbc3e95f8a629bb40b903e
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pty-private.h:
+  copyright: 1998-1999, 2009-2011 Free Software Foundation, Inc.
+  hash: 45bee0454feca2900cdb85b7dfd4546ccd43166045b3451b39c01a99a5e089c4
+  license: LGPL-2.1+
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pty.in.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 9a63361d2b297eb7dc565d81c34f1ae8af29067a54be5217f2543c4a82266a90
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/putenv.c:
+  copyright: 1991, 1994, 1997-1998, 2000, 2003-2011 Free Software Foundation, Inc.
+  hash: 503ee234c43b64c0177d3ab3e9831b8e0039348c07b9f359d843062927763d69
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/pwrite.c:
+  copyright: 1997-1999, 2002, 2011 Free Software Foundation, Inc.
+  hash: 8654a034d65ee1d240c2f6c40b2f5fddffd4de8a38826143d6acfa0242dc2b9b
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/quote.c:
+  copyright: 1998-2001, 2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: a4a6cf00184217f3a5b645fbd71333e5246367343bb7530f3baeac0361cfa97f
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/quote.h:
+  copyright: 1998-2001, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 285449e99c6857fa00ec847e974cacd7f8dc38ae59ffbb4fc158297bf39d10f0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/quotearg.c:
+  copyright: 1998-2002, 2004-2011 Free Software Foundation, Inc.
+  hash: 7876eaaf2a10775d1163c530167acabab06f6cc1f5fde2bcbb1b3bb72ffc92bf
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/quotearg.h:
+  copyright: 1998-2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 1acf05a3c582a4b2b58c23f7c79a93429fe773ecfa144ab2f9234b9958798470
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/raise.c:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 81b3ce0d3e3c9dc06d20444206be27a13db05c14fcd05d1473132dbb86046ea1
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/random_r.c:
+  copyright: 1983 Regents of the University of California / 1995, 2005, 2008-2011
+    Free Software Foundation, Inc.
+  hash: ee2c8c8f0bbbe5d6364eca02b6ad42a1358f086bab86a5dbe1700d1d1fc78c93
+  license: BSD (3 clause) and GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.  */
+
+    Copyright (C) 1983 Regents of the University of California.
+
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+
+    modification, are permitted provided that the following conditions
+
+    are met:
+
+    1. Redistributions of source code must retain the above copyright
+
+    notice, this list of conditions and the following disclaimer.
+
+    2. Redistributions in binary form must reproduce the above copyright
+
+    notice, this list of conditions and the following disclaimer in the
+
+    documentation and/or other materials provided with the distribution.
+
+    4. Neither the name of the University nor the names of its contributors
+
+    may be used to endorse or promote products derived from this software
+
+    without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'''' AND
+
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+
+    SUCH DAMAGE.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/rawmemchr.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a2751131adf855d3bc55e98ed0c0f0ce7909fc3fcf5a7cb0e8218bc57fb10f05
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/rawmemchr.valgrind:
+  copyright: ''
+  hash: f728bb18311f04d34ed0495880117ccaa59b4c6bc8ebaac82459903cfc3247c8
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/read-file.c:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 9c3cc6bd23ab5c1c89419c7605679d47dcdc1b11ee4e6071d8b08aad2fa672c1
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/read-file.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 77c4e4709c8222940d534af3240e583a31a4e7b6c36c3d1d3a9bd916c168f70b
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/readline.c:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: bd3e3d4cc1d5461ef2a83a433ec195dd32d2950c34f22b5debf74ce335848eaf
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/readline.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 13b74abc130f5c8981ec96ca15c542eb4e543459fe0ad23bf85036be731fd343
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/readlink.c:
+  copyright: 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 733543300213660e8103b48b6f2a87cc68519c07ed484ae77335ac6df4eb87b9
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/readlinkat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ecf2d3dea54bc2c0a492bbe615368012332f008f3659bd76e3abcb3792b8a42d
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/readtokens.c:
+  copyright: 1990-1991, 1999-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: a49e3cd471b615110c3508acfdbb4b244f51f6828c53a2deb2959ffd641f10b7
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/readtokens.h:
+  copyright: 1990-1991, 1999, 2001-2004, 2009-2011 Free Software Foundation, Inc.
+  hash: b62b1814ee6cd5fedc82c4be5233dcfa72760eae33131301b1be637e8cf93da2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/readtokens0.c:
+  copyright: 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: a13f6388b862338bc2574f6599a18ae834a886328bec0d39708ce51142cb8781
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/readtokens0.h:
+  copyright: 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 8a12d819f45b7a2282245b8e54ddb78097c9db20b84056c2d2bdff31398a74f1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/readutmp.c:
+  copyright: 1992-2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6318d752060065b98a463c59e761cd66ffdd3a3a6dbfc19eb15f7c651ac0c637
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/readutmp.h:
+  copyright: 1992-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf519a4174f6d63d93e667e74a730a712ad44994047cb18576247aadac8c4494
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/realloc.c:
+  copyright: 1997, 2003-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e6bcc1446cffa7e0f9183a1fa7fce61569da9d1e5101bc2e2690c9815826b4fa
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/recv.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: e4258bcfc06cb2451f0a19b1ed04ac0ed0401b603fd2687e89099c2745b82252
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/recvfrom.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: dfdeb31f862c38b41753386d172cc5d3f86b9d3f8f6eddb40f11b027a6862922
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/ref-add.sin:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: ccd75a77932016e9107fe1cad974ae2eaa49a9bf053f45354e892ec005ef290e
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/ref-del.sin:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 51ad17fa99628ce8b3f39b2f06deddc142f0810022d6ca4dc97b9902fcaa577f
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/regcomp.c:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: cf9b00d72ba013a3b9d4b630fba54403ce056b5ef2e88551641a5e3ded24395b
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/regex-quote.c:
+  copyright: 1995, 2010-2011 Free Software Foundation, Inc.
+  hash: 5c6db59361f6a3f078cee17e88ea22bd0583a955dfd7c8d14c7691027bb03795
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/regex-quote.h:
+  copyright: 1995, 2010-2011 Free Software Foundation, Inc.
+  hash: 5c6db59361f6a3f078cee17e88ea22bd0583a955dfd7c8d14c7691027bb03795
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/regex.c:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 48da285f9615039d3c4c0505dfb757a8204a37395196cc27b4dba5b12ace95f4
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/regex.h:
+  copyright: 1985, 1989-1993, 1995-1998, 2000-2003, 2005-2011 Free Software Foundation,
+    Inc.
+  hash: 95c872d01f5b6887b2bb9fbebe0b061940c0cf6da730c7a5057f0d0a6b855627
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/regex_internal.c:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: cf9b00d72ba013a3b9d4b630fba54403ce056b5ef2e88551641a5e3ded24395b
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/regex_internal.h:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: cf9b00d72ba013a3b9d4b630fba54403ce056b5ef2e88551641a5e3ded24395b
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/regexec.c:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: cf9b00d72ba013a3b9d4b630fba54403ce056b5ef2e88551641a5e3ded24395b
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/relocatable.c:
+  copyright: 2003-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: bcc7df7de064ea94abc4d12f8db6c82db8069f5d98e5e360fbddae533e3460fd
+  license: LGPL-2+
+  license_override: GPL
+  license_text: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/relocatable.h:
+  copyright: 2003, 2005, 2008-2010 Free Software Foundation, Inc.
+  hash: fcb654759ee63e4f237a1c522c10297a19874c0cd9f33ed5d1588f45275e1f70
+  license: LGPL-2+
+  license_override: GPL
+  license_text: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/relocwrapper.c:
+  copyright: 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5b0c16b0a8a4db033e9e5c527382009e270fdd003b0ecf4020dadbff98e056f5
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/remove.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ad3bc5fe0b07c6d0c6be42f8e704aed09efd73bc23e25338c94381dc1a5ab7f3
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/rename.c:
+  copyright: 2001-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: ac31cee3aed3cc63447bfda846fd05e86f6882e95ddfd34ecc4de95100c3b19e
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/renameat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 6da6a5f67f80956e076514671d33db4323a8b49ea7b3fa06c83ffd6468f81c3b
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/resource-ext.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ea97de6b69f0fe765b2a1b1de3cd59977a6b683cecd073a471fca4a104c75b59
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/rijndael-alg-fst.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3d5e638560a245bc5562f65f0f63402978d1a2f95e75bdbca7a68b460e0ec180
+  license: GPL-2+ and other
+  license_override: LGPL-2+
+  license_text: '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 the Free Software Foundation; either version 2, or (at your
+
+    option) any later version.
+
+
+    This file 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 file; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+
+    02110-1301, USA.
+
+
+    This code is hereby placed in the public domain.
+
+
+    THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''''AS IS'''' AND ANY EXPRESS
+
+    OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+
+    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
+
+    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+
+    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+
+    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+
+    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+
+    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+
+    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+
+    EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/rijndael-alg-fst.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 734a02042bab7a1c1f7a5c84262503c796e3fc59c5a0a1c2480675ac1d9bdcc6
+  license: GPL-2+ and other
+  license_override: LGPL-2+
+  license_text: '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 the Free Software Foundation; either version 2, or (at your
+
+    option) any later version.
+
+
+    This file 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 file; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+
+    02110-1301, USA.
+
+
+    This code is hereby placed in the public domain.
+
+
+    THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''''AS IS'''' AND ANY EXPRESS
+
+    OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+
+    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
+
+    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+
+    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+
+    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+
+    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+
+    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+
+    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+
+    EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/rijndael-api-fst.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 1b430298bdfe3cb0f9692ae5b7be6f9682be40850d620a42f64900053c4fcbdf
+  license: GPL-2+ and other
+  license_override: LGPL-2+
+  license_text: '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 the Free Software Foundation; either version 2, or (at your
+
+    option) any later version.
+
+
+    This file 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 file; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+
+    02110-1301, USA.
+
+
+    This code is hereby placed in the public domain.
+
+
+    THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''''AS IS'''' AND ANY EXPRESS
+
+    OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+
+    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
+
+    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+
+    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+
+    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+
+    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+
+    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+
+    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+
+    EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/rijndael-api-fst.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: ba007e89c50eb3fdcb20f37ea1d77faec092723f14f8145fd87c815d8c7e2313
+  license: GPL-2+ and other
+  license_override: LGPL-2+
+  license_text: '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 the Free Software Foundation; either version 2, or (at your
+
+    option) any later version.
+
+
+    This file 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 file; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+
+    02110-1301, USA.
+
+
+    This code is hereby placed in the public domain.
+
+
+    THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''''AS IS'''' AND ANY EXPRESS
+
+    OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+
+    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
+
+    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+
+    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+
+    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+
+    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+
+    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+
+    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+
+    EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/rmdir.c:
+  copyright: 1988, 1990, 1999, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: aa45b6cead799d88cdfa5b55fd61b0f28db10f5d81e0900e3e1794d99a8294ab
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/round.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0af77b6721e3f2faf9def774a447c05e4e29aadfa962a159e0231b658b55a4d8
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/roundf.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e16ed639eeff7a7acec3a128de8258119f9905b7f25c87d2e469ae5273a5fe5b
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/roundl.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e16ed639eeff7a7acec3a128de8258119f9905b7f25c87d2e469ae5273a5fe5b
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/rpmatch.c:
+  copyright: 1996, 1998, 2000, 2002-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 6b2a173d38c2c20c45d5b5e1e354e587c44fe9689a572b58cffee771be48ec77
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/safe-alloc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 534f16e974be00e541335a35a1334e9a314023d77b50ca1c8b8db357cd5a9da2
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/safe-alloc.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c1fa48799d45792fbf16e5129a68c578fd7733cabc538c805f8808e7ae9defcb
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/safe-read.c:
+  copyright: 1993-1994, 1998, 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 96d34caca971a43d0d4c3fd6f5d3454f296d08184783c9d9046197001d08dcf1
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/safe-read.h:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3980a64b9f92d642a2f2bc8bce8d6662e9bb940d12ba780c0200ba1422935196
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/safe-write.c:
+  copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+  hash: 50b8c41fbd166e2c3abc820c5159a227dfc9e21e65ccbbb1fcd9e977b6b0674a
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/safe-write.h:
+  copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+  hash: 1272c01ed6380814d6a0d821c477377c9e64f445c43e833bcedf5f69a59f0d2f
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/same-inode.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 14002b5df1c12aa4d537bda8d76c63df9929de97caa9ef7441a508e64cd37560
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/same.c:
+  copyright: 1997-2000, 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 014f0812a766ac56e218c10f236f055028559bd517ac97f7c5e62833979b7e66
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/same.h:
+  copyright: 1997-2000, 2003-2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 1e32aa33a11228afa8ee80bb77018062175d72373ceb22f9bac7f0292298d379
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/save-cwd.c:
+  copyright: 1995, 1997-1998, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 581f72089b070ce572528b7c271670ef1319bded999ada19300003a4f3af9565
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/save-cwd.h:
+  copyright: 1995, 1997-1998, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 773877b4fe2a036b186a9a4ef9900b5263391ab4c843eecd5e95ba77b885ebda
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/savedir.c:
+  copyright: 1990, 1997-2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 461a0e4ac7c83dd472c3cbf99a94702fc0afe21c3fed19ad0bf51d64eb16c696
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/savedir.h:
+  copyright: 1997, 1999, 2001, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 007c611557df37845c77de2d44873806b9f34cbb0b09785b377df682a0610484
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/savewd.c:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a9d156658c690a52bf770a7b9c06dba678e76611282c039e8972425093120b4f
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/savewd.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 9c676863cf640101e891b0a996e8092844d88182061f676196df78d9dd0fa999
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/scandir.c:
+  copyright: 1992-1998, 2000, 2002-2003, 2009-2011 Free Software Foundation, Inc.
+  hash: a3aaaa60e2bd375dc95f7c7f96fe552508b0ae804d7832a03170a1ba1da19114
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sched.in.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0249476e9419b8e845de5e98cd5476bec81d7705f989ffc30b07191ee7041f4d
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/se-context.in.h:
+  copyright: ''
+  hash: eabc748436c3f1e61cf77883ddd2e551bc096c511d4b13939d50c64b2662f61e
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/se-selinux.in.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: fa73ec5587f87e7b6635b1801e42dba38571dd71962bb2ef96e9e2f47356ed23
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/search.in.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: f03efd7bb8ad41ff647a71dfe913352c08c2ebbca18f41c643449065f0d6c0a2
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/select.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a01632ad15901bfdcc75c75d470bd692a8320a5aa609ca8b3e25fcc7a337802c
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/selinux-at.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ca798c40dd06bd93e0431d5fed35a81be91d42f781d1180cc645eb2a53d8115f
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/selinux-at.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 3e9dae0ec565c829b9b35545872d1bfbdf14b9bd5d903c6d9da36eac2d2656c9
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/send.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8512309bf70ecd43995c93dc9294350e3017ae13145b93d689d18b665b844627
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sendto.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 7463c37a804b5ef2d9355309ddde328d1d3657275622fd8355c1586150db8677
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/set-mode-acl.c:
+  copyright: 2002-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 98c57b837ff90443ad0e090d14e3cff59314005e4f5c036c9c4ca21ad0093eb1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/setenv.c:
+  copyright: 1992, 1995-1999, 2000-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: df0e3860f17e36f179990ab009114a9ef37c480ec404326d7d6afc514501fa97
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/setlocale.c:
+  copyright: 2009, 2011 Free Software Foundation, Inc
+  hash: 6efcdf146d3d87ab676636c0aeedc41686ab828795db1564fae8ab25b43a7f0c
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/setsockopt.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: cd083dee30b40b5315d8c5298d0196f21b9eefe7edf14c28b5f824f0fab54934
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/settime.c:
+  copyright: 2002, 2004-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 3d175e5485aa0a1b78cffdc04f44f180dc209716e791a9e0c774ef15a89ec108
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sh-quote.c:
+  copyright: 2001-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 433d53681d99f411ba66a5e99d93bc0c103d2afc769b8406e2df976bded215c3
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sh-quote.h:
+  copyright: 2001-2002, 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 2bc0b12c27d83a572a5c0160cc3803258ae1902663ef075ec2e6b522c3c5baa7
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sha1.c:
+  copyright: 2000-2001, 2003, 2004-2005, 2006, 2008-2011 Free Software Foundation,
+    Inc.
+  hash: 6143cd9c6515da5d3db5af22b7e4851b5dc9f8e51e7059ecbb9a6dda8e266d53
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sha1.h:
+  copyright: 2000-2001, 2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 8f1550fe0f4c40ddc1982d20d4a82f6af09d1646eb4c40fddb12cfdbb70f0a8d
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sha256.c:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: cae9209f0cbb03db8d049fc5698415085aee11bc375843639850c8bc30d278b5
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sha256.h:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 51d0f1a337bcc3dbee5217229373bc01f957236fcc090392edd60509ad9e3d1e
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sha512.c:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: fbb1bbed443018400915c6361c1dbf3463e7dd6b6551019fe139fd56e4fc6990
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sha512.h:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: ed22ef545def2ebd76e4cac69e694f288a0b2ae27f7202af9f6cdadda0c1304b
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/shutdown.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8d605cc56f984d205c686ea94b4fbb70e0e53daada88e84d0234b535e3448761
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sig-handler.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: bd51e6315d9a1252813b8770ab66716a5db4376e73ea0bf9fa26c178add973cb
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sig2str.c:
+  copyright: 2002, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e259c40fdad222c609e7a58d5a622216f0998db93bf3cbdd9341999d841a015c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sig2str.h:
+  copyright: 2002, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e236b06839495ad328a6960fd21e8f38fa227d5d9e9d593bbca9ee93601e7a8
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sigaction.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 9a393e2fb9a297eb49db9ee55ee86e9333386274a64bff73d8e519056285fe30
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/siglist.h:
+  copyright: 1996-1999, 2008-2011 Free Software Foundation, Inc.
+  hash: ad5354308a11272763f1dab42bd36a141eedf0dc333b108ceada667b8870c844
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/signal.in.h:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 13ae7e520d3b4f8d2cfa19afab76f779609be6f9fa8fa3438120e4f51c08b71f
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/signbitd.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: f4b879705e629360c1fb6d7efc0cdca4d8876b3dab95ff780a4b5775797068da
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/signbitf.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 3520f5472d24ae626b04f0ff125135939709d1061f417a7617258fc84ff2f5b4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/signbitl.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 3520f5472d24ae626b04f0ff125135939709d1061f417a7617258fc84ff2f5b4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sigpipe-die.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: dd690ab6a28433fbecc20023d78926cf32df0573e29ed50be103c626bab82a8d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sigpipe-die.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: dd690ab6a28433fbecc20023d78926cf32df0573e29ed50be103c626bab82a8d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sigprocmask.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 5ede7c297ae1cf72bd41f0976c550f95a11c24ef1acb862e13462fbb71240ff5
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sincosl.c:
+  copyright: 1999, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 77414b7e6979af9f0c3302af25e913364406cb5e285af0edd966e0e8f5ca9217
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sinl.c:
+  copyright: 1993 by Sun Microsystems, Inc. All rights reserved
+  hash: aec40ee7886ef37669c9218c5d8a5e07ad40fefa4fc7a1e4e48703d51124a9dc
+  license: ''
+  license_override: GPL
+  license_text: 'Developed at SunPro, a Sun Microsystems, Inc. business.
+
+    Permission to use, copy, modify, and distribute this
+
+    software is freely granted, provided that this notice
+
+    is preserved.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/size_max.h:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5110b2f212e065a00a7ba34795ffa6c009cc693da345498d79355bcad327ceb9
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sleep.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: fc248bf70577ced58597a19a53d5093874fde309ad3f50c2fa9c5a6b4dc52480
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/snprintf.c:
+  copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 8398bbe80c3ccd843de00fab2d229e51a04f10d2e53cf214d125427e581de16c
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/socket.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: c1005e10f1b37584d523e7944c52569073c03f92707406071ea036d617662f4f
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sockets.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 9487949030721058ba19b9f5dcce951e822567f8023153185144ba44e158cd23
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sockets.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 6bffa8a7268fef8e5628cbd6d1cff9a59bdc7b365fc3cfa559747f02f274d8ca
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawn-pipe.c:
+  copyright: 2001-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 0c39990a4727b8afa843ebbed20c10bd5f4739dc7797ac5356db8ae9e56e2591
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/spawn-pipe.h:
+  copyright: 2001-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 05230140deaf3fc9ccb4292f13cdac16bad6d69995e8318926c8cd6808e7a15a
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/spawn.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawn.in.h:
+  copyright: 2000, 2003-2004, 2008-2011 Free Software Foundation, Inc.
+  hash: 46686b454117b9c821394ea21a597dd8b9bb8a8e6b95881f1d8e0edf59a1f8b6
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawn_faction_addclose.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawn_faction_adddup2.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawn_faction_addopen.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawn_faction_destroy.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawn_faction_init.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawn_int.h:
+  copyright: 2000, 2008-2011 Free Software Foundation, Inc.
+  hash: d678b260d9bf380fc983f775b3460e3546d6ee1c412c6dfa15e1400d0249d6a3
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_destroy.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_getdefault.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_getflags.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_getpgroup.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_getschedparam.c:
+  copyright: 2000, 2008-2011 Free Software Foundation, Inc.
+  hash: d678b260d9bf380fc983f775b3460e3546d6ee1c412c6dfa15e1400d0249d6a3
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_getschedpolicy.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_getsigmask.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_init.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_setdefault.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_setflags.c:
+  copyright: 2000, 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 08769d4c5d1334fd06bcf7290fa0b2ae808378449fac711927bcd4d37b7e747b
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_setpgroup.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_setschedparam.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_setschedpolicy.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnattr_setsigmask.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawni.c:
+  copyright: 2000-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: f2cdbd05edeaea752e455aa56ed42e074933bd930009013ff7193a266f48ceb5
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/spawnp.c:
+  copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ee333d7667aa63f89be64c50371e98c00dddf4615fe4fbb60317e0211d9c040
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sprintf.c:
+  copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: e00c0862934899628bf4fe4f7ef3f4a7f66f90f19cffdec064b9ce59a85e9211
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sqrtl.c:
+  copyright: 2002-2003, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b22e75058cbf56208f36b86da1c8deb8b17b8f5ba18002091fab342e02250402
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/stat-macros.h:
+  copyright: ''
+  hash: 148738a233ce05f8eb8f7d34330ceb02c5bd65c8221d02bbab595257b813e2ed
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/stat-time.h:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 7b0f5f4003debe0e3144895a2bfd858432ae150b616ebe6bf68dbd954652b875
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/stat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 72e015b6ccc534810ef640a46fe95cc27aa0a67827ed8668d98b03a227b8062d
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/stdarg.in.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: ca10d6db1f01d41244a7d29c147ca845066fdd670f43aebb9448770d07326bb2
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/stdbool.in.h:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: e336858f272356e400f27ffd04b6b6deacafd64f19b0775ce1254c2eccbe1400
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/stddef.in.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e54e05f1032e931dd6ea9d4b0e42380046a7d82659aacada6705d08b634532af
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/stdint.in.h:
+  copyright: 2001-2002, 2004-2011 Free Software Foundation, Inc.
+  hash: 1bde22bb16b43fc760922005f9edee580343d7f13804a1fa968d31e3d0c7d9ab
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/stdio--.h:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f4d8d7fe5c6daddf443bcec39aa018c6841323f97420f8cb40fd5194f6cd70ec
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/stdio-impl.h:
+  copyright: 2007-2008, 2010-2011 Free Software Foundation, Inc.
+  hash: 1f6c277b61873c00898bd0e05f19b62aff325ee9532b3bf8067eb187d8fdeb37
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/stdio-safer.h:
+  copyright: 2001, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 311917fcff7a3667610288095fa2bf6779faf870aef12ac2190193b0acda4aeb
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/stdio-write.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a9806ad4ad999f747c4e0cfe6ab81aa4d07f60f2f8a7123da342538e0d754b27
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/stdio.in.h:
+  copyright: 2004, 2007-2011 Free Software Foundation, Inc.
+  hash: af7dd57b0fee4f1dc47a82fb42e4970c965c6bf4cd5c75bc9989a5a78ed1da03
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/stdlib--.h:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 69226c23eb0b8fdf8ce3eeac2cc754603d98ba6c9cb1496c6d4cb913bb5cca0c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/stdlib-safer.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 93f959a3b9df072714569991eef5b15122ff62992b103e2e361c3fc22f8ca96d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/stdlib.in.h:
+  copyright: 1995, 2001-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 5f64f334532994fc4e74a972e129f1b63f34ae965cce7775384607d12767cc4a
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/stpcpy.c:
+  copyright: 1992, 1995, 1997-1998, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7bb9d1289597053551ba206097249502d9f29aa41a6e7680e6430ab0e978daeb
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/stpncpy.c:
+  copyright: 1993, 1995-1997, 2002-2003, 2005-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: b2702346b797c2c0e5269abe495db7bc68a4028e6178d9a06b727265c470a3f1
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/str-kmp.h:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: ce77d38be19162dbf82cf1449b912ac68bc4136035369607bc42c32a7eb5a3d2
+  license: GPL-2+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/str-two-way.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 542e58a2055db8e6c253ca61f478eec2d22f8d3182d9c40366539147e23012da
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strcasecmp.c:
+  copyright: 1998-1999, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 563123908cde43b3244487752cd6346229f1fee7f4be1345d37221497b087f7a
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strcasestr.c:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: be9fac550ac77c477c7e764d6248ebca76d02a31e7ec3d9a7664c298104db489
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strchrnul.c:
+  copyright: 2003, 2007-2011 Free Software Foundation, Inc.
+  hash: 4b5bf9067cebc12df40aceb1cc0b5333b57b5edf4ff088d21305aa8ca0f5fa03
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strchrnul.valgrind:
+  copyright: ''
+  hash: 110d49dc4750f651d0f237887bbdd3ed01c2d8950db226835e552d195ad9dc03
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strcspn.c:
+  copyright: 1991, 1994, 1996-1997, 2002-2003, 2005-2006, 2009-2011 Free Software
+    Foundation, Inc.
+  hash: 7661b0b6be1fd08f0cf4d0733f1d87dbe508f0f3ae6d6054c9da629af6b72c33
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/strdup.c:
+  copyright: 1991, 1996-1998, 2002-2004, 2006-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: da32dde8d1e68b45b629cd60f8d2b0d731a799a4f7464757b89d68414b564ef5
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/streq.h:
+  copyright: 2001-2002, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 753e5da69994e421d268b3c4a82755ef968c4d9af99b7f51359977c818879ae3
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strerror.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 67da12f3b366e5520f229f00ea1b63f8541493c70298c1c174317a3b5bd5a74f
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/strerror_r.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 59729b47368e3fe59dfbc592adb0bbc603df073355d86720b0f4403b47440821
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strftime.c:
+  copyright: 1991-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f9fa1060eaeaaa4083c86193fb11bd53decdedf97f4057802971c0cc184b8ae7
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/strftime.h:
+  copyright: 2002, 2004, 2008-2011 Free Software Foundation, Inc.
+  hash: 2d03193cb920295f35b0dc57f42d18f391dcf8b05783e3a2c595ad42b0b05ea2
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/striconv.c:
+  copyright: 2001-2007, 2010-2011 Free Software Foundation, Inc.
+  hash: 926b1a04115922864cae44b123c58203e39fbb2ff63fa5aff0d9720fb0facfb1
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/striconv.h:
+  copyright: 2001-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5fc835d29bd0176b51f31846e52211151d2803e4611f544424a28e25606751ec
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/striconveh.c:
+  copyright: 2001-2011 Free Software Foundation, Inc.
+  hash: 332245dbeee5a8d0f121149940ad89cba016f0fbb104bf132ac90e4eba074627
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/striconveh.h:
+  copyright: 2001-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b821801e14ee32f33cf78e60adc09f670234962a73e141e4d501ca4c4abe2b7f
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/striconveha.c:
+  copyright: 2002, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f42e5552951ee0e5cefcaa0ff99c23ccde983098d77e3c6f095668e06d8f2db0
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/striconveha.h:
+  copyright: 2002, 2005, 2007-2011 Free Software Foundation, Inc.
+  hash: 7315087eb85c039257f26e0580d36ed6cfb8fe17b91d2514a5c2e5b427c72798
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/string.in.h:
+  copyright: 1995-1996, 2001-2011 Free Software Foundation, Inc.
+  hash: ccc41e88c3f76b80a6427dde481a26dcce6d49ede54d00ebd9f372b622bc638a
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strings.in.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 377f6b9976e938efc4c4253ddb24a9ee315c8d36cc7b91bb60d193cdc30928b2
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/stripslash.c:
+  copyright: 1990, 2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f631bbce7b84d9021c7b5a772df58f5fdab5aab55cb09e5c00a12a68ff0bb042
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/strncasecmp.c:
+  copyright: 1998-1999, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: c734937db08868bd4f0d6baf9fca7c5e0bfd088048a301a1b3f3c315b57a3aa7
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strncat.c:
+  copyright: 1999, 2002, 2006, 2010-2011 Free Software Foundation, Inc.
+  hash: a8539729d757e566d9671f1e3d5815b9f97f2d8cee6432fe2c549b1467873b08
+  license: 'LGPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strndup.c:
+  copyright: 1996-1998, 2001-2003, 2005-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 59fd0e76814114bc652984873fb17a05e13363f73c9346c093e8a299e459b6a9
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strnlen.c:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: bab15af27d60447fe92e6f76795b21f47a576c3a92db8a0d625597cd6177acef
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strnlen1.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e7b56a19bda91ada024382a67decfc129918d09f6d7c8de425466a41b8b56900
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strnlen1.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 1fc002068af6e92c92b931162cdd9df05c7447574452944276d2e5b3bda37cb1
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strpbrk.c:
+  copyright: 1991, 1994, 2000, 2002-2003, 2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 8467bcb3dc3ae0d827f5428a079cc4bc479b4bfd336abee21a9ec530c328713b
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strptime.c:
+  copyright: 2002, 2004-2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: c9015efc689d1632790951cd186d98c6b7e0b946bd76fc5977e5ba3f22ea476d
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strsep.c:
+  copyright: 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 508a4255aba106d25f847a423477ac7dc3bda4d8ffa13963dc98412f48b74d14
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strsignal.c:
+  copyright: 1991, 1994-2002, 2005, 2008-2011 Free Software Foundation, Inc.
+  hash: 8c9210396e0614773c00b59bb44fa49fdeb6063598a33324210de8d65efabccd
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strstr.c:
+  copyright: 1991-1994, 1996-1998, 2000, 2004, 2007-2011 Free Software Foundation,
+    Inc.
+  hash: 723175e03e135a850fa2be0cd4f107b464425fe4a30f88cb655c0ae0ea11dff7
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strtod.c:
+  copyright: 1991-1992, 1997, 1999, 2003, 2006, 2008-2011 Free Software Foundation,
+    Inc.
+  hash: c6b699d97c35f475e9d3961ee045090be3e95ece266f630a5edf7ae79278d5e8
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/strtoimax.c:
+  copyright: 1999, 2001-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7770cc6d54a28c3fa769b0d8f2c06ae6c166b4bd1d556fc86f1b0ec8cfde56b6
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/strtok_r.c:
+  copyright: 1991, 1996-1999, 2001, 2004, 2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: bde875b0acd954638d2261c608350ac48ac8c708c20db4506ddf54242dfa71b5
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/strtol.c:
+  copyright: 1991-1992, 1994-1999, 2003, 2005-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 968673d86fbad86367bfcdde70e3ff6bcecda880e3d6823a8a4951c464d02445
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/strtoll.c:
+  copyright: 1995-1997, 1999, 2001, 2009-2011 Free Software Foundation, Inc.
+  hash: 7246047bfaa472de577d74493b599f4301f87b5394b3a1b932a763c107a6adbf
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/strtoul.c:
+  copyright: 1991, 1997, 2009-2011 Free Software Foundation, Inc.
+  hash: 8d6134c04107b361014c806aa5cfa4c6cadbe634b7635d7506629abb21cb18fc
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/strtoull.c:
+  copyright: 1995-1997, 1999, 2009-2011 Free Software Foundation, Inc.
+  hash: ddf5330177c0cee6d970a9e3a5b72811577e4ef0de83b834a9ee7ac2c7a5272a
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/strtoumax.c:
+  copyright: ''
+  hash: 20d59ba9f3d7a1001d08e6aab61d928dbae2fd051e69eab2867765f8663460b6
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/strverscmp.c:
+  copyright: 1997, 2000, 2002, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 245d12668ca4031ac33ac1f55da04d5468425fc2e41f82247c9443ddf6e377a1
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/symlink.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5a2e7d6ac0eec3fc5c52bfc3c8f8c838394eca621548e740073743e55e7c6b0d
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/symlinkat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 35326005ae54f6323be472259f39009908a49e539bf9cb9f1d3d842395124edd
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/sys_file.in.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: d64c26327a361e78be35ec824d2e4cbc291fdbff3654f7c8bf4a786dd687f5ed
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sys_ioctl.in.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8f5c338b9478b6d00caeb397034d035bcfced50f4e7a30b80bea43f46b3d2b83
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sys_select.in.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: fdb90732ea0404bca279e45400c240d9e5da889f22e112cccac6f97d58d78364
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sys_socket.in.h:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: ec23c530e57ade7b761a3a2c413261896846b74990782dfec47c34eaaf143f29
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sys_stat.in.h:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 0c58d96bda8c894dc74bfe604b00283de29aa098a37793df9c8c2b6401731c12
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sys_time.in.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: d0e44538fc0c7b0b68a6419db68187061e77af4fcede620d7ef8f8877f77bb98
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sys_times.in.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a659cc1f588461d03b57dd980b3dd744eaa231b2e4399b713ff7330ed5f0d191
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sys_utsname.in.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: dec4761ed27e90aa60a277a7a829cd720bbaa6dd372bb61136fa8b78b1640c87
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sys_wait.in.h:
+  copyright: 2001-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 085ca377c8df6b3bb7d65c77a5ab05c5da6fff81329934165d5557437edf7f8b
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/sysexits.in.h:
+  copyright: 2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 4d78a35a4a4c6329df15d1b1a1bfb591362ac2a66eb5ef74684a911d7674ef75
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/t-idcache:
+  copyright: ''
+  hash: af02ece347f0cc0361537b092cba7066186fc98ab1a92c6d10435a9be9ec9f84
+  license: ''
+  license_text: ''
+./lib/tanl.c:
+  copyright: 1993 by Sun Microsystems, Inc. All rights reserved
+  hash: 1f3518e0705fc06460c8a4c98999f4c188b0dacc611e78239f11c5deaaf35b27
+  license: ''
+  license_override: GPL
+  license_text: 'Developed at SunPro, a Sun Microsystems, Inc. business.
+
+    Permission to use, copy, modify, and distribute this
+
+    software is freely granted, provided that this notice
+
+    is preserved.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/tcgetsid.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 5be07a39967fb447952154e2f52c3602515d50c9fe345ae00608fc000efb3823
+  license: GPL-2+
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/tempname.c:
+  copyright: 1991-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a7fef9f53e0b287021568793c04493525ea26e5887b66e1d9bcd9bd15af5e4b0
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/tempname.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 89a1b803aabb92d9a9c43854187968da552a706021b778ac8fa538828044f623
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/termios.in.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 90d734e4d4d95110b2c0fdb06b595813e64b8b1a09d6f3fa915e8fa77bb7e496
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/time.in.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ebc57ed6f8a3d4196c0913e26787778edb881285b3d26051bf4ee24c6fbf06f5
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/time_r.c:
+  copyright: 2003, 2006-2007, 2010-2011 Free Software Foundation, Inc.
+  hash: 181279dc5d9fdd282c5201fbaee9d69575e77bdb6fe9b1816125b9927052b0d8
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/timegm.c:
+  copyright: 1994, 1997, 2003-2004, 2006-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 6f24f2da3b276474cf22d2fa03c6f5d1d80b8fa911891801e328dcf3d36ca6b5
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/times.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: f98b3b1b8190b9f58215190f2b0fe6494b2c1847781b54356e7f9b052ae9c26c
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/timespec.h:
+  copyright: 2000, 2002, 2004-2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a984af0195c1a663a0854dcb256c44b520a2e5c8665c55fcb4b89d6f7bf5d90a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/tmpdir.c:
+  copyright: 1999, 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f17d71553419b1b5352ccaa8878e93cef4449d61a159b0a89b4f7ac548672e20
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/tmpdir.h:
+  copyright: 2001-2002, 2009-2011 Free Software Foundation, Inc.
+  hash: 5f563816c2febdf30b359ceee459af0d8b571759a051c14ef62a1a8e56cac10b
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/tmpfile-safer.c:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 1abba6c2c794c22d6f77f050ecdfadbecf640da1354c0efeb6ae2411957541c1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/tmpfile.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 3e2ce454d515f395c7469eb84d6c88bcec5d1fcd6fc448494ba4bcef27bb2824
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/towctrans-impl.h:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 2a566ad3a3f442d93e3626431d8384c3d1a8e23aeedb8f4f5dbdfae5094932bf
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/towctrans.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 2a566ad3a3f442d93e3626431d8384c3d1a8e23aeedb8f4f5dbdfae5094932bf
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/trigl.c:
+  copyright: 1999, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 95dfdb3f9d5509d8f28dd86e94a67f819298f141f796887720117de742174586
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/trigl.h:
+  copyright: 2002-2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 1a7904b8d344f00d29ffbb29cdcaeee4910b0266a24bce2c9cabfec43f2404a1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/trim.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: c746c904d91a221ae99d85c4f361966d477162cb1d54a9b068d933ebfab8fed2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/trim.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3fa350526d0a388b8b7af5e67841d5976435df849fb73b0cf00961efe38e35d0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/trunc.c:
+  copyright: 2007, 2010-2011 Free Software Foundation, Inc.
+  hash: 1f909b915667c4c005b0a0a9bd7e33f56d86e9df854acc723b1dbb7be8c0d972
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/truncf.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0f1b8d4aa8946df184b49733ec6b1bf919d47fba358591c5a3a8b065f39ecd7c
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/truncl.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0f1b8d4aa8946df184b49733ec6b1bf919d47fba358591c5a3a8b065f39ecd7c
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/tsearch.c:
+  copyright: 1995-1997, 2000, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e1eab3baf26828769dc99fb37775178ed37d28d779279b51869b759ba812f70d
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/ttyname_r.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: cc83495c414ffe93a6b8bc2433f9d4b2d53828fe227f492456c60fc42bcabeb0
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/u64.h:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 9a662dbb025c0b308f3910a07bbe80e2c6cd4d6aa48c187ff362d5a0bfa4427f
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uinttostr.c:
+  copyright: ''
+  hash: 75f0d176c99ac7ef67efb547a6d94e01eb7a3479fff0835282e58ec06df20ee3
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/umaxtostr.c:
+  copyright: ''
+  hash: d13186cbdad5b6acc3d2f3bfc7d2d843920279dbd6bd75c4b189aabd00d74cd4
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uname.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9a88666b01245b24c3224f333e72fe0d30c16b23c5c9a59fa9d27b6f1a58e5f4
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unicase.in.h:
+  copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+  hash: aba07ee70161e637da88a5eab85c4fb6afd5b0a86e5b649b106d27b761ed0e70
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/cased.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 00f8f4a311a66379372de5c39ef85f7c54deff94ca5dde68c2712c14f77f68d5
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/cased.h:
+  copyright: ''
+  hash: 5335b2524b575d79b796495d774fd7c9e8941b77bc11ddc1094572ed42f125d7
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/casefold.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ead2794134d0645efbe14038111615c6f485d77885dc47f1ac5b5b7e4a57f936
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/caseprop.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 512a4a9d8b7810eb0624e9049104b81d86c2e2429d16b00ca9c99a0dd0995f37
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/context.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 66189083931d9cd7835319ef0aabe053366c04dcbf74c66f9c5985e1d82893f5
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/empty-prefix-context.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 86abc0ae450322994a5211db3256c213f3ebdb9d602e6803b42d95ca1e4758dc
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/empty-suffix-context.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d6d4bca171fd6ae20676d359b304809303deb43fc660f344c6c7ec5c44c971bc
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/ignorable.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 21d014f91233c8313fef2ad047c8248709fd7abfbbd780e33d0411c1d3bf4b87
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/ignorable.h:
+  copyright: ''
+  hash: 59bed6e8ab1f6651dab744354627a680b117f3579fd68e54a8616f17f024da57
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/invariant.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a070ab5c4daa7ba18849770cf8eb8f4947ac76f5f0ddb1009f1dd90740418c86
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/locale-language.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1e3d4c97ef7fd417e102f00461858b016265026eead0cfd691e21914598a8b5d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/locale-languages.gperf:
+  copyright: ''
+  hash: 95c56feb8187781fe9f326e97d88816e218edd31dfceee6446844c7d8009bfa8
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/simple-mapping.h:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: a9783bff58f7b3a7c307bc07abf7b405da272cf6e084512197e8aa49b432c319
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/special-casing-table.gperf:
+  copyright: ''
+  hash: babddd5e359cb243dc2fccd8d6cd701126fdcbbe74476750f5dadbaab466f84b
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/special-casing.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c24db7282c9aaeae592c78b6075dd472af9be0c07c3ea79e0ccb50bc2bcc91b2
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/special-casing.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c24db7282c9aaeae592c78b6075dd472af9be0c07c3ea79e0ccb50bc2bcc91b2
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/tocasefold.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f303de3ac78e2238a2558c50c86178c06276aa01f08cd95efed78b84571f67aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/tocasefold.h:
+  copyright: ''
+  hash: 02592212974e1233deec301ce09a1ad0e70d7d28519e6d058688581a75ccfb12
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/tolower.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 9b062fb12441968895a4cb7b861920417373355227a70d79fae9f0ef62db156c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/tolower.h:
+  copyright: ''
+  hash: 02592212974e1233deec301ce09a1ad0e70d7d28519e6d058688581a75ccfb12
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/totitle.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7f13d41cd517c01424804ff61070358732353740721581dac6766b9c3ccd6ac3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/totitle.h:
+  copyright: ''
+  hash: 1335c39d69130e012cf36b9f1583f2a2ff14833274ff6d9b02911024b4ef65a5
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/toupper.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 1bdd5aa5de2c4a9c424dca7cffeb25f9683a5f30cf2b20ef4ae60b7f25b75461
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/toupper.h:
+  copyright: ''
+  hash: 1335c39d69130e012cf36b9f1583f2a2ff14833274ff6d9b02911024b4ef65a5
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-casecmp.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 6c5c51afafc1ac7ce5f68953ed6f964ad179e905236775b26eed653dd8aabdec
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-casecoll.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 36b6782b124437c09d317f0ca4ca2122c60fb8ebf8143e80ebad2195140431f4
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-casefold.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2b8a9d9b00c8257352f997677663ac39e961a7b84d298cd76dee6a7097782dea
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-casemap.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 06a4fba25c2cfb9070f2590b749d1f27a1f12a048b2f86157cfd90b86ed66d9d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-casexfrm.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 6addbd8b95a85ba9f0853892c77fac03da8217d3bdaf74b581bcafe421c83f3c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-ct-casefold.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 25877eddf0ca4456e0e0370e18306cbdcc4388dab3d9d7566bdb8c9cfb3b20ac
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-ct-totitle.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: abaa5457aab4b9f5a7dca4e586f8a5fd37e87fc89c4ea515b7c72045e59c56f4
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-is-cased.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2c387751c921fe5711141bc6b73e61b75f62a8ede7e652f02527d684f964c6a9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-is-invariant.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f6f4e9aeebee223cfcc28e483af46d368ffb9a5fcbda760c689fe602ac8bb837
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-prefix-context.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2d54412a24a90c4a351381d21c195ef3d37f23f6dec8edd61891728eb2c2de30
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-suffix-context.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5443f9dc9550ecb87b92dee9e4007d6bad00bcfbdf1f4858c2eb5b2a73d1ca45
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u-totitle.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1edf2476e08ed19dd041b0fbb3b8cad8a79e14dc9c04a2b1ce3f1000f92175de
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-casecmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d691542d64a790bb0c14d52897d74c4f9e0f6a204a8017c133ab1ad23ca16507
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-casecoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 04ae0be2a4087439e14e4a8c23b3f03bf6374ac790df09700e31b29dd3d79634
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-casefold.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 02c38b74eef07802a27d1b6537939481ef84a37d967a464a493b1647a2f17a4d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-casemap.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1424e8c58a08ede54882593deb443b4e5e2c8c8f7f7d71d3be38682589423c03
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-casexfrm.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2e2bc775296fa925e3d3e138a29dd7dd75e954b0e3d4809c612f8834461980ac
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-ct-casefold.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 40bf50587311ac8780cfb0bd2419bf5ae399fff6b12ce36fbe38364dad34a79c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-ct-tolower.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e1330259c51af12bbe038ad88dcbab01802ff1436cbe8c0165998c534ef8915e
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-ct-totitle.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b5fe1dffa2f12cbb5a6f9afb7ded89d52c2aea0953c278181f1e8ab5a5ac266a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-ct-toupper.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0abedb1041f6b5999173dfe4b6a7a2ad1a8b97bb7d083b2da3a9985d8b9f9bf1
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-is-cased.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9d197225e94d0386f6d39b828955e7b6b499be3eb41b62d844ff4a694c61921e
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-is-casefolded.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b27a3ea30a36b2feb3c025831123607ab8f379881242caee2d197bf97eb6f566
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-is-invariant.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: bd83758ee71428d30a89b6c5167b289a69e8a546e9f13b75bafc9bbe5d449cc0
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-is-lowercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1993f325426c8bbd78186d1a31e78c45251f6ea0fba5ee7e42ce5ff9b9eae261
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-is-titlecase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: be431542ab62f1c5f7e117e641a2ffbbe32c052e45ac1c00044ef26ba9d4d673
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-is-uppercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f4a4a3cac37b5f6fef976f38834256d2a86a42141d96ce7fb02b93aad8c67de4
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-prefix-context.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9f7717ce705f742c9bece1f6a796976c25d35b475322327e401be3791a8c48c7
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-suffix-context.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1f4a2c2a946442c78c775953b6df06691ec2805e9305cd809d354a3983f8cf79
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-tolower.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d23455b79e9f6fe18f97f1830ef2981afed4db33942099939f01e58fc50fc40b
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-totitle.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 02188f818a2b0b4dccd8e23379b397e7f041c18e7aa871466d2b8378ad32365d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u16-toupper.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3bc93ff9d32e98b46fcc2d862bfd58f88a57f96c0506cbb88a5f0e1d5df53454
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-casecmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9fafa64481abbbb519a93f4164bfb2f82940429493e7692fbaecec16622d61af
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-casecoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.w
+  hash: 603bdc9258516365895e2cad0e1416fd35f1a24929f10e6959b7ad7f1cc66251
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-casefold.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c4f0446f37ab462ca694d96d73ee9c6535ba272d4507e95f348b25e627eec1cc
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-casemap.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e37ed7ff25b20dcdf6116c69e94924957ae90e42a69d57c6bce93d9884e17a6d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-casexfrm.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e625a3b0530a7c22791e0888ed9ec065771cbfc5ba12c78a1c4171dfb0633e06
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-ct-casefold.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 436d21adf411f4a065f341d5349f33a1e107e423d068f158df0dcfd7b1f8dbcf
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-ct-tolower.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 04dbf5b65c900af883eb24ead811f2c798ddaea77d35b9341728dced8c50ada7
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-ct-totitle.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2f6153674f23a92afa1adde64a19f77f223f662f7ca03aad4c78338894e998b7
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-ct-toupper.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5297da6a0827ceeb086ed7a6702cae89ebc1238655e8908e37973dcfab3d3708
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-is-cased.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d2c138573f93888164e1640dbfc8eb752fe7d08a58020777e7a394b7928b1113
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-is-casefolded.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3c8d2a01c1c6403fe472cc31a831daadb2d0301f0b0b9a56d8a32bfaa77f4ab4
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-is-invariant.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: cf8255d5297e0a2782fe09f1888aef1b03ef11ede6af40d053b11cd9b549dde4
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-is-lowercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 33762974c2f2a9a381c4d51d5aaf166083eeb935cf5025d491886b788fc67294
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-is-titlecase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7c04d396962a35aa278619ef087aebd147b23c6b178fb51bc1fe57771d9c7c0c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-is-uppercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 85ecbeec587de4f88eff2553da1168fbccf575d3cbc209b72d03d68a4173914a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-prefix-context.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b3a9d104ec2065875859155244da7a092f5441bb750c02cb1f78f656fbaf143e
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-suffix-context.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: cce9630d234502dc9cf9df3c945a59e4b3e62de5a4a141138ec4fbe0d24cc4ef
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-tolower.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 81c9ae5d45cfc2a1c64e9d34613203e33d784b51534200a805adcc6846e764d7
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-totitle.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d080b039b495a81ae3d7c648b4fd18cb0f8583d18574206a84c6c79638b36e4a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u32-toupper.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 91fce6151ba6f224f220c243ec9660130db7970d936f0710e5ec4bd387f5ceeb
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-casecmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c8e49f6fa6164d108ea87a7fd5af197670585079aecc24c1a2351f949578b18a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-casecoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 4f6e6bc379210dc5ec22ea1fc97e1e809b797275fbe7ba41745169d88a562f35
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-casefold.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 026765fc64f8117a64e772781c0e8cc1181ca4bda96157517b66b8eef3956d69
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-casemap.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a799ccb618d9fcbdacdcc74cffed72d0c803c900a893eb8fb3815ca5c8e2170e
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-casexfrm.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 370c26a8f6eb435e2879dcef4b64424b3ac4403cc79e05e720950822a505d9ab
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-ct-casefold.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b0b0a9b728bc1324a25d515690f427c396568e46186db682ba6d0d20ac4baa78
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-ct-tolower.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: dca2048b42479c62e2b0e95bc64eb89a3e28800515d6586614e97e1c8bff7a52
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-ct-totitle.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1d3c9e43aef8df0b1474ef465179eea6a5ea3ff400afb1e03bd6d9f5cdadfbb2
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-ct-toupper.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 58c9cc6d067a9750596f9dc0bd52b7e4206744af2054ecc18e8e796c532cf5a9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-is-cased.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7d884093241faa000a588e4801ffbee9abaf8c179978ca4c1c05324d942d7d22
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-is-casefolded.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8f3e4eee02a69ca7f90b87d6b524367c82ffb8a99fcb98e551e1da26b4bbbefe
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-is-invariant.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 4e3cfe8af812216c2845fd87ab3fecf504859befcc7f2507d37fc4c68c7c2c62
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-is-lowercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: cb43b50bd00cbf67a336a11c38f0a9c9bba0d8806a725df06ddc77245b862770
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-is-titlecase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1af27dae29d0008c8aed6ed340bc52422ec241fade2c0499a71be471a6ea4cce
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-is-uppercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b08e8480b4937eb441f888827ecfa4b8de27ef37feb6078e0e447ab6bbe92aee
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-prefix-context.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 6a2e9c273d6b0e9836b9085a6d41d4bfdcdff4f57c8636914c7cd15afac012e5
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-suffix-context.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ca08ad1e4612af4ee6c84200fffebd4d55a7d04c654ae6a0ca471a33e6fb6abf
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-tolower.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 63858f6da7dc12f0a4a42b8ca8d661bd19d66f59481eafac218ad4dc2985831c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-totitle.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3e2333956b399503abeee9d14eb3c8df69ae9452787bfe116b46f385342295ba
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/u8-toupper.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1702d2867774da910cc1f0b1161861762f123a586a4f194051c1ab1ff134a7a5
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/ulc-casecmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1c1774167604954bf45782dd24004407cb04199df8d56bab7de182531f6b22ae
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/ulc-casecoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9aa06e2932a8aa9499075094eccfa7abc392d772046983a92997864a144dd24e
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/ulc-casexfrm.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3edc126f9493c7c09286a8702c1267ac7e96cb2eb341dc8a1b111c2c62db566b
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicase/unicasemap.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 06a4fba25c2cfb9070f2590b749d1f27a1f12a048b2f86157cfd90b86ed66d9d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicodeio.c:
+  copyright: 2000-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: b1c6caae35f094164a024e3e77262ddccc2311b509a028ad5ce8b010f70c3fca
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unicodeio.h:
+  copyright: 2000-2003, 2005, 2008-2011 Free Software Foundation, Inc.
+  hash: 3618fba73f0130a73b035f923fd160530f5b34e4ba49cdfe7e3ad108bc6620fc
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv.in.h:
+  copyright: 2002, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b5b33f05572634cda099013e270cfccb880a12a7464c8afa5aa3ac6bc9022a81
+  license: 'LGPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uniconv/u-conv-from-enc.h:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a4a03e146619f965b580d7bdf908bfae0bc34959c2977dc856707bf6b7815ce1
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u-conv-to-enc.h:
+  copyright: 2002, 2006-2011 Free Software Foundation, Inc.
+  hash: ccafd3b6ad68dfedafda968220ccc7203bb8238f19c9b9d4a0571418e64d581b
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u-strconv-from-enc.h:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5ca64c4660b97d15265d7fe710ab2312e9f197ff7a980eb7040e8a6d3699ce06
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uniconv/u-strconv-to-enc.h:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 606771de75ccaefd875a24354e6d6c3e94077b23991e726c8621e68a846cd653
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u16-conv-from-enc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9776c749b32dd4131ca9fe1c865ed102ecd976fb6c8438ffb1a2314898e70da5
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u16-conv-to-enc.c:
+  copyright: 2002, 2006-2011 Free Software Foundation, Inc.
+  hash: 0136b22b7c4344dec4fe07e1c98b3827d81aad0c69c5f2020e0736899395a654
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u16-strconv-from-enc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9776c749b32dd4131ca9fe1c865ed102ecd976fb6c8438ffb1a2314898e70da5
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u16-strconv-from-locale.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 722a83242d71c7d95e0859fd4e53e70d14daf52fe464b854cffd21e67086444d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u16-strconv-to-enc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0af4ea73e1417331f1d75949f723e5c347814eea98b8254a07b6fc98cf1101e5
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u16-strconv-to-locale.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0d7ad23ed4b3161349b579bd712da3d53a0dbd55c9e2cbd378640944af7ea31e
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u32-conv-from-enc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: da507412153dabac86a409539fa8fd8e2c66034384101799993002985ec49e33
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u32-conv-to-enc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 856908514b5a2355029faa6c1a55517db636fd9b18546f4d0a648caed36a5b2a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u32-strconv-from-enc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: da507412153dabac86a409539fa8fd8e2c66034384101799993002985ec49e33
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u32-strconv-from-locale.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0b7e66bb5cbf36e841ffaf477ee6a8d88d2e5552209229c223b7ec4a94cab73f
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u32-strconv-to-enc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 856908514b5a2355029faa6c1a55517db636fd9b18546f4d0a648caed36a5b2a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u32-strconv-to-locale.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9c71e9b7028087de75c500e6132897abd65ef76b33fc9e4366bd7a9a85e0f95a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u8-conv-from-enc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e0eb1a4e976b7e89ac9b11b4f48a68fe388b769244cafc2cf7cc8e82fe432ccc
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uniconv/u8-conv-to-enc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 56f464161bbfafc9ec3e60268846c1de49a791dc27909db7b50e2810afb25277
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u8-strconv-from-enc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e0eb1a4e976b7e89ac9b11b4f48a68fe388b769244cafc2cf7cc8e82fe432ccc
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uniconv/u8-strconv-from-locale.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 120277076402cdf2c8d14e1027c46142278ff26613ed20dca469400f7b2ea4e1
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uniconv/u8-strconv-to-enc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 56f464161bbfafc9ec3e60268846c1de49a791dc27909db7b50e2810afb25277
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniconv/u8-strconv-to-locale.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 09ecfc697d1e1aa4f91a45bf3b705dfd0500acd62be6ee069510054451b2d941
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype.in.h:
+  copyright: 2002, 2005-2011 Free Software Foundation, Inc.
+  hash: f27cf287a0f624867690a1fc4638b1a2e68d964fc23bb3b0ba4095068f49d7b0
+  license: 'LGPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/3level.h:
+  copyright: 2000-2001, 2009-2011 Free Software Foundation, Inc.
+  hash: 5f598d0f064453cb3181c786c6846469b2e933450db915fe56a007cbc178bf9a
+  license: GPL-2+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/3levelbit.h:
+  copyright: 2000-2002, 2009-2011 Free Software Foundation, Inc.
+  hash: b61b2a711d36fff21874f89a04e120b27f2bc413a020a5aa7a03c1ddc9ddbff6
+  license: GPL-2+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/Makefile:
+  copyright: ''
+  hash: bdab4fa6ea70dfa476e8e0bfb1a837bc7e67c3fb607376e6171cc27d23e66848
+  license: ''
+  license_text: ''
+./lib/unictype/bidi_byname.c:
+  copyright: 2002, 2006, 2011 Free Software Foundation, Inc.
+  hash: e2afd895787a2beeee9f9abc15b18dd6e4c6faba20c4565a918cbfb1d06030cc
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/bidi_byname.gperf:
+  copyright: ''
+  hash: fae6888c6c7a03aa2db1a26669779469017bee2fb10a1af6210b572bf248e00a
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/bidi_longname.c:
+  copyright: 2002, 2006, 2011 Free Software Foundation, Inc.
+  hash: 86ab46661a39dc05fb178c33b9454d8e1af493c8c7ecaeedf50a444f60969503
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/bidi_name.c:
+  copyright: 2002, 2006, 2011 Free Software Foundation, Inc.
+  hash: e2afd895787a2beeee9f9abc15b18dd6e4c6faba20c4565a918cbfb1d06030cc
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/bidi_of.c:
+  copyright: 2002, 2006, 2011 Free Software Foundation, Inc.
+  hash: e2afd895787a2beeee9f9abc15b18dd6e4c6faba20c4565a918cbfb1d06030cc
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/bidi_of.h:
+  copyright: ''
+  hash: 95fbea75c1e3c13ff5031b04389ac359d17e7b9ec3ea794c5b08eef43bfd991c
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/bidi_test.c:
+  copyright: 2002, 2006, 2011 Free Software Foundation, Inc.
+  hash: e2afd895787a2beeee9f9abc15b18dd6e4c6faba20c4565a918cbfb1d06030cc
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/bitmap.h:
+  copyright: 2000-2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 3fbca987423da2d8cbf9ce2f02c085cd3cd668c96b75acf9a850c95e60f36989
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/block_test.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 21423d32e6625acf48f179d0d16ef3d6298b9c8ffc42705e5565d140f5650453
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/blocks.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 21423d32e6625acf48f179d0d16ef3d6298b9c8ffc42705e5565d140f5650453
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/blocks.h:
+  copyright: ''
+  hash: fc39a4c94672a61232f341eedeb423f1d8145723c8f235fb46b57ed815997123
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_C.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_C.h:
+  copyright: ''
+  hash: 864c51586a4aedda961e28157385111b3a347d5265ea4724651f1ccc49373889
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Cc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Cc.h:
+  copyright: ''
+  hash: 9f72baecb08247a4281fead9944a24debc7540ac2c3f3007fa4e7758123a7071
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Cf.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Cf.h:
+  copyright: ''
+  hash: adc69546a026daebcfca4210ea6f745d7427548ff201f2eefac556bc23308281
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Cn.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Cn.h:
+  copyright: ''
+  hash: 7d5ea75173d248d81c123c381a04bd142c451551e110c39861edbf2dae11b1e9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Co.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Co.h:
+  copyright: ''
+  hash: 566f1047c952d42a009098e243ce52403ad30b0b34eb0ad720f522e3e0e6a11a
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Cs.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Cs.h:
+  copyright: ''
+  hash: 9f72baecb08247a4281fead9944a24debc7540ac2c3f3007fa4e7758123a7071
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_L.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_L.h:
+  copyright: ''
+  hash: e558a6cd01244ff2c2bee8185d664c6c64422c3dd11efc7367a3f54cad7078c1
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_LC.c:
+  copyright: 2002, 2006-2007, 2011 Free Software Foundation, Inc
+  hash: 41e24ca91b1403bcd795db6381b0599a72d615b84a08414660d78ae3ad9b33b3
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_LC.h:
+  copyright: ''
+  hash: 1f0f665aa065bfc69c198ff147c509fac1251eae97ac309204a5fd75e1f34bd9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Ll.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Ll.h:
+  copyright: ''
+  hash: 35d4a685ca3da02bc3ca83b94b782a325978e3a20717b7ef02332268a5e834b8
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Lm.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Lm.h:
+  copyright: ''
+  hash: 3bba47e896da35f35df238d1ef0883d7c86d1bb709fc9385165082e7e0f52455
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Lo.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Lo.h:
+  copyright: ''
+  hash: e3f28e0519e227de42f145e570f61291ed48ed539897c25462aa9cc52fe15318
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Lt.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Lt.h:
+  copyright: ''
+  hash: 976179e76103f8da350d051880eec10e80e85a354b5a5220240268d13c6bffcb
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Lu.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Lu.h:
+  copyright: ''
+  hash: 2e19adcc5875d7f4a2e284a03ec1ba8c631f0c8b08256c80b6c5e2c4bbc5a66e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_M.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/categ_M.h:
+  copyright: ''
+  hash: d2c14e9b47372273ea16f2dd41b0be8ab11fe194123b593545bcdb72da694208
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/categ_Mc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Mc.h:
+  copyright: ''
+  hash: 35d4a685ca3da02bc3ca83b94b782a325978e3a20717b7ef02332268a5e834b8
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Me.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Me.h:
+  copyright: ''
+  hash: a3fec01bf6370fe1bce80a62cf31b3c4417de10d62cf4715212477adf9db3d91
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Mn.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Mn.h:
+  copyright: ''
+  hash: d2c14e9b47372273ea16f2dd41b0be8ab11fe194123b593545bcdb72da694208
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_N.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_N.h:
+  copyright: ''
+  hash: 1bc87b9bf4143ff378dcf35a58b82d76bc294244520c1c0ff5283a36275ec1f5
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Nd.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Nd.h:
+  copyright: ''
+  hash: a9cccfd492f79280e2a434e697ca8dada09002921a60c7a9b1de7213709abfb5
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Nl.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Nl.h:
+  copyright: ''
+  hash: 1db3eebc977171c8c93a25b7134f4e80cebb48117093caca3149bdbbef485347
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_No.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_No.h:
+  copyright: ''
+  hash: f0c920fb6a6c37d425eaf27ee3b296a1af164dfe4a3fc738c3f0de69bd8134c4
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_P.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_P.h:
+  copyright: ''
+  hash: 1bc87b9bf4143ff378dcf35a58b82d76bc294244520c1c0ff5283a36275ec1f5
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Pc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Pc.h:
+  copyright: ''
+  hash: a3fec01bf6370fe1bce80a62cf31b3c4417de10d62cf4715212477adf9db3d91
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Pd.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Pd.h:
+  copyright: ''
+  hash: 3637b3dbd93f4b79000ddfd9fc5e64a07d3978ffa54eb5cd9c6b6992f98b8cad
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Pe.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Pe.h:
+  copyright: ''
+  hash: dd445a7a171d543c4d1e0413cfa8b015eead862eda872416115668c919e0f81c
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Pf.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Pf.h:
+  copyright: ''
+  hash: a3fec01bf6370fe1bce80a62cf31b3c4417de10d62cf4715212477adf9db3d91
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Pi.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Pi.h:
+  copyright: ''
+  hash: a3fec01bf6370fe1bce80a62cf31b3c4417de10d62cf4715212477adf9db3d91
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Po.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Po.h:
+  copyright: ''
+  hash: 8dd9873deaa8cc2668f5d1ef4feceb884fc7f1812167ccb66b634d508edc1736
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Ps.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Ps.h:
+  copyright: ''
+  hash: dd445a7a171d543c4d1e0413cfa8b015eead862eda872416115668c919e0f81c
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_S.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_S.h:
+  copyright: ''
+  hash: 0fb5dd40b617cb3aa58877df3a144218cd36603b4c7aa330b6298f0899971bbf
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Sc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Sc.h:
+  copyright: ''
+  hash: 52a2a19ccbe54dbdef7239fac8ff037dfd2125a46ee62e272d965f87db9784a7
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Sk.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Sk.h:
+  copyright: ''
+  hash: 84c0cf61428577826bf5437ee2151423cb9b5e4d5980959838d10af19e1fa3b1
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Sm.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Sm.h:
+  copyright: ''
+  hash: 2e19adcc5875d7f4a2e284a03ec1ba8c631f0c8b08256c80b6c5e2c4bbc5a66e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_So.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_So.h:
+  copyright: ''
+  hash: 6a25e70d908bf8f62175a04dd6658cc27a2888465e7e1dd256b76090fb12bc0e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Z.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Z.h:
+  copyright: ''
+  hash: b56355659cc97b7332e0577ee80007edcf38b34efc0c09f66779379c99858bc9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Zl.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Zl.h:
+  copyright: ''
+  hash: 9f72baecb08247a4281fead9944a24debc7540ac2c3f3007fa4e7758123a7071
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Zp.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Zp.h:
+  copyright: ''
+  hash: 9f72baecb08247a4281fead9944a24debc7540ac2c3f3007fa4e7758123a7071
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Zs.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_Zs.h:
+  copyright: ''
+  hash: b56355659cc97b7332e0577ee80007edcf38b34efc0c09f66779379c99858bc9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_and.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 7e120749f77fb622a77aeed5745f1079231ee270289a16ea18fc1591594732d1
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_and_not.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 7e120749f77fb622a77aeed5745f1079231ee270289a16ea18fc1591594732d1
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_byname.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f4bfe27a93a0018e4a02ef51f5e407645e6412ce5ae821bb21ea84621113ec54
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_byname.gperf:
+  copyright: ''
+  hash: c0c86014bb372ed8c232b5c4ffaae7f2c1c3547471e882f89f109c0f03efd3c9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_longname.c:
+  copyright: 2002, 2006-2007, 2011 Free Software Foundation, Inc
+  hash: 41e24ca91b1403bcd795db6381b0599a72d615b84a08414660d78ae3ad9b33b3
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_name.c:
+  copyright: 2002, 2006-2007, 2011 Free Software Foundation, Inc.
+  hash: f4bfe27a93a0018e4a02ef51f5e407645e6412ce5ae821bb21ea84621113ec54
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_none.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 7e120749f77fb622a77aeed5745f1079231ee270289a16ea18fc1591594732d1
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/categ_of.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/categ_of.h:
+  copyright: ''
+  hash: f5513c1e859ac4a7e0f1bd308918390ee4b28d49230b4e7e60ba06bf4b6a53ba
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/categ_or.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 7e120749f77fb622a77aeed5745f1079231ee270289a16ea18fc1591594732d1
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/categ_test.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cf88d44144cf62074e29dd934087ebb1fc213e57ef07e4c5b51c77d0ed393b99
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/combiningclass.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc
+  hash: 7011d95f5b88452638e5a748aed60e1bd000a58fc35b107f4a284272d96c9ff0
+  license: 'LGPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/combiningclass.h:
+  copyright: ''
+  hash: f3a47d9213f0fb7432c577c3786340a75f92554482e8c7871d767a34060004b9
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/combiningclass_byname.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: a9ca5ff4bbe83ffa2000d43f53e33b907b1f272a6cace5d5f84df337fa8c8d94
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/combiningclass_byname.gperf:
+  copyright: ''
+  hash: b7d063ddeac455b6ff09865c3f1b41f967b77f832df6850f8590c80296df5d7e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/combiningclass_longname.c:
+  copyright: 2002, 2006-2007, 2011 Free Software Foundation, Inc
+  hash: d727500bd1fe3be904b02c4187e087241c1c659efa6d2a999f8377c22d065204
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/combiningclass_name.c:
+  copyright: 2002, 2006-2007, 2011 Free Software Foundation, Inc
+  hash: d727500bd1fe3be904b02c4187e087241c1c659efa6d2a999f8377c22d065204
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_alnum.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_alnum.h:
+  copyright: ''
+  hash: cf807a0380dc233c8daa7f48f72023a0a6b1ba4747b67d1339289e6238bdd974
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_alpha.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_alpha.h:
+  copyright: ''
+  hash: cf807a0380dc233c8daa7f48f72023a0a6b1ba4747b67d1339289e6238bdd974
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_blank.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_blank.h:
+  copyright: ''
+  hash: 22d5fe17a5136abf6156ca348be6e638d2c6e045282e6a63903a9720657da294
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_cntrl.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_cntrl.h:
+  copyright: ''
+  hash: 9f60c2b2bc8f6905d975d259cbe94a6f95d61f1a1ffce26ec112b06432ce71e8
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_digit.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_digit.h:
+  copyright: ''
+  hash: 154f8ae728eec85d763f25a9f581c2bbd8f0474aff9a121a8ecb6b8c477d4099
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_graph.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_graph.h:
+  copyright: ''
+  hash: c7f796465c92ccee316c5173c9725e858b55e44ae88aae718ecb6d84e2c01c04
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_lower.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_lower.h:
+  copyright: ''
+  hash: 75d8483863cf4669e9348924a4715edf55df6fd860737baef5ab3463cc6c6d54
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_print.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_print.h:
+  copyright: ''
+  hash: c7f796465c92ccee316c5173c9725e858b55e44ae88aae718ecb6d84e2c01c04
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_punct.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_punct.h:
+  copyright: ''
+  hash: caddee5a5aba2656bc136dd6265f483f7c24963978cb309411d102b2495c69e4
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_space.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_space.h:
+  copyright: ''
+  hash: 22d5fe17a5136abf6156ca348be6e638d2c6e045282e6a63903a9720657da294
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_upper.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_upper.h:
+  copyright: ''
+  hash: 75d8483863cf4669e9348924a4715edf55df6fd860737baef5ab3463cc6c6d54
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_xdigit.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4e53d614739685e5ad4ab2d8c271f43062adc76d5816b06b6a31b03272dd6987
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/ctype_xdigit.h:
+  copyright: ''
+  hash: 154f8ae728eec85d763f25a9f581c2bbd8f0474aff9a121a8ecb6b8c477d4099
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/decdigit.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8ec083dae4d3d195ad6f583b533089862795bf382a5b0470f690648f886e9420
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/decdigit.h:
+  copyright: ''
+  hash: 1ae7b508756266344dc805c4dadea085ed649fa13007ef31b5438b78cc10741e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/digit.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5561f05d7cb0641b1c6ae5dd71b9b2876ab755d20c2ef9167a205c43be1b165f
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/digit.h:
+  copyright: ''
+  hash: fb395aa3ac3fea83c17230497e8f27a94227afc89084fe73db219586da23d121
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/identsyntaxmap.h:
+  copyright: 2000-2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 3fbca987423da2d8cbf9ce2f02c085cd3cd668c96b75acf9a850c95e60f36989
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/joininggroup_byname.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: cce5e9b393b515d52959f86f852b271e62f72efb7a7466034115044429f57899
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/joininggroup_byname.gperf:
+  copyright: ''
+  hash: 6ef6238f2f88b4b88c560cc9ae6477659ecdca63b81049e4de5c953f7f916b18
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/joininggroup_name.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: cce5e9b393b515d52959f86f852b271e62f72efb7a7466034115044429f57899
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/joininggroup_name.h:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: cce5e9b393b515d52959f86f852b271e62f72efb7a7466034115044429f57899
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/joininggroup_of.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: cce5e9b393b515d52959f86f852b271e62f72efb7a7466034115044429f57899
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/joininggroup_of.h:
+  copyright: ''
+  hash: 922a3601b59fce6ce61fcdb3bb4bec78cab277f9f8a21cacd5270aa11d44c0e7
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/joiningtype_byname.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 26395673683ba6d2fb8426966e9bffea4aed6c961570a5b74e283bb4899b9f0f
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/joiningtype_byname.gperf:
+  copyright: ''
+  hash: 9df12d8ca0308b9ed7d011dd6ce182ad41cbee56086b93bb2ef3188000104de6
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/joiningtype_longname.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 26395673683ba6d2fb8426966e9bffea4aed6c961570a5b74e283bb4899b9f0f
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/joiningtype_name.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 26395673683ba6d2fb8426966e9bffea4aed6c961570a5b74e283bb4899b9f0f
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/joiningtype_of.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 26395673683ba6d2fb8426966e9bffea4aed6c961570a5b74e283bb4899b9f0f
+  license: 'LGPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/joiningtype_of.h:
+  copyright: ''
+  hash: c382a89aff36603b371b1089f09bacbde58423e3c9913a71dfa03d5f8c3ce761
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/mirror.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 37c7de4aafc2a66ea56e2d50d8e7d3d9ca261d0f764dfeacdef6488b6131e22c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/mirror.h:
+  copyright: ''
+  hash: bb60e139135af38c46071355b1bbd009c1e93f58f1e7bf704dd71616c06d893a
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/numeric.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f11679e142e48cea869ac4926376bacf7397ece588138e5ba9adcd49f0a8935c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/numeric.h:
+  copyright: ''
+  hash: b9a96c805b4511c598a870f1e86652e80c8b820b00925c5ecac966f2f375724a
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_alphabetic.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_alphabetic.h:
+  copyright: ''
+  hash: 7b17f1ca5be242f724691c5f79d6be5dffae34b69ab73df33aeafe687b6a5336
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_ascii_hex_digit.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_ascii_hex_digit.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_arabic_digit.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_arabic_digit.h:
+  copyright: ''
+  hash: 6de5027545561b00b4c771fe2673b77e0e056bf4452a80d3d3d9b0d55a905546
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_arabic_right_to_left.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_arabic_right_to_left.h:
+  copyright: ''
+  hash: 06f04c04c6ba3a7064504d7245fe5553b603a1f9ad3a59c243418c179e1855b9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_block_separator.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_block_separator.h:
+  copyright: ''
+  hash: 9cd8d7b2188bfa029a8e5023f8fa29b803abda1a08d01de6f59d7151209d400b
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_boundary_neutral.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_boundary_neutral.h:
+  copyright: ''
+  hash: 3a6e06eb01310f15d315b689291d8fd926a7a2f871858a88e48fddf3cfbe1cb0
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_common_separator.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_common_separator.h:
+  copyright: ''
+  hash: b00faca5239d98662a6944e8f3cb611ff7b71ad08f4e96fc8038a9644e2b0575
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_control.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_control.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_embedding_or_override.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_embedding_or_override.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_eur_num_separator.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_eur_num_separator.h:
+  copyright: ''
+  hash: 06f04c04c6ba3a7064504d7245fe5553b603a1f9ad3a59c243418c179e1855b9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_eur_num_terminator.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_eur_num_terminator.h:
+  copyright: ''
+  hash: ae8c3d33edd2c7e66fc4e3ca08d4e7b4340a1a5a572e61ebaa9e0ccc284fa685
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_european_digit.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_european_digit.h:
+  copyright: ''
+  hash: 8d94a30d1064c70e09064c203e2ee14184b06d58a6588042bfa0e955e6092b0d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_hebrew_right_to_left.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_hebrew_right_to_left.h:
+  copyright: ''
+  hash: ccfa0005bb2492359318f7c8be09c472f9cc941e39263970b8d685282117eb76
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_left_to_right.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_left_to_right.h:
+  copyright: ''
+  hash: 66172ac71ab29375243b909f3656988660c9178d0fef66400806fdc1c1385f08
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_non_spacing_mark.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_non_spacing_mark.h:
+  copyright: ''
+  hash: a69e1224b1cf38a2fc95b95ce8b28222963c75af5ca4dc4450264b29de33b46e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_other_neutral.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_other_neutral.h:
+  copyright: ''
+  hash: 55eda5105120a22e67062fcfd7695e016acef71dd0f18e02b6711cd789052a8d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_pdf.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_pdf.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_segment_separator.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_segment_separator.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_whitespace.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_bidi_whitespace.h:
+  copyright: ''
+  hash: 06f04c04c6ba3a7064504d7245fe5553b603a1f9ad3a59c243418c179e1855b9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_byname.c:
+  copyright: 2007, 2011 Free Software Foundation, Inc.
+  hash: cc947d46c7680ae3c42675f5add69ae0e8aa5555b11940bc2117d8d812f1cdee
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_byname.gperf:
+  copyright: ''
+  hash: 868dfadd4c429d5b86f2a354cd5d5b495c511316e65f6a8050e8364dfa4d4e23
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_case_ignorable.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 85bc9c5394c5fb3df830dbe7d2a4184dbf4bbaed7b90b0bce3782fc7386abdfb
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_case_ignorable.h:
+  copyright: ''
+  hash: d34ea719bb77dcb5191e2bccf9c03d91ae0cbc5e0d0a7f4609e0a8bdc97ce8f7
+  license: '*No copyright* GENERATED FILE'
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_cased.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 85bc9c5394c5fb3df830dbe7d2a4184dbf4bbaed7b90b0bce3782fc7386abdfb
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_cased.h:
+  copyright: ''
+  hash: e4d50eb81ab320e2d29d6a516f7c40a772854a994ef9bc718fabb4049e42ed26
+  license: '*No copyright* GENERATED FILE'
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_changes_when_casefolded.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 85bc9c5394c5fb3df830dbe7d2a4184dbf4bbaed7b90b0bce3782fc7386abdfb
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_changes_when_casefolded.h:
+  copyright: ''
+  hash: 6d1c8550e1daa035c1ca683dde1fb5b702ca6e7e9552064c63802f32d56be535
+  license: '*No copyright* GENERATED FILE'
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_changes_when_casemapped.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 85bc9c5394c5fb3df830dbe7d2a4184dbf4bbaed7b90b0bce3782fc7386abdfb
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_changes_when_casemapped.h:
+  copyright: ''
+  hash: 0755353467adcbfae259604027fd84dffe6d2e8e4365d0fac5f9145ab1a47ce6
+  license: '*No copyright* GENERATED FILE'
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_changes_when_lowercased.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 85bc9c5394c5fb3df830dbe7d2a4184dbf4bbaed7b90b0bce3782fc7386abdfb
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_changes_when_lowercased.h:
+  copyright: ''
+  hash: 6b4d9e743ec3e4d19f919807a1262c3e2711bc481453631d60313d73086d09a4
+  license: '*No copyright* GENERATED FILE'
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_changes_when_titlecased.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 85bc9c5394c5fb3df830dbe7d2a4184dbf4bbaed7b90b0bce3782fc7386abdfb
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_changes_when_titlecased.h:
+  copyright: ''
+  hash: 6d1c8550e1daa035c1ca683dde1fb5b702ca6e7e9552064c63802f32d56be535
+  license: '*No copyright* GENERATED FILE'
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_changes_when_uppercased.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 85bc9c5394c5fb3df830dbe7d2a4184dbf4bbaed7b90b0bce3782fc7386abdfb
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_changes_when_uppercased.h:
+  copyright: ''
+  hash: 6d1c8550e1daa035c1ca683dde1fb5b702ca6e7e9552064c63802f32d56be535
+  license: '*No copyright* GENERATED FILE'
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_combining.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_combining.h:
+  copyright: ''
+  hash: a69e1224b1cf38a2fc95b95ce8b28222963c75af5ca4dc4450264b29de33b46e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_composite.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_composite.h:
+  copyright: ''
+  hash: bff55b0ad01140cc5c6a3a55b2aabb0ec6695d79df6b575241e35bcd13d810a9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_currency_symbol.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_currency_symbol.h:
+  copyright: ''
+  hash: ae8c3d33edd2c7e66fc4e3ca08d4e7b4340a1a5a572e61ebaa9e0ccc284fa685
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_dash.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_dash.h:
+  copyright: ''
+  hash: 0712fdc3444fad65eee2b2d6bf8bf555d68dbf5fb62ee8beb4b565b3b9279733
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_decimal_digit.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_decimal_digit.h:
+  copyright: ''
+  hash: 7d3e1de0d7deb5fa1c9c1d4aef90519bbe47e9084a3c17f6f17209bce19ee073
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_default_ignorable_code_point.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_default_ignorable_code_point.h:
+  copyright: ''
+  hash: 16528c2978ba954bc6a7637d81b4401a6061c8f3d294e8d4ac9416b2aba14e6f
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_deprecated.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_deprecated.h:
+  copyright: ''
+  hash: aa27b6a57cff2d65b6419ca18b7cd516a5d01d23bf585414acb06a3054fd0e6e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_diacritic.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_diacritic.h:
+  copyright: ''
+  hash: 5998b7b76ec2570056add46c51abbbc4040724625b76275d74ee7929d08cd35e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_extender.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_extender.h:
+  copyright: ''
+  hash: dc3689e8fc818a8b01cca0be10ab7df86fc35c7df83d1ce99ec367c33476cf66
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_format_control.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_format_control.h:
+  copyright: ''
+  hash: 72d51bfac34939285552aaa3b9fc61e473e632a8c6eb9dbabab430c15559f68a
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_grapheme_base.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_grapheme_base.h:
+  copyright: ''
+  hash: 9d44464cbe05af1203628a56cefadbc3285dd60f3d2ce4dee82a2767f354c9f8
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_grapheme_extend.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_grapheme_extend.h:
+  copyright: ''
+  hash: a69e1224b1cf38a2fc95b95ce8b28222963c75af5ca4dc4450264b29de33b46e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_grapheme_link.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_grapheme_link.h:
+  copyright: ''
+  hash: 6d1c8550e1daa035c1ca683dde1fb5b702ca6e7e9552064c63802f32d56be535
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_hex_digit.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_hex_digit.h:
+  copyright: ''
+  hash: 9cd8d7b2188bfa029a8e5023f8fa29b803abda1a08d01de6f59d7151209d400b
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_hyphen.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_hyphen.h:
+  copyright: ''
+  hash: f311c249e5743ad1033c17a74ffd2baeb2611ca411ee0472ebd84f378218e0c6
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_id_continue.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_id_continue.h:
+  copyright: ''
+  hash: 70c5f1c05bc8b990262eb1999707d869b6e0c1a93b2995ea018119c311c5edf7
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_id_start.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_id_start.h:
+  copyright: ''
+  hash: e58c89211dc6efd0446ad100d8ca4df859d8f0714c7552f1881632de2004de40
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_ideographic.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_ideographic.h:
+  copyright: ''
+  hash: 64d52f4f56b50840b7a2c7efb939eeb711449dc009e92ed06b65200b4199cfb8
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_ids_binary_operator.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_ids_binary_operator.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_ids_trinary_operator.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_ids_trinary_operator.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_ignorable_control.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_ignorable_control.h:
+  copyright: ''
+  hash: cebc628397126f27a05733da92d237ef86fbff7610d9d1ed16aa438e23d1ac58
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_iso_control.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_iso_control.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_join_control.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_join_control.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_left_of_pair.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_left_of_pair.h:
+  copyright: ''
+  hash: 63c0b4f76e4650f4946f2e7f893df8e6fb49ce6ea9574cf2933909410205f3c6
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_line_separator.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_line_separator.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_logical_order_exception.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_logical_order_exception.h:
+  copyright: ''
+  hash: 9cd8d7b2188bfa029a8e5023f8fa29b803abda1a08d01de6f59d7151209d400b
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_lowercase.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_lowercase.h:
+  copyright: ''
+  hash: 2535b35e9247e9746a30cc0f59925ffbb3836e7c2119949986cf3ee6d8616d69
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_math.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_math.h:
+  copyright: ''
+  hash: 0755353467adcbfae259604027fd84dffe6d2e8e4365d0fac5f9145ab1a47ce6
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_non_break.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_non_break.h:
+  copyright: ''
+  hash: 06f04c04c6ba3a7064504d7245fe5553b603a1f9ad3a59c243418c179e1855b9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_not_a_character.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_not_a_character.h:
+  copyright: ''
+  hash: 26b6a706794882e9a4623acbcd31bfd728e73819136ccbeaaf1bf723abc71002
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_numeric.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_numeric.h:
+  copyright: ''
+  hash: 3b92417a45d0e1f0f6d95f2e92c188f813eb76000c1cbe7779ff6d8674c0c362
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_alphabetic.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_alphabetic.h:
+  copyright: ''
+  hash: b394862a5855f9ef7532c464be2ea600594f234d3a8169fe04c623da75886e5a
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_default_ignorable_code_point.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_default_ignorable_code_point.h:
+  copyright: ''
+  hash: aa27b6a57cff2d65b6419ca18b7cd516a5d01d23bf585414acb06a3054fd0e6e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_grapheme_extend.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_grapheme_extend.h:
+  copyright: ''
+  hash: 46a3d7521587d6c86da86702a6cedb2e2abd47da7b414d0044638dbd1599905a
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_id_continue.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_id_continue.h:
+  copyright: ''
+  hash: b00faca5239d98662a6944e8f3cb611ff7b71ad08f4e96fc8038a9644e2b0575
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_id_start.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_id_start.h:
+  copyright: ''
+  hash: 9cd8d7b2188bfa029a8e5023f8fa29b803abda1a08d01de6f59d7151209d400b
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_lowercase.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_lowercase.h:
+  copyright: ''
+  hash: effda9d6c30385197f71386c10af6c1a77110066a8c0236466358b4ee5deb03a
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_math.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_math.h:
+  copyright: ''
+  hash: e98f39ad69a51c909a49e72e225143582a1b584564769c6e9b737c6636307d98
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_uppercase.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_other_uppercase.h:
+  copyright: ''
+  hash: 9cd8d7b2188bfa029a8e5023f8fa29b803abda1a08d01de6f59d7151209d400b
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_paired_punctuation.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_paired_punctuation.h:
+  copyright: ''
+  hash: 63c0b4f76e4650f4946f2e7f893df8e6fb49ce6ea9574cf2933909410205f3c6
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_paragraph_separator.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_paragraph_separator.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_pattern_syntax.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_pattern_syntax.h:
+  copyright: ''
+  hash: 0712fdc3444fad65eee2b2d6bf8bf555d68dbf5fb62ee8beb4b565b3b9279733
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_pattern_white_space.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_pattern_white_space.h:
+  copyright: ''
+  hash: 9cd8d7b2188bfa029a8e5023f8fa29b803abda1a08d01de6f59d7151209d400b
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_private_use.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_private_use.h:
+  copyright: ''
+  hash: 014c52d38127e67bedf293541aa80178cdfd505e9ff84ca3244aacc26dacb1ff
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_punctuation.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_punctuation.h:
+  copyright: ''
+  hash: 8057afa4921689be6cb9dd831b4bad5160e736daef7bd4c1916becb469c7d710
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_quotation_mark.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_quotation_mark.h:
+  copyright: ''
+  hash: b00faca5239d98662a6944e8f3cb611ff7b71ad08f4e96fc8038a9644e2b0575
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_radical.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_radical.h:
+  copyright: ''
+  hash: 440a478588c0c17857a5376a3ee6d36d12e0c152176e81ca4f9827827ce44e1d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_sentence_terminal.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_sentence_terminal.h:
+  copyright: ''
+  hash: b394862a5855f9ef7532c464be2ea600594f234d3a8169fe04c623da75886e5a
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_soft_dotted.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_soft_dotted.h:
+  copyright: ''
+  hash: ccfa0005bb2492359318f7c8be09c472f9cc941e39263970b8d685282117eb76
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_space.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_space.h:
+  copyright: ''
+  hash: 06f04c04c6ba3a7064504d7245fe5553b603a1f9ad3a59c243418c179e1855b9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_terminal_punctuation.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_terminal_punctuation.h:
+  copyright: ''
+  hash: ef9036ec07bea48c204f5fb31fc7a3fe44acc113d0aa8ac7053f1c53acba7f25
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_test.c:
+  copyright: 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2f599300ac3297e616ce7b4a852098fd592502a65a061860de4c89661b6a215b
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_titlecase.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_titlecase.h:
+  copyright: ''
+  hash: 9cd8d7b2188bfa029a8e5023f8fa29b803abda1a08d01de6f59d7151209d400b
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_unassigned_code_value.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_unassigned_code_value.h:
+  copyright: ''
+  hash: 17b81470bc849629726d2cd3f468ec74ba5f1116e9d334e96c85ee71a066bbec
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_unified_ideograph.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_unified_ideograph.h:
+  copyright: ''
+  hash: f31239a0f0170aae6cee4216179dcee49b48879e8a05f29043ea4190c5266497
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_uppercase.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_uppercase.h:
+  copyright: ''
+  hash: 0755353467adcbfae259604027fd84dffe6d2e8e4365d0fac5f9145ab1a47ce6
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_variation_selector.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_variation_selector.h:
+  copyright: ''
+  hash: e6f21c519e7d4533e5363c14879d8ff441df97a4074e28c8597c30f6f39ba886
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_white_space.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_white_space.h:
+  copyright: ''
+  hash: 06f04c04c6ba3a7064504d7245fe5553b603a1f9ad3a59c243418c179e1855b9
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_xid_continue.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_xid_continue.h:
+  copyright: ''
+  hash: 70c5f1c05bc8b990262eb1999707d869b6e0c1a93b2995ea018119c311c5edf7
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_xid_start.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_xid_start.h:
+  copyright: ''
+  hash: e58c89211dc6efd0446ad100d8ca4df859d8f0714c7552f1881632de2004de40
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_zero_width.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cbf6d4929765e2d058cdbc160393bc161772ff473440d6544c34dd78ec73f0aa
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/pr_zero_width.h:
+  copyright: ''
+  hash: cebc628397126f27a05733da92d237ef86fbff7610d9d1ed16aa438e23d1ac58
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/scripts.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.b
+  hash: c7456e37aca1fdaed5c90ccd42c7041fe6b7ce00372d09b33297bc08ce2b7329
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/scripts.h:
+  copyright: ''
+  hash: 96b7ca39278545fbbf7d39312a43812520dcaf2b3b4fd4b3b9885d66602b4d42
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/scripts_byname.gperf:
+  copyright: ''
+  hash: 8289f4d3c46da834f20426bd53f922c9180069c34f7b92d16d1dd582f138cdd8
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unictype/sy_c_ident.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 94334e1774f0c3baa7c4465ddc395cd25e6cd2654a7d9ee699c3602457528765
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/sy_c_ident.h:
+  copyright: ''
+  hash: 4ea95ae1e78182457104ce6c7d57d9eb017760bbbab41b6cb659589a4c713c47
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/sy_c_whitespace.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 94334e1774f0c3baa7c4465ddc395cd25e6cd2654a7d9ee699c3602457528765
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/sy_c_whitespace.h:
+  copyright: ''
+  hash: dc7f573a3fc740ad9e985caaa2ae79de74319f318fdc7bae4105cdfbb0393af4
+  license: ''
+  license_text: ''
+./lib/unictype/sy_java_ident.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 94334e1774f0c3baa7c4465ddc395cd25e6cd2654a7d9ee699c3602457528765
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/sy_java_ident.h:
+  copyright: ''
+  hash: aaf522ea14ffc9c721bd2feef547750ee3f18473ad549ac67c2d403cba0de47e
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/sy_java_whitespace.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 94334e1774f0c3baa7c4465ddc395cd25e6cd2654a7d9ee699c3602457528765
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unictype/sy_java_whitespace.h:
+  copyright: ''
+  hash: dc7f573a3fc740ad9e985caaa2ae79de74319f318fdc7bae4105cdfbb0393af4
+  license: ''
+  license_text: ''
+./lib/unigbrk.in.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: dee19325d0afb9e754b415ae2a4301961b2433879189d70ba7049005b64a33f6
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/gbrkprop.h:
+  copyright: ''
+  hash: de49d85e8008b7c4e0c6050d21603e316d2485b89442a3093ab9675683ed3be5
+  license: '*No copyright* GENERATED FILE'
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/u16-grapheme-breaks.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 94deca366f3fe69838938cf6c4374b70fea1d30e656089d66f179a917fcc9a4d
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/u16-grapheme-next.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c51024bbf363773247b4224ab252fcb8f673a21560c9282590f36676e4a12ba6
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/u16-grapheme-prev.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 16beed7e97251e15d80e69c86ffd21190022856db995bb8e92cec4e084dd7353
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/u32-grapheme-breaks.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 94deca366f3fe69838938cf6c4374b70fea1d30e656089d66f179a917fcc9a4d
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/u32-grapheme-next.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c51024bbf363773247b4224ab252fcb8f673a21560c9282590f36676e4a12ba6
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/u32-grapheme-prev.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 16beed7e97251e15d80e69c86ffd21190022856db995bb8e92cec4e084dd7353
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/u8-grapheme-breaks.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 967eb5f7670877bb1ab251978811c824b296046fca1f353efc4beee12388487f
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/u8-grapheme-next.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c51024bbf363773247b4224ab252fcb8f673a21560c9282590f36676e4a12ba6
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/u8-grapheme-prev.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 16beed7e97251e15d80e69c86ffd21190022856db995bb8e92cec4e084dd7353
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/uc-gbrk-prop.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 1a821886fb018fd8dcd4be81229f169170023e6608f129f9ee2cd5203f2a19ab
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/uc-is-grapheme-break.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 65203e61475d0297e7440b49ffa2fd47e3cff44acc86d5a5293fc7538c42c593
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unigbrk/ulc-grapheme-breaks.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 967eb5f7670877bb1ab251978811c824b296046fca1f353efc4beee12388487f
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk.in.h:
+  copyright: 2001-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 1aa485fd2b2b698fecf8949d496dcdf94d315788c1d23a7adc7646d93a1a3702
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/lbrkprop1.h:
+  copyright: 2000-2002, 2004, 2008-2011 Free Software Foundation, Inc.
+  hash: 5140dd31e0a7d869f8447890e9fdf76ff269b1a4544ebe798002856990483ca4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/lbrkprop2.h:
+  copyright: 2000-2002, 2004, 2008-2011 Free Software Foundation, Inc.
+  hash: 5140dd31e0a7d869f8447890e9fdf76ff269b1a4544ebe798002856990483ca4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/lbrktables.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 024fdaba36cb0efffb6d5a854c2b21bc66ebcbe2549dee78aefd67e14ea0739c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/lbrktables.h:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 024fdaba36cb0efffb6d5a854c2b21bc66ebcbe2549dee78aefd67e14ea0739c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/u16-possible-linebreaks.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 8d13f33a77f3aaddf5fbe35851ad98f2e8a35801db8616705f30117966a8066d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/u16-width-linebreaks.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 8d13f33a77f3aaddf5fbe35851ad98f2e8a35801db8616705f30117966a8066d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/u32-possible-linebreaks.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: d4d6476ef8155beac05611221545ddde028bdf0f64735d0beac1d8acaaef6701
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/u32-width-linebreaks.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: d4d6476ef8155beac05611221545ddde028bdf0f64735d0beac1d8acaaef6701
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/u8-possible-linebreaks.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 2b72e265f5811247c22fc254dc97f7f7c85bf23ae32ba1365dc9a450e6a58c12
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/u8-width-linebreaks.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 2b72e265f5811247c22fc254dc97f7f7c85bf23ae32ba1365dc9a450e6a58c12
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/ulc-common.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 333080de20e035095ae9daae94c13d921e1ee30db395c212b228ec28757e9afd
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/ulc-common.h:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 333080de20e035095ae9daae94c13d921e1ee30db395c212b228ec28757e9afd
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/ulc-possible-linebreaks.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 839dcecefd4417f269a481c06a00139bd3acd060d2fc3f8a410daf9662735301
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unilbrk/ulc-width-linebreaks.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 839dcecefd4417f269a481c06a00139bd3acd060d2fc3f8a410daf9662735301
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniname.in.h:
+  copyright: 2000-2002, 2005, 2007, 2009-2011 Free Software Foundation
+  hash: 54dd9ad8f86efa14d33ac967193cfc53b97a5e2dbf98a00ef12d51545e5d22dc
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniname/gen-uninames.lisp:
+  copyright: ''
+  hash: 59ffabd22b10b436b57c204d416a974b6daa05d1776b59b48ba0f520a1728426
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniname/uniname.c:
+  copyright: 2000-2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: fae6b5e304307e21f0781e6ec46141393d9402b2ec1b15acabf5400dbce3202e
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniname/uninames.h:
+  copyright: ''
+  hash: 5cc016a12ea5182eb761959d10e5191aca3a76fa8980e231f2449ac38c1ea1dc
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm.in.h:
+  copyright: 2001-2002, 2009-2011 Free Software Foundation, Inc.
+  hash: 659cd5a1d6cf38e52f5fccd5c347901a65ba0683cf5d00a62c51a41d13e3f3f6
+  license: 'LGPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/canonical-decomposition.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2a0f47f7f9dbccccca2f2ae130a2442e3e4f0bd8a5a592557628df028cb423b2
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/compat-decomposition.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: cc505922509fc03f57b7f098477e682a99c3fd6791a7f0f2b1f1f1de236216f3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/composition-table.gperf:
+  copyright: 2009 Free Software Foundation, Inc.
+  hash: 986e29e360f7928208a77304f8356efecc58893335f307b75a4ea155e9873d2f
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/composition.c:
+  copyright: 2002, 2006, 2009, 2011 Free Software Foundation, Inc.
+  hash: fe2b28f31fe77110b6d0c83580977f6fd9fd72dea5cc8888673b1e95a416be3f
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/decompose-internal.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: fe41f3a69b8f662c3c52df73ba7e2dd5f7a513719ae127e5812bdd6540e19513
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/decompose-internal.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: fe41f3a69b8f662c3c52df73ba7e2dd5f7a513719ae127e5812bdd6540e19513
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/decomposing-form.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d712b6ef61cc32c8033edb432538966d8e83efae596d785741260d778614409e
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/decomposition-table.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ce372b3a496eaaff7683aa90b7ea773b6ab101fa5c7c625b289d2ae6cf29abdc
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/decomposition-table.h:
+  copyright: 2001-2003, 2009-2011 Free Software Foundation, Inc.
+  hash: f60a175e6874405a7afadfc76e20f65a97ac4f7c3232d1192f9d90e1030c9ff2
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/decomposition-table1.h:
+  copyright: ''
+  hash: 7469fa59ded4dc11762eb58bf2a01767fc1c1f27ba038ee8d56de027b119a1b6
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/decomposition-table2.h:
+  copyright: ''
+  hash: 9bb716e5377c923bdf96fddfc6eabd6d3e6114488a368aa58744d3e67ddb080b
+  license: ''
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/decomposition.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ce372b3a496eaaff7683aa90b7ea773b6ab101fa5c7c625b289d2ae6cf29abdc
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/nfc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 253fd3a33d99b34b13e66c2ac97eb40e152fdfa86864b3c71159d22a3a93b119
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/nfd.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3f84a6ebb9de93c4fb16eec55a7c7f23d89e11c26fb4a6cb6ca8287e52625fb5
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/nfkc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 987e7dbfbde79b835df8a49875c9a6625c4bfa9843596452b879c7179bfe53f0
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/nfkd.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 6bc2563546c102a29de0092ba0333e479d3d1b60bf79e8610a7890419714c04d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/normalize-internal.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 155e8d5d77255502893c018651fdfac778b59b2b89d42254c6466590d17e559c
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/u-normalize-internal.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8395521b64f442618e44eb0755fd1c936b03de3d51cddae041df4d32f7ca48fa
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/u-normcmp.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b75ccac47a5293ac3edfd33472dcf1e6f0ef5a5195595f10d3261d23d6f65ce0
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u-normcoll.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 39e45f319da79b1f2102928aa68f29b41db5558195131a504181d1471b609ec8
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u-normxfrm.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0ff95b1fac36c50f3db6352bfae232bb6dcb91595e2d94bf048780857155d1cc
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u16-normalize.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 02351d8bd69cc0d67f9d10025670098f1021d688b5933f746485443fc29a249d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u16-normcmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f9b547cf020ed350d6a8766a92a8f2fc87c24db9038bb1fb7f4b131b1592ac64
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u16-normcoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 701b0e8b8b4ed893a026e1c5247a89ebab051c281bffefe08c94be094f48447c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u16-normxfrm.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2acacefe1cbf3c44051c4c34bb93ebfc125f22bdec28057a27d2040490363258
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u32-normalize.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f0872a9dc25630371fe48cb54d043c8da3c41c533e68eeb5864248dc6645f486
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uninorm/u32-normcmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 74273e9732387c2a740a93e5da135011aa31e330425365ec49929476380eb16d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u32-normcoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 67de6c8b32934cb92352cf90dce183d2ed7c7834f53a89b3b93c2df83eb989bb
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u32-normxfrm.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f4d8e3fcf986f5de9661cdb15e0c60dd979d065ac37fed3d0fd9640d3aa1fbf8
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u8-normalize.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8eb2bc5bd1bc4c8fb12e5aa30f557f59ae567e626e9ab72f8a0ed6f230bf8548
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u8-normcmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f0faf6671e002521f00bfed4783f2d01ee759012c144edbf2b6d40eb5b52a31f
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u8-normcoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8b647d8f00e7fcc131dff086bf931c80d759b844cc8b043b2bbf23d3778928c0
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/u8-normxfrm.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 00c991b550dea17a61dea0d20ff04c4fdd937e25c7305f9a03850d4584316849
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uninorm/uninorm-filter.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a34215a0919a6bcda723c91c5716bd92e896354b9caeaa8c73f0dc3868ecf9d7
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistd--.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 0c05d3a8ed1acb5864fd002738a9ec4c1e2ad4dcd58c3ff4e0c61a4882f58b31
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistd-safer.h:
+  copyright: 2001, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: ce93fdbd992c947df1d508ddb6a411594c7f64dcd7199145ab1e7def32fc08b0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistd.in.h:
+  copyright: 2003-2011 Free Software Foundation, Inc.
+  hash: 1dc668ea7684b129b0699ca75022fd925a0aacf14ba42af4d5e9ac3482162586
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistdio.in.h:
+  copyright: 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4dfb1a2d48679c71b4a0b01d90b278d9bd9ab3df90184035679a5ac5865267e8
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u-asnprintf.h:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u-asprintf.h:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u-printf-args.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: c9f1580c45056bbf85cec0157705dcd84bff2085e6dd1153bafde2a1dab4cefd
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u-printf-args.h:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 3de906d8cfed2d722394628a8fb80e9d7c929f3a6b176f77d8e44e7c359656ac
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u-printf-parse.h:
+  copyright: 1999, 2002, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 919439a3e679f09f7bdb47c19aa4b3939bc28e48ffc5e8520af279c6f7fcc91e
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u-snprintf.h:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u-sprintf.h:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u-vasprintf.h:
+  copyright: 1999, 2002, 2006-2011 Free Software Foundation, Inc.
+  hash: 26ca2461f481d5323846edbbf3ba825e775eab50ea940aa2e141ae4dd048d618
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u-vsnprintf.h:
+  copyright: 1999, 2002, 2006-2011 Free Software Foundation, Inc.b
+  hash: 26ca2461f481d5323846edbbf3ba825e775eab50ea940aa2e141ae4dd048d618
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u-vsprintf.h:
+  copyright: 1999, 2002, 2006-2011 Free Software Foundation, Inc.
+  hash: 26ca2461f481d5323846edbbf3ba825e775eab50ea940aa2e141ae4dd048d618
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-asnprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-asprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-printf-parse.c:
+  copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9b6164d697df45d8941ad676f8672becd58c71da84feaba806a49febb777ab43
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-snprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-sprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-u16-asnprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-u16-asprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-u16-snprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-u16-sprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-u16-vasnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b778a2be50153c63d018a2236dd92f10fcbfe6630455a5e2dc1d54f37ae1bdd9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-u16-vasprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-u16-vsnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-u16-vsprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-vasnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b778a2be50153c63d018a2236dd92f10fcbfe6630455a5e2dc1d54f37ae1bdd9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-vasprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-vsnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u16-vsprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-asnprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-asprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-printf-parse.c:
+  copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9b6164d697df45d8941ad676f8672becd58c71da84feaba806a49febb777ab43
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-snprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-sprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-u32-asnprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-u32-asprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-u32-snprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-u32-sprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-u32-vasnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2be869ee546bd9b11fd4bac55dcf3a37ba3428071982b168cf0d3e17021791c0
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-u32-vasprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-u32-vsnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-u32-vsprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-vasnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2be869ee546bd9b11fd4bac55dcf3a37ba3428071982b168cf0d3e17021791c0
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-vasprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-vsnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u32-vsprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-asnprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-asprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-printf-parse.c:
+  copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9b6164d697df45d8941ad676f8672becd58c71da84feaba806a49febb777ab43
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-snprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-sprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-u8-asnprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-u8-asprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-u8-snprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-u8-sprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-u8-vasnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e8170cbf440e3762b867aaa063eeb0b892c742fa1f57250c5531c12cda040723
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-u8-vasprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-u8-vsnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-u8-vsprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-vasnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e8170cbf440e3762b867aaa063eeb0b892c742fa1f57250c5531c12cda040723
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-vasprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-vsnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/u8-vsprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/ulc-asnprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/ulc-asprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/ulc-fprintf.c:
+  copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 1b37974b8d382b362ec44a54e3d8f4ba8b6f8b1b1933dae3e390becf1c8b3fb4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/ulc-printf-parse.c:
+  copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9b6164d697df45d8941ad676f8672becd58c71da84feaba806a49febb777ab43
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/ulc-snprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/ulc-sprintf.c:
+  copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b2aa702ecb47bedea80962a052bf7411b1e1d19606b8657cdeee290cf7bd0166
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/ulc-vasnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/ulc-vasprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/ulc-vfprintf.c:
+  copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 1b37974b8d382b362ec44a54e3d8f4ba8b6f8b1b1933dae3e390becf1c8b3fb4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/ulc-vsnprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistdio/ulc-vsprintf.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0e7a55dad6128d06199ef2dd5f4701dc76a1517f67354ede8d62f74cc6ead7f9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr.in.h:
+  copyright: 2001-2002, 2005-2011 Free Software Foundation, Inc.
+  hash: b1c28f99e2f769a60acc8db5efab47190d4924c0886758f2636dc683355406b8
+  license: 'LGPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u-cmp2.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 40b0e0a4fb92fad67b3b456405d8466618a7110fae9284beb61abc359a9e657b
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-cpy-alloc.h:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b991da8942d6e6c1dcf3b61f23e57a8a93a1b67dbe51634afb8ac433ae6d661b
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-cpy.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c774269b255fe701af16af49f7189ad14d0829e7f9d141630537e46c775f9283
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u-endswith.h:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cf44d8ea404bf1bd4b22f6b89d158bfc220177c6b1919d024789b53025c293a6
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-move.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c774269b255fe701af16af49f7189ad14d0829e7f9d141630537e46c775f9283
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-set.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7eb161a5d746ed702210f164171473c37c91fb9d5f6e60799929ff1f8d57d323
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-startswith.h:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cf44d8ea404bf1bd4b22f6b89d158bfc220177c6b1919d024789b53025c293a6
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-stpcpy.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c6064eeab2817e7bd63bc4d9a0ee8ae35199c59dac89d2f41e08dee3ef8d6bec
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-stpncpy.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c6064eeab2817e7bd63bc4d9a0ee8ae35199c59dac89d2f41e08dee3ef8d6bec
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strcat.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 841ef5baf526d666f9ed355247d2d563e98e5555912ebdd3039ba5d939b5a083
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strcoll.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 16d8588b8830709cd658e5964c43776e6203511daf97beff4f5cbb7190683147
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strcpy.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c6064eeab2817e7bd63bc4d9a0ee8ae35199c59dac89d2f41e08dee3ef8d6bec
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strcspn.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 36fda2ef5085206baa8187f99ce57bbec94de70af5a88284d78aeeb8a70b7c26
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strdup.h:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 7764ca2cfc12a5762bcc8ad2fa05d2f82be658155f7acddbea4f3097c918b2d7
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strlen.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6874b7fc4271107e2c23c9eb242fc2fc55b26b3d164aa5741ab71ea3469f4a82
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strncat.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 841ef5baf526d666f9ed355247d2d563e98e5555912ebdd3039ba5d939b5a083
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strncpy.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c6064eeab2817e7bd63bc4d9a0ee8ae35199c59dac89d2f41e08dee3ef8d6bec
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strnlen.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: df5e89d23b2e89451726818f4b8c70c3ef49f8c5478070ea27525b1096dd8730
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strpbrk.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 36fda2ef5085206baa8187f99ce57bbec94de70af5a88284d78aeeb8a70b7c26
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strspn.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 36fda2ef5085206baa8187f99ce57bbec94de70af5a88284d78aeeb8a70b7c26
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strstr.h:
+  copyright: 1999, 2002, 2006, 2010-2011 Free Software Foundation, Inc.
+  hash: bda32fb403b9ce005641789ea94793f81aeaacea212ccbd20b7a7bd6665aec04
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u-strtok.h:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 2b7938553a8511e93e0f9a95b9ea6db2e8f6d72dcc475dce48ed45686efaf235
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-check.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 816bdb2baaee79a3623ba065c528b0e7e7effd5a2f8707111c055a01a28a258a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-chr.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 37fb9e93e18aa6a42d6a432f93e3ec2ab3adf3b636e5cd092c8fd6fae62cd29c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-cmp.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 68b25d39b9520791fa6775bf14f05160cf3af578489ad065a32817626e44f643
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-cmp2.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: aed8e4e0f850d50377ad211f66dd957d4dd6ab1ac4670e5fa499820f53fa662c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-cpy-alloc.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0c3c43c85cb8725194cba63bf4814dcd61f27daa8c7b711b4827522f0ce61165
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-cpy.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0c3c43c85cb8725194cba63bf4814dcd61f27daa8c7b711b4827522f0ce61165
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-endswith.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6a348b974e202adf6617ab493ae4532f975d8e325aab968c10c6fe1e401ad6be
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-mblen.c:
+  copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5929016c87678366789aedf8c94ea4bf8d9485fb771225f12ec8d9dc50cc36a9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-mbsnlen.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: c422600f8f9065e13c1823556b898a118e5f4feed04d7e3ecd41634e405f209b
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-mbtouc-aux.c:
+  copyright: 2001-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b463073230d9e3ee98c7d188f04bbd4cc50f0c9ef4847bfab1b5ffffd707c212
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-mbtouc-unsafe-aux.c:
+  copyright: 2001-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b463073230d9e3ee98c7d188f04bbd4cc50f0c9ef4847bfab1b5ffffd707c212
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-mbtouc-unsafe.c:
+  copyright: 1999-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: bfcc5ea1077649b6a295a3438779b2580ef1706f23ff6e4fa4f7746beecfa13a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-mbtouc.c:
+  copyright: 1999-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: bfcc5ea1077649b6a295a3438779b2580ef1706f23ff6e4fa4f7746beecfa13a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-mbtoucr.c:
+  copyright: 1999-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 78ba9c8e86ddec8e7fb17a5f2d2b87576a0ab39b1cb68e6983b79dd5060cfabe
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-move.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0c3c43c85cb8725194cba63bf4814dcd61f27daa8c7b711b4827522f0ce61165
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-next.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c4ceb62b050e07cb21b68cee4eff3c5ba9c40420035849f6f8eb8fb76347de26
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-prev.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9c0a7406f6c3c4202fe40f39c880298245fcd2d7c48bc4b18805415e801387ea
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-set.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 13d6ab6d28671f20c7a3eee401fd88de7c35c19b19b4dcea3c797562c20068c1
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-startswith.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6a348b974e202adf6617ab493ae4532f975d8e325aab968c10c6fe1e401ad6be
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-stpcpy.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ceae8adb7938d6c040d5efc4e52971c2c8ae062069bb379e8bd1861f5598c2ae
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-stpncpy.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 873d086280e919775b8afd05e2ae228fdb2dd31102e946ead57bac74221503e1
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strcat.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f73066736ab4ce2e41e0df2b76e913b83be7e127c04a84631906294370716380
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strchr.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a27bfa7d9e9d4c42dbe39e991ac2c2abfe49612f306e919d2766a1298a3e3510
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strcmp.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f75c552b9bdd56015eec3f3574fd24466468c2c7ea992c1bb88776f2a14790bd
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strcoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 48abac256890eedbf7a2a53d7369e3b172a4495abb0a60e0bc6661da96fac3a9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strcpy.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 873d086280e919775b8afd05e2ae228fdb2dd31102e946ead57bac74221503e1
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strcspn.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c23ca7e7f9314401883816d226973564499062ba69895b14eb9d4efefeff5413
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strdup.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 873d086280e919775b8afd05e2ae228fdb2dd31102e946ead57bac74221503e1
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strlen.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5b765f7a6e2a885c016c3a498ca52b6d257a3754ef67fc215fae6145094ed7a7
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strmblen.c:
+  copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5929016c87678366789aedf8c94ea4bf8d9485fb771225f12ec8d9dc50cc36a9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strmbtouc.c:
+  copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5929016c87678366789aedf8c94ea4bf8d9485fb771225f12ec8d9dc50cc36a9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strncat.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f73066736ab4ce2e41e0df2b76e913b83be7e127c04a84631906294370716380
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strncmp.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f75c552b9bdd56015eec3f3574fd24466468c2c7ea992c1bb88776f2a14790bd
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strncpy.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 873d086280e919775b8afd05e2ae228fdb2dd31102e946ead57bac74221503e1
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strnlen.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 11ead4f782b5eebcf694ea23dc678284ac27aeaaa2fc24ecf6f9b24788eff884
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strpbrk.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c23ca7e7f9314401883816d226973564499062ba69895b14eb9d4efefeff5413
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strrchr.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a27bfa7d9e9d4c42dbe39e991ac2c2abfe49612f306e919d2766a1298a3e3510
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strspn.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c23ca7e7f9314401883816d226973564499062ba69895b14eb9d4efefeff5413
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strstr.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6053ca1618bbbb6e77c4a2442deee42af3d4097c958d23b350adde1673f373a5
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-strtok.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 86d4171c0bebc50371e30b3f0a36215747ea96e4f0682316322b3059ab5a6edd
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-to-u32.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0eb6afc8b420975bb406ea5d29265af712683af1ee5b20c912d516a29c240886
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-to-u8.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 006eb83741e748c7da167a514e50a4803fac21001fb7e36500d05f97ef7267a3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-uctomb-aux.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 76d14132f49fb3dc033c8fd1d2ec4654d4df01d3266efcbc18d7a2e5ee3dc952
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u16-uctomb.c:
+  copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 42f5123206d37fed8a51858e0addaeebddcb6450a776747f513298a4ab8778e5
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-check.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 2dffb80dee57c3ac028761d1a50887ad210c84363705dc366adec2ef562f8721
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-chr.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: fc95b0d49b90b3cb3d747ef1c60d988753cb4a1419d5e1fc6294e942c90cf8a9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-cmp.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 832b118677e02632fc78eac120521a5dbc3cffa80276de0cb20c696924e6e5a2
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-cmp2.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 4bf0559489dd7e9850cf1f63424168c9bfbfc61662b159199283d90d37ef2c5a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-cpy-alloc.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 29fab0998b1b710981ed6c7896f2eb0f037285ccec0737a7877d2c5a913eb1f3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-cpy.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 29fab0998b1b710981ed6c7896f2eb0f037285ccec0737a7877d2c5a913eb1f3
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u32-endswith.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7f9056ca1e6116c5013ed478fbcc1661d14d7f809739f052bf222b3fc83182fb
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-mblen.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 03dca76ad4501df0e17d27e354d91d1f06dd749140332b917e8a9899d450345d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-mbsnlen.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 7c610772711d12649f469dd60b2294a93c3f5a66107d2382c19fd7525ed61192
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-mbtouc-unsafe.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 03dca76ad4501df0e17d27e354d91d1f06dd749140332b917e8a9899d450345d
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u32-mbtouc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 03dca76ad4501df0e17d27e354d91d1f06dd749140332b917e8a9899d450345d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-mbtoucr.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 606839c48ea6326f46ee1c27e4edbed73b55e820dbb0f4e7f3f7f9f09e1f73ac
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-move.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 29fab0998b1b710981ed6c7896f2eb0f037285ccec0737a7877d2c5a913eb1f3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-next.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: da9313eb42197f4caa6d0bad724ae0e803679e7885fa52f72e4e630570114908
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-prev.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2e6e74d8cd52cd5d210f03dc7e806d5ad9a903d8efc9a517a90a6f3276b91d18
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-set.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: af726c3ecc0d328ce8d7eeaec777a8aa4d0fce6e43e0b3a298fff1f483a05ebd
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-startswith.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7f9056ca1e6116c5013ed478fbcc1661d14d7f809739f052bf222b3fc83182fb
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-stpcpy.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: db073fc992ce80afdcc1595def5546ae972412660ddc21bf0901315fb359127a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-stpncpy.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: db073fc992ce80afdcc1595def5546ae972412660ddc21bf0901315fb359127a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strcat.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 44e593a1e1fa81821003fef2697be25005203ec132d22b49478ef6af35423735
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strchr.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e9d954d241c6075667b8627b09c57d58a8e017c899f61a1d40c474f697caadd9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strcmp.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cdaf412f4270057ed93afa4cc0779d38b489a3cb20239c2aa7c8ac65c81792a3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strcoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8739118fe99e2a40bef2f42d30b6ada6027af0ae09b3ac7963f2702489492d6a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strcpy.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: db073fc992ce80afdcc1595def5546ae972412660ddc21bf0901315fb359127a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strcspn.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3f697f4eb3a5393d275d20c1e33bcc17dfeab18998494ea7eb624b0943e18583
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strdup.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: db073fc992ce80afdcc1595def5546ae972412660ddc21bf0901315fb359127a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strlen.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3d7ba41cc31dd612321032443a8979918baa4fd0a3326f51dc8934eddfca3aac
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strmblen.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 03dca76ad4501df0e17d27e354d91d1f06dd749140332b917e8a9899d450345d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strmbtouc.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 03dca76ad4501df0e17d27e354d91d1f06dd749140332b917e8a9899d450345d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strncat.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 44e593a1e1fa81821003fef2697be25005203ec132d22b49478ef6af35423735
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strncmp.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cdaf412f4270057ed93afa4cc0779d38b489a3cb20239c2aa7c8ac65c81792a3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strncpy.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: db073fc992ce80afdcc1595def5546ae972412660ddc21bf0901315fb359127a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strnlen.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cb40feb41a814d424e7f7e69bc38751b51db8538b644429a56254dc0b5fd5081
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strpbrk.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3f697f4eb3a5393d275d20c1e33bcc17dfeab18998494ea7eb624b0943e18583
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strrchr.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e9d954d241c6075667b8627b09c57d58a8e017c899f61a1d40c474f697caadd9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strspn.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3f697f4eb3a5393d275d20c1e33bcc17dfeab18998494ea7eb624b0943e18583
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strstr.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 4d18b168acd0b69deeedeab09d0b823341c9478d4994f153da9274c736497921
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-strtok.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 9f4a7b7f90c41e05dfd4335ae5fab755c618752a6f97573b58b5c56aea8a4de4
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-to-u16.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 655ef8d7782b597ba02caf0f4b9cd088ef198eef6cdef767268d01716d172300
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u32-to-u8.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 6fa4d34afed00daf079664804d81bf7e6ec2125d98387c7563eca26f0a799866
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u32-uctomb.c:
+  copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0da4891689923630015dd7a9b3e88801196817b6d24d262a9c5c7d7becf3b677
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-check.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2a5642d4716a6c837c0927d1d0f755d4cfa603590c8ea55c2a5d5146ac629065
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-chr.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4c8b4cc5a49a719889c77ec08fd9d4ef91c755188af96dec1bcb9d54f5f6e1b4
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-cmp.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 147a73a92923bcd30b4780230c85c528a3ea083c6edacd7ee4eec9682f75b026
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-cmp2.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 92233ad932c148834b84faf4a7ad73eabb4443c4312c3ab797a82cc7395f4467
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-cpy-alloc.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 54ca1d71ecde6d9ee3d185683fd632705eedcac6d6a31e33b798a0940c1c2f0a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-cpy.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 54ca1d71ecde6d9ee3d185683fd632705eedcac6d6a31e33b798a0940c1c2f0a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-endswith.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6b112f3f0af87c146d3a90c5ed375910b6888f5048a22b4a87eab65b54f9621e
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-mblen.c:
+  copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ddf1218536edf55f6218345d83ea2535cabaf653ce97c75bf1fe5a735c95e109
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-mbsnlen.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a0fcd84978b5e5c8a35c123c0c9c1169f7ed0cd1a2c405bc81bb842c259ffae2
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-mbtouc-aux.c:
+  copyright: 2001-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b3bb320227bd494af5cb6c81c79892463eb5c56d9ab4992494389075f584ce2d
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-mbtouc-unsafe-aux.c:
+  copyright: 2001-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b3bb320227bd494af5cb6c81c79892463eb5c56d9ab4992494389075f584ce2d
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-mbtouc-unsafe.c:
+  copyright: 1999-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 6df90e666f63be0598ae6e65c14a0c0a3ec70ae485e466f5057583bf851be48f
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-mbtouc.c:
+  copyright: 1999-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 6df90e666f63be0598ae6e65c14a0c0a3ec70ae485e466f5057583bf851be48f
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-mbtoucr.c:
+  copyright: 1999-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cb6eed2fbbcb21bf621a6c729d54f0f569b3a2c6d205a8434e8d895b6ebc3254
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-move.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 54ca1d71ecde6d9ee3d185683fd632705eedcac6d6a31e33b798a0940c1c2f0a
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-next.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: bf7b29249150479dc7f9594752f1ec7a4a0fad92624b6ad21fcaa08f8e04433f
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-prev.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 298ca295f134ed14be995e23844b457b2077e617f4b30f7efceb98f03b5ab6e0
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-set.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cb89dde43de1880cd89823ad4109d9dc0caa12e8d926c381ce512280a8c498a8
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-startswith.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6b112f3f0af87c146d3a90c5ed375910b6888f5048a22b4a87eab65b54f9621e
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-stpcpy.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 04418a47f7305b2cb3dd39cf0c9a2113cfad76b5a5af8143b65db66ed08cb56c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-stpncpy.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 04418a47f7305b2cb3dd39cf0c9a2113cfad76b5a5af8143b65db66ed08cb56c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strcat.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c28836542bc0b3c1d5c00d67d95c78ab561a11d111772c0a0c4d1d6028f62fe9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strchr.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ac0a850250701c30831e18c6f16d6212fa03c7b0eddc18bb66f34e5f60e4cbb3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strcmp.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 370f064fd3de35e60b2db63785222e758462d5ac000d645543b07b776633d0c2
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strcoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 819b3bcbfe740d2f4e4797e6b19a1c6eb90b322fa13ad2e64c7a63672782d719
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strcpy.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 449b7ae8b8df6b810f350dbcda4e23417f834527b77bf92a14d4a910df4b1924
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strcspn.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 81f8b1fa2d46b3be29edbb61ae75a96cc80ffdac4e7b32b33782b799ea3c23b3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strdup.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 449b7ae8b8df6b810f350dbcda4e23417f834527b77bf92a14d4a910df4b1924
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strlen.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6c5c1bf2cf71e929c7cbdb85634c71080decb001f7e2f9b282f2960dfe1cffd7
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-strmblen.c:
+  copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ddf1218536edf55f6218345d83ea2535cabaf653ce97c75bf1fe5a735c95e109
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strmbtouc.c:
+  copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ddf1218536edf55f6218345d83ea2535cabaf653ce97c75bf1fe5a735c95e109
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strncat.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c28836542bc0b3c1d5c00d67d95c78ab561a11d111772c0a0c4d1d6028f62fe9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strncmp.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 370f064fd3de35e60b2db63785222e758462d5ac000d645543b07b776633d0c2
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strncpy.c:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 449b7ae8b8df6b810f350dbcda4e23417f834527b77bf92a14d4a910df4b1924
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strnlen.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b762236f05ae747d2be2e66fdb779044f76aa0611ccf9925f552d4405301b573
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strpbrk.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 81f8b1fa2d46b3be29edbb61ae75a96cc80ffdac4e7b32b33782b799ea3c23b3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strrchr.c:
+  copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ac0a850250701c30831e18c6f16d6212fa03c7b0eddc18bb66f34e5f60e4cbb3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strspn.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 81f8b1fa2d46b3be29edbb61ae75a96cc80ffdac4e7b32b33782b799ea3c23b3
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strstr.c:
+  copyright: 1999, 2002, 2006, 2010-2011 Free Software Foundation, Inc.
+  hash: ce02d1153126665514f03840eb911547e7528715abe53624f907e4e9b5f1feb1
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-strtok.c:
+  copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8c32931432785e8ced84b80e26093347a545b567dcd3f11202e8bd23e2370c8f
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-to-u16.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: d3a5f54849b184241e20ebf81cba57989910912a8f6f5694661cc67211c853c7
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unistr/u8-to-u32.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1f198cb15fa3f82fe81ccda47337968a63e4cc078c41a1478bfcdc4b65759a13
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-uctomb-aux.c:
+  copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 6ad6a91a8bfe18100e74a52cf4e03a8e7a22d053de8665b46f825b1ea3f6968e
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unistr/u8-uctomb.c:
+  copyright: 2002, 2005-2006, 2009, 2009-2011 Free Software Foundation, Inc.
+  hash: a9400eef2322c1941f2f01886ab019a0f7aed5ed5c756c93052d3277974fa1a1
+  license: LGPL-3+
+  license_override: LGPL-2+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unitypes.in.h:
+  copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3e091258699426cb57fda162cef014fa8555692ec04b76dde37780f13a904857
+  license: 'LGPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/uniwbrk.in.h:
+  copyright: 2001-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: ee3a8e2d5763896aa4783498b973db1a2ef425ec8467c8b900e5f79c7474db84
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwbrk/u-wordbreaks.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 98c03176b29966481396e903fca4aef8f949ff6b1b1552ad913809bdb5d1cd69
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwbrk/u16-wordbreaks.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e3e97e7f9f8a750d96aa3c23cef3709142ffa67037e3717becf2fc7304d6d4d8
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwbrk/u32-wordbreaks.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3c615b4cfbb13ec20c8eb935e00b45f2a63e2c76e82140a9ac79cc24aede4bac
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwbrk/u8-wordbreaks.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7ea981d9dd477786458e482b0e9a3654e169eff99faaddbdf86bb0fdf13dc74d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwbrk/ulc-wordbreaks.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 74634d0b095ae7640ca69016f21692cbbfeff51bee8c420e2d0d0e2388516cd9
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwbrk/wbrkprop.h:
+  copyright: 2000-2002, 2004, 2007-2011 Free Software Foundation, Inc.
+  hash: 9b421a05976261b0beaac442557152f95d63065a17faa463e397094b94864587
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwbrk/wbrktable.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 37626f7c1f6277e3e952a3f737d01a01c35045f80dbb68e0355fd29ba2d5398c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwbrk/wbrktable.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 37626f7c1f6277e3e952a3f737d01a01c35045f80dbb68e0355fd29ba2d5398c
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwbrk/wordbreak-property.c:
+  copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: c97ca6b11c856aaacd87d7911bb7f579b681ba022f8bd71f2e0b57bf2db1f0d0
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwidth.in.h:
+  copyright: 2001-2002, 2005, 2007, 2009-2011 Free Software Foundation
+  hash: e8df1df6fb166eb4360c925e86ece538f6dc3a69f942b847d962de4484e66836
+  license: 'LGPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwidth/cjk.h:
+  copyright: 2001-2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ca7f741bcb5cb26b8310fd940a3ab58052f5470dc3d1e3382b8cfb74ef8bd874
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwidth/u16-strwidth.c:
+  copyright: 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 16bd30d74195298a8b0304092a66275b0f3693ec70a0f8599e37423436f6cb14
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwidth/u16-width.c:
+  copyright: 2001-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 188bd6150e9bdef9ebc0e666f06ef0e794858867145cc93629fd28d0c630b995
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwidth/u32-strwidth.c:
+  copyright: 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 223f413405c657dc4eb187c3967dd27394d1ba912a538abb586c96a8d64b01b5
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwidth/u32-width.c:
+  copyright: 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 223f413405c657dc4eb187c3967dd27394d1ba912a538abb586c96a8d64b01b5
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwidth/u8-strwidth.c:
+  copyright: 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f6cafa332321ad4c592bf2b919ed87c9f7435c2fd8de4b5ad03b478b25936b38
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwidth/u8-width.c:
+  copyright: 2001-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b0475b37ea7899ea26ff815976e599f7f0ecdbeb8884f587d8f0413856c2c81d
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/uniwidth/width.c:
+  copyright: 2001-2002, 2006-2011 Free Software Foundation, Inc.
+  hash: 3b5dfd0ebacede91292a388a745e032c0a80f6a27b12d200665c0a3c0757a42f
+  license: LGPL-3+
+  license_override: LGPL
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unlink.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 86f50b5493d88bf4981d9fce9f3574495fc38df656eff181ba04cccd8d42c655
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/unlinkat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9fc614dd5dd4d0b49e0c7c803ff14dee3c0daf7d4589aa59483fcd29472badd1
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unlinkdir.c:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: cf8a683164e6a83384929e14fb2512010b666926e7025e215c44b32ace893725
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unlinkdir.h:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: ba41de471b4fe55849cfa3798430cf8568913c32731b572e6eb997ea451f1322
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unlocked-io.h:
+  copyright: 2001, 2002, 2003, 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: c299015a9e209b52626fb644eb4d386af39546356e6ad366ea4c164f3b248034
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unlockpt.c:
+  copyright: 1998, 2010-2011 Free Software Foundation, Inc.
+  hash: 63d4d8b9fb97a85d49b254389d6ba78211db8690ee7c538dc145793bf89cd6ee
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/unsetenv.c:
+  copyright: 1992, 1995-2002,2005-2011 Free Software Foundation, Inc.
+  hash: fea6983b74a86fa80579a2dbdae8c282e76c01cde3064859d3368fbb5f4053e5
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/userspec.c:
+  copyright: 1989-1992, 1997-1998, 2000, 2002-2011 Free Software Foundation, Inc.
+  hash: f5a08418401a103fba3d096e8adbf38d757eb64f1c88f23f4adac3fb65443d3e
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/userspec.h:
+  copyright: ''
+  hash: e5e159ac203b172b762ab20e987742b70aa77676e3ad201d123dfddf33f5f821
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/usleep.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: bbba471f2997c874b363fcc6de76859c2fe2362c4fbd6d360cc812cb329dbac4
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/utimecmp.c:
+  copyright: 2004, 2005, 2006, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 51a490dfa3800ee843ac0169cc107d6f7b12dbbf8fd1e7f9742754f315f4be56
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/utimecmp.h:
+  copyright: 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: f518ec0b6e1dceae61ef970501805400a97e6d664833226fd0a20c4865949c3c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/utimens.c:
+  copyright: 2003, 2004, 2005, 2006, 2007, 2008, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 5eadf29ab1c892afb2822ac9f8825c6924ba9f2a48bf870379df3b86b6dacee1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/utimens.h:
+  copyright: ''
+  hash: f4d3d97a503ef679827af908120a378b055a4c48743bebc6268fbc4925eb58c5
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/utimensat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 6e946d4ae96bf214d637aa49101f48e8217bf7cbe7a35497ed8c2b2b0c939a0b
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/vasnprintf.c:
+  copyright: 1999, 2002-2011 Free Software Foundation, Inc.
+  hash: 3770d94bb362822a34a3e453d35f7b893b9b3cd9ffdc7cea216585f59d79e1e7
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/vasnprintf.h:
+  copyright: 2002-2004, 2007-2011 Free Software Foundation, Inc.
+  hash: 05317153d63ae018e6ef1fc2b08bf5002b8db078ddba5999942e32bccd4f2ed8
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/vasprintf.c:
+  copyright: 1999, 2002, 2006-2011 Free Software Foundation, Inc.
+  hash: 4b2ccc3172965d719387c718ce836ca9d0fb9c898e8a28efc1603fddfb406790
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/vdprintf.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ed89eb389a88f1c2c0c188fa64c12bed1b8e33f3e9cdb2fd6f47f5062e063b22
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/verify.h:
+  copyright: 2005, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 534934140f9e03b9dcbe3721d17ca9abe0a42ba2cb4f9d51c6b4ea2204373690
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/verror.c:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 60ef3143b32a739c11473a1628a0d8ea50b4662601bd9255182ddb3fdff059b0
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/verror.h:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 522987f6ad172cc2411cf32affd8cb4c668455dbd3a81c5311db7a06f5034aba
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/version-etc-fsf.c:
+  copyright: 1999-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: d736aed203652f79b9c118a17ad1a926f30e1c01b204a03296534934e46427cc
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/version-etc.c:
+  copyright: 1999-2011 Free Software Foundation, Inc.
+  hash: c77864f8d126d810f51d784c3f18fdbcbea3c82481d78a53169f259d64558159
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/version-etc.h:
+  copyright: 1999, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 0f3cd1e0c8cc8e2d8e9cbb938b82bf64a480dda3f8a8833e31cdc5a7310d58c6
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/vfprintf.c:
+  copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 1b37974b8d382b362ec44a54e3d8f4ba8b6f8b1b1933dae3e390becf1c8b3fb4
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/vma-iter.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 4a54e6b2243245e8b95a3f7f1d1d84831f610989dba1766a3e635b0f3ef957eb
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/vma-iter.h:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 4a54e6b2243245e8b95a3f7f1d1d84831f610989dba1766a3e635b0f3ef957eb
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/vprintf.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a356987e02fb9a183a5e9bdea5288b63ddbdc7cdd99ae5359890a25a360edb59
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/vsnprintf.c:
+  copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 97b964d000a77374076edf90f1d3cc65f2f58a034c48d6fda8fade7fbf804d84
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/vsprintf.c:
+  copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: e00c0862934899628bf4fe4f7ef3f4a7f66f90f19cffdec064b9ce59a85e9211
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/w32sock.h:
+  copyright: 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: e006c1c017ef7de75855e3edc4ed9cd157224353ee24e070d3be593ad862b135
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/w32spawn.h:
+  copyright: 2001, 2003-2011 Free Software Foundation, Inc.
+  hash: 7db14fbe826e4b405f3b1017464c70cb2304a10df7fa8a9614be44f41811f042
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wait-process.c:
+  copyright: 2001-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: df23697acd519ad58c17bf992566050e1f1aad66c059ad433bc9f1da22a7df8d
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wait-process.h:
+  copyright: 2001-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: bfca917a1c864ca4fc1eecb5cfdc29472bd80c597ed8a31d952eb92e4f8182a8
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/waitpid.c:
+  copyright: 2001-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: d60d5f587bb80d126d89af6da69e8997e012efbdabee4b703456ff7955c2a8fb
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/wchar.in.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 7e039ef26f23ce09c7799e8a249a6e65ffb6ee08d92835aadb87fd35f9ecf15d
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/wcpcpy-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: fec2fed50a8d8dd40d3d70d3a077886706d286fcd135fcc52a2401b7bc02e357
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcpcpy.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 19a34f7be5f89c2b742c4ea280951e2b46f8522110ee754e31ac7deb587baf4d
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcpncpy-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 3195c48e54aa26a1f1ff1beff5017afd812e485f198aeb2ded92f14b1f40dd13
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcpncpy.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: ea64914f4ea36bb7fb203b3826de0a7eabf67004ea422c95fbcf5360ca66e091
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcrtomb.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: ca0a3ed0243b3f667a7a3eb0a8603db4cd91291869efed1e3379c7b55c0372b0
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/wcscasecmp-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 6cd406f80c64d64d88afc5d6ed5d70a9969134c1d2ba3ea748b711c830a6805b
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcscasecmp.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 0701e56101bec04c829f6cdfe6fd396c4518f6422754e27ab5d8535abe976d37
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcscat-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 498737f2312d04e03b53c53bc77aa28d8a00ba4493874cb3b15f9276f71d38fe
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcscat.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 13a2f06b7304b1b6dd927fee7e82252649610b2066dbab625c8d45c146c02c08
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcschr-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 6a69fc9526d34fd3169be46c6422a282248a1ff94c345414504eb9b6a87097e3
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcschr.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 40b9f33da903a2716d3504102d0fae46da45b79c79303e0cd650f7ad967d9f2e
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcscmp-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 1dfab4a7db6df6667d21da8a8126236ed5ad50f56f06c0834874584efa7a647e
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcscmp.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: d6de0a77c2e2334d72bf3c1e7cc0d50abe538a87b3d6b41be364be470bf3c9d5
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcscoll-impl.h:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 521f50aada979c1efeffa544dad082a373b152bc9c3fe9930ef2d1e49902124e
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcscoll.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 521f50aada979c1efeffa544dad082a373b152bc9c3fe9930ef2d1e49902124e
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcscpy-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: fec2fed50a8d8dd40d3d70d3a077886706d286fcd135fcc52a2401b7bc02e357
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcscpy.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 19a34f7be5f89c2b742c4ea280951e2b46f8522110ee754e31ac7deb587baf4d
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcscspn-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 85eac0c4921b21cb1cfbcd8d308ce5f28edb84b309a3c32e6296b22ddaf72f5b
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcscspn.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: aafa2db615efa21d4fee5b8a71b400ec607365a498ee3090196cc74bf277e6fc
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsdup-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: be9b326e081735977139e194b1e27c6de837484c703b8d40b2d9b27c5ba29682
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsdup.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 1d3a390fb24f6149f46def236b3a70d269ea0be1f9eb86027c6735481234c49e
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcslen-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 136572152b69d2c65c2162382d57aaafd18510e554e937b1a70d9460a5e55a49
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcslen.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 62b82f0e81e4b84441c2c7f4c72bbdcf22270308681818373fa42d6da01cd2c5
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsncasecmp-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 6cd406f80c64d64d88afc5d6ed5d70a9969134c1d2ba3ea748b711c830a6805b
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsncasecmp.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 0701e56101bec04c829f6cdfe6fd396c4518f6422754e27ab5d8535abe976d37
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsncat-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: fc4c16af728a02be7d9e178465fa52f5759582466d57b3584363751d0c4bb643
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsncat.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 299608979db1b8a48531375e0b956be4ffdaecdfbe48b9106586c982066fbc5a
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsncmp-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 1dfab4a7db6df6667d21da8a8126236ed5ad50f56f06c0834874584efa7a647e
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsncmp.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: d6de0a77c2e2334d72bf3c1e7cc0d50abe538a87b3d6b41be364be470bf3c9d5
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsncpy-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 3195c48e54aa26a1f1ff1beff5017afd812e485f198aeb2ded92f14b1f40dd13
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsncpy.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: ea64914f4ea36bb7fb203b3826de0a7eabf67004ea422c95fbcf5360ca66e091
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsnlen-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 6157a7c010161bd993fee965e3d17980ea04d0aefffa66ca7e2743bff85d99da
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsnlen.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: f4e2e7f3ed45ab7a9cd554e5e93a337220ba6c896dd7095b5e4b3abce564dbef
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsnrtombs-impl.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 1f25d0d7038d96bd635373c62cba6346ef8e9a6c186684684a8f4c322b057727
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsnrtombs.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 1f25d0d7038d96bd635373c62cba6346ef8e9a6c186684684a8f4c322b057727
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcspbrk-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 85eac0c4921b21cb1cfbcd8d308ce5f28edb84b309a3c32e6296b22ddaf72f5b
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcspbrk.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: aafa2db615efa21d4fee5b8a71b400ec607365a498ee3090196cc74bf277e6fc
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsrchr-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 6a69fc9526d34fd3169be46c6422a282248a1ff94c345414504eb9b6a87097e3
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsrchr.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 40b9f33da903a2716d3504102d0fae46da45b79c79303e0cd650f7ad967d9f2e
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsrtombs-impl.h:
+  copyright: 2008, 2010-2011 Free Software Foundation, Inc.
+  hash: b0ae668123423c1b96e9c27664e334efe944592604e869d82b297f2be65ad850
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsrtombs-state.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 1f25d0d7038d96bd635373c62cba6346ef8e9a6c186684684a8f4c322b057727
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsrtombs.c:
+  copyright: 2008, 2010-2011 Free Software Foundation, Inc.
+  hash: b0ae668123423c1b96e9c27664e334efe944592604e869d82b297f2be65ad850
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsspn-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: c617de7e733cd6a8a5dd6b4d667c46bb9b9a88c99eb86e41f35cc29932a92168
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsspn.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: c7222fcf9d0cd323ebd6a753e4004a27bb9d7df91d76b64258d55ed4f600010b
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsstr-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 838ea47dec69627331f9d8889618d3c2c52e617e3fc3ef089a6ea5d7110997ca
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsstr.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: f5b52c9f5438bfcc9c4d43488327c28cdea71e7974e788e4b8a6275b64f9298b
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcstok-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 6650bca4049fd273315c1ca70d496612305314185b8f413246bcc9fa94e1830f
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcstok.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: b2f0a1de769ab918f8a4ccab8c9dff743c93ab7953d98e630364f04f88bc6df1
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcswidth-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 571cca8a5449f4f644f77d3d30b5c009ef7992d8ca7693c3029e381378d53698
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcswidth.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: f8bd4eb0a4e11971591af53bbf5e7a10214463d868f6c7c171c6cdf88db2b5d2
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsxfrm-impl.h:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: bf70ddb06308f0ab7d564f5d2b73fe356c16d2eacb622fa051f4276e1bb08eea
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wcsxfrm.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: bf70ddb06308f0ab7d564f5d2b73fe356c16d2eacb622fa051f4276e1bb08eea
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wctob.c:
+  copyright: 2008, 2010-2011 Free Software Foundation, Inc.
+  hash: f980cfd01d6d85d9ac2a8db488b36e8919be898b0be3ea983d6d99cd78f69930
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wctomb-impl.h:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 0eaf39bfcc475d04855f36071f01eebc55538ca0765c7ecc6b5216fdcc2ee8e4
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/wctomb.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 0eaf39bfcc475d04855f36071f01eebc55538ca0765c7ecc6b5216fdcc2ee8e4
+  license: 'GPL-3+ '
+  license_override: LGPL-2+
+  license_text: ''
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/wctrans-impl.h:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 1226f7ac5bbf3d646e76ee1b9dd039a7163639df436279e653054b841b458545
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wctrans.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 1226f7ac5bbf3d646e76ee1b9dd039a7163639df436279e653054b841b458545
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wctype-impl.h:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: d2ba7c89651249dd7c890247f99233c8c3de3e059aff73e20bfcd694565da847
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wctype.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: d2ba7c89651249dd7c890247f99233c8c3de3e059aff73e20bfcd694565da847
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wctype.in.h:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 303fa0cf685dc5ed19660fec88f8719362a6f3d85c84f9751a7c6c44df4bfe40
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/wcwidth.c:
+  copyright: 2006-2007, 2010-2011 Free Software Foundation, Inc.
+  hash: 3487ed922b8dfc0b84aa6c8cf45f20fd71e61a2537461c3ab6be3f6cc73ca02e
+  license: GPL-3+
+  license_override: LGPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wmemchr-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 9a789c3312f5a506874b78bff9db434e8a4c84f1cc3bb8f791d78b9c8bd17bba
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wmemchr.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 9d1bfda1eea7f2fbd7cd6a967ac4201a9903bb9ad2542733cee397a812f045bb
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wmemcmp-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 7cbbe931327b7c396160c3dd69cb39b514edef780c0f9de6b684dd79f2872ff3
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wmemcmp.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 894c166f6544c176feca464943b8f14e60c0d2fef7ebeb3a290ad1078b684c1e
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wmemcpy-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 419c0d95a34ffd6d8bd1e0416f7864d7fecbc9bfa1b671c971fb3438d79018e3
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wmemcpy.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 08e31d969c369d937aaa32da0da90489bcd8546671a71376027a09f84b1735b9
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wmemmove-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 419c0d95a34ffd6d8bd1e0416f7864d7fecbc9bfa1b671c971fb3438d79018e3
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wmemmove.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 08e31d969c369d937aaa32da0da90489bcd8546671a71376027a09f84b1735b9
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wmemset-impl.h:
+  copyright: 1999, 2011 Free Software Foundation, Inc.
+  hash: 5f2bd181cdbd2d349c5d78419bd8fda995dc304d7386951e7fc8b2c2c4f6449e
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/wmemset.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: b7e58a92699e80aac3c5fc44865f1f73625baa37c6b2fbc274bf74adc9f79b8b
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/write-any-file.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 41738d25d59f145b38773d55a55522f66971997201cc3415f3a217db384eb587
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/write-any-file.h:
+  copyright: ''
+  hash: 3baee9b8366345680cfc53a87f5dee015146c4255cee16b96803bb3f26cc9d2c
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/write.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 4a7aa02767216d18ab802c1d04e53ed12fcff822df0b9fbadafa6d0dddce7ee7
+  license: GPL-3+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/xalloc-die.c:
+  copyright: 1997-2000, 2002-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 64796c1c37ddfe90bf4a9dfe77d90248119edb3658dc8dd017da5969d099f76c
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xalloc.h:
+  copyright: 1990-2000, 2003-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 581dd9df628f45febdc1bfdafff8b1f25310955f8a0189d7d3a35230e8a5aef2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xasprintf.c:
+  copyright: 1999, 2002-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 42e9153035cc27721daa8f70c62d36b4483527556bcfe42c8215cc55971c864e
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xconcat-filename.c:
+  copyright: 2001-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 029021bf95aef6cab84c2a31b9966b28b842db20f05a0022c634ac7e84660475
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xfreopen.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: b3b8a0380c5be492c0f833fc58873db5e0933b30c652c087604b3899f90ef32b
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xfreopen.h:
+  copyright: ''
+  hash: 017e37fec47a3b0cb98d370d2c3badd17e4e9d2d96802e2560b27d0fa8d60954
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xgetcwd.c:
+  copyright: 2001, 2003-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: fb2af594615d3f26c637db59161a255f08bef2ccc92c80677b10f96efdd688b8
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xgetcwd.h:
+  copyright: 1995, 2001, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 22176f7e893522309c11b40d2c008999cabc4d51c8ed01d260d48427ca2d67a9
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xgetdomainname.c:
+  copyright: 1992, 1996, 2000-2001, 2003-2004, 2006, 2008-2011 Free Software Foundation,
+    Inc.
+  hash: bb6af8d18efca564fb5951de077c3e729bce92f520c1e16002158217e2e8d784
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xgetdomainname.h:
+  copyright: 1992, 1996, 2000-2001, 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 49221049a38425a6cff9eba81fb32ded0e9c1016e07b116f1ee36a0cd64c50f7
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xgethostname.c:
+  copyright: 1992, 1996, 2000-2001, 2003-2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: fd5589dd463404722cb0e19a38a006920287e379add28c8691fb8298328b7719
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xgethostname.h:
+  copyright: ''
+  hash: e9a81c8fca91ef7a8fd72e8246a5fe6367dba77986f6935a318fe7d551ab1e7a
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xmalloc.c:
+  copyright: 1990-2000, 2002-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 7bffcc785278a0a010036fe5cd688f0ca8276ab0a0c278a7479f6c4574205616
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xmalloca.c:
+  copyright: 2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f00b9c5d7d1975a1ae98b4db2ee9b3737793bab011b9852033e83ac786c76621
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xmalloca.h:
+  copyright: 2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a5f349f474e28a353b821d0ae26e9b833f96447e5f6463c9d49be71f9ad16439
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xmemcoll.c:
+  copyright: 2002-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 9bedb6120d86fba98c416afcebde95ade1f7c0f68e40235d752760ff4ecb921b
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xmemcoll.h:
+  copyright: ''
+  hash: ee88f231c771c2a51860064f7f42fc94e2c0cc375467ef3ea6a3d75a1648e4eb
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xmemdup0.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0ee20d9e324e3c19ea823a70a753dff9a872ad8cd63a82ff6ffa51b45e825fe2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xmemdup0.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 51481a621425f815d36854f763c19ee66e6f9d0161e63a04a96f4df527b62ac6
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xnanosleep.c:
+  copyright: 2002-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b0ebb4356fc2c3a0c5fca1263f91f9176e12f0d8475caa20c6b5338eb6c60534
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xnanosleep.h:
+  copyright: ''
+  hash: dec8f8b2087a79c9bb77d7f89d934625f2b83dd66bbfda194299b351baa1a38c
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xprintf.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 96c5c1e9590e0270b5af718362a606a27a2562657c796d9f802bfc359eb22358
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xprintf.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: dc6bf06eba4646769a3e192ea56fe4c531b85f19692d3fc41b78a6a5e75223b8
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xreadlink.c:
+  copyright: 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4a7ede41892665effb688f3555c8bec9464ede0a79585007f3c20cc115f3f2c3
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xreadlink.h:
+  copyright: 2001, 2003-2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2d257a7f1ec2225e17c74fcf8f2f2d46b40139da4a7a3058843dd533c733aec5
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xreadlinkat.c:
+  copyright: 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 48ce6f386e75a9f1627894d98dafaaf4474fa294314c0bdc0952f1f802e6de01
+  license: 'GPL-3+ '
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xsetenv.c:
+  copyright: 2001-2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: aeba9ccd68301a74e247c759fd694491cb0caefd34cf4126a84a0040404c1fee
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xsetenv.h:
+  copyright: 2001-2002, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 10b55165eec5c97179a265f04d3a3d07cb2f6e8b1c32fff077160cc9745c04a9
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xsize.h:
+  copyright: 2003, 2008-2011 Free Software Foundation, Inc.
+  hash: 4860f503087f4a9fec5899b98aad08cf3da377ce64d3a416075ec5e56e7afbe4
+  license: GPL-2+
+  license_override: LGPL-2+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./lib/xstriconv.c:
+  copyright: 2001-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5cd0a7d8c0f3a721d25bb9599ad8fda971d98db9afce612ceb956be00a4c0bed
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstriconv.h:
+  copyright: 2001-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2801d73ab46ed1dad8fc5eb6d0af07d25a4e3ef20e3c890c911fbf2261a433cc
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstriconveh.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2bca814b24aa5f84d08dc4196a56fc09f76b4fa9e7c8b4ecb0307c2b3ddefeea
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstriconveh.h:
+  copyright: 2001-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b97442e4ca7051eda119e9f6c8e5951b0138b7448db0ba466a2fc6f263aa18d6
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrndup.c:
+  copyright: 2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: de719f01071656f6309d1fb6695f3c984791870649639dcc33abbec521e1b18a
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrndup.h:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 6ada57e269092fb3878cc905d4bdf03e3eadd36502ab84b879958194bd020768
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrtod.c:
+  copyright: 1996, 1999-2000, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b6b51271409bbac05a53bbddc383888bda2b5985e993f58d5c327bee269eac36
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrtod.h:
+  copyright: 1996, 1998, 2003-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 31566b48f41112318ecccf61e19a6c51f5852261b52e0da21a56f8540758f470
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrtoimax.c:
+  copyright: ''
+  hash: b2ce36a250657c54d51627b616310f70c9870fd5fc7941bf18d3924067f28563
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrtol-error.c:
+  copyright: 1995-1996, 1998-1999, 2001-2004, 2006-2011 Free Software Foundation,
+    Inc.
+  hash: 1802292fadc8574ba76fd282f28cd34ef8379342b36ffb8ac933284c2af0b9c5
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrtol.c:
+  copyright: 1995-1996, 1998-2001, 2003-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 1a78a75dba59c36ab8e1f98e5ee89f3d367a16ea18c28f3df53aad6722a8f6f3
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrtol.h:
+  copyright: 1995-1996, 1998-1999, 2001-2004, 2006-2011 Free Software Foundation,
+    Inc.
+  hash: 1802292fadc8574ba76fd282f28cd34ef8379342b36ffb8ac933284c2af0b9c5
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrtold.c:
+  copyright: ''
+  hash: 1a077cc54d4bfd4cee5ff0022623e5f8553d4eae977ca2f0bed5d0de5c51119b
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrtoll.c:
+  copyright: ''
+  hash: 8551d02418654de8ad2d58572d9485bef68b0218e09885d6646d44a7866765d6
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrtoul.c:
+  copyright: ''
+  hash: bebc6e6916fdada92bda5d5fd7a22c71074205ca0b8476130d540d9139a83d3a
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrtoull.c:
+  copyright: ''
+  hash: 15df7eaed52600e1f033479f979436f08310190f6baa65007f35242c0513c9f9
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xstrtoumax.c:
+  copyright: ''
+  hash: 70b5ba83b8bfc540ad4dfead90cff12b8240919d0e368c0ded31a409271b5de6
+  license: ''
+  license_override: GPL
+  license_text: ''
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xtime.h:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b91409e39589983f2f3ee4561cd409f2f332322e4d6815cedd8963485d30b996
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xvasprintf.c:
+  copyright: 1999, 2002-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 3d5519100647151cf02ab11004d8dbe6a8b6326c0b52088544c86b45586fc217
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/xvasprintf.h:
+  copyright: 2002-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: adfecd4ba575ec62e232ca6fc27bf7a0941135e1527e9c2779cefa03b731dac1
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/yesno.c:
+  copyright: 1990, 1998, 2001, 2003-2011 Free Software Foundation, Inc.
+  hash: 03f21f09999d02edcba3c4f20b31a149cefe34ffc83bfd3429abe333ebba7f51
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./lib/yesno.h:
+  copyright: 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 82559b2797d9bd160b8645ee1caf49cc207495a7462ec243bee45db834da0323
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/00gnulib.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: adb23c6255361d6d43d2724b387dae6fda5acc4e80793d84f1e7a0587a10885e
+  license: ''
+  license_text: '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.
+
+'
+./m4/README:
+  copyright: ''
+  hash: ba4cd61e99798f7ea35082c20cc09f366c65ec5fccfd0fed9f9d155cf7e29bc5
+  license: ''
+  license_text: ''
+./m4/_Exit.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 1b2c89a0c289bdb85386b5542c8dd3e3f2f088311810425987621a0d518cb38c
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/absolute-header.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 718c549c29e7f77837a411cec4837d042796caeb35dd9ee7a10e7403d1c079f7
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/accept4.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5e1c5efa96fec9213319b579fdd782948226c570edb00b4e0a1d9476847f34f7
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/acl.m4:
+  copyright: 2002, 2004-2011 Free Software Foundation, Inc.
+  hash: 4afb7d6c6908f248a885ed040e275e199e35a5267ebdcb585471d8e3676d6a5f
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/acosl.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: fbf1d0818eb2e6a3ebbedada71cf1261b4eea3b3fadf136b192cd0b054bf9e1e
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/afs.m4:
+  copyright: 1999-2001, 2004, 2008-2011 Free Software Foundation, Inc.
+  hash: eb174105acfd912b98cd3380e8b99854ed7e3cb1f6a5b6fada98633e328e73ab
+  license: ''
+  license_text: '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.
+
+'
+./m4/afunix.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 4069de4bfa3a904518ce951f4970c47dd762a24d5e17ddd4ea88ee3d571f68cb
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/alloca.m4:
+  copyright: 2002-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1c8e5ffde692f72e3c028bc660beb4f3a5e049f8d4a5b01d1ba5f977db6b462c
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/alphasort.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c29664460b62541ca6f374a00067aff1db96933351e416ccf68419ce3025607d
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ansi-c++.m4:
+  copyright: 2002-2003, 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 9ff85a902565c938eceb031bcc2de8295523f02a1159892a7eceb4cc291a1997
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/arcfour.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 042cc622789bfb002de427a862fa3c0e08762f17ecbdc920a4b2f43d106ac712
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/arctwo.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 91d682e4768d645d12142c5c4e2a2c2f96d04ea78798fdcc2b8a9d3590012415
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/argmatch.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b373a477cfef3f7163b0ee9e1d55300732ccbc8d17f7ac74e18f4075b56660b3
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/argp.m4:
+  copyright: 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f98de255265dd1806c1fb324a7e8569b5ed8df74340ffdec4f688071cb056bb7
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/argz.m4:
+  copyright: 2004-2011 Free Software Foundation, Inc.
+  hash: fd6634fe4bbbba647430472c74e84f9a4520516808e52633ec6d5fb3e5050e96
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/arpa_inet_h.m4:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: b645e258cbdeecfbc341cb353bbf642051ceac4b58c7d475c600e7a9efd1b79e
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/asinl.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 669f4c233347aaff0985fb9c6a6a1906544d6850bd39c212122da2306023dcfb
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/asm-underscore.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 722e0dd5b2a092c531907855fe38417efc21f5b3726cc671d95b99a55adf9ba0
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/assert.m4:
+  copyright: 1998-1999, 2001, 2004, 2008-2011 Free Software Foundation, Inc.
+  hash: 4ff0d68f51ad1a5a431eddaa58dcdef82f640d9b73c1aa54f6c21a579fe3b83f
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/atanl.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ee0f9546993f925be8e7a85f1a05be61fac681a31d80fd8175272d67ef676adc
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/atexit.m4:
+  copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+  hash: bc6e4d6c7e1398bce506d34850a7f4cba5569045e2ce96bd766f521e2ae0a1f3
+  license: ''
+  license_override: PD
+  license_text: '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.
+
+'
+./m4/atoll.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 73b85b6278881197886369b209b8ead6d7460db3c65b313bed6807bdf039c5ea
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/autobuild.m4:
+  copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 637d3ba9861b193ff9a209103aa2d407aa50b794cb60b5788b6221777df0bf1a
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/backupfile.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: d0871e328c0f99c8bfd32a36c88f5148bb9d1ed4e5b95b9fb5c55dba354e76f9
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/base64.m4:
+  copyright: 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e43777cc4cc96da640489b35f11ca781b5ee064da7f046985d38c7123d549d66
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/bison-i18n.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 649d4216250d3c067794fb0f498104982822c265bd334dd6fd8b4ee82e753438
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/bison.m4:
+  copyright: 2002, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: a6d1cec723a374c67c3a831297b4ff3cc84fa2bd6bad26c0ab85966a1fe30489
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/btowc.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: f3ad7e196aa75d29e3ff64d0fe65642da59072f504eab6b04dd0619e8e8c5236
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/byteswap.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 8be2f370b458ad6cf8c230a7a7c9120a9451801e2623bee66455e59356685d90
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/c-stack.m4:
+  copyright: 2002, 2003, 2004, 2008-2011 Free Software Foundation, Inc.
+  hash: 49d6ad7f31ae7a029cb7d5f0045b0c450d92cbc1205c5529d709652c24afab0e
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/c-strtod.m4:
+  copyright: 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0896d8d6c7eff9c2617343b64858ab95341ff8ffd209640db6f9991f06e2106c
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/calloc.m4:
+  copyright: 2004-2011 Free Software Foundation, Inc.
+  hash: 6f34f62936f518e14ac1573f44a716dcae537e6151bc34b40870482e91e349da
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/canon-host.m4:
+  copyright: 2002-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cb3846edbd92c9957772e9b3f3752503018da4a6a96e617f2369f75acae36dcc
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/canonicalize.m4:
+  copyright: 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 980eb36f628a3392514c99abe8375ce18803ee4169fe4fa7f3806a1023af2b8b
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ceil-ieee.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: cd315084787301018d843279a6bb2f1f0ee85997c320d6f839a7b9ffe3dae016
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ceil.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1cb98895f87380c6935b761f06e58021e8fd6085edd07cc0fbceacdd5b07efb8
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ceilf-ieee.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 587115ac9dfa6841cf766d636fa3a8634aed512c0249f0a4ee44df0cc8e524e2
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ceilf.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: dacbdb3f511ba4781ef39be24f985e5ac33ee128a450dc81a24b6c6f6ee3340a
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ceill-ieee.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 6a210a2672b3eb5fcd6f6fd0001dd86d1620a93265e0ac07c55b30d93f49a684
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ceill.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: dab1fcd4f4309d987e8f5bac95759e67fe688f69999765fae2c2faeb5d146f61
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/chdir-long.m4:
+  copyright: 2004-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9bd80fe016c41be11dc82c5cf98bf088bb9448c508c97a8751a0cda8716c0c0b
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/chdir-safer.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0cad59b60b1fbfa5f31e3fc00b9acb0f8821ef29a658294c69a8d256628c9037
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/check-math-lib.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: c0408f052d6fe901c24b7fea71f0370c5642d613c20e3046b85d9fd41f6e0bc6
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/check-version.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: d180a84473f3ad215fb1343847a51ace9f803927d35b6c8f3aebfd8363a018c0
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/chown.m4:
+  copyright: 1997-2001, 2003-2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: c36e0b35e5174d75a3c488d9e82bf6cf61809a56efd067a34a7948ed4d7a6ac1
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/clock_time.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 84c675f94d3ca5c224e5f4bf7c475a75aa5e8bdf01fd40c2b4ea2c81b680abad
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/cloexec.m4:
+  copyright: 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 49c3bdb070c1cc3d2fb8c4b2076d70681f6441e959c2c3051ec822644186abfc
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/close-stream.m4:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4364396f6b67870d5743eddf3130fb94e16cc0f5e66adf49e029de5f374317f5
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/close.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0d45f6481b2687a693f8bb54a2ea9f136ba35a854d0cd8e9f77578bd5e164fa7
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/closein.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 6e6189f1e7bdb400d02f31a75938204b73bdbca52ce94e0d452745c6325c25b6
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/closeout.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 93ce8b23c73fdb9dc4d8aa43a74dc18975fc120a11a6ffb1f1d94a4f1f335165
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/codeset.m4:
+  copyright: 2000-2002, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: c7fe342db3f4e70a5e5bce64b2e12c31a97072fa927702bf335118fab8a382e7
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/cond.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: c3bf4f2be775e9debb7ac62b6c1b9dca7127c0aacc076ae9e4945c7e454a2efd
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/config-h.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6a5ff215581436915b1088ffd04fef2e88dfceeb9a2df2262157e2c47be7cc64
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/configmake.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d1c6313abefea46cbc580620fe15616d5d358d8792caa3c0c21da2b7354fe207
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/copy-file.m4:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 9ac8cd6aca16841c79bd3c3153a29249b14d5c0639375eb64f6081e4d550f59b
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/cosl.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 59db36bee4c35c5064214cdb3a7597b159f145539e1d544eaa18638f0f2c0793
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/count-one-bits.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f2faaea23608b4b21c9d901a4e5dc486929c3eafabc8ee27e61d9042ea83d598
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/crc.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6a9cf357e544e2c1fb40516ced0329975187000ae3fd9612b8c57e2cea9e5faa
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/csharp.m4:
+  copyright: 2004-2005, 2009-2011 Free Software Foundation, Inc.
+  hash: a1e3d91373eddda62f17c2a1d701338999347b2fe26561b6870f30ea7a2286cc
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/csharpcomp.m4:
+  copyright: 2003-2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e4d045bd8e79d4f09a37abe3afa1378a2e5e04d344efd9aa3c1c840ccabec015
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/csharpexec.m4:
+  copyright: 2003-2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 99d9bdeaf222733f8835feefb458187978bf4b4d36766e1545b63c4eb0c1262c
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ctype.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c85286b73d22815d87367ac8690cb624c9b69918602b93a2e9bb9b35476e7fb6
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/cycle-check.m4:
+  copyright: 2005, 2006, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cb610537032c54b9d107882ae814a1e4bcb6e92f00679eb338053d92aa5ab536
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/d-ino.m4:
+  copyright: 1997, 1999-2001, 2003-2004, 2006-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 893eef7b11bdfa1f9aaa8ce06b2f3bd14e388f62d72d446e2ec77994f80688f6
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/d-type.m4:
+  copyright: 1997, 1999-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 2887f5d34f7e51f35f135b55088ab54ba90e9f20c52a6cea001d5c73802b7660
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/des.m4:
+  copyright: 2005-2006, 2009-2010 Free Software Foundation, Inc.
+  hash: a98896ec4d130914a78a10458b806b5f2ac26e855dee8e5659c381c375376d57
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/dirent-safer.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b7586bb22024d14eb7c3c609762f7e518f089d2e8452bd87c63a00a500b6d542
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/dirent_h.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 3db5dccfa239d508a628187a7d71fd29a02282bf5919109aea4d0e3a639c7167
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/dirfd.m4:
+  copyright: 2001-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: fb00834c654f479c895a37dddca195a02905024760dd6d8fb5aeadeb60da1645
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/dirname.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: d7ec4504d4b33d12a1b12c59adde336ace97b9b1b86ea9e19c642a21b94e8bc9
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/double-slash-root.m4:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: edcef60e7949bf2554db89bf27e6a842993fa7adace9edc7b638c24f10346fe3
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/dprintf-posix.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 289270e464e5b51aa5842861c6e5069d7bc8dcae95b30e700cd8fe44ad581083
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/dprintf.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 28fa355ed003eb94ed6a9a49d7304772fe9d76c1f6a34c6a19df3e6f1d822814
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/dup2.m4:
+  copyright: 2002, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 8dd2162964f397d2df71e1afdff235e29e7014e6fb9c697d0271d164ba4be5ca
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/dup3.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: dd0903d644db99c5b1a89a948c228035d0ed108bb8e9551a9dbf28500d148f24
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/duplocale.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9bf5f7334383bf74b3f260cde0f86e77fab2b1c4208d5ad17dde7506b3f876da
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/eaccess.m4:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: b89e86745234be0d8c41c580303e57c7a6e60f24a178f9a3f9a2bf448ee64183
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/eealloc.m4:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: b5f11883ce9a7fd45be172f1921efd4ed1f43a3e077299833fcbddb3988d199a
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/environ.m4:
+  copyright: 2001-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 2b4206c7bd2fd549d678a2cbbd77a7db61d28769d8669f2a2e9244e5db99dd35
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/errno_h.m4:
+  copyright: 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 7220cf8d44ab6a2ac707ecb20abb1f2d463a008bd92caafc8c3cd00a77005f5c
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/error.m4:
+  copyright: 1996-1998, 2001-2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 234501f6ef01571fda4934b6748c5aab5c5c6901eaff84a10579ec7c9d6a474a
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/euidaccess.m4:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: a0627c08a4385a510ba5133350c73a1c42fc0f42f2eeca45f39d62cddc592495
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/exclude.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 562ef220db69af87ed2503dde3bccbdf9700b5f860cc062d42ed1e6ab26ecdb2
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/execute.m4:
+  copyright: 2003, 2008-2011 Free Software Foundation, Inc.
+  hash: 77eb2faa0054688acada79bf3ab884f871b8880e521849cce82e390f3468dfe1
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/expl.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 0ea7d4c0fbbb240da53f4ae32ee0825cd928ddee6c65c77b1dfe37389b43fc36
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/exponentd.m4:
+  copyright: 2007-2008, 2010-2011 Free Software Foundation, Inc.
+  hash: 389a0ae568406cf8122aea871fc46f8afc06eeea90765aa38481c9ffa573d1a5
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/exponentf.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8524e3248d132978b6fcd3c73155895ce3ff1085c5fd2adec10b9128fc7754aa
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/exponentl.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 74312301043ba66206d1b66e0ac6990f826638d67359c175bbb45f7a0f55c97d
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/extensions.m4:
+  copyright: 2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 2b8f7e99c2dfd1b4aad93ca197f22935ad9f39dffe0adf18f619ea52d3bbd111
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/faccessat.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5a1dadc4abf259a18856a07b033af7b4127dff5a00899afe02d3369286ba2965
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fatal-signal.m4:
+  copyright: 2003-2004, 2006, 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: f9c8a7ab91885c8d77189af112e15c4640ac6ba0ad97f6d48ca5a29703d53e6a
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fbufmode.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: eb9423d94d09bcfdccc9b46e0e26eb75ac41c9aab8117d21735df21943ffd145
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fchdir.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: b23ac72e379c75684f9f53575e2081b1e83e7bedd5afb8435c4c2647c99b478d
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fclose.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: dbee43fde1b5128503bd5acd7a435b13fd668f08da476c30fcfad3c7496b01af
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/fcntl-o.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: abf3c23a72b512e5d04982817138f268adbe076985db3f9160466f82bb7118c1
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/fcntl-safer.m4:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 97617c48a5ed0ad2a6319e5cca36bffeb8184b26a799c870c2d6790e021110f1
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fcntl.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 883f09517267f3706fadecfe422daf02af6688a61505a0f33d1ca41237f6311f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/fcntl_h.m4:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0b35f3db1bd2c894290dbf20bd57528c28467ac61da83917c6fc0a80b1654710
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/fdopendir.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 50f651f8716fce506c797770c2f33d4c262bba2b2771d8bdebfd52904771a01a
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fflush.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 6f04dfcc63d149eec2e1db453e8794a8887d977366cc4f36ed3614ad29154519
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/file-type.m4:
+  copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f747b609f4035716e7b36c849277dd015318665467cb880c7b7ecb7dfa4756c2
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fileblocks.m4:
+  copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0a3f5f93960574b2cc74a1b12cadc1d49ae0c9400472c4ebc6b03c216f09f6c3
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/filemode.m4:
+  copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 093475ed6fa206c253eb6f6ca82c6e6cdc5a4a612359c91b250f69b11dd9b20e
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/filenamecat.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f375db751d18d6f9463be08866b4fa17126b09a20be7ff616147836290919a03
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/findprog.m4:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: a6b25456d06df2e56722a9808c22c82634e575ea54498fba9484dcdcf9ac0622
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/flexmember.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e7ad65443fb96224f034258c49749b71d5706343866c991c1fb0db027acaf494
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/float_h.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9530429b2eb1acc58763d4adf0a279f25f5a05a9d508e344aafff40433206b3d
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/flock.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a23eb2f31cde82f62acddf724ded7f9cc32a579ae2b540c43ac8e896b80640f7
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/floor-ieee.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ed621bffed5a72c1043b0847fe84eba553a8e21c6afc9f172c0b5fc1a3b19f9a
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/floor.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2c3dda9955b1c9dfded89f7ed54c19280a778659c54a63b2a8cdc3069d1b4d79
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/floorf-ieee.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c6300331073edf4d7423744c295dc0a70bde3bac3b018f436cdaca05c076cbbe
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/floorf.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5465bdbe1efc60d923370c430f8981761abfcc8dcd353abd79820dcde44ea2f0
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/floorl.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4550508f8e1c49433e79300c75a426c8807b1572403438d2133712b777ce71e4
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fnmatch.m4:
+  copyright: 2000-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: df7c29f56f3b3a8ca08dbedbaa440526f2305928d177c134a0be100cd64c3b15
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/fopen.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 56b58626d83798185600505585bad05a44f77a8d59ae840e93b8fb01eb0caa37
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/fpending.m4:
+  copyright: 2000-2001, 2004-2011 Free Software Foundation, Inc.
+  hash: e2296cd202b42f3b66b967acc6d0d671ce6c7002d34736065aa4371d817018f6
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fpieee.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0d97052bd6bd8fea7fce5ed22434071bfb5926589fd0b6406e48ce86044d1162
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fprintf-posix.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e78af1d8cec077f00194fd0ab6b740318b7fea9e402990a5b4ce1bf6747c5f87
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fprintftime.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 2bab7d269ceb011c7475fa792481aaf32adec8b1b5a5f963749bf256bb91878a
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fpurge.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: c82ab7d95fc008fe111f8d5d78af290074be61946f15794699d2677b869bfd33
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/freadable.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1faae4741ea613c6edc90afdbf9d3f08265402878e1f23736df0538517a74340
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/freading.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 3ede4563fc1be1d3a565c20e42c43558360391666f4b5adeadcf53433672afb6
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/free.m4:
+  copyright: 2003-2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 19d60c65c88f1a28a77daf20d4622d475a5f1553caecd82320f6d149f51c75f5
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/freopen.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 888f0ec72dc2987bdd005e92f19fb00a2c08b4cf1495587be958a9db27fd1b3e
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/frexp.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a5a16396f3a515264a4e112901742667152c1261f80f6c2bae8b2e7eab59586d
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/frexpl.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 730fe473f87367b0552be9dfee750f693d0494af29e9092a1284e4f6a144e34d
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fseek.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f58ad2266e933a151f4699448441b08d753a0e02a15acca0125bf3cff7ddf834
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fseeko.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 00219a637bc18ea519465a68eae1d3f053a44a6a4716543d2e73460884a98d16
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/fstypename.m4:
+  copyright: 1998-1999, 2001, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0eea0b60a998901ee671bb76952841013c72713002a3c4ac6d33ab4ef5399215
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fsusage.m4:
+  copyright: 1997-1998, 2000-2001, 2003-2011 Free Software Foundation, Inc.
+  hash: 030e8259c796499c45394411f20af727ff40fa54b45f885f958a3f268dabc1e7
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fsync.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: fff2c2b58948c6d3ae97a850124593dc38051055bb8247b355cc132afe24a0b4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/ftell.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 8b873b41cf9ffc9b726a099f8609a65ff0642ed466a83ca81e6214d59650a5aa
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ftello.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 83e8b91977b39a17cb0f7b6b7821b069384c951eb06ba3f05ccaa786ce0d0384
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/ftruncate.m4:
+  copyright: 2000-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: bb4b4acde5c8a026fb6eec4459272f7419633514abbbeddfd33b050719eeeecf
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fts.m4:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 616a9258fe39f4cac619413d53efbe90614f145f52de12a2251ff9ec167bb315
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/func.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 396d6eabe74e7d1ec2a3a36c1d780bdfa5ba03008b86fff2b62631ed95fe50f7
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/futimens.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2f56705d01e2b3f1f4fa95ba3e55cf3760a431cc40db28c2e6535d3c58f16954
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fwritable.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 77924196e6bbce76a61cc83e0374221c6bf45e4775491283da255d92662acc15
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/fwriting.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 630d23f43ad0abdb32319fa1b0ab32538105db6e9a114002728b2c6517d92872
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/gc-arcfour.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2dc07c60a5830f6cbf206473201c412f95c18e401cea0db13980f47545587f05
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-arctwo.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: f045dcea96b9b12d136757b82f5351057674824faedc59f7f725365d4c09c2b4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-camellia.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 91a720fad01cbdfed6556d3be2566747d61745efbaf3d9cdd26b300f33bc2553
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-des.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5557d2b7257853e293e6301c52a03db0cb089e5cd5101fc059b074b3a1b2647f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-hmac-md5.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b9046fe3139753acc265b670967e74b50f1c3212ccf41079ecb84334af9df9ba
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-hmac-sha1.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1bfe8f91aeb9bc8b372c0a7c5d5b482a058785cf1ae09366cc867cf7cdd9063c
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-md2.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: dd9ff2a4d084b798996d29513ed43b9b7eac65c7718b66f4205419a4dff2933d
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-md4.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: efc4820ce6458fe004e70cf59a086b7f9c761c937d577382a13c426a3e3b867d
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-md5.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1e330cec679995d1c6b90828ebe84ef3b7227bb83c4d8d471f64f37dfbb05363
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-pbkdf2-sha1.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7f729b0b0a080749dabf5c0970d508c9ba22a77ebfdb168a4552de11d2840fef
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-random.m4:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: bc56ed832949daa16ca4ce85a76d5fa35322197a6d92dedec6361ca97674095e
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-rijndael.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 56ca251dd20dc94e179d3d633dd477594575b6b7c5be436dc59091531a284099
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc-sha1.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: bf7c167a53d9931923653d5a85494f660b89cbb730de113f82d6ea4f49d496ab
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gc.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: d348c342312874d1a27c5a745b2393057c369826f8c6bce0bf2fa2471c93bca0
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getaddrinfo.m4:
+  copyright: 2004-2011 Free Software Foundation, Inc.
+  hash: 3c0e894fb2801cbdd3ec75954135b201ed403e531b4efb9064bd92b0e527425b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getcwd-abort-bug.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: a84f72f652d5e8ff33c8b0cef917455af0b143f2d5dee6b9ab33a6d6b87785e2
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/getcwd-path-max.m4:
+  copyright: 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e70f41bc1a11df8631d7be77812cafff4c7ef398b2ff704efd5b4233afe25df9
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/getcwd.m4:
+  copyright: 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a05fdd86117ab9bfcf965db1b899982bb2e9595366ecf174056b969d65c43880
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/getdelim.m4:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a0a6431aee5fcfd321271a75cf8dc99848bbf9f73e60f7ae479175ee5988bc38
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getdomainname.m4:
+  copyright: 2002-2003, 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: f904da864c2eb2b8890380f468b5798bdc03e19a07b512f913ed9f3eb7229592
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/getdtablesize.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 86985e2ed1b7b04febcf447e0a665c9b9d7124855b5662c14cef7145e0555df4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getgroups.m4:
+  copyright: 1996-1997, 1999-2004, 2008-2011 Free Software Foundation, Inc.
+  hash: 54b76391ec3cea79c86fa92443f1f6e541fe7ed5894e69fa0161fad3b377d498
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/gethostname.m4:
+  copyright: 2002, 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: 6b442f4c8501b4760f33e339f15c697f080215f2c45ec026dbab6f3ef4094f3a
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gethrxtime.m4:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: ecc2e86621de0ac4b1e28cc986fcc13ea4d5635b19dba397863adfbfdb42d115
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/getline.m4:
+  copyright: 1998-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 146a74a0f43f028d465f21e0b3ea4c27bcb9ad528bc25de7bf5f9b8824640fb6
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getloadavg.m4:
+  copyright: 1992-1996, 1999-2000, 2002-2003, 2006, 2008-2011 Free Software Foundation,
+    Inc.
+  hash: af2d74a4578b1c37c67df129d7a08fe1682a2fa8785c3d7bd7890206085daae2
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/getlogin.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e940546ce2b230ec65396ea4667a71df3e7ea5841773a2e022d4be52e56062e2
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getlogin_r.m4:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 04c16833f65a5009309019c598e480ea63d0294e0393519d1b5709f3d2548eb4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getndelim2.m4:
+  copyright: 2003, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 135f8e20c86d6c3c5d91f7f0b1737fe7d85ea063d857f4a66ebab4df757e7791
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getnline.m4:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 3c874db174b46d724a4809542b5cf4d6e04285d2dd86a46e0d866923f43ff67f
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/getopt.m4:
+  copyright: 2002-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: d4aff647cd1c18e7562a4b8813973c2fd4a909df4df243e36dbf7605e76d86b2
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getpagesize.m4:
+  copyright: 2002, 2004-2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b8acd372925e63f434a579d98ed8e17d4dac8574b79dc1e218f1fc3e8b689de4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getpass.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f3f26b7df3034d968aea6d99927b99dfab8d328d6d5370b0b1b8c30f68a889cd
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getsubopt.m4:
+  copyright: 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 04bf8ff04f71ff896600d15afeba634e3be90d397078137b21eb59e33e8a5bd7
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/gettext.m4:
+  copyright: 1995-2011 Free Software Foundation, Inc.
+  hash: f380b9ead6299089d7eee6af19d94bd7eced63d49da59df633a7ebfb95656b60
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gettime.m4:
+  copyright: 2002, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 23c4bba18a877330b645357a64fd6c559381d223912d5a9608e9ba5285b9e176
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/gettimeofday.m4:
+  copyright: 2001-2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4aa2a53a129e50cdc120b737953154be114bbeba438bf3f14fbf6d0c70df0f68
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/getugroups.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 3d7337fa4b4926805f06e5f8b3dd6d4465430fde5aab946026022e7fe4516067
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/getusershell.m4:
+  copyright: 2002-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 650ae6ea72f874963437abd57c16336433c4279afdf0b448f37f2a50474fd6d0
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/gl_list.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 74caa5bd14e78aecb32dba94531d7620097850e6250d9d198b5e796e165a71e9
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/glibc2.m4:
+  copyright: 2000-2002, 2004, 2008-2011 Free Software Foundation, Inc.
+  hash: 0acecb26ee246aacb17514598985fe4a0d7bd86976b98c75510f6f9898c68d7b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/glibc21.m4:
+  copyright: 2000-2002, 2004, 2008-2011 Free Software Foundation, Inc.
+  hash: a03cd46c956ea360d32f5f12dc1415205ec7f33102d67eb96d5c42c6dcc33336
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/glob.m4:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e9d1fee9bdbc373b97f2d1b67b255a57a112e6ea281680617d2b8a2df38d1f78
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/gnu-make.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ef06f1de59057fe3b296b92e00bca9f0677fa83ecaf71a99f50552e28b507126
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/gnulib-common.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 87c1837477f4fefc23b7580fb73b84e15da34833c8b995a796d4bec1d71962aa
+  license: ''
+  license_text: '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.
+
+'
+./m4/gnulib-tool.m4:
+  copyright: 2004-2005, 2009-2011 Free Software Foundation, Inc.
+  hash: f262fb8a934a62374369a8036eec948e4f11ada29d4ed9adfc5be7c04c5e6fd9
+  license: ''
+  license_text: '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.
+
+'
+./m4/grantpt.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 2a3b594fe9a075672a20edbe6be994921ceae6ea8096d5dbec8598d7c2f0634b
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/group-member.m4:
+  copyright: 1999-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 33bd8f35efba4883e711efb0568a5113b0fc6222e80aaacc33ddace09ddf7b4b
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/hard-locale.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 78a550f0d9e3a401afc89d18811831ba0a143128474253e8c6c1d34460fb2a88
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/hash.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: a6ea365fe64586772a31c9fe5ed58a50302730e6784b22e31a043a81fe905459
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/hmac-md5.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 92abcca9a7ba32cf7d5a308f0b42910d69576a9b8152feeb431ae368dc72631f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/hmac-sha1.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b301a931b0f3e76c1193419a365e87cd019dafe4787a2819419a1c544df1899f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/host-cpu-c-abi.m4:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: 092ec4ee9d87b6e213eec9d4beaa7285765784cd39a7196444f7c27c7f377100
+  license: ''
+  license_override: other
+  license_text: ''
+  license_text_override: '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.
+
+'
+./m4/host-os.m4:
+  copyright: 2001, 2003-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 99503fa99f6d22482a62028bcceace8a7e6e2b8ee67e4e720da72b38f11dad19
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/hostent.m4:
+  copyright: 2008, 2010-2011Free Software Foundation, Inc.
+  hash: 43cfb9cc39fc1e1599e5f3c6ea6a0dc4e28887813248d90ed523e67a6d0def1c
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/human.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 105aa48e51093e70adb3ac60c92738426c82fc362426c24f02a2727c517a952b
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/i-ring.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: a9d03324e772f0aba8f343cf5d7a6c3f14b586e0432ea160ee9e041d7a16df4d
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/iconv.m4:
+  copyright: 2000-2002, 2007-2011 Free Software Foundation, Inc.
+  hash: d00262111da94b638b25c304635901ef1f01524500e3144ead064c3c96227f83
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/iconv_h.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3c3c67b0c80f0b869239f98c6eb7f8af1fd47ac98d67b4c744cea6e7a04edc35
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/iconv_open.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 0a4934af4b2530800f980b191f3210b754e103057d30275ba376d1a841f4377e
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/idcache.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 602f7919741181ba1772df2bf84658baf243260672badbf4f2afd241fdd0f66f
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/idpriv.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e5e4568d24a7c76e5fef9c660718b8b4d198738bf7bc59fffb7cb447ae4b4a34
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/imaxabs.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5bee357070798463042e61d97c188a684bc721268069a3fb6872dc9aae05d97a
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/imaxdiv.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7e6069b2b141f1b61138084555825052bf05965bd1694380deea62258cd1c11e
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/include_next.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 60ce55e8628a4b84b2db0ecd1a5663e7b0374b26dd43cfce815dc8668a75996f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/inet_ntop.m4:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: b265f95a5b533e950507d4f069e68d6204b1621a3fbc99e854ea10d13d6fc191
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/inet_pton.m4:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: b7180bdac78c1fbdd4400f8d19f184b17b7b1dd606f27dd460bd43f25800eafc
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/inline.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: a4c9829c874c57b48e37e239493f913a0cb3d9e164c4cb53dddf9ede5d996994
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/intdiv0.m4:
+  copyright: 2002, 2007-2008, 2010-2011 Free Software Foundation, Inc.
+  hash: ebc07864e03a24f4f94df0b3a69352914da38874bf80543e16b284f0064e3779
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/intl.m4:
+  copyright: 1995-2011 Free Software Foundation, Inc.
+  hash: a2956dc87f4ae2dc68e09d5ca743cc39f0804f3e375dbff486dbfbd739f9fb33
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/intldir.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 711f6d8e0ec1300b140e6c29c695bc140c859533d726e9ea0953030a9bd47064
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/intlmacosx.m4:
+  copyright: 2004-2011 Free Software Foundation, Inc.
+  hash: 063ac9be4b463c262c9e0f80becf67a58d14cfc58c176dbdc643f07307ab14ef
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/intmax.m4:
+  copyright: 2002-2005, 2008-2011 Free Software Foundation, Inc.
+  hash: dea99235d7dfbc981f3c0fb8bc4405c04cd9f76dd42667def44f2b78d4c30810
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/intmax_t.m4:
+  copyright: 1997-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: c0f83b86eb5e36e14ee7dcf77edb1c38b8fa33bcc71223e5342d3be409de8af4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/inttostr.m4:
+  copyright: 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 2ed41600b01254058e184ae4935b8d6add904b4ec17bb301b4e11a79c67882b0
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/inttypes-pri.m4:
+  copyright: 1997-2002, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: fda24902a810b32d00d999bfe55beb6fb8b1f6c33c67b0e42f009a93034e8888
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/inttypes.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 4c4fb8843efc96db60963c48aacd71d33c702a97acb890956aa987799cf191d5
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/inttypes_h.m4:
+  copyright: 1997-2004, 2006, 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: 1b98118a6b20d292beb2746d3f5d19b56d578f26acfb2d319af35b7b99924972
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/ioctl.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a670db2d12f461b643f6cde1587014710182ac79ea7228f01dfff01f238be80a
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/isapipe.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c98923b335e55c51d1a0ec9b0cd086d0d40ccf20128a39da7aeb4561a0dfef81
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/isblank.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: fb44c50870e360aac61b2cd9b6dfdde2846a822944f6f932fdc9faf48f8ca829
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/isfinite.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5c5390ee6dbddf42c1307f89c84655a72c199b9f6ff007c59059e165534b7277
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/isinf.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 9ca44acb070287f70331f68fc8c4efec5f76720b674dd60ea336a105b5db3c09
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/isnan.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: f4fac9d928a2d6624a4528779ffdca1bf348989e93a4965390b39f348c9f6abc
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/isnand.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 7970e51f758d6b431ef4b4d28a94e189db9fad9e973e3f15d06d74ada65c46da
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/isnanf.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5fc0f76f8429caa028745f741eb71f6c6bfa2c8e7a091fc68c101dc212faa92d
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/isnanl.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 791732c547ba922a9f9aa430c85181e2c8f7e6b3c8b99103189d58916dd49c84
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/iswblank.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 96d0d3f0283d4f3a8695a1ec3c7c4fffee4971a0ec83b82217e0ad1a8173798e
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/iswctype.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 4804c29d1e09ccc4663ef60b62fd3f960cb6bf45eb04dda10e4d212c47326c53
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/javacomp.m4:
+  copyright: 2001-2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 9751487bdf5b9ee1a420a934401bc5adf4731636d8eeeb1d59eef447d4ca287c
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/javaexec.m4:
+  copyright: 2001-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5a08464ed00f8c43bd770eb691c15dd6e804bd409fa1d7483468d89467462054
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/jm-winsz1.m4:
+  copyright: 1996, 1999, 2001-2002, 2004, 2006, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: 4c93a3d2824cb10b00ffdee2e5c0fe45fe5ff3c3d43506f0e64cf216619ce588
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/jm-winsz2.m4:
+  copyright: 1996, 1999, 2001, 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 5a8778141ef03d1bda64abd955e74c9ae2fc7d82929600eec313bf1e1f40c6d3
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/langinfo_h.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e226b1584e355d87bf5ca71de5731a863ae489afb08f051e113f78e516bb8d4f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/lchmod.m4:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 30d35c983aa425b57661d5c6bd174c6d82c0d9cb7d2989c23f6f6a15d5aa61c9
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/lchown.m4:
+  copyright: 1998, 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 37421c9060ff5e5d1a3ea2682b242298d9df87102c3650b3be66909eb8408e9c
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/lcmessage.m4:
+  copyright: 1995-2002, 2004-2005, 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: f08e4a14d2439519b503272ed3ce345718d3516b06b624135aa8f147dd60b902
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/ld-output-def.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: f1b92533b024c2f5174e93c0adf2278b61e045a9a04decad8ee34b46a0f07d24
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/ld-version-script.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: ae27699fea7ed361fdbdb45b1339e8439070fd1949dd1b9dcf7e720eeedebee9
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/ldd.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e387cfd8786f5d9b5eaea8851a1fbf7c23df4a7a986a5efb7c9c47e3e8c007ca
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ldexp.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b2b4f440e9d6809be3c130d036fdc4ee8bea31da912a0fe897af09f00573b2c4
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ldexpl.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: efa23a248978925deeed673255bc22e6b2b3a624b7175a4e88dc59095e021e00
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/lib-ignore.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f61d26ef2c1d07cf03d35c7fab7e4f336f5a7b81dceb5857d54c22859c3f1675
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/lib-ld.m4:
+  copyright: 1996-2003, 2009-2011 Free Software Foundation, Inc.
+  hash: af2920dea712847c6cd2c2eaa3dd2f58cfdcd2f495b7806dd6f6f2e607107ac0
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/lib-link.m4:
+  copyright: 2001-2011 Free Software Foundation, Inc.
+  hash: 5cef4052e1af83d881183c837a2c05de8ff5c6b3f14aedce88b4411ee075b871
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/lib-prefix.m4:
+  copyright: 2001-2005, 2008-2011 Free Software Foundation, Inc.
+  hash: 8bdf1b77ebb72f3541400c0d3861c297e7496d4a5f1a6e7ea23407c75e8b8e9f
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/libsigsegv.m4:
+  copyright: 2002-2003, 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: 1a340e0ed78917c779b1997ff4b00fe88d604e4b755597d9a13ad00ad323b3f7
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/libunistring-base.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 76e3d1cec681c72de587400ef0482957fffc5b3839698ed6d15a7785ccd69bc3
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/libunistring-optional.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 0268d5f307e120f1fb2ae414c1730c43cb571e48e327cd9a6f3c7e5d68f67b71
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/libunistring.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 714f80dc1f54e0223ae9a0bec0d34187b1a53862a9fa7c86585b4c1448690693
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/link-follow.m4:
+  copyright: 1999-2001, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: a309c57cca4f7b674719e142ab87fc7cd8135afb02c93f36dbedb9d67967b0f1
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/link.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: cb868ab04820287a11c27c5a706d371c77a160ed13eeaa5401cdda6d57340ddd
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/linkat.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3ffccbd5e18b967d0af8ec066e47a780c40887570a86c44316e231d98a18f95d
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/localcharset.m4:
+  copyright: 2002, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8640b517d47c531935bb976231501a3c7394402008ca4ffdda7c72e9ab6d8cd2
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/locale-ar.m4:
+  copyright: 2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 2f0e78d6b829a5f443f72f0da144b7366862ba0866698bc91419445329998339
+  license: ''
+  license_text: '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.
+
+'
+./m4/locale-fr.m4:
+  copyright: 2003, 2005-2011 Free Software Foundation, Inc.
+  hash: aff656bd753fb17f9d488514e0e51667c58dd62cfcf969bf59fa2bf9735ff097
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/locale-ja.m4:
+  copyright: 2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 82c794d2fba59236630e90d5ce8ab82eeafa0049b294b70df797b3bc18b9ef73
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/locale-tr.m4:
+  copyright: 2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 19ae5d0f4e17b397ab2dcc34bb6b86f29471af5e4f0933373dd1e40c2d6ee9e9
+  license: ''
+  license_text: '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.
+
+'
+./m4/locale-zh.m4:
+  copyright: 2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 54f788615f96d4ae78b9e29d2a5fa1d47f225b62265539f85dd91ca0f732fa8a
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/locale_h.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: bcf7e032ef27687e1c6767788f47240d74b0dade253f82e35df3b716c358d4a2
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/localename.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2499427d895839948a71a6834262958019098b0da726a0925f9258657b9b43f4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/lock.m4:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 551105270fe7b41d4123a07599650c61874f8cf00390c0bc49520efe115357f4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/logb.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: aa2e08b19707f71328a5c2aa83b7f6c5cace0494f16c7bd4cffcfac52d68049a
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/logl.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 9deec5bc2ecad2de0f4293a465e52113b032b97374bbb19121bcbdedc7133fcb
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/long-options.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 064436cabe6af1b7bb308e6b2a4ac30f44e416288015b04f78e1c708b9e30434
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/longlong.m4:
+  copyright: 1999-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 39ed9394664f36a5f689f1c3de99659cd10bcac1e598a97959bd822f455a1550
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ls-mntd-fs.m4:
+  copyright: 1998-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 6ae4a68f5f5455173f9315bbdebe8ae784f23ca55e83c09140b60dc434e9548b
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/lseek.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1612c97932372fd93c41351ca6243c18fdf9d4726477838a447dca0430c1d219
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/lstat.m4:
+  copyright: 1997-2001, 2003-2011 Free Software Foundation, Inc.
+  hash: f636cfc7376b6a9f59952a631bf55be9d8795b1bdf55cc3c4b614de0594fd800
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/malloc.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 21ec6b96fa7443ad765bd612ff7bc21b6fef34b6feef9feb692e2b9618d564fe
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/malloca.m4:
+  copyright: 2003-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 3d0954d73e2c9ba5fd6bab24a4ef4cabe750d406096de2e5a9df7d8f792353c5
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/manywarnings.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 18d74b58ae22061491146ffb5b069b2c936e9ead7f2c2c026d246dea81e7d831
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/math_h.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: eb0e3be19bb6a5d3a96a15b04fb3bd0b28accc7afcb1189ee75b9bd3d4bb3a81
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/mathfunc.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b9292596682669fe2ef234e556ce1224172d9270a6a06d380f7d9fda37cfad5f
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mbchar.m4:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: fde3ec72d73016b7bff9dfdf7458a2bc57bb1fb34d102131aeacdd0e0b9f2e2c
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mbfile.m4:
+  copyright: 2005, 2008-2011 Free Software Foundation, Inc.
+  hash: 2907ae7fc20c6e38939f4633a392eb8d3081819135941990a5169af4fa66a866
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mbiter.m4:
+  copyright: 2005, 2008-2011 Free Software Foundation, Inc.
+  hash: 0c5f4868a0b2c871b2d8285751ee31ce094c62395be3d2b1f8c0533ffb5bd1ba
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mbrlen.m4:
+  copyright: 2008, 2010-2011 Free Software Foundation, Inc.
+  hash: ba662e4349ac9f354c9efc1b87461d2aec1b608baf1e23fb8152d74ca51a874f
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mbrtowc.m4:
+  copyright: 2001-2002, 2004-2005, 2008-2011 Free Software Foundation, Inc.
+  hash: e7ddb8e9bfc031ae16256624e7dadf41991b316ed6816393c42777596cf92190
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mbsinit.m4:
+  copyright: 2008, 2010-2011 Free Software Foundation, Inc.
+  hash: 6c09ff5a871b58316f90e7ebddb179788182dc836c51e402703b83a8adf17c5c
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/mbslen.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 7f6b05a33566803e22f156f6b30c8ffa674dbae0b3b21b4675ecbb61ca04301a
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mbsnrtowcs.m4:
+  copyright: 2008, 2010-2011 Free Software Foundation, Inc.
+  hash: 74ed664d5bf53d93cc237caf37e02e44acbb6e0600f511fb7a3127ff9ba3512c
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mbsrtowcs.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0673981924ce18fce7014fe7d1d9d8e32ece74ea93c61ecbd521a0d7108ebb32
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/mbstate_t.m4:
+  copyright: 2000-2002, 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: 7e81351d3cd731eb82ca4161e1aba2e2466e43562d8ad0d49901f4b3b7a0dbf5
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mbswidth.m4:
+  copyright: 2000-2002, 2004, 2006-2011 Free Software Foundation, Inc.
+  hash: c8cb2b1bf7700af9b1426ecd0e59746d4fc847ca8237be45ed42302e8cf61142
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mbtowc.m4:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 8771a15440dae9665bf8a53f07ac8cab1432d0440f49afe33d8377edcbe27ee6
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/md2.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b90a4e7e7ae4366c708d2d376530428eb090aff582873fae1b1ebf3661a1f6df
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/md4.m4:
+  copyright: 2002-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 7603b8801e12a5a1d10fb99689828d4741c103f48d6c7c222d5676b81ad895b6
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/md5.m4:
+  copyright: 2002-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: c28981742ed025830a35536458e3ed78fc98d821bccf41d2c131692e1c523a86
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/memcasecmp.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b7f209adb5cb440411e887d90d338107bda42e66f71d7f313e68259c44abb3d8
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/memchr.m4:
+  copyright: 2002-2004, 2009-2011 Free Software Foundation, Inc.
+  hash: eca077c11fad79a18737a44684c978699d4b79a9693a3ab7f9f5aded2b8d220b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/memcmp.m4:
+  copyright: 2002-2004, 2007-2011 Free Software Foundation, Inc.
+  hash: 78b656661c3bbc5a7caaad4fcd243e4cbcbaab0dc49e2a9357e1a7dbb6f11589
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/memcoll.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: afabdfe57a27f98b2937f2452a8af76ced2273b00e11aa42f3586b93b5072f7d
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/memcpy.m4:
+  copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+  hash: ccdecce4a8f42f4caa42abae5ad3f6eb4b96094e865e978bc09dcc20562c6b49
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/memmem.m4:
+  copyright: 2002-2004, 2007-2011 Free Software Foundation, Inc.
+  hash: d1129df5e414855aa442b42ccab8145445abc976ec4024770067f3e5bb786a25
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/memmove.m4:
+  copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+  hash: edc8e4c6dfaaabb7d4d9e1ebc53530197375e9b7a5feda332a8cba337e9e6e05
+  license: ''
+  license_override: PD
+  license_text: '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.
+
+'
+./m4/mempcpy.m4:
+  copyright: 2003-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 57b70f93722dfbe0570035a18d6c136aee43df496d310b79a80aa37042a4e23b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/memrchr.m4:
+  copyright: 2002-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e01eeeddd7d2bc13908f4bf451e4631d5f23aad74298a717678b4fa9d189193c
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/memset.m4:
+  copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+  hash: bcbfa3579ef6da35b4ea92285bcd0f1d58a50c0e672b24091659ca39114e93d4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/memxor.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: a0958a599e3e313398649b41e826c06ff802884895f604f8be533eb2e13378dc
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/mgetgroups.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: b432f772d51da2fec41d4c62ccc5e849b2157091c7334a655fbd8ac836936b28
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/minmax.m4:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: c6f68a4f210ab65b6befc0ba6351f75eea0bcd15893416ba6324e3276ecf3c9a
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/minus-zero.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 2199e3971728c794f54df4b0ac4d21ee19b500474427dbcd0d8b4dcced8854c6
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mkancesdirs.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 26cc9f41c2585939656999682e40e6594f15b32a6f6f1d52f3253cf5e5662b85
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mkdir-p.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f38a393cfd543ac1ce10fd78bd3fc1720167a7ae6c4f99e2abec221aefe9632d
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mkdir.m4:
+  copyright: 2001, 2003-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 99fe0f37f146553f4f464c93145cb68c21d56c59a2c08dd116d6d7bedbcd905d
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/mkdtemp.m4:
+  copyright: 2001-2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e4d1963f1a0effcca83f657425c57916f0d2964d82b3d937bdc82c30b0875d68
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/mkfifo.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ee062b2322b1bbc5547ea4b124cbe1c28b1fd93aef35577268a710f0d731ba2f
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mkfifoat.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0dd44804257ea95c84afac594b125536edbf27ae757629f0a94c948dde5a9304
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mknod.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 825c72b564bea5d68199826729aba1c9bbb80a1104cb958fdf4111e095303a21
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mkostemp.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 45a734f4eeedbd76c58d2f2764452738b9a97475813981b0fa09bfc03e1e9cdf
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/mkostemps.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 32f990a770b40af12fd4293c7c73657f7d27f12d2e9029f7308148fa994648c2
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/mkstemp.m4:
+  copyright: 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 98ec6521e8d77fa83cd68e69905eb02985c8c61a9e0623c028b0badfec811edf
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/mkstemps.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8b18ce4a3978f8116322354d9256c61cfb943c5463be200b0071b950fba407b4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/mktime.m4:
+  copyright: 2002-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2962e0c22939809d125e2cb1244781e3a7cb87c479ee8de2a3a1be63d4ee71c0
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/mmap-anon.m4:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 086ac1cf8d99fa8954d120e10bdc981b57c2ff02d19d8ef34e8ab30ac09f1538
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mode_t.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7f457ea3a47949f06a6f2a05ad92a6f4b3f28841c20f9f57d3ed4f181123c5ee
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/modechange.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 35503825fec75a7afe61237d9605ba107d5fae59a7b352dc1d72f272da1f2bda
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mountlist.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 84abc7372010ce969e0dad8d8d62e019631bc42d6460caa431e89dda083955e8
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/mpsort.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 8c32510487ed023545168be4e9f1002c7b416e07e59298f6efd2ee152d2dda9b
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/multiarch.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 2a61fc41f4c538bf8e8fad96611e31bfe0e0ad161fd4b9548676b8113a3190d1
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/nanosleep.m4:
+  copyright: 1999-2001, 2003-2011 Free Software Foundation, Inc.
+  hash: bd56dc726466f681cb064fcbc4fbd96af388426451eec259e9e8b340a6413fac
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/netdb_h.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a61e0400c7a3777d0e26a15c2594a71fe02e192e39f30d4d5f93a51f169d8aae
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/netinet_in_h.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: fb5f6fdb204337d434c476079affe253d3c5f41a1d763e1057b64c9b622dbaeb
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/nl_langinfo.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a40ed4df628fadfb6a4bf6260696164584afbe3eb8c8805a80977f03377cc78c
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/nls.m4:
+  copyright: 1995-2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: ac869dd7e6b997b9553af509c10fb92ae5c7e4a2a84c51b695ce2891a733a8df
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/no-c++.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 97ed060fd305000bdb5eaaabd783df244744439c67748ed4b3e4caa34e5954d7
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/nocrash.m4:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 667812305082315f308a1bcc9edf38d9ec0921a0223b1651b4fd4a58fcf2046e
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/nproc.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 50df55c6ff0cc23f7adfd412f4cfb716bcdd0f48cc1aa62d1f76655c8ff99dcd
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/obstack-printf-posix.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: fc7e37958a7d9ce7a6a0cec63bbcc288db46470bbd243b4e92d17d117ce4da2d
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/obstack-printf.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 1514671a0fe36bde9be3cc61bda2553ac1e00eb8f824da93def81a574a3a5ee3
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/onceonly.m4:
+  copyright: 2002-2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: e5a8108d3d015fc1140da1a66e2db0a41e2c508dd6e518e59c7ee58f66ef85f3
+  license: ''
+  license_text: 'This file is free software, distributed under the terms of the GNU
+
+    General Public License.  As a special exception to the GNU General
+
+    Public License, this file may be distributed as part of a program
+
+    that contains a configuration script generated by Autoconf, under
+
+    the same distribution terms as the rest of that program.
+
+'
+./m4/open.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 64a08fe25ebfe1207b763f6f6ca3e8e0e044bcffdb4dad260b283811f8923e26
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/openat.m4:
+  copyright: 2004-2011 Free Software Foundation, Inc.
+  hash: b61bf63edbbde106719fe6ade6cdd922b596f396e5eb757b9356f80c9f1f9b87
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/openmp.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 27a3fc29eb5370ff3332888a6bcf0617f19eb5a7b215050e5902e48d83ddd621
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/pagealign_alloc.m4:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 61841f0a60a9e07a32df85340a67139c43b318b0dc7b825ab479321b6dca6fbf
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/parse-datetime.m4:
+  copyright: 2002-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 8b30739f8b74d7361dabf9fff5693add8a3dc20b6010f9432553cccf5ceb5385
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/pathmax.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 92ba19ea23e7aef7a521aeff4cec8dbb9a2a0b3dabb2d2603467a518e7e62511
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/perl.m4:
+  copyright: 1998-2001, 2003-2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2ff11b9576920790b0a638ecab20f67bdc2be8d20ca1915d10faf9e7f71625b7
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/perror.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: c6950c9b40e007da601210d81c16e7a660d7b5cb15455eec987858383ceaaead
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/physmem.m4:
+  copyright: 2002-2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 5b38ee936905ef471506b328862eee145830e34edff58be4fcb9c76d938de766
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/pipe.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 40c4ef1e50d2890f64dd67da7766ff415c90115a9df7093bbf8815b6cfd0430d
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/pipe2.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 10780e5a0fbce1e97824749c19d6766be0b5f6591266a63a6ab21a05eb65e1b6
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/po.m4:
+  copyright: 1995-2011 Free Software Foundation, Inc.
+  hash: 9d3a3a40a01362cfe37ccc28b3c6ae822e27b85dd53f0659ea84d2bf7c940845
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/poll.m4:
+  copyright: 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2d6ca5ec3f1858c756844e8831e265a2d1afe137e1f93c6cabd8d4a17727874b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/poll_h.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 96ddc8b72aeb618cea8c196f97b6b94014bab5b879194ea0aa02bb25283f70e6
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/popen.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a63cc084d75963c520a1a10208a519f9990d85ddbddeb2a45e348502e7dfb034
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/posix-shell.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: befdfad1b2e995834a2dfdff0c65d6a1a938c201f5e6d59d7955c8aa5e4a4680
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/posix_spawn.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 5e3c0f6d3cac87758715821ac10746fed5a8e321b953cb59eabd05b9e9caf213
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/posixtm.m4:
+  copyright: 2002-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 92bc96a6005b41010d732fcb67f09ad346222107ef644f52d92f6b6ded04a46c
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/posixver.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 89efa463a17085f1f4eb3b87e8a7eba42c99fd046a339cc4d1c641cdb7ae9f0b
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/pread.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 346c0d4209fea81992a1b1749483ca96421a5cb154cdf6606bdb9a3afb3a3fb5
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/printf-frexp.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1398226fb19640dbcba71bc54c283a7a49e8b6163c23f0c251249715e0483040
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/printf-frexpl.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cb0c535bb83abe2a019c54d8cc30099c114afa457366907a0911faea590ebfe6
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/printf-posix-rpl.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 968bff8968864bc8719b6dd341036f64c3a98f931f4548a6103f95777ca31c54
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/printf-posix.m4:
+  copyright: 2003, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 99055da6b693590b2d1ecb131ec66397dba900135efc2740d164e8076b9513c4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/printf.m4:
+  copyright: 2003, 2007-2011 Free Software Foundation, Inc.
+  hash: 0536448f42b0fbd2b177aad5a1ac6967a037b7449e9f47efdeb5fc1f63b00186
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/priv-set.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 366ae341cd305f8778ba2e8cc729f535b9c143e86caec8fce40e0e56ed2a2363
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/progtest.m4:
+  copyright: 1996-2003, 2005, 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: 281ff8254ae2a89788724979e283ec27f5c753a1240d64e2ff1d1199e082e332
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/pthread.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 55f279b754f828365a54c1fb3721e09f7f891575f929c2aaa22d12c0ae304dc0
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/ptsname.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ca27f34a50be4aa627692468cf245564e2977f58f99512f0808f4f981ddceee5
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/pty.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 8f04909d763e132a9aa063504e6a97ff5490164fa0c093fd71fe9a66b46647b5
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/pty_h.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7c042f91d497d743f4eb5973f1b3719751b2099baec9ff832190f913f6827c12
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/putenv.m4:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: ec00cee06fcdc877f0efc3b171a891cbf396a27b658f4436ee9a9b4d65ee442e
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/pwrite.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: bb25470ad727a1b0c81bede37610a958880aac079a6bf793ee14e15ca392ce87
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/quote.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: c73251a9c92dc37758a7b28d0f2cc84640b581e373e6252897de15e4a470b908
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/quotearg.m4:
+  copyright: 2002, 2004-2011 Free Software Foundation, Inc.
+  hash: 636db8633a39660dc7a2d4c2f43d60592bdc378e90a9ae20533d3b0a86a686a2
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/random_r.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 7c0b17438b328ca581566a21cba52a280489ed6ff3ceb4a95ffdcd1e8e3f0998
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/rawmemchr.m4:
+  copyright: 2003, 2007-2011 Free Software Foundation, Inc.
+  hash: 419d037bbc2e94154175e3237612f6e8cb02adae926cfa0ca4070f2db17d97d8
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/read-file.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 96d4a5f19492cd2ea6dc44b13fc6c714bc2f971fe47331e7bc28a1fdd4130a9e
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/readline.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: af6bfe612a6f10cfb4b2c2ebded4662f55d6300b2dd6a6d042fcd2c3cb6feedb
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/readlink.m4:
+  copyright: 2003, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 155142cab632ab7a2f2f38462e3882a3831c903d22eb5ca39361a998bff0d0ed
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/readlinkat.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 504242690ea896cfae70aebb384bf54bd9d414d86024480259db98932489eded
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/readtokens.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 9fe12a2baeef872fb53d1f731394f89d2af55fe5d336635c9b913765651829fc
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/readutmp.m4:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: f81519da7cf1a647d451359a53bdf8030338590b015dd34826f2ed2a4c7fff50
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/realloc.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 05d4a8388f363450c7c68333a87715b1c774e94482004d7217e2748b1edd0345
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/regex.m4:
+  copyright: 1996-2001, 2003-2011 Free Software Foundation, Inc.
+  hash: 337861d47a11aa7dfb6137f8bbcda7990fa47e8fdb28aa80805901fbfc295251
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/relocatable-lib.m4:
+  copyright: 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 017946ab3174cca137b36775a80a9f75fe1839a157930e16e2e87592d8b2c4eb
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/relocatable.m4:
+  copyright: 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 148802d151e3177671aa1d752e7f2b3908c492465bf7634c06a4eefb434fbc56
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/remove.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d5b113a12c6b915dd57167510db0eaf08842571dc56a12d1336908369251b165
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/rename.m4:
+  copyright: 2001, 2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b74b67cf5a2e7bdb8a85c520d68f0d07fa2df974f8d873da548733965eb23fca
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/renameat.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 677539a4067ff69e9d2011bd2e1b095dfd41124f203d434a7196fdbd91149e61
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/rijndael.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 4163395bcc862aaf9f363ab1436390fd0171259a33876f7f36ab806c575c63d7
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/rmdir-errno.m4:
+  copyright: 2000-2001, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7bec5d0666b5de482a64026a721567d3f532641038a4f89ea98f704ba5cf4a62
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/rmdir.m4:
+  copyright: 2002, 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: fc4599100dc539de49a2f2040712c5213318a750522d4b7ef306a68f9248d419
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/round-ieee.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 3246bf63df4bc3b14a0e2c71a8d1b8d2b35341662ea7fe871483961e75a95394
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/round.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 4fca24354ff85951c9ea18fe28786c78aa99197cf8300dc0262aa0585baf84d1
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/roundf-ieee.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 633efdecd86c435d67467306ba87d9f93fc5e15ee52d121b8b4b877dcaf4d694
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/roundf.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 7f36851238b553432bb3bae8804c195ce07bd31744f941dbad864c30c51ef128
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/roundl-ieee.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: db42650cd1e3c4cf70ec2043e14b79118dedb164ea4ddaf9dd22027c000bd91a
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/roundl.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2637b5c6221e933853f1e4e9720563110f2431e51c10c4fd5f8354ce2230812b
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/rpmatch.m4:
+  copyright: 2002-2003, 2007-2011 Free Software Foundation, Inc.
+  hash: 7f0e8e64373fa3efdc4204629ee1371adf06cff91888e6dacaef9ff125ca251e
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/safe-alloc.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ccfcf7aeeae1ac8377153723e602ace3ac2cb202f0b638abd3660cf0f97fae6a
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/safe-read.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e02721df7cdfa7dede5971cadad4a9a9364928a8f36707ef72a58633b583a2e5
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/safe-write.m4:
+  copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: bbcbdf36ba7b12b281ebd5211ec46c57388c283fa7b9ab1c8b051fc30bd9cebc
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/same.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 33a3a4138f103f8b0fcf786b12ccf026430b47e9c6e8e7aa33c4e73dcd2711ab
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/save-cwd.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 7c0138da65a71b8bc115405b3250df22531f63d33b8ea718afc45eabcd1922a3
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/savedir.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 1523ff7ff0c21a6c1b2ab15a278cd75f5b19396a9c38a6e8a04cfe8718d4fc7c
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/savewd.m4:
+  copyright: 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 119075939a78f1b17f433284d4fb13039dfaa63e551029db9fcb7f1a2dcfde50
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/scandir.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 562ede1ab3dff6037d2786dfab1f0dc77e90a509d97adfc35a25af78728c0f62
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/sched_h.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 26ce728a27f10e4c23831c47bddec19d5dd040fd864202e8ff4d9932dad3cb78
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/search_h.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: eb3af0a62b0c01970d1fe0accb976662c9b6293b54e77119d083f700e5f0b38b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/select.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0a94d17ff985a215de7d678c73e39c84e9a873124bedceaed6c9c03494d6ae7b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/selinux-context-h.m4:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ad366b85707fded5d817f8e7044eb62a0f131a8e14f5114f3ab622fffae6f016
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/selinux-selinux-h.m4:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0431811d0b9651b82fe8801e0e333b4bfb3454aad41e1c72cee72bafd44bef4c
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/servent.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 280b24309736609094cdd1f84e3bfdf596e0570259194a47e021b8278ba6d45f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/setenv.m4:
+  copyright: 2001-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 364b70f31a2ce12860beb2751764cd32632a96447d3c75b86cab947c8ede89de
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/setlocale.m4:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 29bff406c40d9e642a089a5bcc22c78bf65854472860c2f009a1dc37a495c16d
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/settime.m4:
+  copyright: 2002, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 5da9fff3a30b16a08ab44c84698dd9cf84d4f5f13d9d47bcd4cfd5147eee9887
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/sha1.m4:
+  copyright: 2002-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 2a4eaf6ac26e2d16456403e92371ac9a36caf3d7f9bd8a400f7e60c553e0ec88
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sha256.m4:
+  copyright: 2005, 2008-2011 Free Software Foundation, Inc.
+  hash: 2f518e760598d681a23b965efb6a3eb67c8f0e0c614bebd90ee9292cd945d36a
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sha512.m4:
+  copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: b646916cb1b14f1e0b721b1749bc1d997b8157e5953623d1a189a848eb2bf95b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sig2str.m4:
+  copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 2f0ab5d25785b9674b83aa174f0583c938c2a3d2ea16aff28c946521bb6379ab
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/sig_atomic_t.m4:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: bb49486375c90f8867a1dd67c14838208b86077354cdf76ff114b2403c9d7b50
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/sigaction.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: b41b217d76830ebe46540e9e83f7da6118ae3c67bfc6585e2161a25d6ac8c9e0
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/signal_h.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 4f75d4a103f84f2b8e47e0c12574bd0f88920ff91a579315b54aeefdcc679938
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/signalblocking.m4:
+  copyright: 2001-2002, 2006-2011 Free Software Foundation, Inc.
+  hash: 760b5cc214ca35304fd0e77e3f4ae7281861a3993e7c6dfab6a414aadc71070e
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/signbit.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 1875c674b34fc9dd724f698e7d784a86ec215be6aabaa47a387703bdac2e3bba
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/sigpipe.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: f33e7a954ed17e10cb6e029acce813d9ccc19a581620e018fea3ba98be20a7b7
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sinl.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 885a58dd6658f328a10dbb69fe44020bff3c20a1fb875dc9e15e9a7cf41f4c0c
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/size_max.m4:
+  copyright: 2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+  hash: ac54c8c1244bab25d42410cd2ff20e3436c6ee6e3bdcbee77335cc445b9ea6fd
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sleep.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 775949e7ea0685b0c10d29ebb98a82ef49910da1c2dd4393d906f0f137fe4c84
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/snprintf-posix.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 9d41b0cf35e15eeccd0a035470d136c83224bee65efa5e3a29dfa3769fd4079b
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/snprintf.m4:
+  copyright: 2002-2004, 2007-2011 Free Software Foundation, Inc.
+  hash: d00a40c6f8eb212f5493141c550c4ff460a74121858ea32bbe95b3ada61a3f27
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/socketlib.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: caabf709532fdeb50152a962c7de7b502a7445be78b096177251cdde9252696e
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sockets.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: b954f7a3189d7d06532f1c73ea641992506039454de5e3236d0e13fd383783a7
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/socklen.m4:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: cc43b90959434172d5fffb83ef3f02141ffcaf8bea19eac476867c0af3c366e9
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/sockpfaf.m4:
+  copyright: 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 4c2ef2860c365f541f04c52eaecc37eaea2dfdd9f30a24312229084908bc1696
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/spawn-pipe.m4:
+  copyright: 2004, 2008-2011 Free Software Foundation, Inc.
+  hash: fd937c5c8b32b9137a4d6604d0c9bf429061b7cae4513b89b07a241ab12445e2
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/spawn_h.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 5a30288e0e5541d9356f4cd2de87110ca752fe482e4960ecd7a3e3361782d3f5
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sprintf-posix.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 87f594ac4bf8791c82ddcdff89bce60724bdc41fb9c7189f33a06b81bf3bf45b
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/sqrt.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 4e252583d329e010bc4173df82274f07df802a3fb722f3c0e00297e823c08928
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/sqrtl.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d363499bea3f83d973fb29f1819eb5775ecf6d71790f01230367abd4130d7b60
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ssize_t.m4:
+  copyright: 2001-2003, 2006, 2010-2011 Free Software Foundation, Inc.
+  hash: 1ee6399aa06370f98624b5cfa61aa99f6832cd6e48e6fb23027d48220356f0de
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/st_dm_mode.m4:
+  copyright: 1998-1999, 2001, 2009-2011 Free Software Foundation, Inc.
+  hash: bd15f72464b5faf35c5d96749fe949a65b480195c5086aa7a391fac8c3884318
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/stat-macros.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0bca94979bd49d2f844fc3c2b8beb377579da8a97bcf5cc5d163431c7c038328
+  license: ''
+  license_text: '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.
+
+'
+./m4/stat-time.m4:
+  copyright: 1998-1999, 2001, 2003, 2005-2007, 2009-2011 Free Software Foundation,
+    Inc.
+  hash: f5f94023ff9d054f2953f85bf052e1143ba85468c6f0648cf1c27b72c57d8427
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/stat.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e72bd6da46a65d5adba77eb6923793acc2aba6074ac32a5b5fce7e75355f9f47
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/stdarg.m4:
+  copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 8f748096cba8ce0333aba69d60cd2e1ae0d54d4c53fcd2805d57e6824b02223f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/stdbool.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f8aa792c1748165dd65cb763a3a951c0aefdd75b39b82f2871774d93366344f8
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/stddef_h.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 631023a02c4da6514a5cd6dff357899f688a57d2290749fa13c7174d5b014658
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/stdint.m4:
+  copyright: 2001-2011 Free Software Foundation, Inc.
+  hash: 53b25b3f09bdd579ea2d4235192aafc73adc2c6420f892890cc9f6aab10f0c59
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/stdint_h.m4:
+  copyright: 1997-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 898f5ee2603a320e1d671eefd1faeba81b50ece01b31611b4a8a6e20a3ffa589
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/stdio-safer.m4:
+  copyright: 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: bc34fda0837a098f4155b1f163cf9893150c2523a634d2a05fac245f2461f737
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/stdio_h.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 7a1ea82e9f6d6e83a1362cb4b5cac207272ab418fb0b5624a0f46963c6ee6ded
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/stdlib-safer.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 02a0b390513c8e0e6a067f71cd5a956fa4eac94c2a5f7adf2c8de0784c63413f
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/stdlib_h.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 78d53ede239bc1900d492ec8cf3b29aaf678d52ca9bc85660def8b105108e154
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/stpcpy.m4:
+  copyright: 2002, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 34da13859e378f54c7a994f25768065c32a355c32e133598dfa23226a0290d24
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/stpncpy.m4:
+  copyright: 2002-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e78a82806e84d391aa066cd3f295c099b44f6c6a8d4358393133d33982f7d3ee
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strcase.m4:
+  copyright: 2002, 2005-2011 Free Software Foundation, Inc.
+  hash: 54b9006d83d7262b12a74f2bd49e9d9e5048a8bd4a81aa887bee0264a55f9de8
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strcasestr.m4:
+  copyright: 2005, 2007-2011 Free Software Foundation, Inc.
+  hash: 772139e07d037a2765468db176aea3d11293f6f743e5a2c39f16d0995b105c71
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strchrnul.m4:
+  copyright: 2003, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: da69c6bcf24be605b0eb53a14fcde3263ce2a5f03dfe08fdd06b1fdf41d1a220
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strcspn.m4:
+  copyright: 2002-2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 466bc2997504f214eb7a0370cfad4aa03988f1be3e7f1bf78e0470e668798ea6
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/strdup.m4:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: 993c4920630a47cf7c9c11b06d4994bd660c346de508452ddcabdc15fb10ec30
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strerror.m4:
+  copyright: 2002, 2007-2011 Free Software Foundation, Inc.
+  hash: e176789a5f34122e0b3f14b277ed707785aa3ec47f1c1b69ab58b9afcc162f34
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/strerror_r.m4:
+  copyright: 2002, 2007-2011 Free Software Foundation, Inc.
+  hash: d631991ad3b12a6daf99393ed399ccff11e4deb7583417888fc541bed0de526b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strftime.m4:
+  copyright: 1996-1997, 1999-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: d33ed8e47becf6485adc65d12e0f9ca94d9cb628c9619b383673ce13ebd64602
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/string_h.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 89d70646ceeb9efcb92b6770c518075f7fd96a277ef866780d2caf9d744b4eeb
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strings_h.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 92efdf696fbbdd52fe4331775463a49ee71ca21ff7e6b27b56863286c25f8649
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strncat.m4:
+  copyright: 2002-2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 6c66dd025a4a6a03d5288cc93a4f1a09738396e9825ad86675d31c2ba9a9dd0f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strndup.m4:
+  copyright: 2002-2003, 2005-2011 Free Software Foundation, Inc.
+  hash: 3ddb10c09d82e6a246fef4f7aa7af2179da3a571179ef71344eabc8d9f9b6c96
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strnlen.m4:
+  copyright: 2002-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 904f4fcc78f89cbd6cdeecf50ef9daa64391f7845bbd7744447cb269a8b31907
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strpbrk.m4:
+  copyright: 2002-2003, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e785394c224d58bd2e4b4320e5be7da9040ebf78a3a3d457d9926bd4cdd96642
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strptime.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 01d1ae1eb3a25bd127c4a3960cb526de7e703733e80bc211debd0d9e12709461
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strsep.m4:
+  copyright: 2002-2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a5d294c9f4f73e072e7509fec8eb67eb176527b3eb8d5a6404f356037f236dab
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strsignal.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: df88563ab087e5461ad8a20f4ef72a62ffaedd8b4f5a61f0a43ca53cd6bd5332
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strstr.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 55f0b863054fd45c15f6ccdfe3b524af9a74d008ea77134d73929ca2698f95bd
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strtod.m4:
+  copyright: 2002-2003, 2006-2011 Free Software Foundation, Inc.
+  hash: c4263d33fbd4ded347f7213098c646b5a22ce0ae43c71d69442351604c4c649f
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/strtoimax.m4:
+  copyright: 2002-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: e0c393990724e88442c72bd84e36f2885900c328227ee2c366937a301e8edbbf
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/strtok_r.m4:
+  copyright: 2002-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 8495dc3e20146e854c611e6950115430af0793b54ecf317c3678becdc8ba54ae
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/strtol.m4:
+  copyright: 2002-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8856d842c8ed20ab74aeb632e56f07bf46aca9d1f3b286963d1d52a4522b8b87
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/strtoll.m4:
+  copyright: 2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 257b17b1c5c23f904958559a3ddf02491aa88bd8aebd136935418470e02e914e
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/strtoul.m4:
+  copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 23cf0721af9f0882524b0bf1d91da85e833002c1363c8438220a178d2449f32a
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/strtoull.m4:
+  copyright: 2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: f4b0da113bbee4920d65f8ea38cd1b129fd6ad7ed2303e484d0d8deb13f241f2
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/strtoumax.m4:
+  copyright: 2002-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 635efda515870a391bfed24984f71f3bfebe5947fe07b30796d34ccf1534cf33
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/strverscmp.m4:
+  copyright: 2002, 2005-2011 Free Software Foundation, Inc.
+  hash: de36c6d127677634ce867d3b530725919ca93c1cf505b8f551a067b9d4c6e8e6
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/symlink.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a647fc8888937c02a2008136592ff2b1eeb4a6e763ff34147ea2830c64a2145a
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/symlinkat.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 4c4b25fac85aa470a1b5c377a5d98d8e1d7136bbae4d67256b81d8fb29453e26
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/sys_file_h.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0ae32540437b0e19d90c473022207dcb4451abf14ae98729f4f4f55ad34ae68b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sys_ioctl_h.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: b133eacd5497bb4193d66a48b576e001008dfe9f8b1b2bc562abf4efe5bca418
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sys_select_h.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: e1ee74cbdb91627cfd696f6476e1ea92e935af6e36463f517de6e9765850ac4e
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sys_socket_h.m4:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: f8a55a9d5d3e16b6fca5e79f60793f3d00764462ab13344f891c36016b3ff3fc
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sys_stat_h.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 149c6039d3ffcc63fe2460b1d51551f46ddf175d554cf055fb31a927703d05af
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sys_time_h.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 65322cc735b3de57a166096792e3a291ee2e971fe995e4c5c5fcfa1d6a4103a9
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sys_times_h.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8d47c1463002e6e147cf0163c65ff2bbe4092486aded809ef9570e7bd0dec37f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sys_utsname_h.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 366bdb30af24f63710538040a95e1f11d9acaa97313526ccb8570b4e882f23ea
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sys_wait_h.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: e0ac5055ed42c9949198c549d6fa051f70f817a6c295a0e8524739b45762efa7
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/sysexits.m4:
+  copyright: 2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e92b998c067d42eaa69207f50b5897ba10bdd0a1de7d8007516543fabb4c394e
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/tanl.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b0f810a4a4eaf79583ef093a3150802ada6726d70a8e5093a52b200aa5d228e8
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/tcgetsid.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: fab7a4451fa511aa3ea4d22ca60e045653b1f8568ae285a49d5ac08d6a0bf694
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/tempname.m4:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b26820a7f2a59235bac39760bdc0e80bc8be3aaf6cb4b332c160e027e79dbcfb
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/termios_h.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 07d6c662e611588b9611dbb97085c6f2bceabc2465a75c3a12d625c4a4674ab1
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/thread.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: d34cd1264fbbe730e5caf4c7d0cb35fc6762ce796e4b2f91102cb6315340c9d4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/threadlib.m4:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 76ba87032ddb32d5ce676eadeeb018bc52cc1defdf4e3ea63a4c8e2dc710637e
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/time_h.m4:
+  copyright: 2000-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ffeffbe1bf05e858d3fcb460e3db756a6143ee92cf3a1a698b536ceba44111c3
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/time_r.m4:
+  copyright: 2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 7596762b9b08e0153c535e66a10f7b93e01f7702afad379d9000466bbe6fc9ef
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/timegm.m4:
+  copyright: 2003, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b0e0c1a4708b056893b35753c5550654fe75925dd9a9b11de43893a016e91c1b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/times.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2af49dd511ca5763513fa4b488378f12dc80507c4985681e944af27b2528ba4f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/timespec.m4:
+  copyright: 2000-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 49c7ea524839cd54a318642c7844d16ec02dee3fff99efe50520db447663a7b6
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/tls.m4:
+  copyright: 2005, 2008-2011 Free Software Foundation, Inc.
+  hash: 45684073b8755c4605a2043b0d80bc3719ef71484a880b86fea14cd03fb3c3b2
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/tm_gmtoff.m4:
+  copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+  hash: 895142c144dbe17fec73fa7fc159f5c12430d230d60a49bca384a8151c55d0e6
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/tmpdir.m4:
+  copyright: 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 25356a4776c655cbd1413992672ed3ab90182ee8ab9906058461eb5648430f38
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/tmpfile.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2619293154f1a9f7059b9ea6e948bfa32d95a5a64621c326e55e87a1b4d28fd1
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/towctrans.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 8d6034ae3cdd8ad369cb87493c193da5b121d700b37631070001eef720d7d044
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/trunc-ieee.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 176789ff52bb32e1fcd8c74dfba9c21854818097f5fff60d8cab7d4bf914aa37
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/trunc.m4:
+  copyright: 2007, 2010-2011 Free Software Foundation, Inc.
+  hash: 23f07db8b0213947881998e085934f3d513efae6090f8a84f5f0665818fcfa7c
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/truncf-ieee.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 68d48b3cdb293c932739549eb70fbc5f2c775f8574b2a32e8ab12033fea372ff
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/truncf.m4:
+  copyright: 2007, 2010-2011 Free Software Foundation, Inc.
+  hash: 025c141ed16c613e4a365b0761a705dae3f78474601f0f5e636d1bbeb6d29eee
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/truncl-ieee.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 31fd3848e5201a628f984fc5cee9a0c67c2f1301297b460d2c6f6d84c3f01177
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/truncl.m4:
+  copyright: 2007-2008, 2010-2011 Free Software Foundation, Inc.
+  hash: 6b3162bbafd011b25f15cde5619a050e81ba8c170d770edf5f1f6ef7ca6048be
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/tsearch.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: de44c98f9fc866cff1eb62332b16fb96dcd85612a9b6934e76789023df8c04c1
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/ttyname_r.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f0f4e6e9a28074a511b07d133d14cf8cc7348044afd9c6852e011e072248a125
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/tzset.m4:
+  copyright: 2003, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e45d37df4ff17b1c2f2faa1265d304e4ab5415e19387c937e388eba887ab46a1
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/uintmax_t.m4:
+  copyright: 1997-2004, 2007-2011 Free Software Foundation, Inc.
+  hash: 52c3f21499fdf5d4ec487c62043d8c7cf0dc920f538e017c2ed71914d309c8eb
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/ulonglong.m4:
+  copyright: 1999-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 1baeb4157ac85059f056cd2f5b209ecc909e769d81b0c54f3f97ee1ea1769656
+  license: ''
+  license_text: '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.
+
+'
+./m4/uname.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3affd996e94c2d8f69ee9a347e802a39d4b7e3c70da7052e2ba0addd0348eab0
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/ungetc.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3a08f72c06bb332285029929e398518fc3142fb9a8f8b778fbf5846690738ffc
+  license: ''
+  license_text: '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.
+
+'
+./m4/unicodeio.m4:
+  copyright: 2002-2003, 2009-2011 Free Software Foundation, Inc.
+  hash: 3f2e23d4c591e50dc35b38ec3777c6fd264cf10577a9031f9b378dd5eac5c008
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/unistd-safer.m4:
+  copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: b14d515ebb9055983856f2d812fb30622ba189b649cba6a54774ae82fcbb8040
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/unistd_h.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 5ea8f94a4ead1153f61f6fe8d68b5ff63794b7c41b4e1109d2b66a9b794b7288
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/unlink-busy.m4:
+  copyright: 2000-2001, 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 6b3046c6345563cb6ba84904f02e7c405b766aa80e5af81839e7172cd80f6277
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/unlink.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 25949f8b1553d0082b15c60d11d7633c8854c8214b4d0538f12fd121a814fed2
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/unlinkdir.m4:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b62f5d693232be597375db071c63d097f927ee18daea76f03189405409988a1f
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/unlocked-io.m4:
+  copyright: 1998-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 4fa32283bbec7f7fb6fb46dc3fe1e58149f6627e8081b2572d4c37d6861aeff7
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/unlockpt.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: a361579191c3d27a5fb70816692c6e2ed3d24a4c7f91720f7dabcdd6acf9d2dc
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/uptime.m4:
+  copyright: 1996, 1999-2001, 2004, 2009-2011 Free Software Foundation, Inc.
+  hash: 143a046d937fd9a77e5b1ef4ed591bdb0b0cd58e5eab91e8e8b6acf71b62f82a
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/userspec.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8c83ccf7c72ab22a27cd9a4b8b549f5b702024ccf89f188a81beda14bb38256b
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/usleep.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f258fb6313a8930ad0643bc2d89b8fb48abb5553404573a3456ea881b7c0e6fc
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/utimbuf.m4:
+  copyright: 1998-2001, 2003-2004, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 904d2393477c68b33a128245d5992f22517be9a9470e3080308e76bf07a89ce6
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/utimecmp.m4:
+  copyright: 2004-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: af28f408d99d9b921406c5de6ec8e372c924d37b20c04f6dbe76bfa451aa775a
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/utimens.m4:
+  copyright: 2003-2011 Free Software Foundation, Inc.
+  hash: 659fa1c1ea9b293b8f589a271b459c0e4889aaea64fc036477d49c6056a1f9d5
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/utimensat.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d7c90c3ed6223ce81a16574fb2f30e2ae17c8dce3de82ef463764831e4fa4716
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/utimes.m4:
+  copyright: 2003-2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 9bf495dc437cfd4f17d41ac76a1071608bf72a9b83b7edaf20f70f1844cd8ea4
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/va-args.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 126c56cea7018ecfe2963baa827bbf040b6144ca090de7ec33f3a2453d30eb52
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/valgrind-tests.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: e8494c23f06a4350ffb9ff7feb553bd8f61792a1bcc2e0218c0ce8c7bb6f3d95
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/vararrays.m4:
+  copyright: 2001, 2009-2011 Free Software Foundation, Inc.
+  hash: 9b2c255d47226eb293a54a59fc37474cdb64112085ffadc110f02c0c5eea5935
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/vasnprintf-posix.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 81a0477adbdae648c1576ff523258a5b8bc009c535930a9c19d81a3e09af66d0
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/vasnprintf.m4:
+  copyright: 2002-2004, 2006-2011 Free Software Foundation, Inc.
+  hash: 8c06f936c21a09ecf36f1cfe8196dc64bfa7ce8a019ef0026cb9f2af3fbbf77a
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/vasprintf-posix.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ef7105d87723e10c4a4193d8abad718229e94bcb0c052b93115473388bafb779
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/vasprintf.m4:
+  copyright: 2002-2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 68abd1e03dde8d52ad991322f9320086b316766556e902a27e32c9a09ab36ec0
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/vdprintf-posix.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 1c9849e38f5951e99e4ffba73f8d5a41a111580c3878cf32df27ea6cd5cc0f55
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/vdprintf.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3570c0cfe93af3b17008770e855b7e913e0ae06d4ae646f4e2acd16934061d7f
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/version-etc.m4:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8d0c47923e0b1071a6e31b01a0e248168ac239f8936ed46ef2fc1d7f400a8230
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/vfprintf-posix.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 80a113bec3b9ecb0d084142a977bb49179ddd7c1eb9a8eeb9a489aed48375b3f
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/visibility.m4:
+  copyright: 2005, 2008, 2010-2011 Free Software Foundation, Inc.
+  hash: 58bc81f8f98e02e8c055cc8e8e13584ed69d505994882d81952867d6a187abe9
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/vprintf-posix.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 280d6b718386ddf352f81f8165b26bba6597b082bbdea6c3b390029b59e9d7c9
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/vsnprintf-posix.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 00ead1c41df50ab6f06405b031f7d338c8fb607f941991f02680aa1ac74d9286
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/vsnprintf.m4:
+  copyright: 2002-2004, 2007-2011 Free Software Foundation, Inc.
+  hash: 887465376dbace4074c3fa1feaace2d9a6a5b9e29f3661b5053dcb16c5d70f20
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/vsprintf-posix.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 089e20e092008fececd2f7cc518d806d95b4be5c901cd2f098774b391df3809f
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wait-process.m4:
+  copyright: 2003, 2008-2011 Free Software Foundation, Inc.
+  hash: 10b883d7f5bfdf7638550541cc231a2a223729fd8e1aee32056aa69b2ad5dc08
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/waitpid.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 378762fc6e6f0df81f95c0a6a6e5b82d4b44698eaee62cb6fb76ad92d44ddc64
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/warn-on-use.m4:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 8abec8eaba6915aaa99f460d17517fc437db50eaa6f5b1b4cfa20ff947e0631d
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/warnings.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8135eb2019b258f13bbf206cea1efc29e46dfb0869a3b86ab220cae09bdf3e2c
+  license: ''
+  license_override: other
+  license_text: '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.
+
+'
+  license_text_override: '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.
+
+'
+./m4/wchar_h.m4:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 32091516b1f770d44261ea8881394e70e4309dcf34201cd5ad60f2c060c57c25
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/wchar_t.m4:
+  copyright: 2002-2003, 2008, 2009-2011 Free Software Foundation, Inc.
+  hash: c42cd109827fc5a5611de770fbc27b577482732e736019c843ca6d25485f5be4
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/wcpcpy.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 3242a47e06fc6d9f6dcb7333c8106d574bd20ffcc2e3f8c2d0cdda73ed88eb27
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcpncpy.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 628ad05b19dc08531dcc250800873ccabf2222340aab6370283d252e06a260ba
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcrtomb.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 5ec5ed8fe6b04332b32050fd493ef0b0dc34f41c34fc0eccfbac9d7876021c3f
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/wcscasecmp.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 2e253d2079ba2a022a90f0a350aa212abad37c410efec4d53d46908f89e111d6
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcscat.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 8e8b050903ae1af6d91ba2804f8d7d4684221da8ba039b0566ba9899feae406d
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcschr.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 06b1e04452569d617337ef86477622810f46ba0909b646ab5efc14f9fcf2511f
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcscmp.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 8a99cd7d7db9f1508abb4fb27b5bf835515566c4efd06a2efac4f93b3509c232
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcscoll.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 02611da69d457795771d10e62f9cd94826259890ee98370812310ed77b07d9da
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcscpy.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: a9fa0d64a1c0f10bd10fabd7c027d90688d0b5fec4072b0982be3253eff1152e
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcscspn.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 006d2fe619861eaf68407affaa4e1abcb83153c0cf2686bce762c72e72dbcaf1
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsdup.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 5fabbceff74c0028acc4de233880eaa9b4faaf32ed67ab6b2c9d44afa4b9bdb0
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcslen.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 6c83ce9549f8ba4404ce8fc2d5a0092bc5012a7d0fc19b60869178e22bd30a27
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsncasecmp.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: d42bb7ad911ef340d20e7fcbd0c19ab0a5baa9285ad9feb76697edad8c48b4a0
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsncat.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 999c1b157abe0a5b0691fc4068c3d2c5adb8bf00390ed4aeac0566390b95a55b
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsncmp.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: ad8ca95f1900b67e6a6c74cf44763b2b38ebde8a6e1e34f887e9ce648a03265c
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsncpy.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 955ff220c85f37e5c00e7a2556d8db00ae8547b29a3a7c20061ba35025e16b7c
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsnlen.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 5afbd7c891317739877c768071ecee92b0db335fc4d2f024871b5967ff2135ef
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsnrtombs.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 272a5ad928e0216a807bcfe2dc7444e7fcc4b6add772f5dd50a7f6d05883f71f
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+    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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcspbrk.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: fa7b62aa3815fee3b241eb4601152aef8953e0cf0a28b5347ff7a26bd2ca814b
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsrchr.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: d0b8fc9d2c958488eb31b7ec0d02a437bde8352d51aa9edc4beca6d76bc120a3
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsrtombs.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: da25d19535497472100c466ba892f2fe9d325328ea68cd1586f8b43c58216563
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsspn.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: cabe9f5778b1375c4770c44f0f73cd92d49d69b3778fae4c5b91c17d46880718
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsstr.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 6390a87ffbee9e60ca5bc53cbcf8b285bcef1803692224c2b62c9f99773558da
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcstok.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: eb1ba3598a65aa2d53f40fe2ce0c9209e0e0e6cec663004e260be7c96aa16c59
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcswidth.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: b78e5e6eae2feb5faa66bbacf7934f15f171458a78b384804f11e753769f0d3e
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wcsxfrm.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: d679e7b7e0ad8afa16355b0bfdfa275bb86d8f2f6a0fc472406a0f064867f45d
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wctob.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 228e67dda624abe657e78f962aaefccc1626abbea2e9da1965305fe8d05f62ab
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wctomb.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 2b7a83ca8823b98713bff682db0aef2d70b45ea14679c6d69ea7c12b6f293121
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/wctrans.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 5beaa3862d8366627e21c7a08112f65c7489e3a20251300a852ab67e4f576483
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wctype.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: a9b713cf286937a594ddd04c7a18ea556ba7d0a4963f5af6864d1e0c6585af5c
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wctype_h.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 04f8c91042da5c619f53739726b864651e4de06ea0c185ef810eac02f5601fe0
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/wcwidth.m4:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: c63c6e1dbac2a663246c24d6e3fee96b465a8d1ac5cf8f39fefddac8668b4b32
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wint_t.m4:
+  copyright: 2003, 2007-2011 Free Software Foundation, Inc.
+  hash: 4d3dcd54e8192b82b384375ba887871f31464f155a091725a97e216c4b9e51bd
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/wmemchr.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: ba759dc0e85667a64b6d7826108a6c0488cba6ccb7c6a05aa1c0421c3b82246e
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wmemcmp.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: e577a10289fcad5dcfa511b77d95f73c8c483a0b4ec579553672ae67d71e5796
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wmemcpy.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 6b7414eda3cf4e511b17fd2748f9d9df87dc7af3afeb4161d7e0c1ae8c5c7e45
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wmemmove.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: a13f3099a0ea5ae3b781d2b588182e010f5494561efe5bee6bc8d26ee943d7cb
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/wmemset.m4:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 2ef20ebaa3995723d3fb30ff319fd613da7909437ed1585960e6043df3dc61c3
+  license: ''
+  license_override: LGPL
+  license_text: '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.
+
+'
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/write-any-file.m4:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: c427cf11f0186cc2ecad51b7f13714ba1a1d58ed0ad565317710890ddf433a15
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/write.m4:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: f4984d4233efffe66e08b5639e2b3b4022f57b9a98a213f1075ac4806e868b62
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/xalloc.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 8dedfc9514866f5ffe394725ef30b96c01b54d58ee7400f7a7535eae38443a3e
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/xgetcwd.m4:
+  copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: f6d89dad4e048d2b103a25f83f07892d468089516c2c095ec939c1f674848655
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/xnanosleep.m4:
+  copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 0aaf6162e6ff3dde9a6e8e63b08a6da166bcd14b303f3029cd7a7a6a61f82b62
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/xsize.m4:
+  copyright: 2003-2004, 2008-2011 Free Software Foundation, Inc.
+  hash: 1c67d6b42f5cce5f381b6d25930028bcb8c0042fc7b7481e342aaf32cb6b931b
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./m4/xstrndup.m4:
+  copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+  hash: e93d07d3610b6b6b32da3e903051b4afe2f88e7d00591ff59ec1691196026d72
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/xstrtod.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 782632b44b51118cc9bce19227600207e2597b8b57c586df38fa17a31b65a7f2
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/xstrtol.m4:
+  copyright: 2002-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 935201a8053e13b9b1339ce0d8104855928c5498f63461892d6770210b918cb3
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/xvasprintf.m4:
+  copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 47e171f6d47192f4e560e7408d578dad085c6c65d14c29c45c209b5385b71154
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/yesno.m4:
+  copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+  hash: ec0142996bcf18e3c20db5e49ef4757b0db7f76a36894def6e4c3e8406ee1b23
+  license: ''
+  license_override: GPL
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./m4/yield.m4:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 1ffa3adbb21b25bf913381b808bce6abaf7d1c54bd9f1a5e2d42bf46799271d9
+  license: ''
+  license_override: LGPL-2+
+  license_text: '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.
+
+'
+  license_text_override: '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
+
+    by the Free Software Foundation; either version 2, or (at your option)
+
+    any later version.
+
+
+    This program 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
+
+    Library General Public License for more details.
+
+
+    You should have received a copy of the GNU Library General Public
+
+    License along with this program; if not, write to the Free Software
+
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+
+    USA.
+
+'
+./posix-modules:
+  copyright: 2002-2011 Free Software Foundation, Inc.
+  hash: f4bcc43865f0708134cb3afdbc0ebb0c52091b8e23ea62932920294e1c07906a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/havelib/Makefile.am:
+  copyright: 1995-1997, 2001-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+  hash: 80ad6010a1db306f61470bc5c7b5e81a256fa67bb90151f2573cf3a57a40ff2a
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/havelib/README:
+  copyright: ''
+  hash: 0615942e04591b36f3abad8b49a9d620db53f108e330ef3e4738ab8aa6ef7846
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-1:
+  copyright: ''
+  hash: e57f2c8de0a4ac4a5cab944b49a72e013c3dede7fb95047a3ea13f5c3013d2e5
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-1a:
+  copyright: ''
+  hash: 62eb15cb0f18195418dc7324e0b77b9bed60d5ae1adfddc8a085aa0abf48085d
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-1b:
+  copyright: ''
+  hash: 979f25c0be57aee95cfd689f1c66a3d8d15cdc112831e55281443a97bf500bc2
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2_a:
+  copyright: ''
+  hash: 13c46eab26abe1d3bf2a0c1a13ca7b00fbac4bb35815315b549ec6cab887bbae
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2_b:
+  copyright: ''
+  hash: 30e09d0c8e01040eb6cdd339a0c934817613297df769886be2215a7a255a9d09
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2aaa:
+  copyright: ''
+  hash: 0b92dbd73a1e5fec346770c239273021bb212e4c976bb871a6d8d465d3de85f3
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2aab:
+  copyright: ''
+  hash: f3c8883043cbc51cb0a23fed6a4fef84e090194041b11fd5337de828d81b8c96
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2aac:
+  copyright: ''
+  hash: ea3b652e8d1920a27f5398f3cebcb82dc5e36f85436e3b9883604243c500371f
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2aad:
+  copyright: ''
+  hash: 40117db7c1885cc64a48865d87626b045cd635616ce4aea6c397d19b7353f686
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2aba:
+  copyright: ''
+  hash: e6700d446b0e07a3f4b08b0267c240a3f10658849d983ac1e8750aa8b4eabd49
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2abb:
+  copyright: ''
+  hash: fffdde43d3b8a1e9c99d54f60e3e74e219e7c27eb437f6d5db1cff88805c9aa4
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2abc:
+  copyright: ''
+  hash: 94c6884e35fa5dbac3462de13dfa0c585439d6d0162a148e9a1cb1ace0e9c206
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2abd:
+  copyright: ''
+  hash: e7d5e669f3e8556060db6a4a8b3ccaeecb97b47c5b216ef70a0794e9c0af27dd
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2baa:
+  copyright: ''
+  hash: fee47e6926bcfb14399179f057a73547b26e423b0146b1af9b0f6bec6ce72d97
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2bab:
+  copyright: ''
+  hash: 28048e571a0c21290544432f9e46569783dfc1b7932973002c6514d261238b3c
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2bac:
+  copyright: ''
+  hash: 701e8b1cfcf9259beee189bb4c9884dc4864ec076f4a1a4664c54eff2c796f21
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2bad:
+  copyright: ''
+  hash: 4ce1dfe08bb3423e1f90d333244ebeff602b64d442897aa08c58bad05ff828cb
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2bba:
+  copyright: ''
+  hash: e61a52950eb9325b9fbd4228ea8eeb73f06059c42278258666f07c8d9b3dc80c
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2bbb:
+  copyright: ''
+  hash: 2cedad1ef65a28fd6d9d43993ad9f3e9b3548b643e554db174624916530cac3e
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2bbc:
+  copyright: ''
+  hash: 8181a5445b51a319e39a4f13f6d5a207d906e364ad16b5d796eb5861ef4aec0a
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-2bbd:
+  copyright: ''
+  hash: 72af15635712817ff7483271f6f3f7b05d23adfc370b70a6fef0d99aa8cb01bb
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3_a:
+  copyright: ''
+  hash: 3f6a981e7da4c87787c9c706ea632f4b2aca2cbc68e5546facad6edfa6e65415
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3_b:
+  copyright: ''
+  hash: 94025d9d0d0ae49999c166da7c27564437824d8741f6bc67e51b83de27ad6283
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3aaa:
+  copyright: ''
+  hash: f254a5a26eb124e8c48f64868636d0088fa53e636f0626a624add716a0f9859c
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3aab:
+  copyright: ''
+  hash: 745e8f3a4c4d2f3446bb823fc83cc1459eef3f5b5a14b5fd4ecbaa8939412a19
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3aac:
+  copyright: ''
+  hash: a0e74ed15316e4193ef5cbca696eabe4809999b67adc8854184d66684da9bd8d
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3aad:
+  copyright: ''
+  hash: 0bbe494b9810d8bfb2dbfd77575666295ea3d210bcbac6e57fc8e65a77210c83
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3aae:
+  copyright: ''
+  hash: 2e576105bcc9996c72e532dced3ad0156427a55358492da0ce41a9e00871c0a9
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3aaf:
+  copyright: ''
+  hash: f486373a3ed7244e17c4cecd6eee4c8f0e197c4cbd29595ed7d76d03c298ecf1
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3aag:
+  copyright: ''
+  hash: d8f1c3de718563ac7e92c02d916e5c67b8f05f1aa283f699c3145334230957ff
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3aah:
+  copyright: ''
+  hash: 55ac656b0844089eb5f3be6d77d41346e711b2ce004055260b70b40de8a84217
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3aba:
+  copyright: ''
+  hash: 18210a8fb3a60c60b1c8e32cc667f1dc77685e822f6e3fb84d3c4a963e47781d
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3abb:
+  copyright: ''
+  hash: e36c52035526681556c30d44ae7a09a668c4026125fe74f7e2f36688082c676b
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3abc:
+  copyright: ''
+  hash: 0d44bcddc6940cc927e286102c02c503fb50a2ac12c1a8d488658723025935d1
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3abd:
+  copyright: ''
+  hash: 434d0ef533d5fd264a54f4b9746246493ea2c2cb64c216acba9562630164b9bd
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3abe:
+  copyright: ''
+  hash: 6215c01a706a689a76f54b1d6599f423db8feddae8b16ecf46649be175c5fac9
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3abf:
+  copyright: ''
+  hash: 49cdcf72f57908c0f808e54a9c1463e9a2b95b2188fcd95f2dd190429636222d
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3abg:
+  copyright: ''
+  hash: a668f312e1b4e4235857a3052402c6800d6eb28f8ccdaf84d2c4d51c7ec8e14e
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3abh:
+  copyright: ''
+  hash: 09ad224915b7fc30ce88586322681573a891782742d3732fba891dd782bb687f
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3baa:
+  copyright: ''
+  hash: cbe12d81e603e1509ad3f0e37f828aa62e98384e7e046ed4c6cce7f74e1a27b2
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bab:
+  copyright: ''
+  hash: 906d0a326f097fea7898133cac46205c85d327bb2760b02b53e26417527b6f32
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bac:
+  copyright: ''
+  hash: 1540712207a805d7da1f71ca210a4c12a41002ba44181367967fd8b7e6ee45c2
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bad:
+  copyright: ''
+  hash: 0cbddc49caecb1475eff7926381c13b5f76586cd7456dcdb321804a3c1569e69
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bae:
+  copyright: ''
+  hash: 5f31407419b78fe8ea105e41d999faf7a7588f77d5d57a00a4562dd89c026f32
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3baf:
+  copyright: ''
+  hash: 22b16e31bbd95cad26539d967921f350685bf61656cec1649a0a2a7d4bbfcadb
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bag:
+  copyright: ''
+  hash: 75eae5c403057af231fcb03cb701369f0b85692e4f301b2923a616f21fc9db77
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bah:
+  copyright: ''
+  hash: 2f854579491066a328a7b07fac1352d9c29352adb2fd9982e78d4a9d024dc3cd
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bba:
+  copyright: ''
+  hash: b00e6ff3c821996374567160a63425635d5cde670da037aca1b2cc3e2bb2c582
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bbb:
+  copyright: ''
+  hash: 58b9ffefd6e51977b1a29d55718a7423d8a939c2d19e6bcdeb1d1c57f1bb5224
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bbc:
+  copyright: ''
+  hash: 71ec7fc72c10ebd21b4bceb2a21ef7a62e37ecc33230f0ea35f413f1eb1e6931
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bbd:
+  copyright: ''
+  hash: 17f4c3dfec17ef31adfa696e1fe25a8d621171f73a4dc9a0f5f09dd612dd72c1
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bbe:
+  copyright: ''
+  hash: 6a597f99bbd7f6b4fee36cfc535efac7fdb9702fcc66cc67b923dc6836ec2a96
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bbf:
+  copyright: ''
+  hash: 5e756457d00c9eaccfc0320e7b24a02f9b7fedb2fa111650c4de4583560eae59
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bbg:
+  copyright: ''
+  hash: ba2dcd3602bf39806df181b292727ed1d85a78c32d8a1d83d3a21c378d8bfff1
+  license: ''
+  license_text: ''
+./tests/havelib/rpath-3bbh:
+  copyright: ''
+  hash: 605f60dd4aabbef08d45bdc664b65db8d906c3981ab084fc9c4483776486a2c6
+  license: ''
+  license_text: ''
+./tests/havelib/rpathcfg.sh:
+  copyright: ''
+  hash: b2077858dfda07050fff3ccd6f336a6236bb7f38ee1ba507d4d111b035c19ec9
+  license: ''
+  license_text: ''
+./tests/havelib/rpathlx/Makefile.am:
+  copyright: ''
+  hash: 673407bb8814b8cba683575762212b7075e1990e13a687da15c80f59ada60d06
+  license: ''
+  license_text: ''
+./tests/havelib/rpathlx/configure.ac:
+  copyright: 2002-2003, 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: fade1cc6f3b48901e6f9bf3ed4d8c2c53052c8de46d04742cea9921dd027599b
+  license: GPL-3+
+  license_text: ''
+./tests/havelib/rpathlx/usex.c:
+  copyright: ''
+  hash: 06a0c86f7babbcfbca3111d74651ecfdb25c08cb5394f25209ed06d2d2725c8c
+  license: ''
+  license_text: ''
+./tests/havelib/rpathly/Makefile.am:
+  copyright: ''
+  hash: 93d5d7023e927f6d5d34ecdbb9af64a141d3b1db0f13d302515b08c0f3d54e5c
+  license: ''
+  license_text: ''
+./tests/havelib/rpathly/configure.ac:
+  copyright: 2002-2003, 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: bba07a8b3268f34a5b5e4d0b7180df29deb0b569e353fc82e98704d75bc5fa75
+  license: GPL-3+
+  license_text: ''
+./tests/havelib/rpathly/usey.c:
+  copyright: ''
+  hash: 26c24b5a01de9cd0b1c8d5dcf342fd280b86c1b309b2a1433b3bc65482a26a9a
+  license: ''
+  license_text: ''
+./tests/havelib/rpathlyx/Makefile.am:
+  copyright: ''
+  hash: 93d5d7023e927f6d5d34ecdbb9af64a141d3b1db0f13d302515b08c0f3d54e5c
+  license: ''
+  license_text: ''
+./tests/havelib/rpathlyx/configure.ac:
+  copyright: 2002-2003, 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: bba07a8b3268f34a5b5e4d0b7180df29deb0b569e353fc82e98704d75bc5fa75
+  license: GPL-3+
+  license_text: ''
+./tests/havelib/rpathlyx/usey.c:
+  copyright: ''
+  hash: 26c24b5a01de9cd0b1c8d5dcf342fd280b86c1b309b2a1433b3bc65482a26a9a
+  license: ''
+  license_text: ''
+./tests/havelib/rpathlz/Makefile.am:
+  copyright: ''
+  hash: c8f2142760a1ea33eac1756a61370951af45325811f9d193f00e24f99249b8aa
+  license: ''
+  license_text: ''
+./tests/havelib/rpathlz/configure.ac:
+  copyright: 2002-2003, 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 669a4bb9b98fdd8deca949112420ac9b62559990669045ae58a3609fd5087ccb
+  license: GPL-3+
+  license_text: ''
+./tests/havelib/rpathlz/usez.c:
+  copyright: ''
+  hash: eda91b9d2459591cb7cde52cbf675d35fbe2d64f07de955ad3cc7c7899c652f0
+  license: ''
+  license_text: ''
+./tests/havelib/rpathlzyx/Makefile.am:
+  copyright: ''
+  hash: c8f2142760a1ea33eac1756a61370951af45325811f9d193f00e24f99249b8aa
+  license: ''
+  license_text: ''
+./tests/havelib/rpathlzyx/configure.ac:
+  copyright: 2002-2003, 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 669a4bb9b98fdd8deca949112420ac9b62559990669045ae58a3609fd5087ccb
+  license: GPL-3+
+  license_text: ''
+./tests/havelib/rpathlzyx/usez.c:
+  copyright: ''
+  hash: eda91b9d2459591cb7cde52cbf675d35fbe2d64f07de955ad3cc7c7899c652f0
+  license: ''
+  license_text: ''
+./tests/havelib/rpathx/Makefile.am:
+  copyright: ''
+  hash: ec6a95096f8abf301b15961d6470c962b309ad377e6ee2082777951eb79237ee
+  license: ''
+  license_text: ''
+./tests/havelib/rpathx/configure.ac:
+  copyright: 2002-2003, 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 457e37762f1dc4325202906641c52cea56630e0393e152bf3f070b8f981d2c79
+  license: GPL-3+
+  license_text: ''
+./tests/havelib/rpathx/rpathx.c:
+  copyright: ''
+  hash: 16fbdca76f698f5cbf07c78e951a5e23b2d5b87c3f95edc4c5aa8cf4fd861aab
+  license: ''
+  license_text: ''
+./tests/havelib/rpathy/Makefile.am:
+  copyright: ''
+  hash: ea442e2ba15629d1ab3dfd7d3c2a11c631687213659532ffb2cb4061daf7693d
+  license: ''
+  license_text: ''
+./tests/havelib/rpathy/configure.ac:
+  copyright: 2002-2003, 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 3429bc88e7d6f6b29f1b6a84b310733690ab3f4a39658cb4d4aaca18092afff3
+  license: GPL-3+
+  license_text: ''
+./tests/havelib/rpathy/rpathy.c:
+  copyright: ''
+  hash: a2f52358699124b9ed06b30ad2d9c28c0aaf307412554d60e034dfde5618d174
+  license: ''
+  license_text: ''
+./tests/havelib/rpathz/Makefile.am:
+  copyright: ''
+  hash: 0be04d1bedb94ad77d646b7ecddec8f9ba9db89797902f44cae0a3cceb068547
+  license: ''
+  license_text: ''
+./tests/havelib/rpathz/configure.ac:
+  copyright: 2002-2003, 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: e6c10b8117b5da4d5bbea33365ef41f3a32753c3bf90280af57777258311f61f
+  license: GPL-3+
+  license_text: ''
+./tests/havelib/rpathz/rpathz.c:
+  copyright: ''
+  hash: ddeccce12c27c581806034d2fb30aa8c99a49673c22f44bcdc3c5d6e04960439
+  license: ''
+  license_text: ''
+./tests/init.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 94eac8c3c4a4d3b32f82ff56e50aeb56663ad50c5f952a9fa6f3bb017172f162
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/locale/fr/LC_MESSAGES/test-quotearg.mo:
+  copyright: ''
+  hash: aa0b83acbe74a54fa3cd8a775c76808e83114c0a544170c7390bce7ef812a035
+  license: ''
+  license_text: ''
+./tests/locale/fr/LC_MESSAGES/test-quotearg.po:
+  copyright: ''
+  hash: 78381df0a60b4cf5be4ba6df357926269fa34959f18832cdf96c0badc79895e4
+  license: ''
+  license_text: ''
+./tests/macros.h:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: d3361b41c976eae5089dfba15b3062b25a9ccd6c5920b49f08fedc07720d2d08
+  license: 'GPL-3+ '
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/minus-zero.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 52c6bfb0f9dcc8b183be0f30a13c546d92aeb66ac0a18088559f3f9814963241
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/nan.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 6926b9f5d94ea79a1b7145ab11ebac2689f42211e867446e8101013d05ccc777
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/nap.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8a84e286ec16269110f815c19d2d63efe8959ee6b9c92f1b26259c9966e07322
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/signature.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 6d742cbaecee821eab1a144afd4426ec2ef4ed0610083f37ef834c69a27b4908
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-_Exit.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 92da955719a4b1d18e9bbd578523a6e2bf3bd8c968785c2cdd3b8cca507323e8
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-_Exit.sh:
+  copyright: ''
+  hash: 338c05cfd12089246d8bd2a5a877effd997d1891608bfdf33d1666baa6a70709
+  license: ''
+  license_text: ''
+./tests/test-acos.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ec5080e24ab84f36ca58335362b228ee94648f4f8dfd16433c2b7edebce65efe
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-acosl.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: cb62a592f2e3d693fb835a157bf7f1fb8ff54e29f3a4e849af9cd7437de5d1d6
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-alignof.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: cbda70b76cf5e48d80a5c08525aa4a7179eea56ed2cac030a06cfd26afeae186
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-alloca-opt.c:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: eed180ce9ba0c62e4468357977281f77b775dc265d3e8ee00d77b30b13ce9c56
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-arcfour.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 37743c2de536ab8b494cbfb51d5ad6cd38e6a08eb445b25f98ae3b44d12aab3a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-arctwo.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 37743c2de536ab8b494cbfb51d5ad6cd38e6a08eb445b25f98ae3b44d12aab3a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-areadlink-with-size.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: de2054d46c601c643e9be1bf1aab335116320d62590d0c8b376c4a36212bc06d
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-areadlink.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c11721819348d375a9a080e53f9b30319d7baded3c212d8ab00c58191cce6210
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-areadlink.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 89faaa16798ef14d48511eeebf5d5f538c0ba841237b6253aeea5df37a33380e
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-areadlinkat-with-size.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: bbae3df05601668bedfefe5558b9f01e3f86c81798b2abff20b78fce05b17fae
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-areadlinkat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9a1f18d05544dffc8e7c9a8e1f71be7b1d6581c8b5731a659ba2832b4cae1046
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-argmatch.c:
+  copyright: 1990, 1998-1999, 2001-2011 Free Software Foundation, Inc.
+  hash: 0863bce65003ac717f7b75d8876d44470ac06bf463170216983cf6022fc26e44
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-argp-2.sh:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 9b83c822d63bdd660833c7065124dcf5b96a2a4b9507e84efa49801f04594a55
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-argp-version-etc-1.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 293c79666d3ace12a0600a5a8d867e3e24071b15cb6ac38f489873723fb7f5ef
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-argp-version-etc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a80bb2cef0d777f374481d710b6d2df2bb5c029b59cfcaa560fe16aa4332741a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-argp.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: cd7c1065b5e2ce2b0957a5ef89b26b3596357dab845b3bceab7ee1ac66c804b1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-argv-iter.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 42c46096238aae92fff6e7ec1bea3340f2cb4555b4ca56a2344e6e165b68be0a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-arpa_inet-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 9ceb201e0d672aafeeadd38d1dbd5eb68b30bd21e761df1c10254bc7535fd207
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-arpa_inet.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0c582b403e4bc7873357a9980e7517981ce0b4c64e8283337c390d3a006794f7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-array-mergesort.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8b76648c36b5a4b4d62f9dabe428e361047fa6716451511b819e9b204f7d0b69
+  license: LGPL-3+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+./tests/test-array_list.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 5327f742a71243136db4faa8f8f6e51ea916b3ab64218c39531479e4e1b8b58d
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-array_oset.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: c37e0ca9cb3ff8f7b55b662f6adc8fe0585e0ac1f044a141525bb857f09a3515
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-asin.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 163c0421a3b82c5971a2ef13fb0bf008289dd135c9861952d2c0ec0e260a5b94
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-asinl.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 372d33a87433cc41c89312e14cf9134ce71d6ced08ab9784ae75bc797e576dcd
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-astrxfrm.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 2bc443d5571489f0b7b263d3eb8d15e7ab76fd1106d805dac6f241bad1c2fcd4
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-atan.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 1238c174eec281aaaff086d4288ef576824f0d674ea150ab8a1550edc1cc3802
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-atan2.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b03bd0475ab8655f51d2456d5b1e215a4eb893e97f25c85c9b9f607523039d1e
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-atanl.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f3729371b5980b7c61778cbc058edb7bfcd07058d14ba4ad4418259242ba9617
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-atexit.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: eb0313cd57536117443ccd800213c7c210c45d19ce8f9adcc76635a44f2fc6d4
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-atexit.sh:
+  copyright: ''
+  hash: 930684b4afb4c879ae4b981fdc9e9bbc1f298b5e56243c4a40c0264c3484f10e
+  license: ''
+  license_text: ''
+./tests/test-avltree_list.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: cc539b09af41b8e4482d352ef076e0255f1f8368f240da5d72eb711fb4869fe7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-avltree_oset.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 0b75cb86d6eb24b17131e5be50e5a49c2e384f4c1c99a2e315d8f0d5ce188cae
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-avltreehash_list.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: cc539b09af41b8e4482d352ef076e0255f1f8368f240da5d72eb711fb4869fe7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-base64.c:
+  copyright: 2004, 2008-2011 Free Software Foundation, Inc.
+  hash: d96f8a824d66bbbd52c91270aa709aa1c4b8879243d445e4f000f018a431b097
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-binary-io.c:
+  copyright: 2005, 2007-2011 Free Software Foundation, Inc.
+  hash: 983f740c79e8e19dd4c981ab01d9ed44734fc1857773cd460fd077372136d78f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-binary-io.sh:
+  copyright: ''
+  hash: 1ed5b40114bb55012cd28394883f8711c6a892ec24cc5ae55877736ff7753a9a
+  license: ''
+  license_text: ''
+./tests/test-bitrotate.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: eac6edc22ee89b136fa2bfa4b1fb5a667549df5097da28506566ce1f6e35a071
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-btowc.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 1ab40b3f8648a5470b776da6a20ff85086c2dbc5025098c0643f38150eb11a8e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-btowc1.sh:
+  copyright: ''
+  hash: b4bac8f44ded39802e8ffbefa260cde10c90ae2f9cb7a3639bcf747a93fe871e
+  license: ''
+  license_text: ''
+./tests/test-btowc2.sh:
+  copyright: ''
+  hash: 0cc0919cbfb0a866d644d13cc08068596b5dac38fb9fe437415b812d0c3b0370
+  license: ''
+  license_text: ''
+./tests/test-byteswap.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 29b1c4dcc088b11b434a42e7628de25bc616927ecc581c335bec7aaba313ef42
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-c-ctype.c:
+  copyright: 2005, 2007-2011 Free Software Foundation, Inc.
+  hash: 58b6692c6aaad4b95c9bd7b25f8b14961387e20f94fc3af01e35d63cd0910b18
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-c-stack.c:
+  copyright: 2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+  hash: 92f4ce12ef2c8e2d456b9451dc717c1591caba01ef9bdbc44495994f9da0c3db
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-c-stack.sh:
+  copyright: ''
+  hash: 5ff4f37644ece982d306be694f3a8f1b7ab0be3f227b9134ed02bf92044cfd94
+  license: ''
+  license_text: ''
+./tests/test-c-stack2.sh:
+  copyright: ''
+  hash: 0f27101d5e51c1531872dbbbfbb5b506368d7d6a144a87856a97f8c6ae1f4ab4
+  license: ''
+  license_text: ''
+./tests/test-c-strcase.sh:
+  copyright: ''
+  hash: 08c6d116921579362a23059ad95ba47ee824ef9404b810f66d92b225af9669da
+  license: ''
+  license_text: ''
+./tests/test-c-strcasecmp.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e7965dca449d5bb4701832a83e3073b7729cd5b08aa5a5b3d857d1530058cfe8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-c-strcasestr.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ff9fc10cd78368393fdc9c8890b30ccbc3fd81924aea945064c0746befaf9b4b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-c-strncasecmp.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e7965dca449d5bb4701832a83e3073b7729cd5b08aa5a5b3d857d1530058cfe8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-c-strstr.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8b0f92a436b74c67e12f65ecad841295c3ff6682115991c2966d59df19abe014
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-calloc-gnu.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 49fc644d171c75e1819d7bde5230517eeb27d8e98922b91930afd918204bc389
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-canonicalize-lgpl.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 0ccd2c5fea57cd76fccd1d1788c892e9066c49b1e82371d8a8f67bacd99f540a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-canonicalize.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 734591eb7188262b446636ba8cdf36a8e1751ed76a90852706d7bdbc4c6a8152
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-carray_list.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: cc539b09af41b8e4482d352ef076e0255f1f8368f240da5d72eb711fb4869fe7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-cbrt.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: bac1d0508aaf305657d17e103f9c5eeff307b99dbfd671f6e480deec606357fe
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-ceil-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: cb55e112b6d56f949d1302531a1d14f61bb9ad52a1cf490726275549efdc5385
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-ceil1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a38d0a7ba3f96a541a1f08fb5277280f9437713caac1f97a2afb91b4849c49a6
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-ceil2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a38d0a7ba3f96a541a1f08fb5277280f9437713caac1f97a2afb91b4849c49a6
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-ceilf-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: cb55e112b6d56f949d1302531a1d14f61bb9ad52a1cf490726275549efdc5385
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-ceilf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a38d0a7ba3f96a541a1f08fb5277280f9437713caac1f97a2afb91b4849c49a6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-ceilf2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a38d0a7ba3f96a541a1f08fb5277280f9437713caac1f97a2afb91b4849c49a6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-ceill-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: cb55e112b6d56f949d1302531a1d14f61bb9ad52a1cf490726275549efdc5385
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-ceill.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a38d0a7ba3f96a541a1f08fb5277280f9437713caac1f97a2afb91b4849c49a6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-chown.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7133f30539915bbef44cb8fb1b1e3e147e18f1ca6e7c6df00c57073302c811ff
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-chown.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7133f30539915bbef44cb8fb1b1e3e147e18f1ca6e7c6df00c57073302c811ff
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-cloexec.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ad7ece390a275094408658ff8d4e276a24e3e6891da4e5dfc21a700a33c22438
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-closein.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 4090c28f6ed5da1e34cf5c36a6e4e28b18b0e5c43dc4333ecd59e2d989113d58
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-closein.sh:
+  copyright: ''
+  hash: 24747fa1e687723c702708fb4c239cf6e54f59d0a1ba915784eb47e86e4c29ad
+  license: ''
+  license_text: ''
+./tests/test-cond.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: f7591805b6e2b1847c8fc580e4762db40f1bd7319ae7ae1877e192ed02f9aee2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-copy-acl.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 17c965d086b7afd236705cb8c1fd1bdecb4314e7eccf62b763ac17c142a2d27a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-copy-acl.sh:
+  copyright: ''
+  hash: b1467dfc3f8068c2ef6833ef9f6e517dbb8289b1f4c720ab888072f32c7a9636
+  license: ''
+  license_text: ''
+./tests/test-copy-file.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 17c965d086b7afd236705cb8c1fd1bdecb4314e7eccf62b763ac17c142a2d27a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-copy-file.sh:
+  copyright: ''
+  hash: 3454dddf42074bbc9ee4ad92fd4b15d168fe3bd37bc4e8ba740a040441f861ca
+  license: ''
+  license_text: ''
+./tests/test-copysign.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 92545df3025624024ff6be1a3dcd254a1aaaff0448faf8574cec2e3c5229b1c6
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-cos.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 9a246f4df2bc4fdfdedb29c236b40e76d49171eb2b764b4a9c304c0abc10c117
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-cosh.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 54834f25764a43d4c4f57896e44fc36ad355703e83430de1b8319509aa6ec096
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-cosl.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 78edaf66cf954c54c2815d0540e14fa547fcd612f3057aeb82d066baae4b8346
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-count-one-bits.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 340610fe7e2d4c85b1d37ddda0c5197058a35e9d31f09e9567dd096dee534bd0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-crc.c:
+  copyright: 2005-2007, 2010-2011 Free Software Foundation, Inc.
+  hash: f685c3077983796e1ba3443008966705e65ebc6f6230a29bd7e4e47dd7937afb
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-ctype.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0a801370df0b6db8a5b764ef7ce15de570b55bc946228583c73d1e34d96127ca
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-des.c:
+  copyright: 2005, 2007, 2010-2011 Free Software Foundation, Inc.
+  hash: 7cb7343e5fbd97e2b8fcd08ed6c76c00c277a2743635d81308972eccf04dd15a
+  license: GPL-3+
+  license_text: ''
+./tests/test-di-set.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 87195785abec1cd8257952bbf7534e661af9a5872b8f24d36bf2b878484b3791
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-dirent-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 383f28977491c538c59d5ce3fb2cbd9a8dbde573848f416d1e19d6869bf363ed
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-dirent-safer.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 762e930cd800c6e49577300e47fc023ae8065bedad138d0f5c000b9a086bccab
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-dirent.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1e7da647c4a016a29ebaa8f5626a41db071e9f02a0089b81655b3caf532f0774
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-dirname.c:
+  copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b63ba62795acfd36e0ab8b7cab7c39b8a38100c4d12448ec2d62ed97bf74a183
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-dprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 434d7e43273d5e4c2283f1cbfe98b9434f2ccc0e3a9910134d21854c5fd2abc1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-dprintf-posix.sh:
+  copyright: ''
+  hash: 87cd228811d69c325ed0768128a0b3f461e85a1cf16115f64a097d662d3f21d1
+  license: ''
+  license_text: ''
+./tests/test-dprintf-posix2.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 75d7016070a3a0bd17400f2e2ec090f1670cafd103b679457ded8cdc4358b85b
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-dprintf-posix2.sh:
+  copyright: ''
+  hash: 230f4e1214864ecbceeab8cd4fe8b06d13aac64bf54167954d0c1e9f464bfd81
+  license: ''
+  license_text: ''
+./tests/test-dup-safer.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 87d6de3835bcd48769bda87df0e25d754a03d086dca0d5282c6e96d9b4675a76
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-dup2.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7aceccb30170e68b567261394e366f9ca651fc2be6f90950bce194f7f632c1d6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-dup3.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7aceccb30170e68b567261394e366f9ca651fc2be6f90950bce194f7f632c1d6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-duplocale.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d0e71833fb7e17739e43a911cde78248f5751601022d282da62d021e4f456d4b
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-echo.sh:
+  copyright: ''
+  hash: 167c0f782ed61e0c577c8644fe6afd5a8c987ce1f93ba3f28228fe90928fddfe
+  license: ''
+  license_text: ''
+./tests/test-environ.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0fb2021bf9a99427be47872e694dce48744a84b9fadba958e6bd3b9b8c144957
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-erf.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 6925ccc5731e81f48649c2901f956d5b7418ae3e4be5dc96b408e5c7973c27d4
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-erfc.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: fd264dba445086c3b4a565bdf895abb292a11578a605f980793005d2807d08dd
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-errno.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 2ef5cda0dd03751addb6921144c38604d6c0c490f77c2f6c98d0472bc0beecd2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-exclude.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 641f929e6751c097d24fa532acc57f502d94e32234cc0922ba0f9e8898d21d94
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-exclude1.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8d4e2c1f10e7484167272cee1cddcca032dbafc5936f297231ab7fd501208ac1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-exclude2.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8d4e2c1f10e7484167272cee1cddcca032dbafc5936f297231ab7fd501208ac1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-exclude3.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8d4e2c1f10e7484167272cee1cddcca032dbafc5936f297231ab7fd501208ac1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-exclude4.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8d4e2c1f10e7484167272cee1cddcca032dbafc5936f297231ab7fd501208ac1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-exclude5.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8d4e2c1f10e7484167272cee1cddcca032dbafc5936f297231ab7fd501208ac1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-exclude6.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8d4e2c1f10e7484167272cee1cddcca032dbafc5936f297231ab7fd501208ac1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-exclude7.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8d4e2c1f10e7484167272cee1cddcca032dbafc5936f297231ab7fd501208ac1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-exclude8.sh:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 487d39393b9749f2f1643d2827775eeebf86a4bfa92813194702c22bb1e7a935
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-exp.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 4c6ac4cecf7939fd2a58cb67856e41e1fc8f473cc5e91782c128397ff1341772
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-expl.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 2f45e3e0ef9786b405ba8541ae97c29a57cedab8dba8a3741565db76010c3b63
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-fabs.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 74cf9ceb1d4699552cce677684432751efd54b02f10f3203ae6a9547a7cfc425
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-fbufmode.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: eb1753724afdabbb18358bb23bf14ca7c2f69dafb235529e336236ce73f768f8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fchdir.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 6ac79441bfae409e666c8524a8047eb9396b1426f2c234bd85f223b33d8b7afe
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fchownat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f1af0144f20ff0c06d60a587bea99a1d78d1609b7bce73356f0dbb2fd462436f
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-fcntl-h-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 61dad678091995652e5d3a206765b88026175884506040a395b006dc11733565
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-fcntl-h.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 546fc10492bf025571e0c5aebfeeada911c8ba7bf7cd433079160bf7192cbc30
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fcntl-safer.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: d8c1215affab81d2718b0536e4b6248f9ed8963941d1e284c85902e783016886
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fcntl.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 073efec157342383ed0d6a41d72f7ee4a72e43b12d6e97449a8d8f2253069a65
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-fdopendir.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b6d8819962ff9b804dcb20a06dc18024d5f1f683dd9336308ddfdddab4d6a31b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fdutimensat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8ef1994148dea6997018037f204d501999f25f319722314aa9e4732385189558
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-fflush.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 0f62d2ba18435c4079f61ae7f18fb2f7ca1ed3e1683e93ca75e784182e40143e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fflush2.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 1105f994d4cf229156ebe4b501ff84d68b0b458ebdd9a4cf22a8fd83190e126e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fflush2.sh:
+  copyright: ''
+  hash: 9d3df2d637b481f1d5f1437b111dc2061bcf8e995843af8856817103951b1483
+  license: ''
+  license_text: ''
+./tests/test-file-has-acl.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: bac60cc10d17076d11fb1385ea8761fd9379b40307cf55c21843dadedfae5a32
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-file-has-acl.sh:
+  copyright: ''
+  hash: b1467dfc3f8068c2ef6833ef9f6e517dbb8289b1f4c720ab888072f32c7a9636
+  license: ''
+  license_text: ''
+./tests/test-filenamecat.c:
+  copyright: 1996-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 013dec74388a267f066645d66af5611cf9ed30ea4a4247ac6c10d974d2c7eeda
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-filevercmp.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a5104a754915a17f8657168ccc638848ec20fa0b82fb1d24895b777b8cced2b8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-flock.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 29b3f5da9a6d59e3c2c3c1ca75afd66f3c2f11b716f7bdbef2c27ac33c2c8b01
+  license: GPL-3+
+  license_text: ''
+./tests/test-floor-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 5743081f233e651495c95b6736bcca20ca30122920e48dc0b62cb4ab99827c31
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-floor1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5ddb7b48522b5ca20028bcb15e32e8751d6f978be8805e1d4d04cafb75bfb630
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-floor2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5ddb7b48522b5ca20028bcb15e32e8751d6f978be8805e1d4d04cafb75bfb630
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-floorf-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 5743081f233e651495c95b6736bcca20ca30122920e48dc0b62cb4ab99827c31
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-floorf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5ddb7b48522b5ca20028bcb15e32e8751d6f978be8805e1d4d04cafb75bfb630
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-floorf2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5ddb7b48522b5ca20028bcb15e32e8751d6f978be8805e1d4d04cafb75bfb630
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-floorl-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 5743081f233e651495c95b6736bcca20ca30122920e48dc0b62cb4ab99827c31
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-floorl.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5ddb7b48522b5ca20028bcb15e32e8751d6f978be8805e1d4d04cafb75bfb630
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fmod.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 270bca5154556eff4ed21e7aad57607bc2a01a28765ec22aa30beafed7e105b7
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-fnmatch.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9c0409e26dd8df051c173b5702d2f1a1a43d6b243f13d89abb44793b533ce2c6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fopen-safer.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: eb7b84a350dae7142f65bce5841abe651c1a7e67f61d69ef8d5cb8f9441dbbe2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fopen.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: eb7b84a350dae7142f65bce5841abe651c1a7e67f61d69ef8d5cb8f9441dbbe2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fopen.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: eb7b84a350dae7142f65bce5841abe651c1a7e67f61d69ef8d5cb8f9441dbbe2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-forkpty.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 80c94a7273f4bd8b88afb9bec972a20fc63a737973c3cafa752e9211d5db35ef
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-fpending.c:
+  copyright: 2004, 2007-2011 Free Software Foundation, Inc.
+  hash: a6e94033d1952c65a8767d832cdfe42d755ba2e3a935f69a7443121f5df883bc
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fpending.sh:
+  copyright: ''
+  hash: db7046a61b7536849f3d58ac4a230b874a449d61a4f33331d2a39e3eb40cf26f
+  license: ''
+  license_text: ''
+./tests/test-fprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e86b9641651d43dc73a99b680a9e90c1258c3d3a7940ee29d0e65d819cddb903
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fprintf-posix.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: f98908719939e036c733959b78239a6cac53fb10c25dc39f1a7a7511becce110
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fprintf-posix.sh:
+  copyright: ''
+  hash: 99530f369d42274f641c5404f05d6eac54cef4816643f576b94631d3bd50e8ab
+  license: ''
+  license_text: ''
+./tests/test-fprintf-posix2.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 80f3510272f9279d7cbc83ddb178f85c38514ae30de696ba5aa64723fbaba4d8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fprintf-posix2.sh:
+  copyright: ''
+  hash: 57de5c6be9adb4eb8e8cc416f2c47f934f82f4d3ce6256ce7e72fdfd6a727377
+  license: ''
+  license_text: ''
+./tests/test-fprintf-posix3.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: da010474b0c7c148e5febdcbc464b6e9eba4a93d56735b8b76a25374ed3322e3
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-fprintf-posix3.sh:
+  copyright: ''
+  hash: f44195f2a8fba3ac645d46c72443aeab73e9ded556e81e338e6cb52313887dbd
+  license: ''
+  license_text: ''
+./tests/test-fpurge.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: d8518bfeb60e0302d58bbd16c9e8d81ec4355ff47ccbc5a7d25f2dc76375942a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-freadable.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 9bcd36ee545ce956335d56bc0181c2feb1da3f4780d94052b58508e623b5f22e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-freadahead.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 677542594fc562f0034a5fa491006b6a8709c9d85fad1e590b639b0f8d5c047b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-freadahead.sh:
+  copyright: ''
+  hash: 7d4e9892370ff589533c590bd88ec5f6aea65ce8126c798ab48f96d87cc0de4f
+  license: ''
+  license_text: ''
+./tests/test-freading.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 331992cf3b3547f2b82842d8b3f4e816f66266083a612b88b37eb522de372655
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-freadptr.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ad273b16dd9cbc4092767addcaddac15733381659e9af7380f8e72a624e0d185
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-freadptr.sh:
+  copyright: ''
+  hash: d77d62afd49fb9b006aa3f1b2e41fb246f8f4e6ed232637b8c5efb02e31f6e9d
+  license: ''
+  license_text: ''
+./tests/test-freadptr2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ad273b16dd9cbc4092767addcaddac15733381659e9af7380f8e72a624e0d185
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-freadptr2.sh:
+  copyright: ''
+  hash: 9e8bf4b4fdad153f5bcaf5d3d9a51c2b362cc5e21262c769e87e36bf29f6f3d3
+  license: ''
+  license_text: ''
+./tests/test-freadseek.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 171b704fbb468678d62d9231ad7fd32ae175fff2d8afb5327a9ff7446221edad
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-freadseek.sh:
+  copyright: ''
+  hash: 8c922bdee150c36bbbc68d2273511885bd4f54145ec4e0e0b74333e9ab68c5e1
+  license: ''
+  license_text: ''
+./tests/test-freopen-safer.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 51aeaa9352bf32443ea070552c0b4ea82f117b8c0db909b3a3a890a38f77a1c8
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-freopen.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: eb7b84a350dae7142f65bce5841abe651c1a7e67f61d69ef8d5cb8f9441dbbe2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-frexp.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 9d8cad80916a089a79f9fb6e1026ff2dc494ad5d66172308ed8b640055a61503
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-frexpl.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: cdb287dd78412b4d560a68c5b9c84a59d4639afdf1da69201eb87a7c5405febb
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fseek.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 93088740b8b9b1037f5b479017d48c75e42bf277adaaf1d0c92738f61621db32
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fseek.sh:
+  copyright: ''
+  hash: a221109e451414ff3596a9e2fc85ecad8dc9a4b5d41c4be22ca4e8d4bdaaedcf
+  license: ''
+  license_text: ''
+./tests/test-fseek2.sh:
+  copyright: ''
+  hash: 9312e62b8100ef1a5c959e559f4347907430ddca9ad4854cd611110b0768ad4d
+  license: ''
+  license_text: ''
+./tests/test-fseeko.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8d85972a8f83081dfa5616f21cc13df242d1feb98d921083c933a954260f1a59
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fseeko.sh:
+  copyright: ''
+  hash: 5d1445019d710edf18f8405db195d0e08c95a9f8bb20b59f25e5f0d22e19dba8
+  license: ''
+  license_text: ''
+./tests/test-fseeko2.sh:
+  copyright: ''
+  hash: 4c322333a62415b01f183b120936fc72916ad98c98b42ee36bc50c14d8651559
+  license: ''
+  license_text: ''
+./tests/test-fseterr.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 656d67f59c91258174992697776bb5083e8f727a9db4993e41a4a78bb4d9cdaa
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fstatat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 25a2c3ae885465d91c40a13b339cae26acbc96ab046413cf00ad8465727dced1
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-fstrcmp.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a7b953aec29b754bdc8902afb957002ca9cf84537911ef39d0e7ff04a825530e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fsync.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: b38f0484a3d43ed58738c5755dd4df09286f9714925f257f7a0738ede2991957
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 2 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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, write to the Free Software Foundation,
+
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+'
+./tests/test-ftell.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 63d64f09bf1f1d62d7c66ceeaa398a9dedf17040a1b0e12090bf8e7b04298bd9
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-ftell.sh:
+  copyright: ''
+  hash: 86795dd7b612958804e50342aecbc2d23222542142f4e6a6408e4f10a1f6a2dc
+  license: ''
+  license_text: ''
+./tests/test-ftell2.sh:
+  copyright: ''
+  hash: 9290b195ad04a0d882c97eea29fb2ce8c5a4a9eedd6b43841d516a027908ccd2
+  license: ''
+  license_text: ''
+./tests/test-ftell3.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 63d64f09bf1f1d62d7c66ceeaa398a9dedf17040a1b0e12090bf8e7b04298bd9
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-ftello.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 03a5c449fb2ffa0dff0ee721d002e4f2852088e9b16607a74927806515927d77
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-ftello.sh:
+  copyright: ''
+  hash: 3fecd8a2adefe6f15a998f136266ef37222cf6273ba1da4cce7d097635bde45e
+  license: ''
+  license_text: ''
+./tests/test-ftello2.sh:
+  copyright: ''
+  hash: d6d309f9866760abce0c773c476943b19b6201596ed4ce4b3163ca3c5510c760
+  license: ''
+  license_text: ''
+./tests/test-ftello3.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 03a5c449fb2ffa0dff0ee721d002e4f2852088e9b16607a74927806515927d77
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-func.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0edd285873afc7f565cd08f947d6ce97825dcd892e5c0c8c39278ced3a84bdf6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-futimens.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e5fe33582ae4a03d29f5b852ffdbfb2f19387887c139c1e4624dee1c7db194cc
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-futimens.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0379d0079b1dd351ca74d3811c5b789d5d0b26ba97995ed3bbb61184a6a70b84
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-fwritable.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: b0c8b308f61d28f6389b6686ff109e0af5885ff3bd62f4ca31efcc1d04c6e7e8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-fwriting.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e0c4f1165318f1216b1b6a974813f51acf909333941e001bbe747130aed7e2dd
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-gc-arcfour.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 6a01cbc50a4e717845ee276ff9ff9648336af20c1155c16693f55cd1c7894c88
+  license: GPL-3+
+  license_text: ''
+./tests/test-gc-arctwo.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 6a01cbc50a4e717845ee276ff9ff9648336af20c1155c16693f55cd1c7894c88
+  license: GPL-3+
+  license_text: ''
+./tests/test-gc-des.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 6a01cbc50a4e717845ee276ff9ff9648336af20c1155c16693f55cd1c7894c88
+  license: GPL-3+
+  license_text: ''
+./tests/test-gc-hmac-md5.c:
+  copyright: 2005-2011 Free Software Foundation, Inc.
+  hash: 6a01cbc50a4e717845ee276ff9ff9648336af20c1155c16693f55cd1c7894c88
+  license: GPL-3+
+  license_text: ''
+./tests/test-gc-hmac-sha1.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 6a01cbc50a4e717845ee276ff9ff9648336af20c1155c16693f55cd1c7894c88
+  license: GPL-3+
+  license_text: ''
+./tests/test-gc-md2.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 6a01cbc50a4e717845ee276ff9ff9648336af20c1155c16693f55cd1c7894c88
+  license: GPL-3+
+  license_text: ''
+./tests/test-gc-md4.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 6a01cbc50a4e717845ee276ff9ff9648336af20c1155c16693f55cd1c7894c88
+  license: GPL-3+
+  license_text: ''
+./tests/test-gc-md5.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 6a01cbc50a4e717845ee276ff9ff9648336af20c1155c16693f55cd1c7894c88
+  license: GPL-3+
+  license_text: ''
+./tests/test-gc-pbkdf2-sha1.c:
+  copyright: 2002, 2003, 2004, 2005, 2007, 2010-2011 Free Software Foundation, Inc.
+  hash: 96f7cc7353290dd35183d5dd0704242884fafd0dead08ce78cef92fb115a9e59
+  license: GPL-3+
+  license_text: ''
+./tests/test-gc-rijndael.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 6a01cbc50a4e717845ee276ff9ff9648336af20c1155c16693f55cd1c7894c88
+  license: GPL-3+
+  license_text: ''
+./tests/test-gc-sha1.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 6a01cbc50a4e717845ee276ff9ff9648336af20c1155c16693f55cd1c7894c88
+  license: GPL-3+
+  license_text: ''
+./tests/test-gc.c:
+  copyright: 2005-2006, 2010-2011 Free Software Foundation, Inc.
+  hash: 3dc4c1179ff692244525ac70088937bafccc16643d3aa4fc3e9b877b178eb8e2
+  license: GPL-3+
+  license_text: ''
+./tests/test-get-rusage-as.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 346821a38ade7e23d6c2a1b0f9aa04699d1f248d67c66b5a750f94cb38d0c9bd
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-get-rusage-data.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: f410a15a21786eeda82a4a7071c9f8e361a12328a778acb9b8f78427e76fb85a
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-getaddrinfo.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: e337ffae899af2e102dc94f160ccce7c4089d60fd3a60c10df3fafb9742f4822
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-getcwd.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f7ee54c65fcb702d25506d49b5808ee99cc08c46d88a527bd2bee5a1370f4b97
+  license: GPL-3+
+  license_text: ''
+./tests/test-getdelim.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e3047ff6aa206f77bf27bc61d6a94d1757a5a756f85cdbbc37091dbb07d7f652
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-getdomainname.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: e5838be4b911953c57b390783c1f70e06b8397801a3733e0ea232414e4832032
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-getdtablesize.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 793ccfd92899fee3ddb722311905cfe844a0022822de843b24e9457612d14f80
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-getgroups.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 062bfbc3fa5fcbf6c860ff7605cea1f64d4c9fef51838220cf156ff6d2595cb3
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-gethostname.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: e5838be4b911953c57b390783c1f70e06b8397801a3733e0ea232414e4832032
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-getline.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 6eb9fe32258abfa8bad2ee86c19264f6e2d574caab9792bdce301675e2b71f8b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-getloadavg.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 626229c23f473315003472e772c884a721291e8feda972b73709df610d9fdc24
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-getlogin.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c93733a4c55bf1324a4645117d3ec60f85d5fcc863fbecdf766bd04b2a3805cb
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-getlogin_r.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c93733a4c55bf1324a4645117d3ec60f85d5fcc863fbecdf766bd04b2a3805cb
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-getndelim2.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: cc99f19d048b1a3bdae223fd3003150b005d2f3a70ee1313981bc002f98afa76
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-getopt.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: da088e1047ebe60932c72ed8d5ae11abbe57f7146f2addffb20129ad4bbf84f0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-getopt.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: da088e1047ebe60932c72ed8d5ae11abbe57f7146f2addffb20129ad4bbf84f0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-getopt_long.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: da088e1047ebe60932c72ed8d5ae11abbe57f7146f2addffb20129ad4bbf84f0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-getpass.c:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: fceeed29713c2144297e44be7ca8823fd7eb800209b06a23529fcab0e0270aee
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-gettimeofday.c:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2385018e4d98a80d87f10ccad5d66eb0077add8f30d862f55e46106bf7e90e3c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-glob-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ac8dd1d41511d0babdcd5b20929f392cdbd86ded09b3773091eb237ab6129a1d
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-glob.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 62e39da9bd8c4daa670da34e30c91e81e30ff4b817a02886429f6c1dfbcd6fea
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-hash.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3c3d39ed895c8e3e00b6d6f3c7361724df8fae4bb7e8ecf056cc380db01a2d9e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-hmac-md5.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: e63b1e5fd8d765d53a2d4c30b203d0250ea13f15d335f7508b691dea06779e4c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-hmac-sha1.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: e63b1e5fd8d765d53a2d4c30b203d0250ea13f15d335f7508b691dea06779e4c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-hypot.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: a39bc039a3a08ce4b88da4a81606837e4d771f84359e54370de57eecfc3cef1d
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-i-ring.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 742ec9c55f90fec0cad502d4ad2abb842f32858fb177b9c6bb6086db35f9a03a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-iconv-h-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e9aec183600393ae3d639936c97d2c3b39e790594abbcbe8ddf60cf209ba71c1
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-iconv-h.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 960e79117c16fcf4169c4941b6ab39475f9faae098b79bbad30de9843df7c68e
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-iconv-utf.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 4d658a0dea4350f57fdf486d73e26fddc60c6663edb0635885547954ff876924
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-iconv.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 4d658a0dea4350f57fdf486d73e26fddc60c6663edb0635885547954ff876924
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-iconvme.c:
+  copyright: 2004-2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 82e5cb69a8178c055b16c25734c17099ab47f437d01d37ba9a4791577fe1f8db
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-idpriv-drop.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: caefb282fd94bb6c71bd22fb61e658f497614381c366cb83b48e64247f564324
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-idpriv-drop.sh:
+  copyright: ''
+  hash: 1b6223eb69f34418350f9987b6bf4b62f92e4629eddbc2fa2099aebf95cf6471
+  license: ''
+  license_text: ''
+./tests/test-idpriv-drop.su.sh:
+  copyright: ''
+  hash: a12aa9b509fa38494ad1070d79f1131e19b90de504905f5178d209183b8f7d0e
+  license: ''
+  license_text: ''
+./tests/test-idpriv-droptemp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d910f19d7982b1aaf887b5af2f5039c94b171d97e635616779ff5b0d140a5776
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-idpriv-droptemp.sh:
+  copyright: ''
+  hash: 1b6223eb69f34418350f9987b6bf4b62f92e4629eddbc2fa2099aebf95cf6471
+  license: ''
+  license_text: ''
+./tests/test-idpriv-droptemp.su.sh:
+  copyright: ''
+  hash: a12aa9b509fa38494ad1070d79f1131e19b90de504905f5178d209183b8f7d0e
+  license: ''
+  license_text: ''
+./tests/test-ignore-value.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 1426eeaff49ecf9dcbeb0b19d5ad7635ee3550c039305c1de0a4dceabaabb565
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-inet_ntop.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 987c1641d9b7731488637094783555a2a3cde7a4f6e2dbc90aadbdc2c0f14c21
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-inet_pton.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0138e77758112948e36732e9a70fa25baf0a6d18c65e65bbff64d78667937830
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-ino-map.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 13bbb8deeaf895d3885766a5855bae401baeca1dfc238127ba73d82ad88a1748
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-inttostr.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f3bad721731978f76c251b88ed8c96e7ac84dd5431feeaf9967224fd0cc84bf8
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-inttypes.c:
+  copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: af8bf389c5f8c9cb0475fe6b89a4b10fd8f7a134602f97ccaba7d32bdb626559
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isblank.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 177cec0a36588b449a6c735ca6506db176503b3431e7747753fcd791dc695856
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-isfinite.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: d59c9d8cee2661064eec10f8935f098264ed9d20fb7bdee501f04ba20d3b9fc8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isinf.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 875870d6d88d490f211c3054b72de36a2653349e91c60122fff60613f9286941
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isnan.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e40da74e88621031be7084ef658f128f1a4d01b106b7c59f232700b98629f6df
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isnand-nolibm.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e40da74e88621031be7084ef658f128f1a4d01b106b7c59f232700b98629f6df
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isnand.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e40da74e88621031be7084ef658f128f1a4d01b106b7c59f232700b98629f6df
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isnand.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e40da74e88621031be7084ef658f128f1a4d01b106b7c59f232700b98629f6df
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isnanf-nolibm.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 71be33099301edd25d87db00605d41ab21a56f38654d6360edcc56434148465c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isnanf.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 71be33099301edd25d87db00605d41ab21a56f38654d6360edcc56434148465c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isnanf.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 71be33099301edd25d87db00605d41ab21a56f38654d6360edcc56434148465c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isnanl-nolibm.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 7dbb559f4dea7b440966591d154afc5613b89a529b279677eb2f7c6e5159ea97
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isnanl.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 66be5214c42aa4550d6b377675c90d050d45f5f3e9376f06a1ca10af7778a016
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-isnanl.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 66be5214c42aa4550d6b377675c90d050d45f5f3e9376f06a1ca10af7778a016
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-iswblank.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 4c8fc1c80ac87a86456ce41e776096813b07a84747db395ca436f79d3381f9f1
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-j0.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f6ddb92d8c11cf987175664a292836aa2e1ba11dc003e25a95a9444543e37c60
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-j1.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f798abf4ce9cd1c007dc3372d6415052d73dcfd636ed383824988314ffaf158f
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-jn.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 342558b0b404f9832b54bc3ce0a4a02e35953c1b5032afe8e0df3a216e30cb21
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-langinfo-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 09bcc8bc51712ec19fb4f775def32e42e50b75ed7b7124c43d23a83eb88274ce
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-langinfo.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e136bfaab083b08bb7e2f45d78798b6020e8d56e80e9f3da4e2e19d9c3b0ec52
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-lchown.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: cc53a1319d077976fef5b1b4b1775428c580081df0bca6fd7c0449517e3003a9
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-lchown.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: cc53a1319d077976fef5b1b4b1775428c580081df0bca6fd7c0449517e3003a9
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-ldexp.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 0878ec28cda51f80214a0cd755021b604a0aff790e84894ad929f50b0b6d3b84
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-ldexpl.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 18791de405906e04f1ca8713a2d6b04a1cd6ca175c71744db43704ab4d2d65de
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-lgamma.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b441e8e7e6b231a3ed787803dd55934dbd2e3c6aa75fb7094d94192a47fb12f9
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-link.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a5b595ef72e2aa9e6fd456e46b2bd707c1e69146eadcfa74c884b63b31caf553
+  license: GPL-3+
+  license_text: ''
+./tests/test-link.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a5b595ef72e2aa9e6fd456e46b2bd707c1e69146eadcfa74c884b63b31caf553
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-linkat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: fa4992c8428a8671acc90493e7117c026b3b30291924ca7537ad7ebf4813299a
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-linked_list.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: cc539b09af41b8e4482d352ef076e0255f1f8368f240da5d72eb711fb4869fe7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-linkedhash_list.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: cc539b09af41b8e4482d352ef076e0255f1f8368f240da5d72eb711fb4869fe7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-locale-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: fc3c7a8defc652ac7cb93b0bb2d3ced88df2c1430c2bd5b2adc5fddf66bf8082
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-locale-c++2.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: fc3c7a8defc652ac7cb93b0bb2d3ced88df2c1430c2bd5b2adc5fddf66bf8082
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-locale.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: d6b94d6ea43d23a8e34388e829be827401bd300e35a1cd3176b90227ee4b93be
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-localename.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: b992385ee438364bf8b9ec933aa665a26f2128c3def060b796730f93f5219104
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-lock.c:
+  copyright: 2005, 2008-2011 Free Software Foundation, Inc.
+  hash: 5a2de085f56f57e3c47d2d91e8d38b4802931e5801669913c821835771d996f3
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-log.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: a5d889e0c3881b6fc2064f5727232e545de7547722c5897800126896c25fde90
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-log10.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 756bc9d87d17a0f1f623344566cfdbee04164c90e33f92621644183e7f6249d6
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-log1p.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 2d6d2f04d06a1a707df68a84f7672d6aab5eb0a89ab0c711356430a2fc681bce
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-logb.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d310b975cf4eab40a7851786680cdd4615d16dbe001d0a4fd4ec4341d1c75fa3
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-login_tty.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c54e28097f5844b96f54e4fe391b52af240577455f9a007dfc3b63cdde182529
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-logl.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 6a182141662e63e2525dcafff6db6b4f1fa7c3a7fe31d7728e86a86a2a9bf800
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-lseek.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 9f1092f73c10c7a51c5afc433828b3bc82028f2bf7501f13968a31aaf4f48e27
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-lseek.sh:
+  copyright: ''
+  hash: d14b04f043751da53661708797531177b202d145d510624f0db204f674328832
+  license: ''
+  license_text: ''
+./tests/test-lstat.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: c1ce94fbb33e159862c5678fe182d6e9c91c9e8495c22e515b322193b7fe2444
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-lstat.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: c1ce94fbb33e159862c5678fe182d6e9c91c9e8495c22e515b322193b7fe2444
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-lutimens.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0379d0079b1dd351ca74d3811c5b789d5d0b26ba97995ed3bbb61184a6a70b84
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-malloc-gnu.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c028a012f31269a4b5d2b8569514404dd9af47c2374578e85cc9a6daaecb82ff
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-malloca.c:
+  copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 49c1abac3d5de3d55189c16c18954c030870436f8911f2ee4240b5e30f8c0e9b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-math-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 523d67b46891e2452958d85e089218b068af7a2b7b6ea60397b1dc7e1c4d1b49
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-math-c++2.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 523d67b46891e2452958d85e089218b068af7a2b7b6ea60397b1dc7e1c4d1b49
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-math.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 7e1655509bd9a9cb556c4c9510317d32d5f6fa022e2e5ff57c069abf11a4be92
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbmemcasecmp.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 924b1baded269c4149bd392bbab65110bf72980dd3bd27e271e20f7ad45dc9aa
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbmemcasecmp.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 924b1baded269c4149bd392bbab65110bf72980dd3bd27e271e20f7ad45dc9aa
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbmemcasecmp1.sh:
+  copyright: ''
+  hash: 7304bc74f3d3a258e8210ea8a863f27aab54802b024dabb25a34b9549960b9f5
+  license: ''
+  license_text: ''
+./tests/test-mbmemcasecmp2.sh:
+  copyright: ''
+  hash: d16fd0422c4a2d96385d5b90b9c0f2c8f969de1dd4a33c5bb02fa4ac381f6f4d
+  license: ''
+  license_text: ''
+./tests/test-mbmemcasecmp3.sh:
+  copyright: ''
+  hash: eb492e8155da1b1de4e2250f06e478962793d6cabe9a519fd2384d15110677e7
+  license: ''
+  license_text: ''
+./tests/test-mbmemcasecoll.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 924b1baded269c4149bd392bbab65110bf72980dd3bd27e271e20f7ad45dc9aa
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbmemcasecoll1.sh:
+  copyright: ''
+  hash: faed7a5be2e3810c0ffc7a90a52082c8f5cf3db405497a7e9010d2c719231ff6
+  license: ''
+  license_text: ''
+./tests/test-mbmemcasecoll2.sh:
+  copyright: ''
+  hash: f4fab277f9f292c7d753f3600aff43593c48069a4a3f6265958aa87a8c312491
+  license: ''
+  license_text: ''
+./tests/test-mbmemcasecoll3.sh:
+  copyright: ''
+  hash: 331ac5a20f06f5d44432e5fa4396101952cb6e60bbaf36beee49e11ca7933770
+  license: ''
+  license_text: ''
+./tests/test-mbrtowc-w32-1.sh:
+  copyright: ''
+  hash: 420f0fc5e580132dfd4b5fd47dcddbb7ff17e83bb1930d4d4d997335907995b3
+  license: ''
+  license_text: ''
+./tests/test-mbrtowc-w32-2.sh:
+  copyright: ''
+  hash: 002b8fa91dc47f7f1adc7b4081144d9c1652b6e5301d9bbaba7c33565b5f1a2d
+  license: ''
+  license_text: ''
+./tests/test-mbrtowc-w32-3.sh:
+  copyright: ''
+  hash: d43e1084d6603fb69151d207656f31350d3fa95a6ba75aac1137a92f5ed35e40
+  license: ''
+  license_text: ''
+./tests/test-mbrtowc-w32-4.sh:
+  copyright: ''
+  hash: 06847d4a2e65993895ae687abf50b645a1d5b825bca21754596115a7092d0e42
+  license: ''
+  license_text: ''
+./tests/test-mbrtowc-w32-5.sh:
+  copyright: ''
+  hash: 1505f8f787735b9528f23d2c5137902c949db4884a003ab5a952a161eb14cc46
+  license: ''
+  license_text: ''
+./tests/test-mbrtowc-w32-6.sh:
+  copyright: ''
+  hash: 4c2c0eef8c1365907a39725d0aab7294867f3537f75a1ea2b6f13926c93f4ece
+  license: ''
+  license_text: ''
+./tests/test-mbrtowc-w32-7.sh:
+  copyright: ''
+  hash: 3d94b4e39331d21869969fce8dcd6e6c2adad7db50defe72f2dee2a5e5ade0cc
+  license: ''
+  license_text: ''
+./tests/test-mbrtowc-w32.c:
+  copyright: 2008-2011 Free Software Foundation, Inc
+  hash: 30bd86b6b780a9216c521474d08ed6151c73ccce6223a113d6ca052e5c35ce94
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-mbrtowc.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 30bd86b6b780a9216c521474d08ed6151c73ccce6223a113d6ca052e5c35ce94
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbrtowc1.sh:
+  copyright: ''
+  hash: aa376c39dd66d55e6cbbc2acb3c88909aef3ab2b5dd2b88b64237d1a5113a325
+  license: ''
+  license_text: ''
+./tests/test-mbrtowc2.sh:
+  copyright: ''
+  hash: d05e570292161c8c07a2800cbb86f2f1daad410c45f9cc4d75885cb775ef3edd
+  license: ''
+  license_text: ''
+./tests/test-mbrtowc3.sh:
+  copyright: ''
+  hash: a961e18d55829ef9ae6b5b67be607ed9c09ad44805d1958dec5a216b8b2d4dd2
+  license: ''
+  license_text: ''
+./tests/test-mbrtowc4.sh:
+  copyright: ''
+  hash: edcefd4d5f047e46e09c57c8f49fd8a5acf6198d6e1457b0b0f8d0a35c8acb36
+  license: ''
+  license_text: ''
+./tests/test-mbscasecmp.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e7965dca449d5bb4701832a83e3073b7729cd5b08aa5a5b3d857d1530058cfe8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbscasecmp.sh:
+  copyright: ''
+  hash: c400cba3bdc37f57ff59514590ef1c1ffb525def25363dc057cb795350258088
+  license: ''
+  license_text: ''
+./tests/test-mbscasestr1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ff9fc10cd78368393fdc9c8890b30ccbc3fd81924aea945064c0746befaf9b4b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbscasestr2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8b0f92a436b74c67e12f65ecad841295c3ff6682115991c2966d59df19abe014
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbscasestr2.sh:
+  copyright: ''
+  hash: 7625b9217b1cb7efd0991f90f4f63de80e96364a81c197d42ff0ea48ff92474a
+  license: ''
+  license_text: ''
+./tests/test-mbscasestr3.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ff9fc10cd78368393fdc9c8890b30ccbc3fd81924aea945064c0746befaf9b4b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbscasestr3.sh:
+  copyright: ''
+  hash: 7bea28d4bcddc0db1d408f47ea4d152507a19397c06a739f5f996b2dcbb95f8c
+  license: ''
+  license_text: ''
+./tests/test-mbscasestr4.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ff9fc10cd78368393fdc9c8890b30ccbc3fd81924aea945064c0746befaf9b4b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbscasestr4.sh:
+  copyright: ''
+  hash: 7499e59252f59878b81950d351ed8786d455589a88cd005e7ff98abd521ae4b7
+  license: ''
+  license_text: ''
+./tests/test-mbschr.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 62a36e5a2ff2d96bae996e543fe6d5b69ae0e01b113772cef65534a34f7dfe9f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbschr.sh:
+  copyright: ''
+  hash: 7a680a0884655b6591b91b98d2e0192e1defe778a12f3a5bf271aa6a761692a5
+  license: ''
+  license_text: ''
+./tests/test-mbscspn.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 2bc37bb25a7918acccb13c7d981c31240f505b7c8a2e5de3b1f539f2d8508441
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbscspn.sh:
+  copyright: ''
+  hash: 15cc680a7cb6f0f0f80715a88a5c62b67c5ae2c99589420be9f5a7312d252e3a
+  license: ''
+  license_text: ''
+./tests/test-mbsinit.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: c0e73535626ac302a01ece563c737dc7afbb3024293b70fa9ee5c73a19fb442c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbsinit.sh:
+  copyright: ''
+  hash: 104168895eecfbae80f96f8abd4c73822d9dcb2ce305f8020a0424fe2d55a660
+  license: ''
+  license_text: ''
+./tests/test-mbsncasecmp.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e7965dca449d5bb4701832a83e3073b7729cd5b08aa5a5b3d857d1530058cfe8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbsncasecmp.sh:
+  copyright: ''
+  hash: 50eadc9df534559ed5509be4a6af2522252ace74a00646bceff01daa139b622d
+  license: ''
+  license_text: ''
+./tests/test-mbsnrtowcs.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: ea83faf0b4334f54eaf4aab6bb8f25f101b265417674da030d4ea5a3338f9f6a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbsnrtowcs1.sh:
+  copyright: ''
+  hash: 5db850b49c6897a60588a348aadf7f5ad696f27f58876613cb686088e82065ad
+  license: ''
+  license_text: ''
+./tests/test-mbsnrtowcs2.sh:
+  copyright: ''
+  hash: c861368b11ee095bb6d9f0229cc3a369b8a0244e453dc686b3540a954bc1b155
+  license: ''
+  license_text: ''
+./tests/test-mbsnrtowcs3.sh:
+  copyright: ''
+  hash: a8194d6aefb2a02a416354be9e9474c0c19403adf757cb21204119931c188056
+  license: ''
+  license_text: ''
+./tests/test-mbsnrtowcs4.sh:
+  copyright: ''
+  hash: db2098f520d0c8aeebc9ec8e24bcb668e5ce3afd425e13c07d4bd7c3a7ab51d6
+  license: ''
+  license_text: ''
+./tests/test-mbspbrk.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 2bc37bb25a7918acccb13c7d981c31240f505b7c8a2e5de3b1f539f2d8508441
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbspbrk.sh:
+  copyright: ''
+  hash: b68f5c5e76fdb5ff39f3a4b137f26afec83fbedd80132cb547663c5113395523
+  license: ''
+  license_text: ''
+./tests/test-mbspcasecmp.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e7965dca449d5bb4701832a83e3073b7729cd5b08aa5a5b3d857d1530058cfe8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbspcasecmp.sh:
+  copyright: ''
+  hash: 0dc0b806a5fc1a9d2110db05246da688cf15390dc3d79948a5d6a2bbf2040af3
+  license: ''
+  license_text: ''
+./tests/test-mbsrchr.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 2ef071d402108fe2710fb146b0fbd7871399754405122460460e420eb026f2da
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbsrchr.sh:
+  copyright: ''
+  hash: f8f59a2913930da2af1851dc24468f2921742b6091b86a65e284b38b418a1397
+  license: ''
+  license_text: ''
+./tests/test-mbsrtowcs.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: ea83faf0b4334f54eaf4aab6bb8f25f101b265417674da030d4ea5a3338f9f6a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbsrtowcs1.sh:
+  copyright: ''
+  hash: fb24fa64654c7d2c588311970717aea290a3291349f8a5611aaa761713119cc6
+  license: ''
+  license_text: ''
+./tests/test-mbsrtowcs2.sh:
+  copyright: ''
+  hash: 8d030f6028e543b4d93dfb8f14b84edd1541dc11d65ce84d512191a78bc1b4fe
+  license: ''
+  license_text: ''
+./tests/test-mbsrtowcs3.sh:
+  copyright: ''
+  hash: b23b005a9360d7365bfc10ca426905259d2d38be17a55283e063f01a62ec8332
+  license: ''
+  license_text: ''
+./tests/test-mbsrtowcs4.sh:
+  copyright: ''
+  hash: 207d7ee682369340ed853b46675579d3be4a2707c2299493f560022e518ab334
+  license: ''
+  license_text: ''
+./tests/test-mbsspn.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 6a564ca31cc04eb061b2438b15490289c6c801eb3fb2beff04a1b77430b67884
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbsspn.sh:
+  copyright: ''
+  hash: e0bd7e62a91c072db88164046ecd6f42c88ce44a634a76eb1c83c248831dd936
+  license: ''
+  license_text: ''
+./tests/test-mbsstr1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8b0f92a436b74c67e12f65ecad841295c3ff6682115991c2966d59df19abe014
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbsstr2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8b0f92a436b74c67e12f65ecad841295c3ff6682115991c2966d59df19abe014
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbsstr2.sh:
+  copyright: ''
+  hash: 1d805ef1e6eab2c44e8668fa623a5d246869cb3f39a685c4a3135996e45ead77
+  license: ''
+  license_text: ''
+./tests/test-mbsstr3.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8b0f92a436b74c67e12f65ecad841295c3ff6682115991c2966d59df19abe014
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mbsstr3.sh:
+  copyright: ''
+  hash: 880ac90918e954ae500cce18004a2592619063b0cb6de41740f197f38df9d415
+  license: ''
+  license_text: ''
+./tests/test-md2.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: ad60198fd4baa0785d74c81ce6c2c604dae6dca1c500d3fdd768bf6188d111ae
+  license: GPL-3+
+  license_text: ''
+./tests/test-md4.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 6a01cbc50a4e717845ee276ff9ff9648336af20c1155c16693f55cd1c7894c88
+  license: GPL-3+
+  license_text: ''
+./tests/test-md5.c:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: 02bc7f0e6bd2b765a7e4e6083edcd4c2ede99564deb062f155502b61d02fe69f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-memcasecmp.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8703ac32b1d14af833443f47a2e80437390ddf1e607afede25b82ef9f0ba1a93
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-memchr.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 37dc88fc963709976b7f817dd537dd7c2023b2c750e6a1dc16d4a6d6f5d39eb0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-memchr2.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: c7245ce39df2d12086adc8019c39910e0babd3619546ab98f11c6c4a4e3d3da0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-memcmp.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 30e64b08f54886432efa995c4ed9d408eeca0872f99c6e9582a88cbab9736ea9
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-memcoll.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8703ac32b1d14af833443f47a2e80437390ddf1e607afede25b82ef9f0ba1a93
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-memmem.c:
+  copyright: 2004, 2007-2011 Free Software Foundation, Inc.
+  hash: 53b6c1786cace100124dcdb01dfe6cba90a98692f4f779613c620876db818cbe
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-memrchr.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 37dc88fc963709976b7f817dd537dd7c2023b2c750e6a1dc16d4a6d6f5d39eb0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-mkdir.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ec426e170973912fa90d58ed23819ec9492765af43a3d64d4679b3cb1d43beeb
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-mkdir.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 71db1b9536cc8427c50b6a63f4fe7cf392678070e551b9fa26432da184a8b281
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-mkdirat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5317c3078551ac0d90b9e223e897b1611d40926a13803fb9cb4cfad8216c2184
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-mkfifo.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 323c37ddbdd9300b887e27e674bba8dfcc7b083fd69a61924ee7ba021a7eee17
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-mkfifo.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 940a49bbb98e1eb8d0c2599083117abf64d97cfff7e5f64106024c798fb10b08
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-mkfifoat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b5bbecd713a1dd0bd3f92cfa505cc60449ef7c343bfc4aa11ee6aff0a27a0864
+  license: GPL-3+
+  license_text: ''
+./tests/test-mknod.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 22ef1ac813704de905b57aba4a311a83e117d8840372b7ed5bc3763b18428041
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-modf.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 3e7b4f41ed6a5701cd35956bb024b523678f17ca8f8ed92ee632bd2bcc01ccf2
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-nanosleep.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7a27dac04a5ec352e382a35a83c47c7cd5d65f34ca330071e95e1a28f26f6d3b
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-net_if.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 12cfc22339ac76565218af815648cd24fed8acecbccf9c995ae556ca8a04fcc4
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-netdb.c:
+  copyright: 2007-2008, 2010-2011 Free Software Foundation, Inc.
+  hash: bcdac6c7e23e095408f4819062234c1dc0d1ecdd7b40b7a1d63a65b3453f788f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-netinet_in.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 2e3361b5a95e60453647eb89d97c9e96881cbfd2637a084137f23c16c82f920d
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-nextafter.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c913a2b3e5804ac57d8fabfdad2268a9909ebf38da691ffecbcaf4793a799465
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-nl_langinfo.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: aa61b3225d9a69fd757e5d2198348d647df76f5755a65db7e4340c6872a18195
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-nl_langinfo.sh:
+  copyright: ''
+  hash: 17aa6dcd91c28d45a2ea30cc5fdffd4566c5e3de0997b8e4ea8515dbe8cdde09
+  license: ''
+  license_text: ''
+./tests/test-nonblocking.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: d754171baaeec4bf259e68b2e1e0568ba7ef597e8a4b921bf9e02c5d323d55dd
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-obstack-printf.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 2156e4bf63825f74fe434c6f090f5a6b366e68c7a77020cea5e4e2193ae03903
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-open.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: d8c1215affab81d2718b0536e4b6248f9ed8963941d1e284c85902e783016886
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-open.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: d8c1215affab81d2718b0536e4b6248f9ed8963941d1e284c85902e783016886
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-openat-safer.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3a8fa3660d307f580daa836fe43f73295c7784196d64c8365c3cebf6340c8de0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-openat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f946da94f2508a70c5ab2c2c19c38c33d21241ea7abaf65dc491e2403b0a9fdc
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-openpty.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 234acfcb5e483369d413344e148f663ea095ed8a38551f5350f5f230ea8d01e7
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-parse-datetime.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: e70a45352551abed9198aad1795d8fc11912dd0193308d68132f5906a44419f7
+  license: GPL-3+
+  license_text: ''
+./tests/test-parse-duration.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: cd803f0adcd3a86e83add1dc09f31cdeb6d5d262c9f453727193619a13bc2006
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-parse-duration.sh:
+  copyright: ''
+  hash: 2fe603e83804acfadc681a8ed77a25f4146601c1502c37ef8ee8714cfba3919b
+  license: ''
+  license_text: ''
+./tests/test-passfd.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 251def60a67256bcf8f4d51ad7199c7a2c2dc421ec20fc97e483fa7974081761
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-perror.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: c6f38531dc49711fd4b0d22a7e62d890fc63fdf9c9618568d8a107fee103b633
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-perror.sh:
+  copyright: ''
+  hash: 83349ba638f6ffc10680f2e78e438f0e6f20a812237b89ded57d8b48a10ffc79
+  license: ''
+  license_text: ''
+./tests/test-pipe-filter-gi1.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 70e7fd538d4a0a3ed42914ca13e64e288a1130279eb9e95ae13ee7996dccf5fe
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-pipe-filter-gi1.sh:
+  copyright: ''
+  hash: 558b591a3e9e99e92c5b2778f3c06730308aae08234e69612d078c25bcfbb2e0
+  license: ''
+  license_text: ''
+./tests/test-pipe-filter-gi2-child.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1af583c4cb482075129280745c909750a917f35aa499c8d54f1b3a1dfeb945c2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-pipe-filter-gi2-main.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e537f8a6e6f80aeb535a66a94d046465923dfe9d7ad1c77e5858c0048593c68d
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-pipe-filter-gi2.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 950c3773074c4cdee4910a4b52b6fde0493430223629f1ef5eefd3892381dbd2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-pipe-filter-ii1.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 70e7fd538d4a0a3ed42914ca13e64e288a1130279eb9e95ae13ee7996dccf5fe
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-pipe-filter-ii1.sh:
+  copyright: ''
+  hash: 558b591a3e9e99e92c5b2778f3c06730308aae08234e69612d078c25bcfbb2e0
+  license: ''
+  license_text: ''
+./tests/test-pipe-filter-ii2-child.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 208750cbb9d6d7b3328479ae01a6df1c26718426c0157013df0e013a38ab88ad
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-pipe-filter-ii2-main.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 52bf477794ce467bad39eae9b0013ce8d010dd9c2605919064a6cd8af4986318
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-pipe-filter-ii2.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 950c3773074c4cdee4910a4b52b6fde0493430223629f1ef5eefd3892381dbd2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-pipe.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 375e4213fc964424a63a2f6b7d3b1d15d760d59e6d7e0694136e56c35d67e315
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-pipe2.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9b4c00cb1fcaf98c6e79733274904326cc0a9ae8700c8234f3a75f37c24c0ec0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-poll-h-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 101562d2efe83526f2e5000618b98ad70b19f702cd653b25889e2ae057c18b15
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-poll-h.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: be67137e7f63b25f548b3b3bb77a812ed704fb68794cd95d0fe03fe4cfe5195b
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-poll.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 0e8a8c3c57caa67a6e5cf393b57715a03e5d5397f5388db4982e6b244e17b287
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-popen-safer.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f3368ec3dccaae3e81cc3ef994f50351495f0c468234139e67f604e4a4c9eaa5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-popen-safer2.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f3368ec3dccaae3e81cc3ef994f50351495f0c468234139e67f604e4a4c9eaa5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-popen.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f3368ec3dccaae3e81cc3ef994f50351495f0c468234139e67f604e4a4c9eaa5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-popen.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f3368ec3dccaae3e81cc3ef994f50351495f0c468234139e67f604e4a4c9eaa5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-posix_spawn1.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8edf4c72fefc9b22f9c4f3b7e205446c7cc0fdf06e34e2dbf88715700aeead49
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-posix_spawn1.in.sh:
+  copyright: ''
+  hash: 7e7d5c66755ac83d083956f83bfe65ca2c9536cd8b0bd4555a6ba2a03e118aae
+  license: ''
+  license_text: ''
+./tests/test-posix_spawn2.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8edf4c72fefc9b22f9c4f3b7e205446c7cc0fdf06e34e2dbf88715700aeead49
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-posix_spawn2.in.sh:
+  copyright: ''
+  hash: 781d49e1169694f7f7b1db78fc097258bfd1c59d1af21f695f2159606a696251
+  license: ''
+  license_text: ''
+./tests/test-posix_spawn3.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8edf4c72fefc9b22f9c4f3b7e205446c7cc0fdf06e34e2dbf88715700aeead49
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-posixtm.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1c20df0376a64a8c2c8dc01a3912c86b6556eaaa52fbd76aac37637806d12f66
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-pow.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 5d86dc8241ebae25590dc3aacfcd1ce45c6918d0ed3bbb8bb2a456d763f14b9d
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-pread.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 063b151036ce7f0572cc8dcefbdea89879d4fa57e1d08a3546704944d2b0ca03
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-pread.sh:
+  copyright: ''
+  hash: ada62cfddbd39e7d5c0ec6eed148f960e58292fa6e0b51838d1f791470afbe3e
+  license: ''
+  license_text: ''
+./tests/test-printf-frexp.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 9d8cad80916a089a79f9fb6e1026ff2dc494ad5d66172308ed8b640055a61503
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-printf-frexpl.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: cdb287dd78412b4d560a68c5b9c84a59d4639afdf1da69201eb87a7c5405febb
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-printf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: cabaad407146700ed6fd0fdf4eeced5fe6f21837b657e48ba0c01d980df4bdcb
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-printf-posix.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: f98908719939e036c733959b78239a6cac53fb10c25dc39f1a7a7511becce110
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-printf-posix.output:
+  copyright: ''
+  hash: 213315ade646809669a3e177d40a9b01d9430eb55ba1cd18dbc5b5e154433a5a
+  license: ''
+  license_text: ''
+./tests/test-printf-posix.sh:
+  copyright: ''
+  hash: 239e312ff4456b546521d2f0bd0ef84e7286d685ba3477b95b13b0f8aa071f84
+  license: ''
+  license_text: ''
+./tests/test-printf-posix2.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e838737519bb34918c8a2b554f99f237fd8e25bb903171572566158744ac6158
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-printf-posix2.sh:
+  copyright: ''
+  hash: 5c422546366bb292df14233c6829abd4a7154bbc5b7dbf1b21fe2dd4601b8f6f
+  license: ''
+  license_text: ''
+./tests/test-priv-set.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1464717ef87905d3c66520f761ab8ddc13fd4d65d3097b7a5d7dc342f38878ae
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-ptsname.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: af7b3de538041503bbfec665bc79c4db39acee970f58857149bb74d4ba551924
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-pty-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 7c40991ea09c3d48b139023e104b8a9a1c8d61e40ad805abba1c6aa2fdebb1b0
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-pwrite.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8109d37b837a74330f9edf4db1a326d548bfca8fa10293743e3fb2bddd48f7d3
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-pwrite.sh:
+  copyright: ''
+  hash: e5d27223a55aa3d1fc9b06fb3d2f313a807ac8cd5ae56c69f57fd20f7d453782
+  license: ''
+  license_text: ''
+./tests/test-quotearg-simple.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8f49c2ae687f106031d043a831414d0278378bdf25315bd410e678a5d41c0f83
+  license: GPL-3+
+  license_text: ''
+./tests/test-quotearg.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8f49c2ae687f106031d043a831414d0278378bdf25315bd410e678a5d41c0f83
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-quotearg.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8f49c2ae687f106031d043a831414d0278378bdf25315bd410e678a5d41c0f83
+  license: GPL-3+
+  license_text: ''
+./tests/test-quotearg.sh:
+  copyright: ''
+  hash: 31e035b3970d45dd2b1dc5312e77b9586b56aff3c94a597096e78b0d392eb1a3
+  license: ''
+  license_text: ''
+./tests/test-random_r.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 4dc37492cc84b69d33270bc98cf64c67845ba0970d71aafa2ddd9903bd290890
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-rawmemchr.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 37dc88fc963709976b7f817dd537dd7c2023b2c750e6a1dc16d4a6d6f5d39eb0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-rbtree_list.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: cc539b09af41b8e4482d352ef076e0255f1f8368f240da5d72eb711fb4869fe7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-rbtree_oset.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 0b75cb86d6eb24b17131e5be50e5a49c2e384f4c1c99a2e315d8f0d5ce188cae
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-rbtreehash_list.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: cc539b09af41b8e4482d352ef076e0255f1f8368f240da5d72eb711fb4869fe7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-read-file.c:
+  copyright: 2006-2007, 2010-2011 Free Software Foundation, Inc.
+  hash: b8883bb4d9b369680d0c048e3aefebf35c2cea4d24bc0c543e5f6bfc9dbd2384
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-readlink.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8413a6da7b53c4a19ad0c0a1e762c2fc49f2eca1f640c535fdfc6dd34c98b1d1
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-readlink.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8413a6da7b53c4a19ad0c0a1e762c2fc49f2eca1f640c535fdfc6dd34c98b1d1
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-readlinkat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ba1bfe9c8af3a7f032c8868b41d16bde9745e0c81d1260f1a72ffb9c17eb5c5b
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-realloc-gnu.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e1b9cb60038ba3b0f1d207e0c9348e3d4883ff60d924316ae4ba253f0203e013
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-regex-quote.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e3e2e793835f73ae1c40eb09110084346e3b4f250929e0120d274bac7b39786e
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-remainder.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e6b0f42d0e62f116302bc73446d5c75aacc314b10a0844f1be3a98f371346e7b
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-remove.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5347e9e050ac73f6836c46005e9ba89b9ed5f50d32554e69c29bc554ee7f8c77
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-rename.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e6c63e8b3e831c5862e0ac2189ce737e27766afd2b68e0bc7c742045a57f45de
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-rename.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e6c63e8b3e831c5862e0ac2189ce737e27766afd2b68e0bc7c742045a57f45de
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-renameat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8a73ec28ac5997ff761fe87f7c17727a38297e67f0ba19c402b374cd950e2d03
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-rijndael.c:
+  copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+  hash: 37743c2de536ab8b494cbfb51d5ad6cd38e6a08eb445b25f98ae3b44d12aab3a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-rint.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f2cb4a02f5667fc465a7e338695987bbe30bc5c576db541b55fe25cc13c7f171
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-rmdir.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: db4b836fbbb70191e141aea3d2f083c733ac9f89cb131074249a431815074a2b
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-rmdir.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: db4b836fbbb70191e141aea3d2f083c733ac9f89cb131074249a431815074a2b
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-round-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f9919f151539ce93343de95d4f9dca857d7aee76e383e8d0150082d46942072f
+  license: GPL-3+
+  license_text: ''
+./tests/test-round1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ce77948e67657990ea4df7517d8cd76ba8b03dee356c6c027c24f120a1a259d7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-round2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a0c4cec8297352a9ab7eb632413cd263343a5323a07c1cabddcf0bddb1ee03e8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-roundf-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f9919f151539ce93343de95d4f9dca857d7aee76e383e8d0150082d46942072f
+  license: GPL-3+
+  license_text: ''
+./tests/test-roundf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ce77948e67657990ea4df7517d8cd76ba8b03dee356c6c027c24f120a1a259d7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-roundf2.c:
+  copyright: ''
+  hash: 2b662978b800617f406056d17c4f610c9ac9a637fe6b41e53db7b8728d9a3386
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-roundl-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f9919f151539ce93343de95d4f9dca857d7aee76e383e8d0150082d46942072f
+  license: GPL-3+
+  license_text: ''
+./tests/test-roundl.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ce77948e67657990ea4df7517d8cd76ba8b03dee356c6c027c24f120a1a259d7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-safe-alloc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f5122264fce701a3a16565c29452a53d1a048f3febb54bf86f59f7f2caa60b2c
+  license: LGPL-3.1+
+  license_text: ''
+./tests/test-sameacls.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 82598ec47659da8eb2a05bbb1abb5bacad25c72724545c4163643c3625439ce7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sched.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 121af11209f60924fd496ded57f2ec6d00a04831ff0fa206cb5570e5ccbe21af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-search-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d7b86625bf00d4ba2ad36ae135aae11d34dab8ba8583939a7688c44c18be7ea9
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-search.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 80e18fb1a98570953e40add8389dc760d6c4ce340478a68c60067e0660e0b621
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-select-fd.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: cf54653b33f91863cc9f6f1f767e77d3eae98f7589aae013a729b16bec4551a6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-select-in.sh:
+  copyright: ''
+  hash: 900e4c2984ffcf50df1cf8f155327f6fc7f9fb45b05e89a8e6117c6615fa0bef
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-select-out.sh:
+  copyright: ''
+  hash: 81a7eb6dd45c11e05d7d72c30afe3a86103b6f785beccfede7592fbece606a1f
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-select-stdin.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: eafda0d119cd2c846cf7bb52a2fc470d06680d6204ecc41c3719b4c75bb706a2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-select.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 64ec8a149b54da55811a58fe7c7807778696c303fd43d96f49f884fc6e89091f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-set-mode-acl.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 1b626d417e1b784df2b9e757d6c53eadf859b5de36fa95c4f58cef8ceaf0cd5d
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-set-mode-acl.sh:
+  copyright: ''
+  hash: b1467dfc3f8068c2ef6833ef9f6e517dbb8289b1f4c720ab888072f32c7a9636
+  license: ''
+  license_text: ''
+./tests/test-setenv.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 4bfd7f7c1c1329e661eadf49131152e6172ca6fe9e74e1218667973efd375fdc
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-setlocale1.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 07cb165a11d4d6852206106b47a41cd1a03256f04c0326682e8e19ce57267015
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-setlocale1.sh:
+  copyright: ''
+  hash: d24cbfa09fe8f7c6800b6db1628c4e2d0ca9ef160103aea2ee31c64dba768b38
+  license: ''
+  license_text: ''
+./tests/test-setlocale2.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 07cb165a11d4d6852206106b47a41cd1a03256f04c0326682e8e19ce57267015
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-setlocale2.sh:
+  copyright: ''
+  hash: a79df2d8e4525cc72f5eed1bf4eb86d4211befe9c50202568f0cd7d9eea829ca
+  license: ''
+  license_text: ''
+./tests/test-sha1.c:
+  copyright: 2005, 2008-2011 Free Software Foundation, Inc.
+  hash: dd22c6cb19d9bb6d89f0344f6bfce7e7b0f014592ebaea9ddd09d13eb5586935
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sigaction.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 59f19bd817baa388172ac2e8fb32248e1365ae15306e7f650f42c56e7f647439
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-signal-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 78ed0f4d09816e202778298a7e1c5bd97070cd7e1d6825960c1bda68f8a8b032
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-signal-c++2.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 78ed0f4d09816e202778298a7e1c5bd97070cd7e1d6825960c1bda68f8a8b032
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-signal.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0782ae0958d1933a4e1300b24c512faf0138b4224b75336136f888d92e4ea511
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-signbit.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 0dc2a008370b89347be073f03baac6c8d13f589173cfc921e551e82226c1e008
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sigpipe.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 45524823b6f4146d9223f8ca982b7319e872d5acf78a84b1feda5e451cbc45c6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sigpipe.sh:
+  copyright: ''
+  hash: d27845fc8088e77081e32717c8dd8327ed122194c62751c93ef8faff8ee9218c
+  license: ''
+  license_text: ''
+./tests/test-sin.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: df0b3268331459fcadea6b501e1c5b6ffe5d12e5760f9f23aca821a680475571
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sinh.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 197333190e7e9e57455a0e539b036d2a3f86f67396bfc08de6ed5a57bd260799
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sinl.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: cd20fd4ed5b27a2b2a9d0f7d36a8625b081cdcfffe6b7f8ae31e931b1e030dfd
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sleep.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: c02450a6eaa1fc100f6b2c413d010ecb851bf7a884d6c3df64e243b45973d9d1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-snprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 49d440bd874f63bb2de88e4160dc351e5ef2efe8be3d3ced4f44c588fb3d9ba8
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-snprintf-posix.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 9e7287c2004012a2fde6bfbf2dea2ba12ed954bb6ce95c3f86dab27ec0409e99
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-snprintf.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 81e44fdaaa4b24c7f1c418180af153b4f10f8a21743c3ccd1c7856cdffb0432d
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sockets.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: e5838be4b911953c57b390783c1f70e06b8397801a3733e0ea232414e4832032
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-spawn-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 0dba765c9e029516184d67837686e5afaf73c059901a07209c5e08e715f9f0cc
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-spawn-pipe.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d684d5028c01917aa1a76dcc94ec721cebf526cddf77be354e04b17cb2197378
+  license: GPL-3+
+  license_text: ''
+./tests/test-spawn-pipe.sh:
+  copyright: ''
+  hash: d524bc812d0a67b1ac032b639edb00c95fe62480455acfd5fb8756913ff61192
+  license: ''
+  license_text: ''
+./tests/test-spawn.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 05117fa20e0579b74a977fffd9b7940461c9210bd5d43e6d2b1f646919657f97
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 2712d60533ce3a7e9e1439bc01346b16796b8be52a5e7bf4f693e4fe2f6149f5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sprintf-posix.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: f98908719939e036c733959b78239a6cac53fb10c25dc39f1a7a7511becce110
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sqrt.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f4da819511294ccb06b17bcdf03f8da23f88acb793ad23b62acf49d9e1b20b57
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sqrtl.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ebf7da984487e97fe5c727bb8e24df66e6984aaf180d4d77f043c86e33b0d663
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-stat-time.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 9d8e70eece68185c7ab4d068feda75f6f62c3949c485ffa85e21b6bb0f158179
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-stat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: cf6259c4d08635a50ba96ed4791966ea3289b00832be471f4efb2b9e2618a415
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-stat.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: cf6259c4d08635a50ba96ed4791966ea3289b00832be471f4efb2b9e2618a415
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-stdbool.c:
+  copyright: 2002-2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 28184eab77c495fa6f0b94049a59b930a417dcbbe7c3efff99056d77c2555959
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-stddef.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 64baf2079f00b783dc2e54152f727ef6e0e619749b5ebee5978573786c115067
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-stdint.c:
+  copyright: 2006-2011 Free Software Foundation, Inc.
+  hash: 3f38ad04705f317d0a549583021047b7f3117189b2a91a5e151c7d28fe209df7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-stdio-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f39741a9d8b8bab8dfbaebf12c028f187600729f348b33976b1e1afe71ba430a
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-stdio-c++2.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f39741a9d8b8bab8dfbaebf12c028f187600729f348b33976b1e1afe71ba430a
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-stdio.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 823fd3b79e9cbe7f7e00288a5bee28bdfcffbf27ee59abd384d262d857eef384
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-stdlib-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 880c98a1be5d911ff67489200067995480b079c803a58f907902cd8f20ee4794
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-stdlib-c++2.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 880c98a1be5d911ff67489200067995480b079c803a58f907902cd8f20ee4794
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-stdlib.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 91745b185a894eab4357308a5d4032972a5a38b10c74ed3316a153bba67d43a7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-stpncpy.c:
+  copyright: 2003, 2008-2011 Free Software Foundation, Inc.
+  hash: dcbba4c1b26fca450cd1183d281609860be3659f7db59828cfb9300ee2e45f0a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-stpncpy.out.aix433:
+  copyright: ''
+  hash: 42a7b74a76cafd8a6d2fbc513026ecb27bf8c70c9eb0a9eb4eeedf421ac6150b
+  license: ''
+  license_text: ''
+./tests/test-stpncpy.out.glibc:
+  copyright: ''
+  hash: 42a7b74a76cafd8a6d2fbc513026ecb27bf8c70c9eb0a9eb4eeedf421ac6150b
+  license: ''
+  license_text: ''
+./tests/test-strcasestr.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ff9fc10cd78368393fdc9c8890b30ccbc3fd81924aea945064c0746befaf9b4b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-strchrnul.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 37dc88fc963709976b7f817dd537dd7c2023b2c750e6a1dc16d4a6d6f5d39eb0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-strerror.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 55d208e5dbd3af7292e027085d51cb47dc96e4e595b2c4bc9f7ff492dbb5ba4f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-strerror_r.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: dfc05d14908f45a27da92a50431856335a591af384bcfbbf401947dd744ca492
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-strftime.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 0cb4ee10dd14765414aea423d67e180b240e7017c52e69418839d664e72339a3
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-striconv.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 4d658a0dea4350f57fdf486d73e26fddc60c6663edb0635885547954ff876924
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-striconveh.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 81a34e147d79c1e74256fec53522e8879c77d54be462f644abb040639fe33940
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-striconveha.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 271904ba68be0c86d9b68affd2bedcce80fdf9c3f1568049acada6aebc49c1cb
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-string-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 657fe95ddf92147b1e9dcc285aecc23854166cc532dd20530a06a0d2a2050902
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-string-c++2.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 657fe95ddf92147b1e9dcc285aecc23854166cc532dd20530a06a0d2a2050902
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-string.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: e454da064596bfb46d67599777ebe68a2a119861b28b7e2dba067f62bd1bf418
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-strings.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 62895d1a9201c22e648b6fbdb10d5bd92762f6f4d84e7b30d78fbc3c88cc1232
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-strncat.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d75285dbbd5f6f6622e89f192a9fe90c060bc0f186e07dfed683093d9339492a
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-strnlen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 09a2694ba1428df34d2b4653200a6b815ea84955daf4e6f7d950cffe19407c65
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-strsignal.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: b4ce287311a604c9e753f37bd39c09aa370ed735742feb20b36bb7ae4f608221
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-strstr.c:
+  copyright: 2004, 2007-2011 Free Software Foundation, Inc.
+  hash: 53b6c1786cace100124dcdb01dfe6cba90a98692f4f779613c620876db818cbe
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-strtod.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: c7245ce39df2d12086adc8019c39910e0babd3619546ab98f11c6c4a4e3d3da0
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-strverscmp.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 8bb97f1b0b15bf6f2da9d2476606c7414420feb3eb175b0eb1d886183419b7ba
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-symlink.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 44e01ea4dfa6bc7b1254049483dcc5c9ef8e08b2320ba491a5ae0b5ca5b77266
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-symlink.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 44e01ea4dfa6bc7b1254049483dcc5c9ef8e08b2320ba491a5ae0b5ca5b77266
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-symlinkat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9816b91d474e27594fb2772542ea151699f12fa551a682d34ab824871b47a22f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sys_file.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ed40ea9d0ceb6c24186cc6da4f2e44d24e93e427f481441740fe4f35ab9b3169
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sys_ioctl-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 86af8e699d0e05f6301087d9f7737285c5a020f9d865b338dbadc636299df5ff
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sys_ioctl.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a1ca8ba647d2bd00b4c5ccbd497f9574c50c82afe2dceeb4761b0f8969618612
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sys_select-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c53aca95e340ae9b0c83be07a10ee7cdcf5fc88c4b8b534de8b033a7deece717
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sys_select.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 96f724c785bbff2badf5a133d3d42bf6ecd7c31a896e0454d46b1016eb8f0b5d
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sys_socket-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b0f9a6c1e4d06027afbcdd5d52f0ea6db9816a0299d66b1241d6dc05bce51efe
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sys_socket.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: a510a5f72f72e7745b10a2cfd1aeef531b6bdb90ad809651df461b1102b53399
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sys_stat-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: a2df43c8fd47bbf26e4722ed531a7ac45702aa1fd05680e84806eb78b7df9948
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sys_stat.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 6a06d1372d03838b1929d4b50a7f3d1c3528113c5573662a8ef42fe5ffbf8026
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sys_time-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 5e5b5ccb152845960c94e3256ec40349621c3761806ba639a262321f84b457ed
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sys_time.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: dbee1ad2a2c3ad5c624dfeab463805cacee42e232a23d70d556f48b4dd5752b6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sys_times.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 056357505a1bddb39aaadf87ca55025f01ad9936d83c5bfa694e5c1b82822080
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sys_utsname.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 045b73abd83457241bcb4390505c26f28981f141901d44bcff0902fb106a2f28
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-sys_wait-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 522607cff498a95ef17bd0b17f1cd5091ba807be45ea94a811e2d2a994fceb9c
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sys_wait.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5d42947023ee700ae35fccbbd29c8f99d6a278c9020a57435c50b399881cac00
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sys_wait.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 288f4d431582bbb78ab7ac458a3f101e42ae183fcade946d49f9fe9fe4097744
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-sysexits.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ea166725bcb7a63a07fde9b1258e080935d42856660560cf8fecb1e006388014
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-tan.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 10604bdbaa94c6c15cb11acf16a23c17cbcd1a2a30c8b06973a9413ada22aff9
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-tanh.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 27cb2f5551c3189d950ba215fba3df44fcbc4ac1e384cc78925faf5aa2697a07
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-tanl.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 9f7f6e46c41efde2a98b496d552d5da784dca3a88a5372d0a927b5f8474c7812
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-termios-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 296842cf5e1e8a6caa064868193383f683643d27553409beba44d0fd13bf66ae
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-termios.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 9def3bfe43c8d0d2f509c54fc7b07cc1759c0f087337385ff0c5e323f7731f96
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-time-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d399cbe3880266e5b31c7706caea4016debfdc9e73ca7c51e0e3a0d483e16ffb
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-time-c++2.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d399cbe3880266e5b31c7706caea4016debfdc9e73ca7c51e0e3a0d483e16ffb
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-time.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 5274fc3a1feb944cf2d16fad9d99154434d01438bf8daf6a05932f0e7d8ccaf6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-times.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 07658812cc4f11a35781dbe1ec92ed702c757c9cd68b76d96ef10f7d7f0027e5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-tls.c:
+  copyright: 2005, 2008-2011 Free Software Foundation, Inc.
+  hash: 425978860c45de818dd96ed5b8091bf8bbcd2bf29d3c0debb9bf367c380ba375
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-trunc-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 78157aec4d30612fc65a5c70dc883d00cd25c1edd96179e61cbf2380811254c6
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-trunc1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 05a782309e90f227f2169570d890756f8819a6db7bf8dd0446675240afcd7e38
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-trunc2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 05a782309e90f227f2169570d890756f8819a6db7bf8dd0446675240afcd7e38
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-truncf-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 78157aec4d30612fc65a5c70dc883d00cd25c1edd96179e61cbf2380811254c6
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-truncf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 05a782309e90f227f2169570d890756f8819a6db7bf8dd0446675240afcd7e38
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-truncf2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 05a782309e90f227f2169570d890756f8819a6db7bf8dd0446675240afcd7e38
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-truncl-ieee.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 78157aec4d30612fc65a5c70dc883d00cd25c1edd96179e61cbf2380811254c6
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-truncl.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 05a782309e90f227f2169570d890756f8819a6db7bf8dd0446675240afcd7e38
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-tsearch.c:
+  copyright: 1997, 2000-2001, 2007-2011 Free Software Foundation, Inc.
+  hash: 511a15399a5a186b40f18d3ea6400ac3b70e49f62776d9256f684936e97d4e0e
+  license: LGPL-3+
+  license_text: 'This program is free software: you can redistribute it and/or modify
+    it
+
+    under the terms of the GNU Lesser General Public License as published
+
+    by the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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
+
+    Lesser General Public License for more details.
+
+
+    You should have received a copy of the GNU Lesser General Public License
+
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+'
+./tests/test-tsearch.sh:
+  copyright: ''
+  hash: 4a91b1aa51229c44027a90338ac75c18482cd83b1c5a42abbbd5e586cc77bdde
+  license: ''
+  license_override: LGPL
+  license_text: ''
+  license_text_override: 'This program is free software: you can redistribute it and/or
+    modify
+
+    it under the terms of the GNU Lesser General Public License as published by
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-ttyname_r.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f053ae2f2ccc983e71c6e6958d425a669c7d82941a5bf39d19af39719edd2b49
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-u64.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a892b1b5ce31d5e6722fe08d062bcd8ae5e89002d2834d206b4ccd8c1b0d8a9c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-uname.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8c14bd544c3d812d1e39c5fb4a137800eee07a4e5ca637af40a35f8113f8f246
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-unistd-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e3e2f08772d79b13eb990b4bdadf1e7547c5d8cfbe2caffc3a655288f63fe439
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-unistd.c:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b1168ced6cb3c322f9c3d35f73be11ba47c00b93972a5a46b3bedf481bb712ea
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-unlink.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 26825981f46ba4c9ae569d6b831bcdc1d6a701a3c29d7c72ba81795ebcaf0c1e
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-unlink.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 26825981f46ba4c9ae569d6b831bcdc1d6a701a3c29d7c72ba81795ebcaf0c1e
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-unlinkat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7461238657b7670d770212cae7c6d47d8fbd396d19ff61306858a04b2bfeafcf
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-unsetenv.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0ad3730c5794c6319926d92a3674f6ce95117b5fbe10fb97e8b6ebf9c0482404
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-update-copyright.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0864870e5f2e8b9b67a0d1eb6245d5840638ae19b55e4a08a437e5d4cc05404d
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-userspec.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e878c80297e4dc8fea3a53836100c3aef8481870c8f147875194f6be99c70370
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-usleep.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 3daefbe14e3f03dc784af664ffec2af2283ef0eb547e3038f2ddde662302fb5c
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-utimens-common.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0379d0079b1dd351ca74d3811c5b789d5d0b26ba97995ed3bbb61184a6a70b84
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-utimens.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1a649fbf8a4b6784161bd11bb8f2675d63f700bd615386911e3784d1635f563b
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-utimens.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0379d0079b1dd351ca74d3811c5b789d5d0b26ba97995ed3bbb61184a6a70b84
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-utimensat.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 679e2b95ae0e26e9e6752b1ef62b0d79a060f06927be61e8ddaa11ff2dcd41a2
+  license: 'GPL-3+ '
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+    This program 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/>.
+
+'
+./tests/test-vasnprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: d322deb07422d39aaebfe746fa49837cf7370d8612c17a870f752d9260f5cbfa
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vasnprintf-posix2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: d322deb07422d39aaebfe746fa49837cf7370d8612c17a870f752d9260f5cbfa
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vasnprintf-posix2.sh:
+  copyright: ''
+  hash: a2853f3c4b9322d67eeb514a02f551027226143c613f10e2f07141cea27ef400
+  license: ''
+  license_text: ''
+./tests/test-vasnprintf-posix3.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 777c74c5e0a32c9bd3ad687a15f0b2d0d53797be44985fd577059262979aa658
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-vasnprintf.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: fcef27ab6276ff4e4f225aa0da562d08a1ce3aba32aacffdede1e43f4d4be748
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vasprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: b8efaad8b05607dbef5b00dee6ef24fbf21e52e7a295c27a6ae7b23032c0ea91
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vasprintf.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5e21768bc02ec91215a48f1cfe05549002855e73e456fbe913fd83f3abe8e212
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vc-list-files-cvs.sh:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 9b811cf2c9017cd2166daded34537001b8bbf45c2c1bf09465660a2ef8904359
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vc-list-files-git.sh:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 9b811cf2c9017cd2166daded34537001b8bbf45c2c1bf09465660a2ef8904359
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vdprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5466a4fb0e4e5ef95ceeb230638573b5ab30397233fa275cc406b4168a28abd5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vdprintf-posix.sh:
+  copyright: ''
+  hash: f3166adb33bacdb3b2da94ac726284ed8403a179c0f69b2e9490d82210ef3ed6
+  license: ''
+  license_text: ''
+./tests/test-verify.c:
+  copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+  hash: ea876c7c3909b00594777e7acbf548f8185e5922ef687db69fffa99ce350eacb
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-verify.sh:
+  copyright: ''
+  hash: 2634261fe067b9fcc72453c88856241ac6f9f4c0472227faa96fe7427291de69
+  license: ''
+  license_text: ''
+./tests/test-version-etc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 2e9ad1db3f64e96644197a1904f113b089a7a5c8edcccb45f8e486c1960ee951
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-version-etc.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5c288bb6203198c8fa27a5ce9fe49c541ae2ec0b80477305dbf74b13a1ed3e9c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vfprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: bcf4a54428625f2ddc3ecf0e850ad50e4b1dfe5d6e79af5921251397606b9742
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vfprintf-posix.sh:
+  copyright: ''
+  hash: 51b6714415c10dd04271db0038eb39b1bd3c5881b43025900606e5ae92334fc2
+  license: ''
+  license_text: ''
+./tests/test-vprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: bcf4a54428625f2ddc3ecf0e850ad50e4b1dfe5d6e79af5921251397606b9742
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vprintf-posix.sh:
+  copyright: ''
+  hash: a6ebb7e5988deb06cbc675b3be4c82c3366db7423e770607fdb9e5079331a9bc
+  license: ''
+  license_text: ''
+./tests/test-vsnprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 10884e2655ec3d3ba712175d28f52d5194ca4b34cfb5fe7cc69df356bfc52aac
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vsnprintf.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 4c51ef7fe7e250d9cd9501852abe0e64b360cddba61c409c8cd18fa4c1501245
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-vsprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 4f2997c83e52bf1f3e5ec7ff5f2657bfcc83e8ad5b3e094e44745930bcf404ee
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-wchar-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 7a51e197076681cbbe11024e22a79bf1e0fa70a50d9f636bd540bf9d9dc19f15
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-wchar.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e3245e8d3bf434c24e09c4d76d02e7facc230addc38fa77a8ba3863caadc4990
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-wcrtomb-w32-1.sh:
+  copyright: ''
+  hash: 9e2e54fafb262b4e147ba8b041fcdccc44a6df19777f17a25b7f808248f1bfab
+  license: ''
+  license_text: ''
+./tests/test-wcrtomb-w32-2.sh:
+  copyright: ''
+  hash: d73cf9fd0a5b743d97304bc0ef19e93d1191321bbdbf7505fc94e9cc4aa1b064
+  license: ''
+  license_text: ''
+./tests/test-wcrtomb-w32-3.sh:
+  copyright: ''
+  hash: 6ce09bc3f988e24bbf79d9f16631a6f063f59a531a9fe65e6451c3f6dcb488ab
+  license: ''
+  license_text: ''
+./tests/test-wcrtomb-w32-4.sh:
+  copyright: ''
+  hash: 3080b997848776b10c8641e6d0235af020d63edef3af1caac27c4e907a827a65
+  license: ''
+  license_text: ''
+./tests/test-wcrtomb-w32-5.sh:
+  copyright: ''
+  hash: bc16e1d9dc0541a98c4749009fd367b1acbbbad84c999af1aa1c27beb5647eaa
+  license: ''
+  license_text: ''
+./tests/test-wcrtomb-w32-6.sh:
+  copyright: ''
+  hash: a7b4f5c17df51c22a849aa1d4aab21e45ec3378d3d7485bf16f06f3554f0b12f
+  license: ''
+  license_text: ''
+./tests/test-wcrtomb-w32-7.sh:
+  copyright: ''
+  hash: 742e023961b312fd30f2182b53b60b010212566625ba3220ca489962751339ae
+  license: ''
+  license_text: ''
+./tests/test-wcrtomb-w32.c:
+  copyright: 2008-2011 Free Software Foundation, Inc
+  hash: 1de43bb4f7cc1584b8411f9231f243e87452e6a55c9691f9b281c6499979f83c
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-wcrtomb.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 1de43bb4f7cc1584b8411f9231f243e87452e6a55c9691f9b281c6499979f83c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-wcrtomb.sh:
+  copyright: ''
+  hash: a44d114e1ecf5712c05a7280fb46e7eed4ba1d93c1afbd19f628ee14485c0f17
+  license: ''
+  license_text: ''
+./tests/test-wcsnrtombs.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 460d3bb503bc0b20d79b8f0f6abd5c69c77a7942b2350ecbdf187f4f13080785
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-wcsnrtombs1.sh:
+  copyright: ''
+  hash: 33a1c921605c916d076531d447e2cd6371d22857bb403db1f372526fb35fa98f
+  license: ''
+  license_text: ''
+./tests/test-wcsnrtombs2.sh:
+  copyright: ''
+  hash: 4ee200893e30f53de0d3366bbac9c7e8524cc201b1d9debd643ad7c3acb63aba
+  license: ''
+  license_text: ''
+./tests/test-wcsnrtombs3.sh:
+  copyright: ''
+  hash: a593e2317d40fa30cf64732ee7d952ddc68ef2f69e9d9130b17b10f28e8d3d6f
+  license: ''
+  license_text: ''
+./tests/test-wcsnrtombs4.sh:
+  copyright: ''
+  hash: de5e3b2ff8be87faf053ba51d5846ac4e10322c76bc4b4f2a20357eae2a0489b
+  license: ''
+  license_text: ''
+./tests/test-wcsrtombs.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 460d3bb503bc0b20d79b8f0f6abd5c69c77a7942b2350ecbdf187f4f13080785
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-wcsrtombs1.sh:
+  copyright: ''
+  hash: 7f6c7ca6878d2632a37f8f54060bcc41aa415a85487a76f7a374ba03a218e71a
+  license: ''
+  license_text: ''
+./tests/test-wcsrtombs2.sh:
+  copyright: ''
+  hash: 738099bbea2049911db3bee0ae7d1cba4043ff740759d77197cfca1f5743d55a
+  license: ''
+  license_text: ''
+./tests/test-wcsrtombs3.sh:
+  copyright: ''
+  hash: b5b4068a795461636f1fca1ce581a918e6298eb6d915f6fd5f9ec34597d9397f
+  license: ''
+  license_text: ''
+./tests/test-wcsrtombs4.sh:
+  copyright: ''
+  hash: a3a4b7ceb64d8c8d819c6552cc46779e6264e5dd6bf3e0774d71504aeb22a135
+  license: ''
+  license_text: ''
+./tests/test-wctype-h-c++.cc:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d94f91041ab8bc45f8247d0bff5f88e9c912de32ab254970a8402208bd8befd0
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-wctype-h.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: aa2e650e5c6a37acd5a2f9d4c869bc1aa63736e65e7c3bcc53714de950d966aa
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-wcwidth.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 67d27479eb1ffcb6795dd854bb4b8f06a4540a1fd5c80f55726b5c6313b3ca14
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-xalloc-die.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: fee63e135f9cf73f5eb05db92e79dc199303fb7ce5f18b72a9cf21d05072c875
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-xalloc-die.sh:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: aab2602163e9a38a49091a72f898c602681064c448fbd169541b992babb1a353
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-xfprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5efb1f13a4aee109fe370630e7dc2fb2a0a28b56b5586080c9f0ab421cdea513
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-xmemdup0.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 76da27d81e748aa4975ca5ecddc606a2678451ecb92449a0bf873d54c51e5775
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-xprintf-posix.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 47d666693028d6de85dbc6bee2273618601ab27f2a3035d95f6cba5e67d8b0d3
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-xprintf-posix.sh:
+  copyright: ''
+  hash: 1ce067e6f56dcb6a5a56ce1246d36be56fcc7f66b31106e803156fd220d3e1d0
+  license: ''
+  license_text: ''
+./tests/test-xstrtoimax.c:
+  copyright: ''
+  hash: c5c3852fa55a1f51008c37b7783d23de2f4d137cf90ff959870b62f6e59587ac
+  license: ''
+  license_text: ''
+./tests/test-xstrtoimax.sh:
+  copyright: ''
+  hash: 0db1ee76943318f2bfedad2cf2c43f82adf54a99e56151293b3fa2b99257b73a
+  license: ''
+  license_text: ''
+./tests/test-xstrtol.c:
+  copyright: 1995-1996, 1998-2001, 2003-2011 Free Software Foundation, Inc.
+  hash: d4d0eea44f0919adcbdeddd9d5e591289193b4d0c0ee4cfc4f45e5071dd75060
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-xstrtol.sh:
+  copyright: ''
+  hash: 888770e0b2eb5515cb2542fc9157859ae2d5698a30b636cd98b4f6d22ccea71a
+  license: ''
+  license_text: ''
+./tests/test-xstrtoll.c:
+  copyright: ''
+  hash: cf38d1a14d64a9968d2aa7c881303d20330f66aeac6f4036677473b81a3112df
+  license: ''
+  license_text: ''
+./tests/test-xstrtoll.sh:
+  copyright: ''
+  hash: 900b0547a3f4117285a3b63a5fe426888a05d60f25a73f2201025fe4302a244a
+  license: ''
+  license_text: ''
+./tests/test-xstrtoul.c:
+  copyright: ''
+  hash: 54c2b16099a222e6bc15d83a1911f4725f1e7ba22a3f302408dacfd3bd5c05a5
+  license: ''
+  license_text: ''
+./tests/test-xstrtoull.c:
+  copyright: ''
+  hash: 4ee5bf04a0194f84ce632b447d1c060b86a4569545f0109245ed0297124f57f3
+  license: ''
+  license_text: ''
+./tests/test-xstrtoumax.c:
+  copyright: ''
+  hash: 257441d9c0f1b24b0d758658b014fae6ae1c9f17a4453ccd246dde4897eaa45a
+  license: ''
+  license_text: ''
+./tests/test-xstrtoumax.sh:
+  copyright: ''
+  hash: 1a3415a80e3f22b70d57e4e320d7267a8aa820617cc2ba8ef4ad8a12584009db
+  license: ''
+  license_text: ''
+./tests/test-xvasprintf.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: c2c0d95e1f5ef263c41c070bda053e855ace79a37ac88c1de719daa1567795b5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-y0.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 5c0a75a012ff9f6c65c07724fcfc0dde78ad8c3aca6f6e636f9a105a26d1ef02
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-y1.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d3b30af5db72ff52330a7151287ecf80009e953584aba12ce80ac68d243e1148
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/test-yesno.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 0c7b914894833f69473bf2ff8bd18ad9dbeb8e063a6f09e8b3382751f931de70
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/test-yesno.sh:
+  copyright: ''
+  hash: 6d197acd4b62c8295898322d0a74a7d9b6af375c6612d23e8c718d7d3e034d32
+  license: ''
+  license_text: ''
+./tests/test-yn.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 1b07909f0d50afdf91ce79032e76e46529ca27f653d5ad6a6cfb457e9c4272e9
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unicase/test-casecmp.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: df69f37c2d221a679d91b3272c3576b432c3265e3afe05ff65dffbcb43c8165f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-cased.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-ignorable.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-is-cased.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c506334c9272bf5836fff6f16283b4ec2ca73e0dd3fd6633b12eee4f7dc6b8aa
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-is-casefolded.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8a833c4f7b8c472f113f7e1f90a8d8cbf21420e316d08e7329989196ce61d5d4
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-is-lowercase.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 24beec479aca290523ea3135c07976818797c986c4ad7cabf363d82f8514929a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-is-titlecase.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 632bc8f51319dadea3da37d05d58176a311fc0f5e2e78fec8271ce8883797745
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-is-uppercase.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d1974f1f79d3706cd9a5d4f22ab72f9efccada356815c8e893501c070dc5b240
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-locale-language.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 33279b842b1a4fa052a3f8bae89c52cacfd000beeaa9f2e86ed5160f79f819e3
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-locale-language.sh:
+  copyright: ''
+  hash: 028ff70d75eaa2008146f1da86917178198eacf5cd2951201c91392e88636645
+  license: ''
+  license_text: ''
+./tests/unicase/test-mapping-part1.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: c1244a82a07bc64e3578b6e37852833ed347014fbcf33abf229b761fc0293893
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-mapping-part2.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: c1244a82a07bc64e3578b6e37852833ed347014fbcf33abf229b761fc0293893
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-predicate-part1.h:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 7ebbfe23d16ffeed9b1011daaeb8489fabea314d552348efb44dbf812a605e10
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-predicate-part2.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: ae644a43b6357f85644cd001bbf9dd4791fef9b949358cf6c151ba05a10c05f3
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u16-casecmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e79a0a4f64b7c39d5a031ce9d72bf4d47a6a58ab2e073353b8564eff3734c671
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u16-casecoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ac4313177a6a59e22a4dca3832cc88c47884482ed921719f0e569dc79df00f4d
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u16-casefold.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 4180cf1a96ee91b3fe4ccc75edeba187c622dd56bfe665c72b27e8395142c8a9
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u16-is-cased.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 669f0a5ec69ab7185e493203e3e1b7f69b3e86fedf97f65e4cc8e31f05c5c35b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u16-is-casefolded.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 18a384fbca2cc9c13ccdd53af4b2257eadb15104b6c7b3969a43dba074b5bde7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u16-is-lowercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8a400f263aa188612d095ed2d39343fb5400f8f53940badbe56e28f387c2d048
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u16-is-titlecase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ac2c435c5fcb310a70d45da651a77d67cc3dda364479f6fe34477e5d26d31985
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u16-is-uppercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5611488826262bd315e1e6adf5ecf110c382a7fd00148dd15f85675081403774
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u16-tolower.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ffb0df37cc29afc0fc6647e4fe26398c6a074976e7cf6a8d49de3e0606db3866
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u16-totitle.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 890ae8ed3564c8f174a7405c576c1b6b9dff959d598562820e0883b2f6ea9259
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u16-toupper.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7517270492402389cb9a7f8b525e1cb3bd067721fa58a531d462ffd237126386
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u32-casecmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c35802e5728dda31e64bdb97b3359b7f4bb8829b7830634440ffc0dc8c486758
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u32-casecoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: ae70b812fd3d5f26d47ea355c1c81f3d1d0c3256b7bf94c7473f7da60328d614
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u32-casefold.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 06eeaaa61afc2889ffba91fa039c73faade696ad860cfce8f13c976ca91798fe
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u32-is-cased.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9633d1dd165622948d1c6cc054d2f4f7692166626ceab607762693a8ae251a8c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u32-is-casefolded.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 07c7b9d32ef0208f0cf3c6a73e6599d7110fb0e9d02dd03a5b67d9d988ba0d66
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u32-is-lowercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0deeab81a9b4e0eb575b075642cc316775007b39e0a58809f11ab8415e66765b
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u32-is-titlecase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0b15c1fa16f3f5c72585770d0711134526c42f353b1b75f79bd6e8e4983f7ca2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u32-is-uppercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1ee51625bb97c92b97d15ff5929a387ae90276b15aaae9b6941bfbc0838d7b0f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u32-tolower.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 49e8d62ad6454b50c12a622905404deed101d28d645a52515102b09cc8f75c60
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u32-totitle.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 730775a23416f6035724d95d13b445860054feaabd663e18c126f04b9d600d8f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u32-toupper.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 30a7eb5fb16eeb9722cf7a4626ebbdee9bf6a3dfe8f45323c8da1d933c9ac343
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u8-casecmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8bde7130c13b7de6ad7cfe3e849df2132e1222b589fff52b251f743a56ead46c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u8-casecoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a960d70350cd259c8dcbb068d329b7188089e13582a0f3b8dcee5285b86fd642
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u8-casefold.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 51360f4aad242c268f71057399249eb77d97c00b47f8953d3dcd7097a25f47cf
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u8-is-cased.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8dc1c2c1948dcbc92a784b2d95b668871cea6523daa61708f30d819c29b13fde
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u8-is-casefolded.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 257923c9307a721dec8a87b632e8b74f3bd7ffefc01344cbb15e29cdc15465a6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u8-is-lowercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 6eff3acada68230df85e9a6e1d50d397a530ca5a913f81c29992b6ad7d2152d5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u8-is-titlecase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 5d9f50325b8b0751297f13f68bf544404d29be162ed45079a611cce51234f1eb
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u8-is-uppercase.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 4e8b4ee85b3780d00600c9e09c1a691c33976547a16e16a406b59116e226028f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u8-tolower.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e335682a9e302c918b542b022c4a24a7f424623dd10e2abe093fa964386d1a06
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u8-totitle.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8019f58736d793c39039aee75e147e8c74669e954925140d5147397da6c6f440
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-u8-toupper.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c7c83c86ce552797e50515224ca078bc72e90cf0a09802933f585c83e1e0d816
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-uc_tolower.c:
+  copyright: 2009 Free Software Foundation, Inc.
+  hash: c2a4263e856558e5d834ff3dfe49b5d3c58de269067e9a3b352162b896a1b27c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-uc_totitle.c:
+  copyright: 2009 Free Software Foundation, Inc.
+  hash: c2a4263e856558e5d834ff3dfe49b5d3c58de269067e9a3b352162b896a1b27c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-uc_toupper.c:
+  copyright: 2009 Free Software Foundation, Inc.
+  hash: c2a4263e856558e5d834ff3dfe49b5d3c58de269067e9a3b352162b896a1b27c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-ulc-casecmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d05e8f2dc7e7869d9a0618444631a1c285ce3d7ec362665e337822cc72146c25
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-ulc-casecmp1.sh:
+  copyright: ''
+  hash: e11e26a26c3195042709f1c53297ff0ee32afb9250cee9144746a30ed82ac770
+  license: ''
+  license_text: ''
+./tests/unicase/test-ulc-casecmp2.sh:
+  copyright: ''
+  hash: c5f5915062ac34dd725d099fa932f794f216eb1ba89a42b3c10f1c017f83e698
+  license: ''
+  license_text: ''
+./tests/unicase/test-ulc-casecoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c4e6a3aee2a57568d9a38fb29fc1b3f1392daa4020e775c59445ef177a661756
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unicase/test-ulc-casecoll1.sh:
+  copyright: ''
+  hash: 60778acf09ad204d99a6e1e57b880e68d7f53c81bc1dc0473c865922ff99020b
+  license: ''
+  license_text: ''
+./tests/unicase/test-ulc-casecoll2.sh:
+  copyright: ''
+  hash: 085a2bd9d34dba3e6eb2f389ff01804bfde543909a631b591f44799a8632ce0c
+  license: ''
+  license_text: ''
+./tests/uniconv/test-u16-conv-from-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 355947f3c3b083efcda2ebb308c7fe8be1f2e7f5aefd82e869f1acb5745257d1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniconv/test-u16-conv-to-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 357ca85f44e3e5308d9bdca4fe90570157d3e496f45bfa21a703c3ae86fe6802
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniconv/test-u16-strconv-from-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 355947f3c3b083efcda2ebb308c7fe8be1f2e7f5aefd82e869f1acb5745257d1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniconv/test-u16-strconv-to-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 357ca85f44e3e5308d9bdca4fe90570157d3e496f45bfa21a703c3ae86fe6802
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniconv/test-u32-conv-from-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: cef866d44a976cfa85772ea6873d31044b07f21efd16676aa23c533823089644
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniconv/test-u32-conv-to-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 98c2e987d49ea0d16c2d6b5d2ef47cac32bf46ae9709a3178f0a8bf606874d60
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniconv/test-u32-strconv-from-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: cef866d44a976cfa85772ea6873d31044b07f21efd16676aa23c533823089644
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniconv/test-u32-strconv-to-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 98c2e987d49ea0d16c2d6b5d2ef47cac32bf46ae9709a3178f0a8bf606874d60
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniconv/test-u8-conv-from-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: b23fd2f40778c4826a28a42e8707d566b3374e6ffeb0815102e61ab901066064
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniconv/test-u8-conv-to-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5a845c7ba5b8292e48c153c094942b63f8f5dc5e9560c1ab20e885575cb190e5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniconv/test-u8-strconv-from-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: b23fd2f40778c4826a28a42e8707d566b3374e6ffeb0815102e61ab901066064
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniconv/test-u8-strconv-to-enc.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 5a845c7ba5b8292e48c153c094942b63f8f5dc5e9560c1ab20e885575cb190e5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-bidi_byname.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 7ebbfe23d16ffeed9b1011daaeb8489fabea314d552348efb44dbf812a605e10
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-bidi_longname.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 51afcd4789fa83d3726584cc5570496967bba5106093bf1c80109d51821dbebe
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unictype/test-bidi_name.c:
+  copyright: 2007-2009, 2011 Free Software Foundation, Inc.
+  hash: 03c089b001f497743a17f9ed1a53b11b21718581a7f3c023ea929de38390c2e4
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-bidi_of.c:
+  copyright: 2007-2009, 2011 Free Software Foundation, Inc.
+  hash: 03c089b001f497743a17f9ed1a53b11b21718581a7f3c023ea929de38390c2e4
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-bidi_test.c:
+  copyright: 2007-2009, 2011 Free Software Foundation, Inc.
+  hash: 03c089b001f497743a17f9ed1a53b11b21718581a7f3c023ea929de38390c2e4
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-block_list.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-block_of.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-block_test.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_C.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Cc.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Cf.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Cn.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Co.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Cs.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_L.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_LC.c:
+  copyright: 2007 Free Software Foundation, Inc
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: ''
+./tests/unictype/test-categ_Ll.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Lm.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Lo.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Lt.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Lu.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_M.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Mc.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Me.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Mn.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_N.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Nd.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Nl.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_No.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_P.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Pc.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Pd.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Pe.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Pf.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Pi.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Po.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Ps.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_S.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Sc.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Sk.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Sm.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_So.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Z.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Zl.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Zp.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_Zs.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_and.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_and_not.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_byname.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 7ebbfe23d16ffeed9b1011daaeb8489fabea314d552348efb44dbf812a605e10
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_longname.c:
+  copyright: 2007-2009, 2011 Free Software Foundation, Inc
+  hash: 03c089b001f497743a17f9ed1a53b11b21718581a7f3c023ea929de38390c2e4
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unictype/test-categ_name.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_none.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_of.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_or.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-categ_test_withtable.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-combiningclass.c:
+  copyright: 2007-2009 Free Software Foundation, Inc
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unictype/test-combiningclass_byname.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 17a11003856be92f59a743dfae16a63af23bd5e983ea00926b23969c5271a440
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unictype/test-combiningclass_longname.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 51afcd4789fa83d3726584cc5570496967bba5106093bf1c80109d51821dbebe
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unictype/test-combiningclass_name.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 51afcd4789fa83d3726584cc5570496967bba5106093bf1c80109d51821dbebe
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unictype/test-ctype_alnum.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-ctype_alpha.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-ctype_blank.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-ctype_cntrl.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-ctype_digit.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-ctype_graph.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-ctype_lower.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-ctype_print.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-ctype_punct.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-ctype_space.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-ctype_upper.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-ctype_xdigit.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-decdigit.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-decdigit.h:
+  copyright: ''
+  hash: 61402845cc32eecf4e59140fcb4cb4081838ad8db67b04f9bd868d4a7d8c729c
+  license: ''
+  license_text: ''
+./tests/unictype/test-digit.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-digit.h:
+  copyright: ''
+  hash: 7d371ebbb79870f0cc97e1cddc7b2c45a259fed97412a9b4dd76f54b9683c980
+  license: ''
+  license_text: ''
+./tests/unictype/test-joininggroup_byname.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 17a11003856be92f59a743dfae16a63af23bd5e983ea00926b23969c5271a440
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unictype/test-joininggroup_name.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 17a11003856be92f59a743dfae16a63af23bd5e983ea00926b23969c5271a440
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unictype/test-joininggroup_of.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 17a11003856be92f59a743dfae16a63af23bd5e983ea00926b23969c5271a440
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unictype/test-joininggroup_of.h:
+  copyright: ''
+  hash: 098c24617963b6df0b5d838ca36070f5731b3fdc798470d7d8ce19bef3cfff5f
+  license: ''
+  license_text: ''
+./tests/unictype/test-joiningtype_byname.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 1ec25f39ee5334d5847b8ff87690401cdf4adb97d75264daead23a6288feac81
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unictype/test-joiningtype_longname.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 1ec25f39ee5334d5847b8ff87690401cdf4adb97d75264daead23a6288feac81
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unictype/test-joiningtype_name.c:
+  copyright: 2011 Free Software Foundation, Inc
+  hash: 1ec25f39ee5334d5847b8ff87690401cdf4adb97d75264daead23a6288feac81
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unictype/test-joiningtype_of.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 1ec25f39ee5334d5847b8ff87690401cdf4adb97d75264daead23a6288feac81
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unictype/test-joiningtype_of.h:
+  copyright: ''
+  hash: 5ddcf2f1f7a63aaf390ecd0a6742f89aab515a0ba48577ffca0a9dcf11ec9304
+  license: ''
+  license_text: ''
+./tests/unictype/test-mirror.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-numeric.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-numeric.h:
+  copyright: ''
+  hash: 11d733763c70f944b67e5c1a737ecb26c131691d05f287626790baaa266bbea3
+  license: ''
+  license_text: ''
+./tests/unictype/test-pr_alphabetic.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_ascii_hex_digit.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_arabic_digit.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_arabic_right_to_left.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_block_separator.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_boundary_neutral.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_common_separator.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_control.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_embedding_or_override.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_eur_num_separator.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_eur_num_terminator.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_european_digit.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_hebrew_right_to_left.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_left_to_right.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_non_spacing_mark.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_other_neutral.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_pdf.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_segment_separator.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_bidi_whitespace.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_byname.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_case_ignorable.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: ''
+./tests/unictype/test-pr_cased.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: ''
+./tests/unictype/test-pr_changes_when_casefolded.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: ''
+./tests/unictype/test-pr_changes_when_casemapped.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: ''
+./tests/unictype/test-pr_changes_when_lowercased.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: ''
+./tests/unictype/test-pr_changes_when_titlecased.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: ''
+./tests/unictype/test-pr_changes_when_uppercased.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: ''
+./tests/unictype/test-pr_combining.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_composite.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_currency_symbol.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_dash.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_decimal_digit.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_default_ignorable_code_point.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_deprecated.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_diacritic.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_extender.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_format_control.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_grapheme_base.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_grapheme_extend.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_grapheme_link.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_hex_digit.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_hyphen.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_id_continue.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_id_start.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_ideographic.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_ids_binary_operator.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_ids_trinary_operator.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_ignorable_control.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_iso_control.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_join_control.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_left_of_pair.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_line_separator.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_logical_order_exception.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_lowercase.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_math.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_non_break.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_not_a_character.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_numeric.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_other_alphabetic.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_other_default_ignorable_code_point.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_other_grapheme_extend.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_other_id_continue.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_other_id_start.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_other_lowercase.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_other_math.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_other_uppercase.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_paired_punctuation.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_paragraph_separator.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_pattern_syntax.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_pattern_white_space.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_private_use.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_punctuation.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_quotation_mark.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_radical.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_sentence_terminal.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_soft_dotted.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_space.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_terminal_punctuation.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_test.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_titlecase.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_unassigned_code_value.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_unified_ideograph.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_uppercase.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_variation_selector.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_white_space.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_xid_continue.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_xid_start.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-pr_zero_width.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-predicate-part1.h:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-predicate-part2.h:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 777a2f9f28424e3cb85bb6e7c65b8fc4311d91b1d8e2c1382b9d007defff1286
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-scripts.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-sy_c_ident.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-sy_c_whitespace.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-sy_java_ident.c:
+  copyright: 2007-2009 Free Software Foundation, Inc.
+  hash: dbd7e2328e7e018057824c78f0dcdc4dda339f3ebb215181e461f0d562a24b0e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unictype/test-sy_java_whitespace.c:
+  copyright: 2007 Free Software Foundation, Inc.
+  hash: 62bb326af42b34ad4602e7a6978de7422a8206d559c67df02ae3be4a6d7729af
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unigbrk/GraphemeBreakTest.txt:
+  copyright: 1991-2010 Unicode, Inc.
+  hash: 32641d0ef83cac618a7f366e457cd5a22698558143d03e9f22b87fa90291d0e7
+  license: ''
+  license_text: 'For terms of use, see http://www.unicode.org/terms_of_use.html
+
+    For documentation, see http://www.unicode.org/reports/tr44/
+
+'
+./tests/unigbrk/test-u16-grapheme-breaks.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 26bb8ea03b7c944b2ff645e3b1fadd3756479b94362ba3dce8db4712eee577f9
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-u16-grapheme-next.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: bbc350aae0886eb6e51c732990b9bd051c616c7234192e85623028f34dda9f98
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-u16-grapheme-prev.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 10e1cecc8f1bd64e5c3fbf200ece0a331d7a10aaf752cb0533c1bc894e69bf62
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-u32-grapheme-breaks.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 26bb8ea03b7c944b2ff645e3b1fadd3756479b94362ba3dce8db4712eee577f9
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-u32-grapheme-next.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: bbc350aae0886eb6e51c732990b9bd051c616c7234192e85623028f34dda9f98
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-u32-grapheme-prev.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 10e1cecc8f1bd64e5c3fbf200ece0a331d7a10aaf752cb0533c1bc894e69bf62
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-u8-grapheme-breaks.c:
+  copyright: 2010, 2011 Free Software Foundation, Inc.
+  hash: 8402e20b8cdacb2302116234a8a85752c2825872b9f4c434fc8acb75cbcccda7
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-u8-grapheme-next.c:
+  copyright: 2010, 2011 Free Software Foundation, Inc.
+  hash: 728a10ba653b9164c2c91c4e366d4e110b1c5b7b9f38c10d9df7f61ec7fcc3fd
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-u8-grapheme-prev.c:
+  copyright: 2010, 2011 Free Software Foundation, Inc.
+  hash: 018e295d2c03440d44c3dc120cbc6a448ae844366c8eb4e2a45ecafd3c7c3487
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-uc-gbrk-prop.c:
+  copyright: 2010, 2011 Free Software Foundation, Inc.
+  hash: cf9a47e7f97284c30f4517c86d283dfadef594991403be2444b63d3fadad1617
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-uc-gbrk-prop.h:
+  copyright: 2010 Free Software Foundation, Inc.
+  hash: d934451ab8f4c32ef50134946aa3ba26622756e3f286e2164d2ad49b24c7cd9a
+  license: GPL-3+
+  license_text: ''
+./tests/unigbrk/test-uc-is-grapheme-break.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b18d96ea13f3eb435cf6567c6cb8c77185b24d79b0943538899fcc7c94a89469
+  license: 'LGPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-uc-is-grapheme-break.sh:
+  copyright: ''
+  hash: 0653f6717f116032a218efaf81a426fbfd98f8366cc6cd6e41492e63c0246048
+  license: ''
+  license_text: ''
+./tests/unigbrk/test-ulc-grapheme-breaks.c:
+  copyright: 2009, 2010, 2011 Free Software Foundation, Inc.
+  hash: 77a6227db82d948dd7a9b5ed8bfc36d90fb1f11faf04b01cad0ecbfa50ac174d
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unigbrk/test-ulc-grapheme-breaks.sh:
+  copyright: ''
+  hash: d3e8a48edda18527b65107a9befec1bbe59fa5ecf82681aefc84260758b23d82
+  license: ''
+  license_text: ''
+./tests/unilbrk/test-u16-possible-linebreaks.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: fa997a2eedfe84484dbb8723f7c89e5a6b48251d6ab8452c6df6bece94c63f4c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unilbrk/test-u16-width-linebreaks.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: fa997a2eedfe84484dbb8723f7c89e5a6b48251d6ab8452c6df6bece94c63f4c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unilbrk/test-u32-possible-linebreaks.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a4440f40e8df57d1ec2452e996f8ccb7d62c9de11dcd78b40087f0f4d72a6712
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unilbrk/test-u32-width-linebreaks.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: a4440f40e8df57d1ec2452e996f8ccb7d62c9de11dcd78b40087f0f4d72a6712
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unilbrk/test-u8-possible-linebreaks.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 17285f85f2dcf372588332ee42f36d409c7452dd12d078dc70739faab91c2148
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unilbrk/test-u8-width-linebreaks.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 17285f85f2dcf372588332ee42f36d409c7452dd12d078dc70739faab91c2148
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unilbrk/test-ulc-possible-linebreaks.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: e1392375bd73ae1ba9aba47380d27815036ac50d825f328ac845eb0bf668e494
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unilbrk/test-ulc-width-linebreaks.c:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: e1392375bd73ae1ba9aba47380d27815036ac50d825f328ac845eb0bf668e494
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniname/UnicodeDataNames.txt:
+  copyright: ''
+  hash: a1676b8b73689618daa1662cabf719b5da50cf74a63224111534949d3e4297fb
+  license: ''
+  license_text: ''
+./tests/uniname/test-uninames.c:
+  copyright: 2000-2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: c96649c5d0bc5ee8052c601ce679689a3a36bcea8c0e70e4c4b536551a52311a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniname/test-uninames.sh:
+  copyright: ''
+  hash: 853dcc547f6774df0e14d3d22621c60a885132801e94352425dc0992f91b1fb4
+  license: ''
+  license_text: ''
+./tests/uninorm/NormalizationTest.txt:
+  copyright: 1991-2010 Unicode, Inc.
+  hash: 67dc9331f2d0c079a1ff6f1fd6e70cd42032d5d6a4c6f2ab8c66effcd0cfefcb
+  license: ''
+  license_text: 'For terms of use, see http://www.unicode.org/terms_of_use.html
+
+'
+./tests/uninorm/test-canonical-decomposition.c:
+  copyright: 2009, 2010 Free Software Foundation, Inc.
+  hash: 05352d4b86ddabfab25750b815d9059114b7855e5c61b7574f565682f7d3e816
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-compat-decomposition.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f2b0a8f8e764c44c00e8beb24cb85965ed4b0c00e2b04163ec2a6805acb77c99
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-composition.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: f62bd9fd286fdd6ccf92e9aed156e12c04388e15217ff6f668bfadf4e934ee5a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-decomposing-form.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d99615fa46f89cdfc5525aceb58379aa94018f8da88f7fd50a4a2b1e270b446e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-decomposition.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 55007ca357328bbe64159d8d1d8e3c27944ff6e93eefaf002d70cad9c89b2b3d
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-nfc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d6e423a1a38c3a1a58cdaac14360461cc7ebfedfd56ca3582d80b6fee2809309
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-nfd.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 69432c69472c7e4a27b2f754e0d535f4dca6cbb8889d791636d8a7190532b4c2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-nfkc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 6121037acd69e9bf7d7ab2e12d9a9720be85d263510cc6f175476de6dad599bb
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-nfkd.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 7ec5a0533cbe52ef732f7ff38c837c7a89664814668a75ea7e4cfcc63d1299be
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u16-nfc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: b9a0e1a02b8ebb4d6f27d70a31ffb89488ad796a40fb746255254ae253ea8d49
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u16-nfd.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0a441703f44a801a3a38f4e9f38fefb562881a2a5f5847519d93a5e31423ade4
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u16-nfkc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1704b40c2e379ad63cf37d36e3e7acdddbceb3fbd6eb7b7c7dafdb1c28c50280
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u16-nfkd.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a135858875d6866633b23b7ccc982b7145bd9be42a7f71bd93f6fb35848c23f4
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u16-normcmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9392cf1346079a8f38b204567ae060897885560adb17ace73a44b875c61d8a45
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u16-normcmp.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9392cf1346079a8f38b204567ae060897885560adb17ace73a44b875c61d8a45
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u16-normcoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 16c1fba1098d0c1c225bf7722327751fc88c5ef762274008c5248fa243f9de4a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-nfc-big.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8b9b779f844c324fcb5d7542d923a0e256516a04d235f501f49c675e3261dc68
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-nfc-big.sh:
+  copyright: ''
+  hash: 756efd18ad52a52ef3c82289a3036f7c5fff9304a556162298fa05572b3ad8d5
+  license: ''
+  license_text: ''
+./tests/uninorm/test-u32-nfc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: dab66bbb688443b7d3c74330595839cac01c4758bf4b2741e3800b9399929954
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-nfd-big.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a00908da285b2a804951988f709ee3afa723c3c5265ef77334a1261948477c73
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-nfd-big.sh:
+  copyright: ''
+  hash: 7df6600ba689632b1923565f4cea0c349205eb81ab54e48adbe2b4f19f1a0710
+  license: ''
+  license_text: ''
+./tests/uninorm/test-u32-nfd.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d6b75f7de86d52a0ab212839a7f58d07cf897ac9a4ae2831908d8413d0e05716
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-nfkc-big.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1cd688ea3c6d0e684371b60d5449cdc60e1d517c88af6293b4f596600a9ba376
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-nfkc-big.sh:
+  copyright: ''
+  hash: 9c1bbb4dc3679b54e635a3f50ac29520d1bdf8fcff118b56b01b7760af61a802
+  license: ''
+  license_text: ''
+./tests/uninorm/test-u32-nfkc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 47aa5d89defdfe4073c6cc3e07892c4a76dc7268f1726e74f1b7a944f065228c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-nfkd-big.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 8aaf7964a2c4171fae9d2a3f46c771142a4da61ef05ffde616d91d84460692ec
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-nfkd-big.sh:
+  copyright: ''
+  hash: 59c7882b0d8e4cb0a3f3b3d4deceaed6b01da8bcd5dcd430931782d394e9a581
+  license: ''
+  license_text: ''
+./tests/uninorm/test-u32-nfkd.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 0220b729657ecd4db4e5b9d7ee2d21f598ef7553b2a00b92ed6ee49000157dea
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-normalize-big.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 123f9bc004cabc1b93ce5f7a96ce17ce1770565c692eef9324c74ea3dd46cf1a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-normalize-big.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 123f9bc004cabc1b93ce5f7a96ce17ce1770565c692eef9324c74ea3dd46cf1a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-normcmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 29f2ac365ce2eb9bf6e54db01d9e471d2097e57250304d7c9076cb283893daef
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-normcmp.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 29f2ac365ce2eb9bf6e54db01d9e471d2097e57250304d7c9076cb283893daef
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u32-normcoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: e9a7f4415b6e4dc4acaf4673790a94b91176bba31cc2a978cd2fd6f642cd9ee3
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u8-nfc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 42fc67e1bb3c74eabb3450cdb689363c41272f25fa4c5c450a034c9a908ef9f1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u8-nfd.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: feba5bc68e8b84b890fa79298aae1012d6918152bd26b078e6fc83d3ce6c87db
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u8-nfkc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 4f51e81ad080dd941e74b15c29a6494ce9d757f72094ca615de835f65673ec98
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u8-nfkd.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 1746b7a700ff1ea2e1f25f874166014c0b4498c406fa02a9c0508c3d923f2d4f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u8-normcmp.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9a1a633f552673acc37f567225e537b76f141a7ae86cdfcb3b9fa4a067807117
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u8-normcmp.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 9a1a633f552673acc37f567225e537b76f141a7ae86cdfcb3b9fa4a067807117
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-u8-normcoll.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a2e9e46f9ee5dc24fbb0b877d8584fca0c52229e174d598c63f3f3fe84a44da4
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uninorm/test-uninorm-filter-nfc.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 61e13681192d11a1f2c1e525cc8ea002b3acd2ac8d17a80e8c4f9b20328094a5
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u16-asnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8ba63c6ef6500f4a08469a0b40d0441edd2312df66ac6a8491ff19d21a1a42ab
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u16-asnprintf1.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 31e3661508d1cde26065c32135b1225dc1128dff2e506f96c88f2acc25025074
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u16-printf1.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b5e4afad86f4d0ba3444b2457db4a367cfd3788ff5cd2a3f6c06981445b5570c
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u16-vasnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 447a426f23584bb8e17c75752d05495773868513ae0bcf304347c805a26efe55
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u16-vasnprintf2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: d466e563eab7885015f655fe819429dcef3af3769c7aa3da8b69adeda2699750
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u16-vasnprintf2.sh:
+  copyright: ''
+  hash: df3831fff8af1ca98b0314f8d96ba47ba9a39e4b5aaf770340ba99385ada5792
+  license: ''
+  license_text: ''
+./tests/unistdio/test-u16-vasnprintf3.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: bf53a10afd264f2a2f2033ded34c16fb71537420ac61601eaa7121e980935468
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u16-vasnprintf3.sh:
+  copyright: ''
+  hash: f905d4a370e838d40e500c1d4fc9c76157059380250d1d1d8ebcded50f45a2d8
+  license: ''
+  license_text: ''
+./tests/unistdio/test-u16-vasprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: beb4f46e90755c8257637bbd2959e4c1c59c15ccff18efa08e46ab6135ebc981
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u16-vsnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a89cf051ca2505a6f52c20555bce3310bd1c65c1a0cc987e61fd27ca2d8b1436
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u16-vsprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: fb7848d9390637d318a6a9a152f1357e944de076f583e65f5a0adb0163be943a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u32-asnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 41aff1d2e3c3abf76aeba5411f3f7065bf8cf2ffc2562f537630172c57f6959a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u32-asnprintf1.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 6a50bfebf919144e398cea3455ce86bec040bb4cc3b942818dbb09e0c1e6ebcd
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u32-printf1.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: b56c948ad53769dde6284903a60737aa70c7855558979f7cddbb1412fd592f1a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u32-vasnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: ce5050c0e007bbc61ff40f13bcb98359e809f3daa353b295ac564cde32f50a72
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u32-vasnprintf2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 6ac9c14da3fea08c3f338c60041d34d1f7d97c73d083062cb3aace064ceffc46
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u32-vasnprintf2.sh:
+  copyright: ''
+  hash: df3831fff8af1ca98b0314f8d96ba47ba9a39e4b5aaf770340ba99385ada5792
+  license: ''
+  license_text: ''
+./tests/unistdio/test-u32-vasnprintf3.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 9146f015da0d7ac8251784e1504ea2a8c9881f603bbf3ab5720dc79a2a3a72ac
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u32-vasnprintf3.sh:
+  copyright: ''
+  hash: f905d4a370e838d40e500c1d4fc9c76157059380250d1d1d8ebcded50f45a2d8
+  license: ''
+  license_text: ''
+./tests/unistdio/test-u32-vasprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 33301dceade2d25cc587e2d1107a185f0b9e02cebe1b257fd91bfb60b561a0f2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u32-vsnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e29444732ee16af3c463d6bf4a8bc82d26c70e74032b111d54806b375deb2712
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u32-vsprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: c08339d66a3fbdba5daf144cdc7f71db046a57d2a7a7e435679365e1ffef6119
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u8-asnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8077aee1b94e35d8c1d0991f0f840ba1cfdeb611d46badcdfea17e28c3d6a8d6
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u8-asnprintf1.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 77ab5afeeb42f4c15904a9cd2497c2dfbbb2b8f7b80143dd4ec572a21b8e0cc2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u8-printf1.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 22df840691f53768d3f359903fbe98c883bf6c862823b7c5575c64e1dc3d7f90
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u8-vasnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 90d51a7d4c29397372790c95e7fcbc811fa365c18683587c4906a0d9b680a945
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u8-vasnprintf2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 0cce08536fc9c4a9d7dfc7c02c1456e844649885788f9e25e0f00776861b7556
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u8-vasnprintf2.sh:
+  copyright: ''
+  hash: df3831fff8af1ca98b0314f8d96ba47ba9a39e4b5aaf770340ba99385ada5792
+  license: ''
+  license_text: ''
+./tests/unistdio/test-u8-vasnprintf3.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a4ce59a6790d668164d2dca7311463b84f8a69933d806d2d06ac22d374a5d675
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u8-vasnprintf3.sh:
+  copyright: ''
+  hash: f905d4a370e838d40e500c1d4fc9c76157059380250d1d1d8ebcded50f45a2d8
+  license: ''
+  license_text: ''
+./tests/unistdio/test-u8-vasprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 3269204147656f6f8fa26fc77c7e4f7dafba859db425860c6a637a15ac01b677
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u8-vsnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 8729a94783ea5efa93cd5fe1ebb76ed27e1f1990d5a92255b43a6200ed245ead
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-u8-vsprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 707ed3d938d317024b3bbbdac4067041bd73a1b9959e2c0d0bb3be0531301209
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-ulc-asnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: e4303e6753c07af09a492b46f556cd2fb4c1c23721b2964d67403e4153c1c013
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-ulc-asnprintf1.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 40fc4dc907c40ae8a6750b93da9af8f2804df958a55cbf46d7a3d7e1a561d3a7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-ulc-printf1.h:
+  copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+  hash: 00f9a6c6b73171a44e65a03ce6338c77ce875c41a636e717ee732987ceec4a78
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-ulc-vasnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 510a639a716852d1b3ef7fb18d60afc7a2d339d6c3e0cd5b611d7fe2e0c7c1bf
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-ulc-vasnprintf2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 586f10f289df9dbb741e6cad552cae7c45a8411d3ba24026c0ebc04ca8f1f25a
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-ulc-vasnprintf2.sh:
+  copyright: ''
+  hash: df3831fff8af1ca98b0314f8d96ba47ba9a39e4b5aaf770340ba99385ada5792
+  license: ''
+  license_text: ''
+./tests/unistdio/test-ulc-vasnprintf3.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: c0ab36642331e8473ba14ca52f7eebab2f8f0576b94ef3245db3e1798ebb5433
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-ulc-vasnprintf3.sh:
+  copyright: ''
+  hash: f905d4a370e838d40e500c1d4fc9c76157059380250d1d1d8ebcded50f45a2d8
+  license: ''
+  license_text: ''
+./tests/unistdio/test-ulc-vasprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: f48b74ccfff2a50b7a2a4d6c7893e1024ce4e7734c11a9bd8586f7f74580d249
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-ulc-vsnprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 655ccf0eb612583f0991ffce6ed2a0770db9ecb81f5504b025134580d5a1df28
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistdio/test-ulc-vsprintf1.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 7a8a4f676d95ef5922d41d06479dc699fa7abfd5c04c0cf073e3dd0e0ae6a50e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/unistr/test-chr.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 3daaf020ca87aaf29716eb51133d9083758d293710df324a1fd75736d21d6fe5
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-cmp.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: b3622994c922fa3181db0d2c6dce99cb10ec21ffbf51f6bb01333bbc9d88fb81
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-cmp2.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: f9b2ff4c12a2e1205281102f0438e021c7d1cb86c4fb614477d52772f0c48f62
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-cpy-alloc.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 61094a5cd9b13dc7992c435e2f867d777301e4d36928c46101aea2b02411fad4
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-cpy.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 2bc6e4242146e8095a72774e55565052d7cb5bab2f5eb95ed8d4876dd5e863dc
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-move.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 5aa67706b734a1814b60b02b177258e3b7e93417d1b726623ce86285959621fe
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-set.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 4e0708f1f82f995a1b3e54a663c5e99ed405cf170ab0a548f4b0ef76dfcc5ac9
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-stpcpy.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b49fed1094f1aeca90fa52ba1c9224cf3df9e0c1f61be0e36a4b15784ab77d16
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-stpncpy.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f7007b117dec6da34f14b2cb2a4cefc4d66a06e9104cb5240639c0f2040ffbd3
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-strcat.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: da37de4cc306a22e7b5d58ecb34f627af076fcc5392db0e71989a323f6e0309e
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-strchr.h:
+  copyright: 2008-2011 Free Software Foundation, Inc.
+  hash: 1f5a832964439ded529c13c443eb1702127dec11a34a180e5ac139b9fedf1ed5
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-strcmp.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: a91b19fc3b864f0b56a5935f898f09c5aeae4063ff023ee92fcea417079d54c9
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-strcpy.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 475b7ea4ec824d2a4bd531792e9230d32ad3806fdeec0a5cdf63996083011d04
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-strdup.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d64e563646170b92df3043fdea2e9f1682345997772d3fc9bffc4e269016aa0c
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-strncat.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: be554442d0225dc20f6b0aba29a6b9ccc559d5c0880215f8fbd66b63b9f79ca3
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-strncmp.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f57773bf3be67502d742233be7e1ced52e493c184c071e6d6e78d6682a97ea67
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-strncpy.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 17f55604f96c631cad91dfd6d38952eeef6b4331a0b2dccd10a014bf1526a2e1
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-strnlen.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 1974f5f2864ebf5526c834c0dc1b3b4f95db28ba3b4d73d87cf1ab1742408abb
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u-strstr.h:
+  copyright: 2004, 2007-2011 Free Software Foundation, Inc.
+  hash: a057e74d80ab13dab759193a5d4f335fe303f6830dc5159fbad2703bd7353017
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-check.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e62e02911838143d5ed3f885610ee58bb190af444b88f16270d21fdabf5a9a01
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-chr.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: efa0c0cee6a7fb2944b109d851437cb33d97aeed8545aa740d04d396f8400ffd
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-cmp.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 494a8b13158f4d9a47cdeb38fe794fada3d411d07fa81721183f0da847a91617
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-cmp2.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: fd8ede44e031a2de7c9209bef48bff355d93f9dd1274cc637b075b845304e044
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-cpy-alloc.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ceb0b1512e77dbf87a58304635baeb54cb3a97cbd77463dfdc7a0656f4a445e3
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-cpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 93d70fa420dd52caab3b971423a368ad2b7991c683ff8a498b09716d8e522b4e
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-mblen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 7a6e708b287b9cd569ce5b2fe1dafa4c5d3fd572c276d2a8a7e66cd3cf3d5bc9
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-mbsnlen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: eff8aa9f8af20a3eba12f16b1afa31223cbe541f48947dd5295c24eec3e5c2b5
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-mbtouc-unsafe.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e99353f0fd009aef9cf58ea374084dfc0c6f19a878f8579d774e94ee7bad3c11
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-mbtouc.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: eaf677aed73db23d973c65412228482664812b21f212a07e8a6e188d67f3fed0
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-mbtouc.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b3b72189fefcfe20dcd3e646b17c0d8a33880c9dcf674102ce0592d1c1541f09
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-mbtoucr.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 362a647a515cc95b1a256f753fa0e3b790be41a231f7c03deefef0522f6876cb
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-move.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ee80232e9725d1a56278db6af984c57776dea16500dcd888805f881b7f4b542d
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-next.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 821b1a224951a687c5c47f9aca1dbf0121e8020f323d7f4386a10251d68b028c
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-prev.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 530105b5e92fc27357d6cf10f9d5d1c0ac549ecbd337c6c918fb260b7b3ae60c
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-set.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d67b81e544527f8ae4c47c3bbfa79860baab032ba4e8ddee39b39831ff90b77c
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-stpcpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 136e31ef5231a0bc0f70f82c7ae4d2779dc6e3f23e725b659910d924db83e79a
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-stpncpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e76905c0fa5560038187f54f1bea69d6913390a55e92969122233a5f63ebc213
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strcat.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c5531182ca50d7600c15d7ed28e735fc204e8b2c8ccf64c0ec9df12cb8416c82
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strchr.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 5aaf6abb828eefb6a2740275fe142ef8d67cd2d9dcc770df63e6b8ecdfc6b707
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strcmp.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 26a1eee3d7d3cd8a85ad70f082d265b59b9f70dc61f1c1848e313f608bc05190
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strcmp.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f99a1f135563bcd73c2af5edc19df8b7390c8bc734d0a44870e8b4da3f073731
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strcoll.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 7cfb5cce682ad44fb2416790e71ca0d7ab65c73fc5cc03663d80ad0707368751
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strcpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 142e672b2072c0b947046bda364190ba0c302cf3d83add1472a46ed613eceb28
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strdup.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 3e8ed9fbfe1aa8485abd389bbfe14673435973ac7e68163d163de09dd3c80c34
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strlen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 411f7d264a26f1a475d57ca5c30c601745894dbfe6172161d9d1a2d2a71559d8
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strmblen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 759174c1dd82cf4932e177ddd08206ce0cc2f5675a78777c5462849ff67b35b0
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strmbtouc.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b27b31fcfb580ffe68cae98e2c8f85159df7beb456544cfd982169d2afbd63c4
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strncat.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b947a5c769d4940fb800e1dacd43031b0ed989b99f888a3a7020dd6434c9fc04
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strncmp.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e5454b080e04d11601f6e149d7dd7c043a7d548ef805ea1d5427af6d0406b845
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strncpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d2beeb89c1ec4e9ead0d8eb20c61635a8a1811be97a446cab048e6aa65a06553
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strnlen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: dd9f8dcf4d8ba7b28d6db16ea3432990fd78573c30bf0747e7ba989bd2b64f74
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-strstr.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 5ed3501515bb726342b0b88ff515faa120ede149d13d0cf3325975fc0c8b85e8
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-to-u32.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 9789d8327e45d3e7ddb2279842620332aac73f73c71afbe49e64c467ccfc225b
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-to-u8.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 32e87d85f636df3d7659952ce63cf7edbb1fdc2664c2ce4c55d706a8bd22a096
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u16-uctomb.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: a3966649f9024865cfb9730520816cf57d4b74b5449280691503510d6c688cd0
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-check.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 07c3d8e21fd4c8032d39ac700f4b116e5ac951bee408d48c95b6d1026b1547bd
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-chr.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 77bdde575b58692359fa0d28ee3bc36db4f097a5d190cc6741d2d5bed8a084cc
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-cmp.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 61c3b0f112127c06e1531ea4b736feda79cac49dbafe98bcbf8a993404ebeab5
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-cmp2.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b352e025db4327a094877687769be4f4ab97d3763897004477b491c83ede6f8d
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-cpy-alloc.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c7c8c98ef4fb23f2786023a47d396767141e6afb5692407585803de12aeb8bc5
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-cpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: fc0254d4a78ad51c0ee1cf2c70faa14d4ad63ccc8bb6c1f8c4434ecb3b876574
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-mblen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 0835bbe4d6400e73536c36896baec0f97d81a94d11fb613ea52bc6e370c2ecbe
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-mbsnlen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 6e82114c67277205820e3f1ece9d270331110f2c1bea8778661788cc7ab870bf
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-mbtouc-unsafe.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: a11961cef2ed8434369252f698cce63a22a4a081927289059bb33996686214e2
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-mbtouc.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c4b0907dbb2775af420122e09392c950190c99c2053f439395b200fcc6d1a657
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-mbtouc.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 87b93a6dc7067c1cb1c50d658c0493cf68bb7ed47c56fd14f5287a1c50d82023
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-mbtoucr.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 05bc05057fbe012510ffa95b474573d7166ea0dbee19159a73e12a36ae0739e3
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-move.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 85d0d7981427031f7370d37dbc38591682905cbc3643be8732c3a5f082925206
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-next.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 8b20ba6e402b02550ea69515c986687a27239d8fa47e5edef009126a6d16b785
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-prev.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 054bf04203a47acd93dfb3a1a300099a4254e3cad2f05f67508db7b1982a39af
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-set.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 9e63923f28af3099c330ad56f3e86557f8bd92a451bf0f5b5dc76d63b4008c74
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-stpcpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 617faff4ce36054f068691007a6cf548c90e5a55b93442663341da3b24a36abf
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-stpncpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: dbeb1fdb0d552aa38297dcc7cd96628ff89bbc48962e29042f0ff7041851fa49
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strcat.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 2c92d93dbc1d40a5683ed2a1342e2669b5248630d1197c07510d4e8cd970b71c
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strchr.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f6c3d5144f0ef8c5997d779fd2179e011b2746f6db0b80446e6cdf9d95c31f7f
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strcmp.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 701206111d26ea2c8dc19525472eaa5b03e830cc2c2cd10d613dc15e51a01b91
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strcmp.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: bbc4423799e291d894ae9e8ede1dfe054e28bb0817be58f03d337f538d286cb5
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strcoll.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 0389181214f556b683d2272a85c6606e539afb29688f6b2e33e96f1ac7ba7477
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strcpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ebbd2a0b0e518e1cecc035b0f5b4a328687e2d202f6dfd9c169d9f850d0652d7
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strdup.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c3edd66bb6f2ab49f11637d89748cd886fad9a340d17027079344370385a19e9
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strlen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: dd250d3f181b59a1c5af9c2c04b1280d5c1151a02aeaa9879cbfb49bd7bc79c4
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strmblen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 90bf86582a514cf9489c587d4acbde319b1c079360a14091cf6ce8167daa070c
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strmbtouc.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f63c2aedb7606bf1b28257c8049be361dcdf2b4657bdaeb9cf6f1a8f9dc27fdc
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strncat.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 3bf514ef6dd4cd3aa04fcda4dcf1b092ab7c4f7dcec8929c0a32a78d00cd85f8
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strncmp.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 86415a1ed519c8d7da695f0517c765ade7c948c403bf941b9f7a61738fe66e3f
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strncpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 2edaf3987393e68d88d1ed5cefefbff5d575233cebdd92d9f625c9be38bc7a99
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strnlen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e9e2b6b72aa9d61a51a546c1ab87c9e3e107eeea6c439078dcf94578fb768997
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-strstr.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 1b740a04c36fe766f7fcabd4fab478e6f8f0a62985a3a99c22f74de2a194b223
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-to-u16.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 7440c5db8f469ab9dc6ed6f514f7a8934888fccab16ef560ea426252ea4d712e
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-to-u8.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 6ad5f049d7b0aff9a529c1441cd6f7a004ba2233077b937af915d1dc523c1edb
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u32-uctomb.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 6f1f9aaa3e30f533cf6e7be15121c59aec69070ce0b15d1fac352ec8bd6a6852
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-check.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: df2db2629021b379080a42f1962bde0033afb3b88af86e53e3d6de040fbfb0c2
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-chr.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: cf6c684ad34178b7865c93921f1b94ef855958ea154b06ea6c4b9d141c68b938
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-cmp.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 8b273e38d95e56cca232e12c7f180c0ebc04acc6c0e700cd62c7f3e7b644ea17
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-cmp2.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: a4892f207d7ee5b4fc3f854ecab33becec105149b7d589bec55cbff72906cc33
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-cpy-alloc.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 418db547df8d6e1bc35c5256c9c7142cd590e9cb14a73920c061c4324ac441d6
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-cpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: fd6facad9a3ff54480295924f478ef1bd7396ba752a3f6501c49c1b0fdf8c017
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-mblen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 23901ba3dbb5cb1456ee3bd4b6b61d7b0e8644f9b2b966e1eb2d335295b9259e
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-mbsnlen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 6be1082eabf31b5a91411ba7c0c961cc0d6c6db295d1ef6cae8f18dc232776c3
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-mbtouc-unsafe.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: bc3d90315ee7fa0303dc8991b0a20b568b71c97fee1b16c838179ea4d030ca9e
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-mbtouc.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ce263699b0b257cd6a599817d15351895f0c92f169fa4a0f983a3d7c6be32026
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-mbtouc.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b1a3235b16e236e96e6e25bcd82a60366e7bd77994c64dea58a9e47be6789171
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-mbtoucr.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 76759c39e98bdd83695a0c2d4f80287833f7676a79d2686157c983719bdcff8a
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-move.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ce1798811f34197e33e456fda1f1514e572f493922445bb3c8840bfc37d7f1ae
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-next.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b4c52a7dfdc99fb1f5f8b869296aa649c8c83597420eb530b0f98e291d10d49c
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-prev.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 01768eb768bed85cba5a278f6212f674ac21635688a541d158dbadcd0fe49bb1
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-set.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ee57d7926f66a80e509c111669b69be3e79ef134bf96588e7c3fd37f1d650d72
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-stpcpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d3ea30e885887593b35769fd08858ff181bb46a70383d584d4aa54aaeb6d61cf
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-stpncpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: c8214594739f629406111c098fb7f3a615f50519eafee9b5afc02b074622eb9a
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strcat.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: ad426a3b6c99e067c8e42d97efbd58787b5ce339f6856b5d7a8587313eccc99b
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strchr.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: d690a6ccbb2323d1e67060f283998334aba8303c2573d28dde695e929c0c0e90
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strcmp.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 1150fe8c9143d04098fadfe97ce855f79050a1db1b660ea7b151e00a14062b5e
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strcmp.h:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 2ea6f8affaa2fc568a920f7bfafe089e16938fc926a6e2e2711a1feea25088aa
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strcoll.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 66283cc44f9dafe6366812de4578808bce6bdf3aa4b8e39a2b39ea2d13c06447
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strcpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 857f07f962a058ddb2f7cd3011b23773e16b9269882fbcb5ca48ab6f450f9e2d
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strdup.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f0bc6beae543499e87d25a770ed5bb7db4e3c3bfb917195de3898aa65d4fa245
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strlen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 2996d013cd80fa5d291854a1b2e58560e7d19512d92f968069abec155b9da004
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strmblen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: f045dc3b2b9624fba4d7e7716c94d5c419ee15e9a130c7b74cb78533e2a692c4
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strmbtouc.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 94a0a9313bc2d06736d0fdefb96b70cdb208be48e7149f6cf70f0ddc7c057b00
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strncat.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 3e347093a190b3224aba071b62c8f9072419d4cf37399c29b569205fad02c470
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strncmp.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 1bcd6b8db17cdfd858909461eae047f8776e7643cde5e42755070d90797189f4
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strncpy.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 66f4d2e588c46faec5525e346c09285a85b8f9a27ec618e1f651092419a03326
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strnlen.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b1d32aea5f1e6b46427f26022d8dc225764381f1a43fc6915813f24d016967ef
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-strstr.c:
+  copyright: 2011 Free Software Foundation, Inc.
+  hash: 145d35d8c882521f02a735d4bd2733e4ec1d0e8da813d0d020f3341fc04462e5
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-to-u16.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: b0624a11b7a5786d4402f59ae192cd87ad4c65d8b6742cbb35d097533b7154a7
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-to-u32.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: 6a6c292ba6a69a33e240aef5959e303f726ac9c7f06b754b8d7362551ab80e04
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/unistr/test-u8-uctomb.c:
+  copyright: 2010-2011 Free Software Foundation, Inc.
+  hash: e07737777f9e1b9ea5b03c9b1ab0e4f6ab1c38ca6719b062d4e560877dc60f5b
+  license: 'GPL-3+ '
+  license_text: ''
+./tests/uniwbrk/test-u16-wordbreaks.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: d2cde88271b359f7a23de6c708f8840d1e69d1c07b00bd0cb648485f40e7cd56
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwbrk/test-u32-wordbreaks.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: a14bb683a7e301413f60e1364477219e11de6bdea8722a487c2ee96d217a1813
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwbrk/test-u8-wordbreaks.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: c5ede2c96272994f600a2d4133b3471da3caa256677b60b7742e44b9579eba5e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwbrk/test-ulc-wordbreaks.c:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: 544eb6e84ee7d11c6d495b9edc764194c2526cf3965b32d0f26a95d402bf71e2
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwbrk/test-ulc-wordbreaks.sh:
+  copyright: ''
+  hash: d1d3525c27882f7ded09b3b5fa177ebddcfb16a75b19ef3804ae6f4731f2962c
+  license: ''
+  license_text: ''
+./tests/uniwidth/test-u16-strwidth.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 42210f9e719845f5ad96eb1112fc5c84ae7cda429a050dea2bbbc2865dcac89e
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwidth/test-u16-width.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: bf60e9aba7edd51b0fa05de6ced9b5f29faa9ebf8248730b4a45826353997a71
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwidth/test-u32-strwidth.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: a43326f5ff9ff01e485533f7acdb353d4803bfe807b3080d4179e79489a64814
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwidth/test-u32-width.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 403236c384dbddb32a5d5bbfec3d7bf72d0efbe0084d104374ecbe9ee2e2c7c7
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwidth/test-u8-strwidth.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: de1cd774dc43d42a289c77ec8ac27c1a98587c596fbca2e5184452518e38bb31
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwidth/test-u8-width.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: 7482337b13ce019e4da2e4df4ee93c29d13ec715ae59d76777ffdd61a347ec7f
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwidth/test-uc_width.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: beee006537bb3c5d4b063f4dbffae21fc96a9ee450898f186b6d8959509c0890
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwidth/test-uc_width2.c:
+  copyright: 2007-2011 Free Software Foundation, Inc.
+  hash: beee006537bb3c5d4b063f4dbffae21fc96a9ee450898f186b6d8959509c0890
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./tests/uniwidth/test-uc_width2.sh:
+  copyright: ''
+  hash: 26f58b4ef6788b773c28c79baabad9e1739f820166b24458450bfa7cd542370f
+  license: ''
+  license_text: ''
+./tests/zerosize-ptr.h:
+  copyright: 2009-2011 Free Software Foundation, Inc.
+  hash: dffeb973da125a0476bb502c8b4194a0550f5992ced62c4fa522fa141f295ee1
+  license: GPL-3+
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./top/GNUmakefile:
+  copyright: 2001, 2003, 2006-2011 Free Software Foundation, Inc.
+  hash: 0c51c856f59f3ddf899b39a31f6ae081705d9699227128d852db40bfc4c530e2
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./top/maint.mk:
+  copyright: 2001-2011 Free Software Foundation, Inc.
+  hash: 63cefffbf10d8991cfea6b37d49a517ad914b51c3856999f182c0c87e97ea06e
+  license: GPL-3+
+  license_override: GPL
+  license_text: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+  license_text_override: '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
+
+    the Free Software Foundation; either version 3 of the License, or
+
+    (at your option) any later version.
+
+
+    This program 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/>.
+
+'
+./users.txt:
+  copyright: ''
+  hash: 59623cd9e02e548d1224523c9755b32b0c5db9808a2316f285192f361a325cc6
+  license: ''
+  license_text: ''
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..9cc1521
--- /dev/null
@@ -0,0 +1,18 @@
+Source: gnulib
+Section: devel
+Priority: optional
+Maintainer: Ian Beckwith <ianb@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), texinfo
+Standards-Version: 3.9.1
+Homepage: http://www.gnu.org/software/gnulib/
+Vcs-Browser: http://erislabs.net/gitweb?p=gnulib.git
+Vcs-Git: git://erislabs.net/gnulib.git
+
+Package: gnulib
+Architecture: all
+Depends: ${misc:Depends}, build-essential, m4, autoconf, automake, gettext (>= 0.18.1), autopoint, bison, gperf, texinfo, libtool
+Suggests: perl, clisp
+Description: GNU Portability Library
+ The GNU portability library is a macro system and C declarations and
+ definitions for commonly-used API elements and abstracted system behaviors. It
+ can be used to improve portability and other functionality in your programs.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..23cf1b7
--- /dev/null
@@ -0,0 +1,3353 @@
+This package was debianized by Daniel Baumann <daniel@debian.org> on
+Thu,  1 Jun 2006 00:00:00 +0200.
+
+It was downloaded from <git://git.savannah.gnu.org/gnulib.git>.
+
+> The files in here are mostly copyright (C) Free Software Foundation, and
+> are under assorted licenses.  Mostly, but not entirely, GPL.
+>
+> Many modules are provided dual-license, either GPL or LGPL at your
+> option.  The headers of files in the lib directory (e.g., lib/error.c)
+> state GPL for convenience, since the bulk of current gnulib users are
+> GPL'd programs.  But the files in the modules directory (e.g.,
+> modules/error) state the true license of each file, and when you use
+> 'gnulib-tool --lgpl --import <modules>', gnulib-tool either rewrites
+> the files to have an LGPL header as part of copying them from gnulib
+> to your project directory, or fails because the modules you requested
+> were not licensed under LGPL.
+>
+> Some of the source files in lib/ have different licenses.  Also, the
+> copy of maintain.texi in doc/ has a verbatim-copying license, and
+> doc/standards.texi and make-stds.texi are GFDL.
+
+Detailed copyright information follows, see debian/clscan/README
+in the gnulib source package for information on updating this.
+
+Files: debian/*
+Copyright: 2006-2008, Daniel Baumann <daniel@debian.org> /  2009-2011 Ian Beckwith <ianb@debian.org>
+License: GPL-2
+
+Files: modules/*
+Copyright: 2002-2007 Free Software Foundation, Inc.
+License: other
+  From modules/README:
+  > All the files in this directory are distributed under the following copyright:
+  >
+  > Copyright (C) 2002-2007 Free Software Foundation, Inc.
+  > Copying and distribution of this file, with or without modification,
+  > in any medium, are permitted without royalty provided the copyright
+  > notice and this notice are preserved.
+  From modules/COPYING:
+  > The files in this directory describe the gnulib modules.
+  > The following copyright notice applies to each of these
+  > description files.
+  >
+  > Copyright (C) 2006 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.
+
+Files: ./doc/solaris-versions
+Copyright: 2003, 2005, 2006 Free Software Foundation, Inc.
+License: other [REF01]
+
+Files: ./doc/Makefile
+Copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+License: other [REF01]
+
+Files: ./doc/gnu-oids.texi
+Copyright: 2008, 2009, 2010 Free Software Foundation, Inc.
+License: other [REF01]
+
+Files: ./doc/INSTALL, ./doc/INSTALL.ISO, ./doc/INSTALL.UTF-8, ./doc/install.texi
+Copyright: 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, Inc.
+License: other [REF02]
+
+Files: ./Makefile
+Copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+License: other [REF03]
+
+Files: ./doc/COPYINGv2
+Copyright: 1989, 1991 Free Software Foundation, Inc.
+License: other [REF04]
+
+Files: ./doc/COPYING.LESSERv2
+Copyright: 1991, 1999 Free Software Foundation, Inc.
+License: other [REF04]
+
+Files: ./doc/fdl-1.2.texi
+Copyright: 2000,2001,2002 Free Software Foundation, Inc.
+License: other [REF04]
+
+Files: ./doc/COPYING.LESSERv3, ./doc/COPYINGv3, ./doc/lgpl-3.0.texi
+Copyright: 2007 Free Software Foundation, Inc.
+License: other [REF04]
+
+Files: ./tests/uninorm/NormalizationTest.txt
+Copyright: 1991-2010 Unicode, Inc.
+License: other [REF05]
+
+Files: ./tests/unigbrk/GraphemeBreakTest.txt
+Copyright: 1991-2010 Unicode, Inc.
+License: other [REF06]
+
+Files: ./build-aux/mkinstalldirs
+License: other [REF07]
+
+Files: ./build-aux/install-sh
+Copyright: 1994 X Consortium
+License: other [REF08]
+
+Files: ./build-aux/po/Makefile.in.in
+Copyright: 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+License: other [REF09]
+
+Files: ./m4/onceonly.m4
+Copyright: 2002-2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+License: other [REF10]
+
+Files: ./m4/afs.m4
+Copyright: 1999-2001, 2004, 2008-2011 Free Software Foundation, Inc.
+License: other [REF11]
+
+Files: ./m4/ulonglong.m4
+Copyright: 1999-2007, 2009-2011 Free Software Foundation, Inc.
+License: other [REF11]
+
+Files: ./m4/locale-ar.m4, ./m4/locale-tr.m4
+Copyright: 2003, 2005-2011 Free Software Foundation, Inc.
+License: other [REF11]
+
+Files: ./m4/gnulib-tool.m4
+Copyright: 2004-2005, 2009-2011 Free Software Foundation, Inc.
+License: other [REF11]
+
+Files: ./m4/stat-macros.m4
+Copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: other [REF11]
+
+Files: ./m4/gnulib-common.m4
+Copyright: 2007-2011 Free Software Foundation, Inc.
+License: other [REF11]
+
+Files: ./m4/00gnulib.m4, ./m4/ungetc.m4
+Copyright: 2009-2011 Free Software Foundation, Inc.
+License: other [REF11]
+
+Files: ./doc/verify.texi
+Copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF12]
+
+Files: ./doc/maintain.texi, ./doc/standards.texi
+Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF13]
+
+Files: ./doc/make-stds.texi
+Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF13]
+
+Files: ./doc/alloca-opt.texi
+Copyright: 2004, 2007, 2009, 2010 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF13]
+
+Files: ./doc/alloca.texi
+Copyright: 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF13]
+
+Files: ./doc/gnulib.texi
+Copyright: 2004-2009 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF13]
+
+Files: ./doc/ctime.texi, ./doc/inet_ntoa.texi, ./doc/quote.texi
+Copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF13]
+
+Files: ./doc/lib-symbol-visibility.texi
+Copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF13]
+
+Files: ./doc/gnulib-tool.texi
+Copyright: 2005-2011 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF13]
+
+Files: ./doc/gcd.texi
+Copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF13]
+
+Files: ./doc/error.texi
+Copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF13]
+
+Files: ./doc/c-ctype.texi, ./doc/c-strcase.texi, ./doc/c-strcaseeq.texi, ./doc/c-strcasestr.texi, ./doc/c-strstr.texi, ./doc/c-strtod.texi, ./doc/c-strtold.texi
+Copyright: 2008-2011 Free Software Foundation, Inc.
+License: GFDL-1.3+-NIV [REF13]
+
+Files: ./build-aux/pmccabe.css, ./doc/gendocs_template, ./doc/relocatable.texi, ./lib/bcopy.c, ./lib/c-strtold.c, ./lib/close-stream.h, ./lib/dev-ino.h, ./lib/dirchownmod.h, ./lib/dtoastr.c, ./lib/file-set.h, ./lib/fprintftime.c, ./lib/ftruncate.c, ./lib/getdate.h, ./lib/hash-triple.h, ./lib/idcache.h, ./lib/isdir.h, ./lib/javaversion.class, ./lib/ldtoastr.c, ./lib/mkancesdirs.h, ./lib/mpsort.h, ./lib/posixver.h, ./lib/stat-macros.h, ./lib/strtoumax.c, ./lib/userspec.h, ./lib/utimens.h, ./lib/write-any-file.h, ./lib/xfreopen.h, ./lib/xgethostname.h, ./lib/xmemcoll.h, ./lib/xnanosleep.h, ./lib/xstrtoimax.c, ./lib/xstrtold.c, ./lib/xstrtoll.c, ./lib/xstrtoul.c, ./lib/xstrtoull.c, ./lib/xstrtoumax.c
+License: GPL [REF14]
+
+Files: ./lib/idcache.c
+Copyright: 1985, 1988-1990, 1997-1998, 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/filemode.c
+Copyright: 1985, 1990, 1993, 1998-2000, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/getloadavg.c
+Copyright: 1985-1989, 1991-1995, 1997, 1999-2000, 2003-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/linebuffer.c
+Copyright: 1986, 1991, 1998-1999, 2001, 2003-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/linebuffer.h
+Copyright: 1986, 1991, 1998-1999, 2002-2003, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fstrcmp.c
+Copyright: 1988-1989, 1992-1993, 1995, 2001-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/diffseq.h
+Copyright: 1988-1989, 1992-1995, 2001-2004, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fts_.h
+Copyright: 1989, 1993 The Regents of the University of California / 2004-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/modechange.h
+Copyright: 1989-1990, 1997, 2003-2005, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/modechange.c
+Copyright: 1989-1990, 1997-1999, 2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/posixtm.c
+Copyright: 1989-1991, 1998, 2000-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/userspec.c
+Copyright: 1989-1992, 1997-1998, 2000, 2002-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fts.c
+Copyright: 1990, 1993, 1994 The Regents of the University of California / 2004-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fileblocks.c
+Copyright: 1990, 1997-1999, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/mkdir-p.c
+Copyright: 1990, 1997-2000, 2002-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/savedir.c
+Copyright: 1990, 1997-2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/dirname.c
+Copyright: 1990, 1998, 2000-2001, 2003-2005, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/yesno.c
+Copyright: 1990, 1998, 2001, 2003-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/isdir.c
+Copyright: 1990, 1998, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/argmatch.h
+Copyright: 1990, 1998-1999, 2001-2002, 2004-2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/argmatch.c
+Copyright: 1990, 1998-1999, 2001-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/basename.c
+Copyright: 1990, 1998-2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/stripslash.c
+Copyright: 1990, 2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/getugroups.c
+Copyright: 1990-1991, 1998-2000, 2003-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/readtokens.h
+Copyright: 1990-1991, 1999, 2001-2004, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/readtokens.c
+Copyright: 1990-1991, 1999-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/backupfile.h
+Copyright: 1990-1992, 1997-1999, 2003-2004, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/diacrit.c
+Copyright: 1990-1993, 2000, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/diacrit.h
+Copyright: 1990-1993, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xmalloc.c
+Copyright: 1990-2000, 2002-2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xalloc.h
+Copyright: 1990-2000, 2003-2004, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/backupfile.c
+Copyright: 1990-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/getusershell.c
+Copyright: 1991, 1997, 2000-2001, 2003-2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/mountlist.c
+Copyright: 1991-1992, 1997-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/mountlist.h
+Copyright: 1991-1992, 1998, 2000-2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/getcwd.c
+Copyright: 1991-1999, 2004-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/setenv.c
+Copyright: 1992, 1995-1999, 2000-2003, 2005-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xgetdomainname.h
+Copyright: 1992, 1996, 2000-2001, 2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xgetdomainname.c
+Copyright: 1992, 1996, 2000-2001, 2003-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xgethostname.c
+Copyright: 1992, 1996, 2000-2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/exclude.h
+Copyright: 1992-1994, 1997, 1999, 2001-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/exclude.c
+Copyright: 1992-1994, 1997, 1999, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/getloadavg.m4
+Copyright: 1992-1996, 1999-2000, 2002-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/readutmp.c
+Copyright: 1992-2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/readutmp.h
+Copyright: 1992-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/acosl.c, ./lib/asinl.c, ./lib/cosl.c, ./lib/sinl.c, ./lib/tanl.c
+Copyright: 1993 by Sun Microsystems, Inc. All rights reserved
+License: GPL [REF14]
+
+Files: ./lib/long-options.h
+Copyright: 1993-1994, 1998-1999, 2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/long-options.c
+Copyright: 1993-1994, 1998-2000, 2002-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/file-type.h
+Copyright: 1993-1994, 2001-2002, 2004-2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/file-type.c
+Copyright: 1993-1994, 2001-2002, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./doc/getdate.texi
+Copyright: 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/group-member.h
+Copyright: 1994, 1997, 2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/group-member.c
+Copyright: 1994, 1997-1998, 2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/mkdir-p.h
+Copyright: 1994-1997, 2000, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./doc/parse-datetime.texi
+Copyright: 1994-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/memcpy.c
+Copyright: 1995, 1997, 2000, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/save-cwd.h
+Copyright: 1995, 1997-1998, 2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/parse-datetime.h
+Copyright: 1995, 1997-1998, 2003-2004, 2007, 2009-2011 Free Software Foundation Inc.
+License: GPL [REF14]
+
+Files: ./lib/save-cwd.c
+Copyright: 1995, 1997-1998, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fstrcmp.h
+Copyright: 1995, 2000, 2002-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/elisp-comp
+Copyright: 1995, 2000, 2003, 2004, 2005, 2009, 2010 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xgetcwd.h
+Copyright: 1995, 2001, 2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/regex-quote.c, ./lib/regex-quote.h
+Copyright: 1995, 2010-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xstrtol-error.c, ./lib/xstrtol.h
+Copyright: 1995-1996, 1998-1999, 2001-2004, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xstrtol.c
+Copyright: 1995-1996, 1998-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/rpmatch.c
+Copyright: 1996, 1998, 2000, 2002-2003, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/memcasecmp.h
+Copyright: 1996, 1998, 2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xstrtod.h
+Copyright: 1996, 1998, 2003-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/jm-winsz2.m4
+Copyright: 1996, 1999, 2001, 2004, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/jm-winsz1.m4
+Copyright: 1996, 1999, 2001-2002, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/getgroups.c
+Copyright: 1996, 1999, 2003, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xstrtod.c
+Copyright: 1996, 1999-2000, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/uptime.m4
+Copyright: 1996, 1999-2001, 2004, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/getgroups.m4
+Copyright: 1996-1997, 1999-2004, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/memcasecmp.c
+Copyright: 1996-1997, 2000, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/filenamecat.h
+Copyright: 1996-1997, 2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/lib-ld.m4
+Copyright: 1996-2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/filenamecat.c
+Copyright: 1996-2007, 2009-2011  Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/canonicalize.h, ./lib/filenamecat-lgpl.c, ./lib/human.c, ./lib/human.h
+Copyright: 1996-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/config.libpath, ./lib/canonicalize-lgpl.c, ./lib/canonicalize.c
+Copyright: 1996-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/savedir.h
+Copyright: 1997, 1999, 2001, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/d-ino.m4
+Copyright: 1997, 1999-2001, 2003-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/hard-locale.c
+Copyright: 1997-1999, 2002-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xalloc-die.c
+Copyright: 1997-2000, 2002-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/same.c
+Copyright: 1997-2000, 2002-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/same.h
+Copyright: 1997-2000, 2003-2004, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/filemode.h
+Copyright: 1998, 1999, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/closeout.h
+Copyright: 1998, 2000, 2003-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/posixtm.h
+Copyright: 1998, 2003, 2005, 2007-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/hash.h
+Copyright: 1998-1999, 2001, 2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/fstypename.m4
+Copyright: 1998-1999, 2001, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/assert.m4
+Copyright: 1998-1999, 2001, 2004, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/st_dm_mode.m4
+Copyright: 1998-1999, 2001, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/quote.c
+Copyright: 1998-2001, 2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/quote.h
+Copyright: 1998-2001, 2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/perl.m4, ./m4/utimbuf.m4
+Copyright: 1998-2001, 2003-2004, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/closeout.c, ./lib/quotearg.h
+Copyright: 1998-2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/close-stream.c
+Copyright: 1998-2002, 2004, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/quotearg.c
+Copyright: 1998-2002, 2004-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/ls-mntd-fs.m4
+Copyright: 1998-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/hash.c
+Copyright: 1998-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/unlocked-io.m4
+Copyright: 1998-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/strtoimax.c
+Copyright: 1999, 2001-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/memcoll.c, ./lib/xasprintf.c
+Copyright: 1999, 2002-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xvasprintf.c
+Copyright: 1999, 2002-2004, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/memcoll.h
+Copyright: 1999, 2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/hard-locale.h
+Copyright: 1999, 2003-2004, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/sincosl.c
+Copyright: 1999, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/trigl.c
+Copyright: 1999, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/nanosleep.c
+Copyright: 1999-2000, 2002, 2004-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/parse-datetime.y
+Copyright: 1999-2000, 2002-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/group-member.m4
+Copyright: 1999-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/nanosleep.m4
+Copyright: 1999-2001, 2003-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/link-follow.m4
+Copyright: 1999-2001, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/longlong.m4
+Copyright: 1999-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/timespec.h
+Copyright: 2000, 2002, 2004-2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fpending.h
+Copyright: 2000, 2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fpending.c
+Copyright: 2000, 2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/ftruncate.m4, ./m4/timespec.m4
+Copyright: 2000-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/unlink-busy.m4
+Copyright: 2000-2001, 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/fpending.m4
+Copyright: 2000-2001, 2004-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/rmdir-errno.m4
+Copyright: 2000-2001, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/unictype/3level.h
+Copyright: 2000-2001, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/mbswidth.m4
+Copyright: 2000-2002, 2004, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/gen-uni-tables.c
+Copyright: 2000-2002, 2004, 2007-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/mbstate_t.m4
+Copyright: 2000-2002, 2008, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/unictype/3levelbit.h
+Copyright: 2000-2002, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/unicodeio.h
+Copyright: 2000-2003, 2005, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/c-ctype.h, ./lib/unicodeio.c
+Copyright: 2000-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/c-ctype.c
+Copyright: 2000-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/mbswidth.h
+Copyright: 2000-2004, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/mbswidth.c
+Copyright: 2000-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/atanl.c, ./lib/logl.c
+Copyright: 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov>
+License: GPL [REF14]
+
+Files: ./lib/unlocked-io.h
+Copyright: 2001, 2002, 2003, 2004, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/unistd-safer.h
+Copyright: 2001, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/hash-pjw.c, ./lib/stdio-safer.h
+Copyright: 2001, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/clean-temp.c
+Copyright: 2001, 2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./top/GNUmakefile
+Copyright: 2001, 2003, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/hash-pjw.h
+Copyright: 2001, 2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/host-os.m4
+Copyright: 2001, 2003-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xgetcwd.c
+Copyright: 2001, 2003-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/areadlink.h, ./lib/xreadlink.h
+Copyright: 2001, 2003-2004, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/areadlink.c, ./lib/areadlinkat-with-size.c, ./lib/areadlinkat.c, ./lib/xreadlink.c, ./lib/xreadlinkat.c, ./m4/getcwd.m4
+Copyright: 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/w32spawn.h
+Copyright: 2001, 2003-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fopen-safer.c
+Copyright: 2001, 2004-2005, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/dup-safer-flag.c, ./lib/dup-safer.c
+Copyright: 2001, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/javaexec.sh.in
+Copyright: 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/mbmemcasecoll.c, ./lib/mbmemcasecoll.h
+Copyright: 2001, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/sh-quote.h
+Copyright: 2001-2002, 2004, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/mbrtowc.m4
+Copyright: 2001-2002, 2004-2005, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xsetenv.c
+Copyright: 2001-2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/javacomp.sh.in, ./lib/gcd.c, ./lib/gcd.h, ./lib/javacomp.h
+Copyright: 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xsetenv.h
+Copyright: 2001-2002, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/javaexec.h
+Copyright: 2001-2002, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/progname.c, ./lib/wait-process.c
+Copyright: 2001-2003, 2005-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/pipe.h, ./lib/spawn-pipe.h, ./lib/wait-process.h
+Copyright: 2001-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/classpath.c, ./m4/javaexec.m4
+Copyright: 2001-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/copy-file.c, ./m4/javacomp.m4
+Copyright: 2001-2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/javacomp.c, ./lib/javaexec.c
+Copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/execute.h, ./lib/pipe-filter-aux.h, ./lib/pipe-filter-gi.c, ./lib/pipe-filter-ii.c
+Copyright: 2001-2003, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/copy-file.h, ./lib/findprog.h
+Copyright: 2001-2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/progname.h, ./lib/sh-quote.c, ./lib/xstriconv.c
+Copyright: 2001-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xstriconv.h
+Copyright: 2001-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/execute.c, ./lib/findprog.c, ./lib/spawn-pipe.c, ./lib/xconcat-filename.c, ./m4/environ.m4, ./m4/setenv.m4
+Copyright: 2001-2004, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/concat-filename.h
+Copyright: 2001-2004, 2007-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xstriconveh.h
+Copyright: 2001-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./top/maint.mk
+Copyright: 2001-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/c-stack.m4
+Copyright: 2002, 2003, 2004, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/c-stack.c
+Copyright: 2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/sig2str.c
+Copyright: 2002, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/c-stack.h
+Copyright: 2002, 2004, 2008, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/gettime.m4, ./m4/settime.m4
+Copyright: 2002, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/gettime.c, ./lib/settime.c
+Copyright: 2002, 2004-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/acl.m4, ./m4/quotearg.m4
+Copyright: 2002, 2004-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/sig2str.h, ./m4/bison.m4
+Copyright: 2002, 2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/file-type.m4, ./m4/fileblocks.m4, ./m4/filemode.m4, ./m4/sig2str.m4, ./m4/unistd-safer.m4
+Copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/stdio-safer.m4
+Copyright: 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/strerror.m4
+Copyright: 2002, 2007-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/acl.h
+Copyright: 2002, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/memcpy.m4, ./m4/tm_gmtoff.m4
+Copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/closeout.m4, ./m4/exclude.m4, ./m4/getugroups.m4, ./m4/hash.m4, ./m4/idcache.m4, ./m4/long-options.m4, ./m4/memcoll.m4, ./m4/modechange.m4, ./m4/quote.m4, ./m4/readtokens.m4, ./m4/same.m4, ./m4/savedir.m4, ./m4/xstrtod.m4, ./m4/yesno.m4
+Copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/posixtm.m4
+Copyright: 2002-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/acl-internal.h, ./lib/acl_entries.c, ./lib/copy-acl.c, ./lib/file-has-acl.c, ./lib/set-mode-acl.c
+Copyright: 2002-2003, 2005-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/getusershell.m4
+Copyright: 2002-2003, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/expl.c, ./lib/sqrtl.c
+Copyright: 2002-2003, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/rpmatch.m4
+Copyright: 2002-2003, 2007-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/getdomainname.m4, ./m4/libsigsegv.m4
+Copyright: 2002-2003, 2008, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/trigl.h, ./m4/unicodeio.m4
+Copyright: 2002-2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xmemcoll.c, ./m4/strtoimax.m4, ./m4/strtoumax.m4
+Copyright: 2002-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xvasprintf.h
+Copyright: 2002-2004, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/parse-datetime.m4
+Copyright: 2002-2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/posixver.c, ./m4/backupfile.m4, ./m4/clock_time.m4, ./m4/filenamecat.m4, ./m4/hard-locale.m4, ./m4/human.m4, ./m4/mkdir-p.m4, ./m4/mountlist.m4, ./m4/posixver.m4, ./m4/save-cwd.m4, ./m4/userspec.m4, ./m4/xalloc.m4, ./m4/xgetcwd.m4
+Copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xnanosleep.c, ./m4/xstrtol.m4
+Copyright: 2002-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/announce-gen, ./m4/readutmp.m4
+Copyright: 2002-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/gendocs.sh
+Copyright: 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/utimens.c
+Copyright: 2003, 2004, 2005, 2006, 2007, 2008, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/c-strtod.c
+Copyright: 2003, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/xmalloca.h
+Copyright: 2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/relocatable.h
+Copyright: 2003, 2005, 2008-2010 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/csharpexec.sh.in
+Copyright: 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fwriteerror.h
+Copyright: 2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/install-reloc, ./build-aux/relocatable.sh.in, ./lib/relocwrapper.c, ./m4/relocatable-lib.m4, ./m4/relocatable.m4
+Copyright: 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/getdomainname.c
+Copyright: 2003, 2006, 2008, 2010-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/free.c
+Copyright: 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/malloca.c, ./lib/xmalloca.c, ./lib/xstrndup.c
+Copyright: 2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/readlink.m4, ./m4/tzset.m4
+Copyright: 2003, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/eealloc.h
+Copyright: 2003, 2008, 2010-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/execute.m4, ./m4/wait-process.m4
+Copyright: 2003, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/reloc-ldflags, ./lib/classpath.h, ./lib/csharpcomp.h, ./lib/csharpexec.h, ./lib/xstrndup.h, ./m4/copy-file.m4, ./m4/eaccess.m4, ./m4/eealloc.m4, ./m4/findprog.m4, ./m4/getnline.m4, ./m4/sig_atomic_t.m4, ./m4/xstrndup.m4
+Copyright: 2003, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/fatal-signal.m4
+Copyright: 2003-2004, 2006, 2008, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/cycle-check.h, ./lib/getnline.c
+Copyright: 2003-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/malloca.m4
+Copyright: 2003-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fatal-signal.c
+Copyright: 2003-2004, 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/c-strtod.h, ./lib/fatal-signal.h, ./lib/getnline.h
+Copyright: 2003-2004, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/csharpcomp.m4
+Copyright: 2003-2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/csharpexec.m4, ./m4/free.m4, ./m4/utimes.m4
+Copyright: 2003-2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fwriteerror.c, ./lib/relocatable.c
+Copyright: 2003-2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/csharpcomp.sh.in, ./lib/cycle-check.c, ./lib/fts-cycle.c
+Copyright: 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/malloca.h, ./lib/readlink.c, ./m4/canonicalize.m4, ./m4/getcwd-path-max.m4
+Copyright: 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/csharpcomp.c, ./lib/csharpexec.c, ./lib/progreloc.c, ./m4/utimens.m4
+Copyright: 2003-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/gnupload
+Copyright: 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/calloc.c, ./lib/utimecmp.c
+Copyright: 2004, 2005, 2006, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/readtokens0.c
+Copyright: 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/spawn-pipe.m4
+Copyright: 2004, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/readtokens0.h, ./lib/utimecmp.h, ./lib/yesno.h, ./m4/savewd.m4
+Copyright: 2004, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/chdir-long.h, ./m4/csharp.m4
+Copyright: 2004-2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/openat.h
+Copyright: 2004-2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/c-strtod.m4
+Copyright: 2004-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/chdir-long.m4, ./m4/utimecmp.m4
+Copyright: 2004-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/chdir-long.c, ./lib/fdopendir.c, ./lib/openat.c, ./m4/calloc.m4, ./m4/openat.m4
+Copyright: 2004-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/cycle-check.m4
+Copyright: 2005, 2006, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/openat-safer.c
+Copyright: 2005, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/mmap-anon.m4
+Copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/pagealign_alloc.h
+Copyright: 2005, 2008, 2010-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/chdir-safer.h, ./lib/fcntl--.h, ./lib/fcntl-safer.h, ./lib/fprintftime.h, ./lib/gethrxtime.h, ./lib/readline.h, ./lib/stdlib-safer.h, ./lib/unistd--.h, ./lib/unlinkdir.h
+Copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/chdir-safer.c, ./lib/open-safer.c, ./lib/openat-die.c, ./m4/gethrxtime.m4, ./m4/lchmod.m4
+Copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/creat-safer.c, ./lib/fd-safer-flag.c, ./lib/fd-safer.c, ./lib/mkdirat.c, ./lib/openat-priv.h, ./lib/pipe-safer.c, ./lib/pipe2-safer.c, ./lib/stdio--.h, ./lib/unlinkdir.c, ./lib/xtime.h, ./m4/argmatch.m4, ./m4/bison-i18n.m4, ./m4/chdir-safer.m4, ./m4/fprintftime.m4, ./m4/memcasecmp.m4, ./m4/readline.m4, ./m4/stdlib-safer.m4, ./m4/xnanosleep.m4
+Copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/gethrxtime.c, ./lib/mkstemp-safer.c, ./lib/pagealign_alloc.c, ./lib/readline.c, ./lib/stdlib--.h, ./m4/fcntl-safer.m4, ./m4/pagealign_alloc.m4, ./m4/unlinkdir.m4
+Copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./m4/fts.m4
+Copyright: 2005-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/gl_avltree_list.c, ./lib/gl_avltreehash_list.c, ./lib/gl_linked_list.c, ./lib/gl_linkedhash_list.c, ./lib/gl_rbtree_list.c, ./lib/gl_rbtreehash_list.c, ./lib/propername.h, ./m4/double-slash-root.m4
+Copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/ldd.sh.in, ./lib/at-func.c, ./lib/at-func2.c, ./lib/clean-temp.h, ./lib/fchmodat.c, ./lib/fstatat.c, ./lib/gl_anyavltree_list1.h, ./lib/gl_anyhash_list1.h, ./lib/gl_anyhash_list2.h, ./lib/gl_anylinked_list1.h, ./lib/gl_anyrbtree_list1.h, ./lib/gl_anytree_list1.h, ./lib/gl_array_list.h, ./lib/gl_array_oset.h, ./lib/gl_avltree_list.h, ./lib/gl_avltree_oset.h, ./lib/gl_avltreehash_list.h, ./lib/gl_carray_list.h, ./lib/gl_linked_list.h, ./lib/gl_linkedhash_list.h, ./lib/gl_rbtree_list.h, ./lib/gl_rbtree_oset.h, ./lib/gl_rbtreehash_list.h, ./lib/gl_sublist.h, ./lib/javaversion.h, ./lib/javaversion.java, ./lib/mkancesdirs.c, ./lib/openat-proc.c, ./lib/savewd.h, ./lib/tmpfile-safer.c, ./lib/trim.h, ./m4/flexmember.m4, ./m4/getcwd-abort-bug.m4, ./m4/gl_list.m4, ./m4/ldd.m4, ./m4/mkancesdirs.m4, ./m4/xvasprintf.m4
+Copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/fchownat.c, ./lib/gl_anyavltree_list2.h, ./lib/gl_anyrbtree_list2.h, ./lib/gl_anytree_oset.h, ./lib/gl_anytreehash_list1.h, ./lib/gl_anytreehash_list2.h, ./lib/gl_array_oset.c, ./lib/gl_avltree_oset.c, ./lib/gl_oset.c, ./lib/gl_oset.h, ./lib/gl_rbtree_oset.c, ./lib/savewd.c, ./lib/verror.c, ./lib/verror.h, ./m4/close-stream.m4
+Copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/vc-list-files, ./lib/dirchownmod.c, ./lib/gl_anylinked_list2.h, ./lib/gl_anytree_list2.h, ./lib/gl_array_list.c, ./lib/gl_carray_list.c, ./lib/gl_list.c, ./lib/gl_list.h, ./lib/gl_sublist.c, ./lib/javaversion.c, ./lib/propername.c, ./lib/trim.c
+Copyright: 2006-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/closein.c, ./lib/closein.h, ./lib/file-set.c, ./lib/getugroups.h, ./lib/hash-triple.c, ./lib/mgetgroups.h, ./lib/mpsort.c, ./lib/selinux-at.c, ./lib/selinux-at.h, ./lib/tmpfile.c, ./lib/write-any-file.c, ./lib/xprintf.c, ./m4/check-math-lib.m4, ./m4/closein.m4, ./m4/gnu-make.m4, ./m4/mpsort.m4, ./m4/tmpfile.m4, ./m4/write-any-file.m4
+Copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/stdio-impl.h
+Copyright: 2007-2008, 2010-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/git-version-gen, ./build-aux/mktempd, ./build-aux/pmccabe2html, ./lib/fflush.c, ./lib/isfinite.c, ./lib/mgetgroups.c, ./lib/strerror.c, ./lib/xprintf.h, ./m4/fflush.m4, ./m4/isfinite.m4, ./m4/mgetgroups.m4, ./m4/posix-shell.m4
+Copyright: 2007-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/git-merge-changelog.c
+Copyright: 2008-2010 Bruno Haible <bruno@clisp.org>
+License: GPL [REF14]
+
+Files: ./build-aux/gitlog-to-changelog, ./build-aux/useless-if-before-free, ./lib/obstack_printf.c, ./lib/parse-duration.c, ./lib/parse-duration.h, ./lib/sigpipe-die.c, ./lib/sigpipe-die.h, ./lib/xfreopen.c, ./lib/xmemdup0.c, ./lib/xmemdup0.h, ./m4/obstack-printf-posix.m4, ./m4/obstack-printf.m4
+Copyright: 2008-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/do-release-commit-and-tag, ./build-aux/gnu-web-doc-update, ./build-aux/update-copyright, ./lib/argp-version-etc.c, ./lib/argp-version-etc.h, ./lib/dirent--.h, ./lib/dirent-safer.h, ./lib/faccessat.c, ./lib/fdutimensat.c, ./lib/freopen-safer.c, ./lib/futimens.c, ./lib/gl_xlist.c, ./lib/gl_xlist.h, ./lib/gl_xoset.c, ./lib/gl_xoset.h, ./lib/gl_xsublist.c, ./lib/gl_xsublist.h, ./lib/idpriv-drop.c, ./lib/idpriv-droptemp.c, ./lib/idpriv.h, ./lib/linkat.c, ./lib/mkfifoat.c, ./lib/mknodat.c, ./lib/opendir-safer.c, ./lib/pipe-filter.h, ./lib/popen-safer.c, ./lib/priv-set.c, ./lib/priv-set.h, ./lib/readlinkat.c, ./lib/renameat.c, ./lib/symlinkat.c, ./lib/unlinkat.c, ./lib/utimensat.c, ./lib/xstriconveh.c, ./m4/dirent-safer.m4, ./m4/faccessat.m4, ./m4/fdopendir.m4, ./m4/futimens.m4, ./m4/idpriv.m4, ./m4/linkat.m4, ./m4/mkfifoat.m4, ./m4/mode_t.m4, ./m4/priv-set.m4, ./m4/readlinkat.m4, ./m4/renameat.m4, ./m4/symlinkat.m4, ./m4/utimensat.m4
+Copyright: 2009-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/ftoastr.c, ./lib/ftoastr.h, ./lib/resource-ext.h, ./m4/acosl.m4, ./m4/asinl.m4, ./m4/atanl.m4, ./m4/cosl.m4, ./m4/expl.m4, ./m4/logl.m4, ./m4/sinl.m4, ./m4/sqrtl.m4, ./m4/tanl.m4
+Copyright: 2010-2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./lib/get-rusage-as.c, ./lib/get-rusage-data.c, ./lib/vma-iter.c, ./lib/vma-iter.h
+Copyright: 2011 Free Software Foundation, Inc.
+License: GPL [REF14]
+
+Files: ./build-aux/ar-lib
+Copyright: 2010 Free Software Foundation, Inc.
+License: GPL-2+
+
+Files: ./build-aux/mdate-sh
+Copyright: 1995, 1996, 1997, 2003, 2004, 2005, 2007, 2009, 2010 Free Software Foundation, Inc.
+License: GPL-2+ [REF15]
+
+Files: ./build-aux/missing
+Copyright: 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+License: GPL-2+ [REF15]
+
+Files: ./build-aux/depcomp
+Copyright: 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
+License: GPL-2+ [REF15]
+
+Files: ./build-aux/compile
+Copyright: 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software Foundation, Inc.
+License: GPL-2+ [REF15]
+
+Files: ./build-aux/config.sub
+Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+License: GPL-2+ and other [REF16]
+
+Files: ./build-aux/config.guess
+Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+License: GPL-2+ and other [REF17]
+
+Files: ./tests/test-gc-pbkdf2-sha1.c
+Copyright: 2002, 2003, 2004, 2005, 2007, 2010-2011 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./tests/havelib/rpathlx/configure.ac, ./tests/havelib/rpathly/configure.ac, ./tests/havelib/rpathlyx/configure.ac, ./tests/havelib/rpathlz/configure.ac, ./tests/havelib/rpathlzyx/configure.ac, ./tests/havelib/rpathx/configure.ac, ./tests/havelib/rpathy/configure.ac, ./tests/havelib/rpathz/configure.ac
+Copyright: 2002-2003, 2005, 2010-2011 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./tests/test-des.c
+Copyright: 2005, 2007, 2010-2011 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./tests/test-gc-arcfour.c, ./tests/test-gc-arctwo.c, ./tests/test-gc-des.c, ./tests/test-gc-hmac-sha1.c, ./tests/test-gc-md2.c, ./tests/test-gc-md4.c, ./tests/test-gc-md5.c, ./tests/test-gc-rijndael.c, ./tests/test-gc-sha1.c, ./tests/test-md2.c, ./tests/test-md4.c
+Copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./tests/test-gc.c
+Copyright: 2005-2006, 2010-2011 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./tests/test-gc-hmac-md5.c
+Copyright: 2005-2011 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./tests/unictype/test-categ_LC.c
+Copyright: 2007 Free Software Foundation, Inc
+License: GPL-3+
+
+Files: ./tests/unictype/test-pr_case_ignorable.c, ./tests/unictype/test-pr_cased.c, ./tests/unictype/test-pr_changes_when_casefolded.c, ./tests/unictype/test-pr_changes_when_casemapped.c, ./tests/unictype/test-pr_changes_when_lowercased.c, ./tests/unictype/test-pr_changes_when_titlecased.c, ./tests/unictype/test-pr_changes_when_uppercased.c
+Copyright: 2007 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./tests/test-flock.c, ./tests/test-parse-datetime.c, ./tests/test-quotearg-simple.c, ./tests/test-quotearg.h
+Copyright: 2008-2011 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./tests/test-getcwd.c, ./tests/test-link.c, ./tests/test-mkfifoat.c, ./tests/test-spawn-pipe.c
+Copyright: 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./tests/unigbrk/test-uc-gbrk-prop.h
+Copyright: 2010 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./tests/test-round-ieee.c, ./tests/test-roundf-ieee.c, ./tests/test-roundl-ieee.c
+Copyright: 2010-2011 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./config/argz.mk
+Copyright: : 1995-1998, 2000-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: ./build-aux/texinfo.tex
+Copyright: 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-argmatch.c
+Copyright: 1990, 1998-1999, 2001-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-xstrtol.c
+Copyright: 1995-1996, 1998-2001, 2003-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-filenamecat.c
+Copyright: 1996-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/uniname/test-uninames.c
+Copyright: 2000-2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./build-aux/x-to-1.in
+Copyright: 2001, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./config/srclistvars.sh
+Copyright: 2002, 2003, 2004 2005, 2006, 2008 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-c-stack.c
+Copyright: 2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./config/srclist-update
+Copyright: 2002-2003, 2005, 2007-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./build-aux/move-if-change, ./tests/test-stdbool.c
+Copyright: 2002-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./MODULES.html.sh, ./gnulib-tool, ./posix-modules
+Copyright: 2002-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-stpncpy.c
+Copyright: 2003, 2008-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./build-aux/bootstrap
+Copyright: 2003-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-fpending.c, ./tests/test-memmem.c, ./tests/test-strstr.c
+Copyright: 2004, 2007-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-base64.c
+Copyright: 2004, 2008-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-iconvme.c
+Copyright: 2004-2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-alloca-opt.c, ./tests/test-gettimeofday.c, ./tests/test-malloca.c
+Copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-binary-io.c, ./tests/test-c-ctype.c
+Copyright: 2005, 2007-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-lock.c, ./tests/test-sha1.c, ./tests/test-tls.c
+Copyright: 2005, 2008-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-getpass.c, ./tests/test-md5.c, ./tests/test-verify.c
+Copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-arcfour.c, ./tests/test-arctwo.c, ./tests/test-hmac-md5.c, ./tests/test-hmac-sha1.c, ./tests/test-rijndael.c
+Copyright: 2005, 2010-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./check-module, ./tests/test-dirname.c
+Copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-crc.c
+Copyright: 2005-2007, 2010-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./build-aux/bootstrap.conf
+Copyright: 2006-2007, 2009-2010 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-inttypes.c
+Copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-read-file.c
+Copyright: 2006-2007, 2010-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-argp-2.sh, ./tests/test-argp.c, ./tests/test-array_list.c, ./tests/test-array_oset.c, ./tests/test-avltree_list.c, ./tests/test-avltree_oset.c, ./tests/test-avltreehash_list.c, ./tests/test-carray_list.c, ./tests/test-getaddrinfo.c, ./tests/test-i-ring.c, ./tests/test-linked_list.c, ./tests/test-linkedhash_list.c, ./tests/test-rbtree_list.c, ./tests/test-rbtree_oset.c, ./tests/test-rbtreehash_list.c, ./tests/test-stdint.c
+Copyright: 2006-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/unicase/test-cased.c, ./tests/unicase/test-ignorable.c, ./tests/unictype/test-categ_C.c, ./tests/unictype/test-categ_Cc.c, ./tests/unictype/test-categ_Cf.c, ./tests/unictype/test-categ_Cn.c, ./tests/unictype/test-categ_Co.c, ./tests/unictype/test-categ_Cs.c, ./tests/unictype/test-categ_L.c, ./tests/unictype/test-categ_Ll.c, ./tests/unictype/test-categ_Lm.c, ./tests/unictype/test-categ_Lo.c, ./tests/unictype/test-categ_Lt.c, ./tests/unictype/test-categ_Lu.c, ./tests/unictype/test-categ_M.c, ./tests/unictype/test-categ_Mc.c, ./tests/unictype/test-categ_Me.c, ./tests/unictype/test-categ_Mn.c, ./tests/unictype/test-categ_N.c, ./tests/unictype/test-categ_Nd.c, ./tests/unictype/test-categ_Nl.c, ./tests/unictype/test-categ_No.c, ./tests/unictype/test-categ_P.c, ./tests/unictype/test-categ_Pc.c, ./tests/unictype/test-categ_Pd.c, ./tests/unictype/test-categ_Pe.c, ./tests/unictype/test-categ_Pf.c, ./tests/unictype/test-categ_Pi.c, ./tests/unictype/test-categ_Po.c, ./tests/unictype/test-categ_Ps.c, ./tests/unictype/test-categ_S.c, ./tests/unictype/test-categ_Sc.c, ./tests/unictype/test-categ_Sk.c, ./tests/unictype/test-categ_Sm.c, ./tests/unictype/test-categ_So.c, ./tests/unictype/test-categ_Z.c, ./tests/unictype/test-categ_Zl.c, ./tests/unictype/test-categ_Zp.c, ./tests/unictype/test-categ_Zs.c, ./tests/unictype/test-ctype_alnum.c, ./tests/unictype/test-ctype_alpha.c, ./tests/unictype/test-ctype_blank.c, ./tests/unictype/test-ctype_cntrl.c, ./tests/unictype/test-ctype_digit.c, ./tests/unictype/test-ctype_graph.c, ./tests/unictype/test-ctype_lower.c, ./tests/unictype/test-ctype_print.c, ./tests/unictype/test-ctype_punct.c, ./tests/unictype/test-ctype_space.c, ./tests/unictype/test-ctype_upper.c, ./tests/unictype/test-ctype_xdigit.c, ./tests/unictype/test-pr_alphabetic.c, ./tests/unictype/test-pr_ascii_hex_digit.c, ./tests/unictype/test-pr_bidi_arabic_digit.c, ./tests/unictype/test-pr_bidi_arabic_right_to_left.c, ./tests/unictype/test-pr_bidi_block_separator.c, ./tests/unictype/test-pr_bidi_boundary_neutral.c, ./tests/unictype/test-pr_bidi_common_separator.c, ./tests/unictype/test-pr_bidi_control.c, ./tests/unictype/test-pr_bidi_embedding_or_override.c, ./tests/unictype/test-pr_bidi_eur_num_separator.c, ./tests/unictype/test-pr_bidi_eur_num_terminator.c, ./tests/unictype/test-pr_bidi_european_digit.c, ./tests/unictype/test-pr_bidi_hebrew_right_to_left.c, ./tests/unictype/test-pr_bidi_left_to_right.c, ./tests/unictype/test-pr_bidi_non_spacing_mark.c, ./tests/unictype/test-pr_bidi_other_neutral.c, ./tests/unictype/test-pr_bidi_pdf.c, ./tests/unictype/test-pr_bidi_segment_separator.c, ./tests/unictype/test-pr_bidi_whitespace.c, ./tests/unictype/test-pr_combining.c, ./tests/unictype/test-pr_composite.c, ./tests/unictype/test-pr_currency_symbol.c, ./tests/unictype/test-pr_dash.c, ./tests/unictype/test-pr_decimal_digit.c, ./tests/unictype/test-pr_default_ignorable_code_point.c, ./tests/unictype/test-pr_deprecated.c, ./tests/unictype/test-pr_diacritic.c, ./tests/unictype/test-pr_extender.c, ./tests/unictype/test-pr_format_control.c, ./tests/unictype/test-pr_grapheme_base.c, ./tests/unictype/test-pr_grapheme_extend.c, ./tests/unictype/test-pr_grapheme_link.c, ./tests/unictype/test-pr_hex_digit.c, ./tests/unictype/test-pr_hyphen.c, ./tests/unictype/test-pr_id_continue.c, ./tests/unictype/test-pr_id_start.c, ./tests/unictype/test-pr_ideographic.c, ./tests/unictype/test-pr_ids_binary_operator.c, ./tests/unictype/test-pr_ids_trinary_operator.c, ./tests/unictype/test-pr_ignorable_control.c, ./tests/unictype/test-pr_iso_control.c, ./tests/unictype/test-pr_join_control.c, ./tests/unictype/test-pr_left_of_pair.c, ./tests/unictype/test-pr_line_separator.c, ./tests/unictype/test-pr_logical_order_exception.c, ./tests/unictype/test-pr_lowercase.c, ./tests/unictype/test-pr_math.c, ./tests/unictype/test-pr_non_break.c, ./tests/unictype/test-pr_not_a_character.c, ./tests/unictype/test-pr_numeric.c, ./tests/unictype/test-pr_other_alphabetic.c, ./tests/unictype/test-pr_other_default_ignorable_code_point.c, ./tests/unictype/test-pr_other_grapheme_extend.c, ./tests/unictype/test-pr_other_id_continue.c, ./tests/unictype/test-pr_other_id_start.c, ./tests/unictype/test-pr_other_lowercase.c, ./tests/unictype/test-pr_other_math.c, ./tests/unictype/test-pr_other_uppercase.c, ./tests/unictype/test-pr_paired_punctuation.c, ./tests/unictype/test-pr_paragraph_separator.c, ./tests/unictype/test-pr_pattern_syntax.c, ./tests/unictype/test-pr_pattern_white_space.c, ./tests/unictype/test-pr_private_use.c, ./tests/unictype/test-pr_punctuation.c, ./tests/unictype/test-pr_quotation_mark.c, ./tests/unictype/test-pr_radical.c, ./tests/unictype/test-pr_sentence_terminal.c, ./tests/unictype/test-pr_soft_dotted.c, ./tests/unictype/test-pr_space.c, ./tests/unictype/test-pr_terminal_punctuation.c, ./tests/unictype/test-pr_titlecase.c, ./tests/unictype/test-pr_unassigned_code_value.c, ./tests/unictype/test-pr_unified_ideograph.c, ./tests/unictype/test-pr_uppercase.c, ./tests/unictype/test-pr_variation_selector.c, ./tests/unictype/test-pr_white_space.c, ./tests/unictype/test-pr_xid_continue.c, ./tests/unictype/test-pr_xid_start.c, ./tests/unictype/test-pr_zero_width.c, ./tests/unictype/test-predicate-part2.h, ./tests/unictype/test-sy_c_whitespace.c, ./tests/unictype/test-sy_java_whitespace.c
+Copyright: 2007 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-arpa_inet.c, ./tests/test-atexit.c, ./tests/test-fcntl-h.c, ./tests/test-fflush.c, ./tests/test-fprintf-posix2.c, ./tests/test-fseterr.c, ./tests/test-isnanl-nolibm.c, ./tests/test-locale.c, ./tests/test-netinet_in.c, ./tests/test-printf-posix2.c, ./tests/test-search.c, ./tests/test-stdio.c, ./tests/test-stdlib.c, ./tests/test-string.c, ./tests/test-strings.c, ./tests/test-sys_socket.c, ./tests/test-sys_time.c, ./tests/test-sysexits.c, ./tests/test-time.c, ./tests/test-unistd.c, ./tests/unicase/test-predicate-part2.h, ./tests/unistdio/test-u16-asnprintf1.h, ./tests/unistdio/test-u16-printf1.h, ./tests/unistdio/test-u32-asnprintf1.h, ./tests/unistdio/test-u32-printf1.h, ./tests/unistdio/test-u8-asnprintf1.h, ./tests/unistdio/test-u8-printf1.h, ./tests/unistdio/test-ulc-asnprintf1.h, ./tests/unistdio/test-ulc-printf1.h
+Copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-netdb.c
+Copyright: 2007-2008, 2010-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/unictype/test-block_list.c, ./tests/unictype/test-block_of.c, ./tests/unictype/test-block_test.c, ./tests/unictype/test-categ_and.c, ./tests/unictype/test-categ_and_not.c, ./tests/unictype/test-categ_name.c, ./tests/unictype/test-categ_none.c, ./tests/unictype/test-categ_of.c, ./tests/unictype/test-categ_or.c, ./tests/unictype/test-categ_test_withtable.c, ./tests/unictype/test-decdigit.c, ./tests/unictype/test-digit.c, ./tests/unictype/test-mirror.c, ./tests/unictype/test-numeric.c, ./tests/unictype/test-pr_byname.c, ./tests/unictype/test-pr_test.c, ./tests/unictype/test-predicate-part1.h, ./tests/unictype/test-scripts.c, ./tests/unictype/test-sy_c_ident.c, ./tests/unictype/test-sy_java_ident.c
+Copyright: 2007-2009 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/unictype/test-bidi_name.c, ./tests/unictype/test-bidi_of.c, ./tests/unictype/test-bidi_test.c
+Copyright: 2007-2009, 2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/nan.h, ./tests/test-bitrotate.c, ./tests/test-byteswap.c, ./tests/test-c-strcasecmp.c, ./tests/test-c-strcasestr.c, ./tests/test-c-strncasecmp.c, ./tests/test-c-strstr.c, ./tests/test-canonicalize-lgpl.c, ./tests/test-canonicalize.c, ./tests/test-ceilf1.c, ./tests/test-ceilf2.c, ./tests/test-ceill.c, ./tests/test-closein.c, ./tests/test-count-one-bits.c, ./tests/test-dprintf-posix.c, ./tests/test-fbufmode.c, ./tests/test-fcntl-safer.c, ./tests/test-floorf1.c, ./tests/test-floorf2.c, ./tests/test-floorl.c, ./tests/test-fopen-safer.c, ./tests/test-fopen.c, ./tests/test-fopen.h, ./tests/test-fprintf-posix.c, ./tests/test-fprintf-posix.h, ./tests/test-fpurge.c, ./tests/test-freadable.c, ./tests/test-freadahead.c, ./tests/test-freading.c, ./tests/test-freadptr.c, ./tests/test-freadptr2.c, ./tests/test-freadseek.c, ./tests/test-freopen.c, ./tests/test-frexp.c, ./tests/test-frexpl.c, ./tests/test-fseek.c, ./tests/test-fseeko.c, ./tests/test-fstrcmp.c, ./tests/test-ftell.c, ./tests/test-ftello.c, ./tests/test-fwritable.c, ./tests/test-fwriting.c, ./tests/test-getdelim.c, ./tests/test-getline.c, ./tests/test-iconv-utf.c, ./tests/test-iconv.c, ./tests/test-isfinite.c, ./tests/test-isinf.c, ./tests/test-isnan.c, ./tests/test-isnand-nolibm.c, ./tests/test-isnand.c, ./tests/test-isnand.h, ./tests/test-isnanf-nolibm.c, ./tests/test-isnanf.c, ./tests/test-isnanf.h, ./tests/test-isnanl.c, ./tests/test-isnanl.h, ./tests/test-ldexpl.c, ./tests/test-localename.c, ./tests/test-lseek.c, ./tests/test-math.c, ./tests/test-mbmemcasecmp.c, ./tests/test-mbmemcasecmp.h, ./tests/test-mbmemcasecoll.c, ./tests/test-mbscasecmp.c, ./tests/test-mbscasestr1.c, ./tests/test-mbscasestr2.c, ./tests/test-mbscasestr3.c, ./tests/test-mbscasestr4.c, ./tests/test-mbschr.c, ./tests/test-mbscspn.c, ./tests/test-mbsncasecmp.c, ./tests/test-mbspbrk.c, ./tests/test-mbspcasecmp.c, ./tests/test-mbsrchr.c, ./tests/test-mbsspn.c, ./tests/test-mbsstr1.c, ./tests/test-mbsstr2.c, ./tests/test-mbsstr3.c, ./tests/test-open.c, ./tests/test-open.h, ./tests/test-printf-frexp.c, ./tests/test-printf-frexpl.c, ./tests/test-printf-posix.c, ./tests/test-printf-posix.h, ./tests/test-round1.c, ./tests/test-round2.c, ./tests/test-roundf1.c, ./tests/test-roundl.c, ./tests/test-signbit.c, ./tests/test-sleep.c, ./tests/test-snprintf-posix.c, ./tests/test-snprintf-posix.h, ./tests/test-snprintf.c, ./tests/test-sprintf-posix.c, ./tests/test-sprintf-posix.h, ./tests/test-stat-time.c, ./tests/test-strcasestr.c, ./tests/test-strerror.c, ./tests/test-striconv.c, ./tests/test-striconveh.c, ./tests/test-striconveha.c, ./tests/test-sys_select.c, ./tests/test-sys_stat.c, ./tests/test-trunc1.c, ./tests/test-trunc2.c, ./tests/test-truncf1.c, ./tests/test-truncf2.c, ./tests/test-truncl.c, ./tests/test-vasnprintf-posix.c, ./tests/test-vasnprintf-posix2.c, ./tests/test-vasnprintf.c, ./tests/test-vasprintf-posix.c, ./tests/test-vasprintf.c, ./tests/test-vdprintf-posix.c, ./tests/test-vfprintf-posix.c, ./tests/test-vprintf-posix.c, ./tests/test-vsnprintf-posix.c, ./tests/test-vsnprintf.c, ./tests/test-vsprintf-posix.c, ./tests/test-wchar.c, ./tests/test-wcwidth.c, ./tests/test-xfprintf-posix.c, ./tests/test-xprintf-posix.c, ./tests/test-xvasprintf.c, ./tests/test-yesno.c, ./tests/unicase/test-locale-language.c, ./tests/unicase/test-mapping-part1.h, ./tests/unicase/test-mapping-part2.h, ./tests/unicase/test-predicate-part1.h, ./tests/uniconv/test-u16-conv-from-enc.c, ./tests/uniconv/test-u16-conv-to-enc.c, ./tests/uniconv/test-u16-strconv-from-enc.c, ./tests/uniconv/test-u16-strconv-to-enc.c, ./tests/uniconv/test-u32-conv-from-enc.c, ./tests/uniconv/test-u32-conv-to-enc.c, ./tests/uniconv/test-u32-strconv-from-enc.c, ./tests/uniconv/test-u32-strconv-to-enc.c, ./tests/uniconv/test-u8-conv-from-enc.c, ./tests/uniconv/test-u8-conv-to-enc.c, ./tests/uniconv/test-u8-strconv-from-enc.c, ./tests/uniconv/test-u8-strconv-to-enc.c, ./tests/unictype/test-bidi_byname.c, ./tests/unictype/test-categ_byname.c, ./tests/unistdio/test-u16-asnprintf1.c, ./tests/unistdio/test-u16-vasnprintf1.c, ./tests/unistdio/test-u16-vasnprintf2.c, ./tests/unistdio/test-u16-vasnprintf3.c, ./tests/unistdio/test-u16-vasprintf1.c, ./tests/unistdio/test-u16-vsnprintf1.c, ./tests/unistdio/test-u16-vsprintf1.c, ./tests/unistdio/test-u32-asnprintf1.c, ./tests/unistdio/test-u32-vasnprintf1.c, ./tests/unistdio/test-u32-vasnprintf2.c, ./tests/unistdio/test-u32-vasnprintf3.c, ./tests/unistdio/test-u32-vasprintf1.c, ./tests/unistdio/test-u32-vsnprintf1.c, ./tests/unistdio/test-u32-vsprintf1.c, ./tests/unistdio/test-u8-asnprintf1.c, ./tests/unistdio/test-u8-vasnprintf1.c, ./tests/unistdio/test-u8-vasnprintf2.c, ./tests/unistdio/test-u8-vasnprintf3.c, ./tests/unistdio/test-u8-vasprintf1.c, ./tests/unistdio/test-u8-vsnprintf1.c, ./tests/unistdio/test-u8-vsprintf1.c, ./tests/unistdio/test-ulc-asnprintf1.c, ./tests/unistdio/test-ulc-vasnprintf1.c, ./tests/unistdio/test-ulc-vasnprintf2.c, ./tests/unistdio/test-ulc-vasnprintf3.c, ./tests/unistdio/test-ulc-vasprintf1.c, ./tests/unistdio/test-ulc-vsnprintf1.c, ./tests/unistdio/test-ulc-vsprintf1.c, ./tests/uniwidth/test-u16-strwidth.c, ./tests/uniwidth/test-u16-width.c, ./tests/uniwidth/test-u32-strwidth.c, ./tests/uniwidth/test-u32-width.c, ./tests/uniwidth/test-u8-strwidth.c, ./tests/uniwidth/test-u8-width.c, ./tests/uniwidth/test-uc_width.c, ./tests/uniwidth/test-uc_width2.c
+Copyright: 2007-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./lib/argv-iter.c, ./lib/argv-iter.h, ./tests/test-argv-iter.c, ./tests/test-btowc.c, ./tests/test-cond.c, ./tests/test-copy-acl.c, ./tests/test-copy-file.c, ./tests/test-environ.c, ./tests/test-errno.c, ./tests/test-fflush2.c, ./tests/test-file-has-acl.c, ./tests/test-filevercmp.c, ./tests/test-func.c, ./tests/test-getdtablesize.c, ./tests/test-gethostname.c, ./tests/test-getndelim2.c, ./tests/test-lstat.c, ./tests/test-mbrtowc.c, ./tests/test-mbsinit.c, ./tests/test-mbsnrtowcs.c, ./tests/test-mbsrtowcs.c, ./tests/test-memchr.c, ./tests/test-memchr2.c, ./tests/test-memcmp.c, ./tests/test-memrchr.c, ./tests/test-obstack-printf.c, ./tests/test-parse-duration.c, ./tests/test-perror.c, ./tests/test-poll.c, ./tests/test-posix_spawn1.c, ./tests/test-posix_spawn2.c, ./tests/test-posix_spawn3.c, ./tests/test-quotearg.c, ./tests/test-random_r.c, ./tests/test-rawmemchr.c, ./tests/test-sameacls.c, ./tests/test-sched.c, ./tests/test-select-fd.c, ./tests/test-select-stdin.c, ./tests/test-select.c, ./tests/test-set-mode-acl.c, ./tests/test-sigaction.c, ./tests/test-sigpipe.c, ./tests/test-sockets.c, ./tests/test-strchrnul.c, ./tests/test-strsignal.c, ./tests/test-strtod.c, ./tests/test-strverscmp.c, ./tests/test-sys_times.c, ./tests/test-times.c, ./tests/test-vc-list-files-cvs.sh, ./tests/test-vc-list-files-git.sh, ./tests/test-wcrtomb.c, ./tests/test-wcsnrtombs.c, ./tests/test-wcsrtombs.c, ./tests/test-xmemdup0.c, ./tests/unilbrk/test-u16-possible-linebreaks.c, ./tests/unilbrk/test-u16-width-linebreaks.c, ./tests/unilbrk/test-u32-possible-linebreaks.c, ./tests/unilbrk/test-u32-width-linebreaks.c, ./tests/unilbrk/test-u8-possible-linebreaks.c, ./tests/unilbrk/test-u8-width-linebreaks.c, ./tests/unilbrk/test-ulc-possible-linebreaks.c, ./tests/unilbrk/test-ulc-width-linebreaks.c
+Copyright: 2008-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/unicase/test-uc_tolower.c, ./tests/unicase/test-uc_totitle.c, ./tests/unicase/test-uc_toupper.c
+Copyright: 2009 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/uninorm/test-canonical-decomposition.c
+Copyright: 2009, 2010 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./tests/test-alignof.c, ./tests/test-argp-version-etc-1.sh, ./tests/test-argp-version-etc.c, ./tests/test-dirent-safer.c, ./tests/test-dup2.c, ./tests/test-dup3.c, ./tests/test-exclude.c, ./tests/test-exclude1.sh, ./tests/test-exclude2.sh, ./tests/test-exclude3.sh, ./tests/test-exclude4.sh, ./tests/test-exclude5.sh, ./tests/test-exclude6.sh, ./tests/test-exclude7.sh, ./tests/test-fchdir.c, ./tests/test-fdopendir.c, ./tests/test-fnmatch.c, ./tests/test-getopt.c, ./tests/test-getopt.h, ./tests/test-getopt_long.h, ./tests/test-glob.c, ./tests/test-hash.c, ./tests/test-idpriv-drop.c, ./tests/test-idpriv-droptemp.c, ./tests/test-openat-safer.c, ./tests/test-pipe-filter-gi1.c, ./tests/test-pipe-filter-gi2-child.c, ./tests/test-pipe-filter-gi2-main.c, ./tests/test-pipe-filter-gi2.sh, ./tests/test-pipe-filter-ii1.c, ./tests/test-pipe-filter-ii2-child.c, ./tests/test-pipe-filter-ii2-main.c, ./tests/test-pipe-filter-ii2.sh, ./tests/test-pipe.c, ./tests/test-pipe2.c, ./tests/test-popen-safer.c, ./tests/test-popen-safer2.c, ./tests/test-popen.c, ./tests/test-popen.h, ./tests/test-priv-set.c, ./tests/test-signal.c, ./tests/test-stddef.c, ./tests/test-symlinkat.c, ./tests/test-sys_utsname.c, ./tests/test-u64.c, ./tests/test-uname.c, ./tests/test-update-copyright.sh, ./tests/test-version-etc.c, ./tests/test-version-etc.sh, ./tests/unicase/test-casecmp.h, ./tests/unicase/test-is-cased.h, ./tests/unicase/test-is-casefolded.h, ./tests/unicase/test-is-lowercase.h, ./tests/unicase/test-is-titlecase.h, ./tests/unicase/test-is-uppercase.h, ./tests/unicase/test-u16-casecmp.c, ./tests/unicase/test-u16-casecoll.c, ./tests/unicase/test-u16-casefold.c, ./tests/unicase/test-u16-is-cased.c, ./tests/unicase/test-u16-is-casefolded.c, ./tests/unicase/test-u16-is-lowercase.c, ./tests/unicase/test-u16-is-titlecase.c, ./tests/unicase/test-u16-is-uppercase.c, ./tests/unicase/test-u16-tolower.c, ./tests/unicase/test-u16-totitle.c, ./tests/unicase/test-u16-toupper.c, ./tests/unicase/test-u32-casecmp.c, ./tests/unicase/test-u32-casecoll.c, ./tests/unicase/test-u32-casefold.c, ./tests/unicase/test-u32-is-cased.c, ./tests/unicase/test-u32-is-casefolded.c, ./tests/unicase/test-u32-is-lowercase.c, ./tests/unicase/test-u32-is-titlecase.c, ./tests/unicase/test-u32-is-uppercase.c, ./tests/unicase/test-u32-tolower.c, ./tests/unicase/test-u32-totitle.c, ./tests/unicase/test-u32-toupper.c, ./tests/unicase/test-u8-casecmp.c, ./tests/unicase/test-u8-casecoll.c, ./tests/unicase/test-u8-casefold.c, ./tests/unicase/test-u8-is-cased.c, ./tests/unicase/test-u8-is-casefolded.c, ./tests/unicase/test-u8-is-lowercase.c, ./tests/unicase/test-u8-is-titlecase.c, ./tests/unicase/test-u8-is-uppercase.c, ./tests/unicase/test-u8-tolower.c, ./tests/unicase/test-u8-totitle.c, ./tests/unicase/test-u8-toupper.c, ./tests/unicase/test-ulc-casecmp.c, ./tests/unicase/test-ulc-casecoll.c, ./tests/uninorm/test-compat-decomposition.c, ./tests/uninorm/test-composition.c, ./tests/uninorm/test-decomposing-form.c, ./tests/uninorm/test-decomposition.c, ./tests/uninorm/test-nfc.c, ./tests/uninorm/test-nfd.c, ./tests/uninorm/test-nfkc.c, ./tests/uninorm/test-nfkd.c, ./tests/uninorm/test-u16-nfc.c, ./tests/uninorm/test-u16-nfd.c, ./tests/uninorm/test-u16-nfkc.c, ./tests/uninorm/test-u16-nfkd.c, ./tests/uninorm/test-u16-normcmp.c, ./tests/uninorm/test-u16-normcmp.h, ./tests/uninorm/test-u16-normcoll.c, ./tests/uninorm/test-u32-nfc-big.c, ./tests/uninorm/test-u32-nfc.c, ./tests/uninorm/test-u32-nfd-big.c, ./tests/uninorm/test-u32-nfd.c, ./tests/uninorm/test-u32-nfkc-big.c, ./tests/uninorm/test-u32-nfkc.c, ./tests/uninorm/test-u32-nfkd-big.c, ./tests/uninorm/test-u32-nfkd.c, ./tests/uninorm/test-u32-normalize-big.c, ./tests/uninorm/test-u32-normalize-big.h, ./tests/uninorm/test-u32-normcmp.c, ./tests/uninorm/test-u32-normcmp.h, ./tests/uninorm/test-u32-normcoll.c, ./tests/uninorm/test-u8-nfc.c, ./tests/uninorm/test-u8-nfd.c, ./tests/uninorm/test-u8-nfkc.c, ./tests/uninorm/test-u8-nfkd.c, ./tests/uninorm/test-u8-normcmp.c, ./tests/uninorm/test-u8-normcmp.h, ./tests/uninorm/test-u8-normcoll.c, ./tests/uninorm/test-uninorm-filter-nfc.c, ./tests/uniwbrk/test-u16-wordbreaks.c, ./tests/uniwbrk/test-u32-wordbreaks.c, ./tests/uniwbrk/test-u8-wordbreaks.c, ./tests/uniwbrk/test-ulc-wordbreaks.c, ./tests/zerosize-ptr.h
+Copyright: 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF18]
+
+Files: ./build-aux/ncftpput-ftp
+Copyright: 2008-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF19]
+
+Files: ./tests/test-fsync.c
+Copyright: 2008-2011 Free Software Foundation, Inc.
+License: GPL-3+ [REF20]
+
+Files: ./tests/havelib/Makefile.am
+Copyright: 1995-1997, 2001-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ 
+
+Files: ./tests/unistr/test-u-strstr.h
+Copyright: 2004, 2007-2011 Free Software Foundation, Inc.
+License: GPL-3+ 
+
+Files: ./tests/unictype/test-combiningclass.c
+Copyright: 2007-2009 Free Software Foundation, Inc
+License: GPL-3+ 
+
+Files: ./tests/unictype/test-categ_longname.c
+Copyright: 2007-2009, 2011 Free Software Foundation, Inc
+License: GPL-3+ 
+
+Files: ./tests/test-ceil1.c, ./tests/test-ceil2.c, ./tests/test-floor1.c, ./tests/test-floor2.c, ./tests/test-ftell3.c, ./tests/test-ftello3.c, ./tests/test-iconv-h.c, ./tests/test-iswblank.c, ./tests/test-strerror_r.c, ./tests/test-wctype-h.c
+Copyright: 2007-2011 Free Software Foundation, Inc.
+License: GPL-3+ 
+
+Files: ./tests/test-mbrtowc-w32.c, ./tests/test-wcrtomb-w32.c
+Copyright: 2008-2011 Free Software Foundation, Inc
+License: GPL-3+ 
+
+Files: ./tests/test-getdomainname.c, ./tests/test-memcasecmp.c, ./tests/test-memcoll.c, ./tests/unistr/test-chr.h, ./tests/unistr/test-cmp.h, ./tests/unistr/test-cmp2.h, ./tests/unistr/test-strchr.h
+Copyright: 2008-2011 Free Software Foundation, Inc.
+License: GPL-3+ 
+
+Files: ./tests/unigbrk/test-ulc-grapheme-breaks.c
+Copyright: 2009, 2010, 2011 Free Software Foundation, Inc.
+License: GPL-3+ 
+
+Files: ./lib/di-set.c, ./lib/ino-map.c, ./tests/init.sh, ./tests/nap.h, ./tests/signature.h, ./tests/test-chown.c, ./tests/test-chown.h, ./tests/test-cloexec.c, ./tests/test-ctype.c, ./tests/test-dirent.c, ./tests/test-dprintf-posix2.c, ./tests/test-dup-safer.c, ./tests/test-duplocale.c, ./tests/test-fchownat.c, ./tests/test-fcntl.c, ./tests/test-forkpty.c, ./tests/test-fprintf-posix3.c, ./tests/test-futimens.h, ./tests/test-langinfo.c, ./tests/test-lchown.c, ./tests/test-lchown.h, ./tests/test-link.h, ./tests/test-lutimens.h, ./tests/test-mkdir.h, ./tests/test-mkfifo.c, ./tests/test-mkfifo.h, ./tests/test-mknod.c, ./tests/test-nanosleep.c, ./tests/test-nl_langinfo.c, ./tests/test-openpty.c, ./tests/test-pread.c, ./tests/test-pwrite.c, ./tests/test-readlinkat.c, ./tests/test-rename.c, ./tests/test-rename.h, ./tests/test-setenv.c, ./tests/test-spawn.c, ./tests/test-sys_file.c, ./tests/test-sys_ioctl.c, ./tests/test-sys_wait.c, ./tests/test-unsetenv.c, ./tests/test-userspec.c, ./tests/test-usleep.c, ./tests/test-utimens-common.h, ./tests/test-utimens.h, ./tests/test-xalloc-die.c, ./tests/test-xalloc-die.sh
+Copyright: 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+ 
+
+Files: ./tests/unigbrk/test-uc-gbrk-prop.c
+Copyright: 2010, 2011 Free Software Foundation, Inc.
+License: GPL-3+ 
+
+Files: ./tests/minus-zero.h, ./tests/test-_Exit.c, ./tests/test-acos.c, ./tests/test-acosl.c, ./tests/test-arpa_inet-c++.cc, ./tests/test-asin.c, ./tests/test-asinl.c, ./tests/test-astrxfrm.c, ./tests/test-atan.c, ./tests/test-atan2.c, ./tests/test-atanl.c, ./tests/test-calloc-gnu.c, ./tests/test-cbrt.c, ./tests/test-ceil-ieee.c, ./tests/test-ceilf-ieee.c, ./tests/test-ceill-ieee.c, ./tests/test-copysign.c, ./tests/test-cos.c, ./tests/test-cosh.c, ./tests/test-cosl.c, ./tests/test-di-set.c, ./tests/test-dirent-c++.cc, ./tests/test-erf.c, ./tests/test-erfc.c, ./tests/test-exclude8.sh, ./tests/test-exp.c, ./tests/test-expl.c, ./tests/test-fabs.c, ./tests/test-fcntl-h-c++.cc, ./tests/test-floor-ieee.c, ./tests/test-floorf-ieee.c, ./tests/test-floorl-ieee.c, ./tests/test-fmod.c, ./tests/test-getlogin.c, ./tests/test-getlogin_r.c, ./tests/test-glob-c++.cc, ./tests/test-hypot.c, ./tests/test-iconv-h-c++.cc, ./tests/test-ino-map.c, ./tests/test-inttostr.c, ./tests/test-j0.c, ./tests/test-j1.c, ./tests/test-jn.c, ./tests/test-langinfo-c++.cc, ./tests/test-ldexp.c, ./tests/test-lgamma.c, ./tests/test-locale-c++.cc, ./tests/test-locale-c++2.cc, ./tests/test-log.c, ./tests/test-log10.c, ./tests/test-log1p.c, ./tests/test-logb.c, ./tests/test-login_tty.c, ./tests/test-logl.c, ./tests/test-malloc-gnu.c, ./tests/test-math-c++.cc, ./tests/test-math-c++2.cc, ./tests/test-modf.c, ./tests/test-net_if.c, ./tests/test-nextafter.c, ./tests/test-poll-h-c++.cc, ./tests/test-poll-h.c, ./tests/test-pow.c, ./tests/test-ptsname.c, ./tests/test-pty-c++.cc, ./tests/test-realloc-gnu.c, ./tests/test-regex-quote.c, ./tests/test-remainder.c, ./tests/test-rint.c, ./tests/test-search-c++.cc, ./tests/test-signal-c++.cc, ./tests/test-signal-c++2.cc, ./tests/test-sin.c, ./tests/test-sinh.c, ./tests/test-sinl.c, ./tests/test-spawn-c++.cc, ./tests/test-sqrt.c, ./tests/test-sqrtl.c, ./tests/test-stdio-c++.cc, ./tests/test-stdio-c++2.cc, ./tests/test-stdlib-c++.cc, ./tests/test-stdlib-c++2.cc, ./tests/test-string-c++.cc, ./tests/test-string-c++2.cc, ./tests/test-strncat.c, ./tests/test-strnlen.c, ./tests/test-sys_ioctl-c++.cc, ./tests/test-sys_select-c++.cc, ./tests/test-sys_socket-c++.cc, ./tests/test-sys_stat-c++.cc, ./tests/test-sys_time-c++.cc, ./tests/test-sys_wait-c++.cc, ./tests/test-sys_wait.h, ./tests/test-tan.c, ./tests/test-tanh.c, ./tests/test-tanl.c, ./tests/test-termios-c++.cc, ./tests/test-termios.c, ./tests/test-time-c++.cc, ./tests/test-time-c++2.cc, ./tests/test-trunc-ieee.c, ./tests/test-truncf-ieee.c, ./tests/test-truncl-ieee.c, ./tests/test-ttyname_r.c, ./tests/test-unistd-c++.cc, ./tests/test-vasnprintf-posix3.c, ./tests/test-wchar-c++.cc, ./tests/test-wctype-h-c++.cc, ./tests/test-y0.c, ./tests/test-y1.c, ./tests/test-yn.c, ./tests/unistr/test-cpy-alloc.h, ./tests/unistr/test-cpy.h, ./tests/unistr/test-move.h, ./tests/unistr/test-set.h, ./tests/unistr/test-stpcpy.h, ./tests/unistr/test-stpncpy.h, ./tests/unistr/test-strcat.h, ./tests/unistr/test-strcmp.h, ./tests/unistr/test-strcpy.h, ./tests/unistr/test-strdup.h, ./tests/unistr/test-strncat.h, ./tests/unistr/test-strncmp.h, ./tests/unistr/test-strncpy.h, ./tests/unistr/test-strnlen.h, ./tests/unistr/test-u16-check.c, ./tests/unistr/test-u16-chr.c, ./tests/unistr/test-u16-cmp.c, ./tests/unistr/test-u16-cmp2.c, ./tests/unistr/test-u16-cpy-alloc.c, ./tests/unistr/test-u16-cpy.c, ./tests/unistr/test-u16-mblen.c, ./tests/unistr/test-u16-mbsnlen.c, ./tests/unistr/test-u16-mbtouc-unsafe.c, ./tests/unistr/test-u16-mbtouc.c, ./tests/unistr/test-u16-mbtouc.h, ./tests/unistr/test-u16-mbtoucr.c, ./tests/unistr/test-u16-move.c, ./tests/unistr/test-u16-next.c, ./tests/unistr/test-u16-prev.c, ./tests/unistr/test-u16-set.c, ./tests/unistr/test-u16-stpcpy.c, ./tests/unistr/test-u16-stpncpy.c, ./tests/unistr/test-u16-strcat.c, ./tests/unistr/test-u16-strchr.c, ./tests/unistr/test-u16-strcmp.c, ./tests/unistr/test-u16-strcmp.h, ./tests/unistr/test-u16-strcoll.c, ./tests/unistr/test-u16-strcpy.c, ./tests/unistr/test-u16-strdup.c, ./tests/unistr/test-u16-strlen.c, ./tests/unistr/test-u16-strmblen.c, ./tests/unistr/test-u16-strmbtouc.c, ./tests/unistr/test-u16-strncat.c, ./tests/unistr/test-u16-strncmp.c, ./tests/unistr/test-u16-strncpy.c, ./tests/unistr/test-u16-strnlen.c, ./tests/unistr/test-u16-to-u32.c, ./tests/unistr/test-u16-to-u8.c, ./tests/unistr/test-u16-uctomb.c, ./tests/unistr/test-u32-check.c, ./tests/unistr/test-u32-chr.c, ./tests/unistr/test-u32-cmp.c, ./tests/unistr/test-u32-cmp2.c, ./tests/unistr/test-u32-cpy-alloc.c, ./tests/unistr/test-u32-cpy.c, ./tests/unistr/test-u32-mblen.c, ./tests/unistr/test-u32-mbsnlen.c, ./tests/unistr/test-u32-mbtouc-unsafe.c, ./tests/unistr/test-u32-mbtouc.c, ./tests/unistr/test-u32-mbtouc.h, ./tests/unistr/test-u32-mbtoucr.c, ./tests/unistr/test-u32-move.c, ./tests/unistr/test-u32-next.c, ./tests/unistr/test-u32-prev.c, ./tests/unistr/test-u32-set.c, ./tests/unistr/test-u32-stpcpy.c, ./tests/unistr/test-u32-stpncpy.c, ./tests/unistr/test-u32-strcat.c, ./tests/unistr/test-u32-strchr.c, ./tests/unistr/test-u32-strcmp.c, ./tests/unistr/test-u32-strcmp.h, ./tests/unistr/test-u32-strcoll.c, ./tests/unistr/test-u32-strcpy.c, ./tests/unistr/test-u32-strdup.c, ./tests/unistr/test-u32-strlen.c, ./tests/unistr/test-u32-strmblen.c, ./tests/unistr/test-u32-strmbtouc.c, ./tests/unistr/test-u32-strncat.c, ./tests/unistr/test-u32-strncmp.c, ./tests/unistr/test-u32-strncpy.c, ./tests/unistr/test-u32-strnlen.c, ./tests/unistr/test-u32-to-u16.c, ./tests/unistr/test-u32-to-u8.c, ./tests/unistr/test-u32-uctomb.c, ./tests/unistr/test-u8-check.c, ./tests/unistr/test-u8-chr.c, ./tests/unistr/test-u8-cmp.c, ./tests/unistr/test-u8-cmp2.c, ./tests/unistr/test-u8-cpy-alloc.c, ./tests/unistr/test-u8-cpy.c, ./tests/unistr/test-u8-mblen.c, ./tests/unistr/test-u8-mbsnlen.c, ./tests/unistr/test-u8-mbtouc-unsafe.c, ./tests/unistr/test-u8-mbtouc.c, ./tests/unistr/test-u8-mbtouc.h, ./tests/unistr/test-u8-mbtoucr.c, ./tests/unistr/test-u8-move.c, ./tests/unistr/test-u8-next.c, ./tests/unistr/test-u8-prev.c, ./tests/unistr/test-u8-set.c, ./tests/unistr/test-u8-stpcpy.c, ./tests/unistr/test-u8-stpncpy.c, ./tests/unistr/test-u8-strcat.c, ./tests/unistr/test-u8-strchr.c, ./tests/unistr/test-u8-strcmp.c, ./tests/unistr/test-u8-strcmp.h, ./tests/unistr/test-u8-strcoll.c, ./tests/unistr/test-u8-strcpy.c, ./tests/unistr/test-u8-strdup.c, ./tests/unistr/test-u8-strlen.c, ./tests/unistr/test-u8-strmblen.c, ./tests/unistr/test-u8-strmbtouc.c, ./tests/unistr/test-u8-strncat.c, ./tests/unistr/test-u8-strncmp.c, ./tests/unistr/test-u8-strncpy.c, ./tests/unistr/test-u8-strnlen.c, ./tests/unistr/test-u8-to-u16.c, ./tests/unistr/test-u8-to-u32.c, ./tests/unistr/test-u8-uctomb.c
+Copyright: 2010-2011 Free Software Foundation, Inc.
+License: GPL-3+ 
+
+Files: ./tests/test-nonblocking.c, ./tests/test-passfd.c, ./tests/test-setlocale1.c, ./tests/test-setlocale2.c, ./tests/test-strftime.c, ./tests/unictype/test-bidi_longname.c, ./tests/unictype/test-combiningclass_longname.c, ./tests/unictype/test-combiningclass_name.c
+Copyright: 2011 Free Software Foundation, Inc
+License: GPL-3+ 
+
+Files: ./tests/test-get-rusage-as.c, ./tests/test-get-rusage-data.c, ./tests/test-getloadavg.c, ./tests/test-ignore-value.c, ./tests/unistr/test-u16-strstr.c, ./tests/unistr/test-u32-strstr.c, ./tests/unistr/test-u8-strstr.c
+Copyright: 2011 Free Software Foundation, Inc.
+License: GPL-3+ 
+
+Files: ./tests/test-lstat.h
+Copyright: 2008-2011 Free Software Foundation, Inc.
+License: GPL-3+  [REF21]
+
+Files: ./tests/test-areadlink-with-size.c, ./tests/test-areadlink.c, ./tests/test-areadlink.h, ./tests/test-areadlinkat-with-size.c, ./tests/test-areadlinkat.c, ./tests/test-fdutimensat.c, ./tests/test-freopen-safer.c, ./tests/test-fstatat.c, ./tests/test-futimens.c, ./tests/test-getgroups.c, ./tests/test-inet_ntop.c, ./tests/test-inet_pton.c, ./tests/test-isblank.c, ./tests/test-linkat.c, ./tests/test-mkdir.c, ./tests/test-mkdirat.c, ./tests/test-openat.c, ./tests/test-posixtm.c, ./tests/test-readlink.c, ./tests/test-readlink.h, ./tests/test-remove.c, ./tests/test-renameat.c, ./tests/test-rmdir.c, ./tests/test-rmdir.h, ./tests/test-stat.c, ./tests/test-stat.h, ./tests/test-symlink.c, ./tests/test-symlink.h, ./tests/test-unlink.c, ./tests/test-unlink.h, ./tests/test-unlinkat.c, ./tests/test-utimens.c, ./tests/test-utimensat.c
+Copyright: 2009-2011 Free Software Foundation, Inc.
+License: GPL-3+  [REF21]
+
+Files: ./lib/imaxtostr.c, ./lib/inttostr.c, ./lib/isapipe.h, ./lib/libunistring.valgrind, ./lib/offtostr.c, ./lib/uinttostr.c, ./lib/umaxtostr.c, ./lib/unicase/cased.h, ./lib/unicase/ignorable.h, ./lib/unicase/locale-languages.gperf, ./lib/unicase/special-casing-table.gperf, ./lib/unicase/tocasefold.h, ./lib/unicase/tolower.h, ./lib/unicase/totitle.h, ./lib/unicase/toupper.h, ./lib/unictype/bidi_byname.gperf, ./lib/unictype/blocks.h, ./lib/unictype/categ_C.h, ./lib/unictype/categ_Cc.h, ./lib/unictype/categ_Cf.h, ./lib/unictype/categ_Cn.h, ./lib/unictype/categ_Co.h, ./lib/unictype/categ_Cs.h, ./lib/unictype/categ_L.h, ./lib/unictype/categ_LC.h, ./lib/unictype/categ_Ll.h, ./lib/unictype/categ_Lm.h, ./lib/unictype/categ_Lo.h, ./lib/unictype/categ_Lt.h, ./lib/unictype/categ_Lu.h, ./lib/unictype/categ_Mc.h, ./lib/unictype/categ_Me.h, ./lib/unictype/categ_Mn.h, ./lib/unictype/categ_N.h, ./lib/unictype/categ_Nd.h, ./lib/unictype/categ_Nl.h, ./lib/unictype/categ_No.h, ./lib/unictype/categ_P.h, ./lib/unictype/categ_Pc.h, ./lib/unictype/categ_Pd.h, ./lib/unictype/categ_Pe.h, ./lib/unictype/categ_Pf.h, ./lib/unictype/categ_Pi.h, ./lib/unictype/categ_Po.h, ./lib/unictype/categ_Ps.h, ./lib/unictype/categ_S.h, ./lib/unictype/categ_Sc.h, ./lib/unictype/categ_Sk.h, ./lib/unictype/categ_Sm.h, ./lib/unictype/categ_So.h, ./lib/unictype/categ_Z.h, ./lib/unictype/categ_Zl.h, ./lib/unictype/categ_Zp.h, ./lib/unictype/categ_Zs.h, ./lib/unictype/categ_byname.gperf, ./lib/unictype/combiningclass_byname.gperf, ./lib/unictype/ctype_alnum.h, ./lib/unictype/ctype_alpha.h, ./lib/unictype/ctype_blank.h, ./lib/unictype/ctype_cntrl.h, ./lib/unictype/ctype_digit.h, ./lib/unictype/ctype_graph.h, ./lib/unictype/ctype_lower.h, ./lib/unictype/ctype_print.h, ./lib/unictype/ctype_punct.h, ./lib/unictype/ctype_space.h, ./lib/unictype/ctype_upper.h, ./lib/unictype/ctype_xdigit.h, ./lib/unictype/decdigit.h, ./lib/unictype/digit.h, ./lib/unictype/joininggroup_byname.gperf, ./lib/unictype/joininggroup_of.h, ./lib/unictype/joiningtype_byname.gperf, ./lib/unictype/mirror.h, ./lib/unictype/numeric.h, ./lib/unictype/pr_alphabetic.h, ./lib/unictype/pr_ascii_hex_digit.h, ./lib/unictype/pr_bidi_arabic_digit.h, ./lib/unictype/pr_bidi_arabic_right_to_left.h, ./lib/unictype/pr_bidi_block_separator.h, ./lib/unictype/pr_bidi_boundary_neutral.h, ./lib/unictype/pr_bidi_common_separator.h, ./lib/unictype/pr_bidi_control.h, ./lib/unictype/pr_bidi_embedding_or_override.h, ./lib/unictype/pr_bidi_eur_num_separator.h, ./lib/unictype/pr_bidi_eur_num_terminator.h, ./lib/unictype/pr_bidi_european_digit.h, ./lib/unictype/pr_bidi_hebrew_right_to_left.h, ./lib/unictype/pr_bidi_left_to_right.h, ./lib/unictype/pr_bidi_non_spacing_mark.h, ./lib/unictype/pr_bidi_other_neutral.h, ./lib/unictype/pr_bidi_pdf.h, ./lib/unictype/pr_bidi_segment_separator.h, ./lib/unictype/pr_bidi_whitespace.h, ./lib/unictype/pr_byname.gperf, ./lib/unictype/pr_case_ignorable.h, ./lib/unictype/pr_cased.h, ./lib/unictype/pr_changes_when_casefolded.h, ./lib/unictype/pr_changes_when_casemapped.h, ./lib/unictype/pr_changes_when_lowercased.h, ./lib/unictype/pr_changes_when_titlecased.h, ./lib/unictype/pr_changes_when_uppercased.h, ./lib/unictype/pr_combining.h, ./lib/unictype/pr_composite.h, ./lib/unictype/pr_currency_symbol.h, ./lib/unictype/pr_dash.h, ./lib/unictype/pr_decimal_digit.h, ./lib/unictype/pr_default_ignorable_code_point.h, ./lib/unictype/pr_deprecated.h, ./lib/unictype/pr_diacritic.h, ./lib/unictype/pr_extender.h, ./lib/unictype/pr_format_control.h, ./lib/unictype/pr_grapheme_base.h, ./lib/unictype/pr_grapheme_extend.h, ./lib/unictype/pr_grapheme_link.h, ./lib/unictype/pr_hex_digit.h, ./lib/unictype/pr_hyphen.h, ./lib/unictype/pr_id_continue.h, ./lib/unictype/pr_id_start.h, ./lib/unictype/pr_ideographic.h, ./lib/unictype/pr_ids_binary_operator.h, ./lib/unictype/pr_ids_trinary_operator.h, ./lib/unictype/pr_ignorable_control.h, ./lib/unictype/pr_iso_control.h, ./lib/unictype/pr_join_control.h, ./lib/unictype/pr_left_of_pair.h, ./lib/unictype/pr_line_separator.h, ./lib/unictype/pr_logical_order_exception.h, ./lib/unictype/pr_lowercase.h, ./lib/unictype/pr_math.h, ./lib/unictype/pr_non_break.h, ./lib/unictype/pr_not_a_character.h, ./lib/unictype/pr_numeric.h, ./lib/unictype/pr_other_alphabetic.h, ./lib/unictype/pr_other_default_ignorable_code_point.h, ./lib/unictype/pr_other_grapheme_extend.h, ./lib/unictype/pr_other_id_continue.h, ./lib/unictype/pr_other_id_start.h, ./lib/unictype/pr_other_lowercase.h, ./lib/unictype/pr_other_math.h, ./lib/unictype/pr_other_uppercase.h, ./lib/unictype/pr_paired_punctuation.h, ./lib/unictype/pr_paragraph_separator.h, ./lib/unictype/pr_pattern_syntax.h, ./lib/unictype/pr_pattern_white_space.h, ./lib/unictype/pr_private_use.h, ./lib/unictype/pr_punctuation.h, ./lib/unictype/pr_quotation_mark.h, ./lib/unictype/pr_radical.h, ./lib/unictype/pr_sentence_terminal.h, ./lib/unictype/pr_soft_dotted.h, ./lib/unictype/pr_space.h, ./lib/unictype/pr_terminal_punctuation.h, ./lib/unictype/pr_titlecase.h, ./lib/unictype/pr_unassigned_code_value.h, ./lib/unictype/pr_unified_ideograph.h, ./lib/unictype/pr_uppercase.h, ./lib/unictype/pr_variation_selector.h, ./lib/unictype/pr_white_space.h, ./lib/unictype/pr_xid_continue.h, ./lib/unictype/pr_xid_start.h, ./lib/unictype/pr_zero_width.h, ./lib/unictype/sy_c_ident.h, ./lib/unictype/sy_java_ident.h, ./lib/unigbrk/gbrkprop.h, ./lib/uniname/gen-uninames.lisp, ./lib/uniname/uninames.h, ./tests/test-roundf2.c, ./tests/test-select-in.sh, ./tests/test-select-out.sh, ./tests/test-tsearch.sh
+License: LGPL [REF22]
+
+Files: ./lib/obstack.h
+Copyright: 1988-1994, 1996-1999, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/obstack.c
+Copyright: 1988-1994, 1996-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/error.c
+Copyright: 1990-1998, 2000-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/memrchr.c
+Copyright: 1991, 1993, 1996-1997, 1999-2000, 2003-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/strcspn.c
+Copyright: 1991, 1994, 1996-1997, 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/putenv.c
+Copyright: 1991, 1994, 1997-1998, 2000, 2003-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/strtoul.c
+Copyright: 1991, 1997, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/atoll.c
+Copyright: 1991, 1997-1998, 2008-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/strtol.c
+Copyright: 1991-1992, 1994-1999, 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/fsusage.c
+Copyright: 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/strtod.c
+Copyright: 1991-1992, 1997, 1999, 2003, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/fsusage.h
+Copyright: 1991-1992, 1997, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/strftime.c
+Copyright: 1991-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unsetenv.c
+Copyright: 1992, 1995-2002,2005-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/alphasort.c
+Copyright: 1992, 1997, 1998, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/scandir.c
+Copyright: 1992-1998, 2000, 2002-2003, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/strtoll.c
+Copyright: 1995-1997, 1999, 2001, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/strtoull.c
+Copyright: 1995-1997, 1999, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/tsearch.c
+Copyright: 1995-1997, 2000, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/error.h
+Copyright: 1995-1997, 2003, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp.h
+Copyright: 1995-1999, 2003-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-parse.c
+Copyright: 1995-2000, 2002, 2003, 2004, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-help.c
+Copyright: 1995-2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/getsubopt.c
+Copyright: 1996-1997, 1999, 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-pvh.c
+Copyright: 1996-1997, 1999, 2004, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-pv.c
+Copyright: 1996-1997, 1999, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-ba.c
+Copyright: 1996-1997, 1999, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/strftime.m4
+Copyright: 1996-1997, 1999-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/error.m4
+Copyright: 1996-1998, 2001-2004, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-namefrob.h
+Copyright: 1997, 2003, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-fs-xinl.c
+Copyright: 1997, 2003-2004, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-fmtstream.h
+Copyright: 1997, 2006-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-eexst.c
+Copyright: 1997, 2009-2010 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/fsusage.m4
+Copyright: 1997-1998, 2000-2001, 2003-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-xinl.c
+Copyright: 1997-1998, 2004, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-fmtstream.c
+Copyright: 1997-1999, 2001-2003, 2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/ptsname.c
+Copyright: 1998, 2002, 2010-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unlockpt.c
+Copyright: 1998, 2010-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/stat-time.m4
+Copyright: 1998-1999, 2001, 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/mbspcasecmp.c
+Copyright: 1998-1999, 2005-2008, 2010-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/mbmemcasecmp.c, ./lib/mbscasecmp.c, ./lib/mbsncasecmp.c
+Copyright: 1998-1999, 2005-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/pt_chown.c, ./lib/pty-private.h
+Copyright: 1998-1999, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/grantpt.c
+Copyright: 1998-2002, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/tmpdir.c
+Copyright: 1999, 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unistdio/u-printf-parse.h
+Copyright: 1999, 2002, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unistdio/u-asnprintf.h, ./lib/unistdio/u-asprintf.h, ./lib/unistdio/u-printf-args.h, ./lib/unistdio/u-snprintf.h, ./lib/unistdio/u-sprintf.h, ./lib/unistdio/u16-asnprintf.c, ./lib/unistdio/u16-asprintf.c, ./lib/unistdio/u16-snprintf.c, ./lib/unistdio/u16-sprintf.c, ./lib/unistdio/u16-u16-asnprintf.c, ./lib/unistdio/u16-u16-asprintf.c, ./lib/unistdio/u16-u16-snprintf.c, ./lib/unistdio/u16-u16-sprintf.c, ./lib/unistdio/u32-asnprintf.c, ./lib/unistdio/u32-asprintf.c, ./lib/unistdio/u32-snprintf.c, ./lib/unistdio/u32-sprintf.c, ./lib/unistdio/u32-u32-asnprintf.c, ./lib/unistdio/u32-u32-asprintf.c, ./lib/unistdio/u32-u32-snprintf.c, ./lib/unistdio/u32-u32-sprintf.c, ./lib/unistdio/u8-asnprintf.c, ./lib/unistdio/u8-asprintf.c, ./lib/unistdio/u8-snprintf.c, ./lib/unistdio/u8-sprintf.c, ./lib/unistdio/u8-u8-asnprintf.c, ./lib/unistdio/u8-u8-asprintf.c, ./lib/unistdio/u8-u8-snprintf.c, ./lib/unistdio/u8-u8-sprintf.c, ./lib/unistdio/ulc-asnprintf.c, ./lib/unistdio/ulc-snprintf.c, ./lib/unistdio/ulc-sprintf.c
+Copyright: 1999, 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unistr/u-move.h, ./lib/unistr/u-set.h, ./lib/unistr/u-stpcpy.h, ./lib/unistr/u-stpncpy.h, ./lib/unistr/u-strcat.h, ./lib/unistr/u-strcpy.h, ./lib/unistr/u-strcspn.h, ./lib/unistr/u-strlen.h, ./lib/unistr/u-strncat.h, ./lib/unistr/u-strncpy.h, ./lib/unistr/u-strnlen.h, ./lib/unistr/u-strpbrk.h, ./lib/unistr/u-strspn.h, ./lib/unistr/u-strtok.h, ./lib/unistr/u16-cmp.c, ./lib/unistr/u16-cpy-alloc.c, ./lib/unistr/u16-cpy.c, ./lib/unistr/u16-move.c, ./lib/unistr/u16-set.c, ./lib/unistr/u16-stpncpy.c, ./lib/unistr/u16-strcat.c, ./lib/unistr/u16-strcmp.c, ./lib/unistr/u16-strcpy.c, ./lib/unistr/u16-strcspn.c, ./lib/unistr/u16-strdup.c, ./lib/unistr/u16-strlen.c, ./lib/unistr/u16-strncat.c, ./lib/unistr/u16-strncmp.c, ./lib/unistr/u16-strncpy.c, ./lib/unistr/u16-strnlen.c, ./lib/unistr/u16-strpbrk.c, ./lib/unistr/u16-strspn.c, ./lib/unistr/u16-strstr.c, ./lib/unistr/u16-strtok.c, ./lib/unistr/u32-chr.c, ./lib/unistr/u32-cmp.c, ./lib/unistr/u32-cpy-alloc.c, ./lib/unistr/u32-move.c, ./lib/unistr/u32-set.c, ./lib/unistr/u32-stpcpy.c, ./lib/unistr/u32-stpncpy.c, ./lib/unistr/u32-strcat.c, ./lib/unistr/u32-strchr.c, ./lib/unistr/u32-strcmp.c, ./lib/unistr/u32-strcpy.c, ./lib/unistr/u32-strcspn.c, ./lib/unistr/u32-strdup.c, ./lib/unistr/u32-strlen.c, ./lib/unistr/u32-strncat.c, ./lib/unistr/u32-strncmp.c, ./lib/unistr/u32-strncpy.c, ./lib/unistr/u32-strnlen.c, ./lib/unistr/u32-strpbrk.c, ./lib/unistr/u32-strrchr.c, ./lib/unistr/u32-strspn.c, ./lib/unistr/u32-strstr.c, ./lib/unistr/u32-strtok.c, ./lib/unistr/u8-stpcpy.c, ./lib/unistr/u8-stpncpy.c, ./lib/unistr/u8-strcspn.c, ./lib/unistr/u8-strnlen.c, ./lib/unistr/u8-strpbrk.c, ./lib/unistr/u8-strspn.c, ./lib/unistr/u8-strtok.c
+Copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unistr/u-strstr.h, ./lib/unistr/u8-strstr.c
+Copyright: 1999, 2002, 2006, 2010-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unistdio/u-printf-args.c, ./lib/unistdio/u16-u16-vasnprintf.c, ./lib/unistdio/u16-u16-vasprintf.c, ./lib/unistdio/u16-u16-vsnprintf.c, ./lib/unistdio/u16-u16-vsprintf.c, ./lib/unistdio/u16-vasnprintf.c, ./lib/unistdio/u16-vasprintf.c, ./lib/unistdio/u16-vsnprintf.c, ./lib/unistdio/u16-vsprintf.c, ./lib/unistdio/u32-u32-vasnprintf.c, ./lib/unistdio/u32-u32-vasprintf.c, ./lib/unistdio/u32-u32-vsnprintf.c, ./lib/unistdio/u32-u32-vsprintf.c, ./lib/unistdio/u32-vasnprintf.c, ./lib/unistdio/u32-vasprintf.c, ./lib/unistdio/u32-vsnprintf.c, ./lib/unistdio/u32-vsprintf.c, ./lib/unistdio/u8-u8-vasnprintf.c, ./lib/unistdio/u8-u8-vasprintf.c, ./lib/unistdio/u8-u8-vsnprintf.c, ./lib/unistdio/u8-u8-vsprintf.c, ./lib/unistdio/u8-vasnprintf.c, ./lib/unistdio/u8-vasprintf.c, ./lib/unistdio/u8-vsnprintf.c, ./lib/unistdio/u8-vsprintf.c, ./lib/unistdio/ulc-asprintf.c, ./lib/unistdio/ulc-vasnprintf.c, ./lib/unistdio/ulc-vasprintf.c, ./lib/unistdio/ulc-vsnprintf.c, ./lib/unistdio/ulc-vsprintf.c, ./lib/unistr/u-cpy-alloc.h, ./lib/unistr/u-strdup.h, ./lib/unistr/u16-chr.c, ./lib/unistr/u16-stpcpy.c, ./lib/unistr/u16-strchr.c, ./lib/unistr/u16-strrchr.c, ./lib/unistr/u8-chr.c, ./lib/unistr/u8-strchr.c, ./lib/unistr/u8-strrchr.c
+Copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/mbscspn.c, ./lib/mbspbrk.c, ./lib/mbsspn.c, ./lib/mbstok_r.c, ./lib/unistdio/u-vasprintf.h, ./lib/unistdio/u-vsprintf.h
+Copyright: 1999, 2002, 2006-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unistdio/u-vsnprintf.h
+Copyright: 1999, 2002, 2006-2011 Free Software Foundation, Inc.b
+License: LGPL [REF22]
+
+Files: ./lib/version-etc.h
+Copyright: 1999, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/wcpcpy-impl.h, ./lib/wcpncpy-impl.h, ./lib/wcscasecmp-impl.h, ./lib/wcscat-impl.h, ./lib/wcschr-impl.h, ./lib/wcscmp-impl.h, ./lib/wcscpy-impl.h, ./lib/wcscspn-impl.h, ./lib/wcsdup-impl.h, ./lib/wcslen-impl.h, ./lib/wcsncasecmp-impl.h, ./lib/wcsncat-impl.h, ./lib/wcsncmp-impl.h, ./lib/wcsncpy-impl.h, ./lib/wcsnlen-impl.h, ./lib/wcspbrk-impl.h, ./lib/wcsrchr-impl.h, ./lib/wcsspn-impl.h, ./lib/wcsstr-impl.h, ./lib/wcstok-impl.h, ./lib/wcswidth-impl.h, ./lib/wmemchr-impl.h, ./lib/wmemcmp-impl.h, ./lib/wmemcpy-impl.h, ./lib/wmemmove-impl.h, ./lib/wmemset-impl.h
+Copyright: 1999, 2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unistdio/u16-printf-parse.c, ./lib/unistdio/u32-printf-parse.c, ./lib/unistdio/u8-printf-parse.c, ./lib/unistdio/ulc-printf-parse.c, ./lib/unistr/u16-mblen.c, ./lib/unistr/u16-strmblen.c, ./lib/unistr/u16-strmbtouc.c, ./lib/unistr/u8-strmblen.c, ./lib/unistr/u8-strmbtouc.c
+Copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/mbrlen.c
+Copyright: 1999-2000, 2008-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/iconv.c
+Copyright: 1999-2001, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unistr/u16-mbtouc-unsafe.c, ./lib/unistr/u16-mbtouc.c, ./lib/unistr/u16-mbtoucr.c
+Copyright: 1999-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/version-etc-fsf.c
+Copyright: 1999-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/version-etc.c
+Copyright: 1999-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/uniwbrk/wbrkprop.h
+Copyright: 2000-2002, 2004, 2007-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unilbrk/lbrkprop1.h, ./lib/unilbrk/lbrkprop2.h
+Copyright: 2000-2002, 2004, 2008-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/uniname.in.h
+Copyright: 2000-2002, 2005, 2007, 2009-2011 Free Software Foundation
+License: LGPL [REF22]
+
+Files: ./lib/unictype/identsyntaxmap.h, ./lib/uniname/uniname.c
+Copyright: 2000-2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/mbiter.h, ./lib/mbuiter.h
+Copyright: 2001, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/mbfile.h
+Copyright: 2001, 2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/mbchar.h
+Copyright: 2001, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/anytostr.c
+Copyright: 2001, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/mbchar.c
+Copyright: 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/vararrays.m4
+Copyright: 2001, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/uniwidth.in.h
+Copyright: 2001-2002, 2005, 2007, 2009-2011 Free Software Foundation
+License: LGPL [REF22]
+
+Files: ./lib/uniwidth/cjk.h
+Copyright: 2001-2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/uniwidth/u16-strwidth.c, ./lib/uniwidth/u32-strwidth.c, ./lib/uniwidth/u32-width.c, ./lib/uniwidth/u8-strwidth.c, ./m4/tmpdir.m4
+Copyright: 2001-2002, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unistr/u16-mbtouc-aux.c, ./lib/unistr/u16-mbtouc-unsafe-aux.c, ./lib/uniwidth/u16-width.c, ./lib/uniwidth/u8-width.c
+Copyright: 2001-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/uniwidth/width.c
+Copyright: 2001-2002, 2006-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/tmpdir.h
+Copyright: 2001-2002, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unilbrk.in.h, ./lib/uniwbrk.in.h
+Copyright: 2001-2003, 2005-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/c-strstr.h
+Copyright: 2001-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unigbrk/u8-grapheme-breaks.c, ./lib/unigbrk/ulc-grapheme-breaks.c, ./lib/unilbrk/lbrktables.c, ./lib/unilbrk/lbrktables.h, ./lib/unilbrk/u16-possible-linebreaks.c, ./lib/unilbrk/u16-width-linebreaks.c, ./lib/unilbrk/u32-possible-linebreaks.c, ./lib/unilbrk/u32-width-linebreaks.c, ./lib/unilbrk/u8-possible-linebreaks.c, ./lib/unilbrk/u8-width-linebreaks.c, ./lib/unilbrk/ulc-common.c, ./lib/unilbrk/ulc-common.h, ./lib/unilbrk/ulc-possible-linebreaks.c, ./lib/unilbrk/ulc-width-linebreaks.c, ./lib/uniwbrk/ulc-wordbreaks.c, ./lib/uniwbrk/wordbreak-property.c
+Copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/inttostr.h
+Copyright: 2001-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/strtoll.m4, ./m4/strtoull.m4
+Copyright: 2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/strftime.h
+Copyright: 2002, 2004, 2008-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unistr/u16-uctomb.c
+Copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unictype/pr_test.c, ./lib/unistdio.in.h
+Copyright: 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unicase/simple-mapping.h, ./lib/unicase/tocasefold.c, ./lib/unicase/tolower.c, ./lib/unicase/totitle.c, ./lib/unicase/toupper.c, ./lib/unictype/decdigit.c, ./lib/unictype/digit.c, ./lib/unictype/mirror.c, ./lib/unistr/u-endswith.h, ./lib/unistr/u-startswith.h, ./lib/unistr/u16-endswith.c, ./lib/unistr/u16-next.c, ./lib/unistr/u16-startswith.c, ./lib/unistr/u32-check.c, ./lib/unistr/u32-endswith.c, ./lib/unistr/u32-startswith.c, ./lib/unistr/u8-cmp.c, ./lib/unistr/u8-cpy-alloc.c, ./lib/unistr/u8-cpy.c, ./lib/unistr/u8-endswith.c, ./lib/unistr/u8-move.c, ./lib/unistr/u8-next.c, ./lib/unistr/u8-set.c, ./lib/unistr/u8-startswith.c, ./lib/unistr/u8-strcat.c, ./lib/unistr/u8-strcmp.c, ./lib/unistr/u8-strcpy.c, ./lib/unistr/u8-strdup.c, ./lib/unistr/u8-strncat.c, ./lib/unistr/u8-strncmp.c, ./lib/unistr/u8-strncpy.c, ./m4/strtoul.m4
+Copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unictype/bidi_byname.c, ./lib/unictype/bidi_longname.c, ./lib/unictype/bidi_name.c, ./lib/unictype/bidi_test.c
+Copyright: 2002, 2006, 2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unicase/cased.c, ./lib/unicase/ignorable.c, ./lib/uniconv/u-conv-from-enc.h, ./lib/uniconv/u-strconv-to-enc.h, ./lib/uniconv/u16-conv-from-enc.c, ./lib/uniconv/u16-strconv-from-enc.c, ./lib/uniconv/u16-strconv-from-locale.c, ./lib/uniconv/u16-strconv-to-enc.c, ./lib/uniconv/u16-strconv-to-locale.c, ./lib/uniconv/u32-conv-from-enc.c, ./lib/uniconv/u32-conv-to-enc.c, ./lib/uniconv/u32-strconv-from-enc.c, ./lib/uniconv/u32-strconv-from-locale.c, ./lib/uniconv/u32-strconv-to-enc.c, ./lib/uniconv/u32-strconv-to-locale.c, ./lib/uniconv/u8-conv-to-enc.c, ./lib/uniconv/u8-strconv-to-enc.c, ./lib/uniconv/u8-strconv-to-locale.c, ./lib/unictype/categ_C.c, ./lib/unictype/categ_Cc.c, ./lib/unictype/categ_Cf.c, ./lib/unictype/categ_Cn.c, ./lib/unictype/categ_Co.c, ./lib/unictype/categ_Cs.c, ./lib/unictype/categ_L.c, ./lib/unictype/categ_Ll.c, ./lib/unictype/categ_Lm.c, ./lib/unictype/categ_Lo.c, ./lib/unictype/categ_Lt.c, ./lib/unictype/categ_Lu.c, ./lib/unictype/categ_Mc.c, ./lib/unictype/categ_Me.c, ./lib/unictype/categ_Mn.c, ./lib/unictype/categ_N.c, ./lib/unictype/categ_Nd.c, ./lib/unictype/categ_Nl.c, ./lib/unictype/categ_No.c, ./lib/unictype/categ_P.c, ./lib/unictype/categ_Pc.c, ./lib/unictype/categ_Pd.c, ./lib/unictype/categ_Pe.c, ./lib/unictype/categ_Pf.c, ./lib/unictype/categ_Pi.c, ./lib/unictype/categ_Po.c, ./lib/unictype/categ_Ps.c, ./lib/unictype/categ_S.c, ./lib/unictype/categ_Sc.c, ./lib/unictype/categ_Sk.c, ./lib/unictype/categ_Sm.c, ./lib/unictype/categ_So.c, ./lib/unictype/categ_Z.c, ./lib/unictype/categ_Zl.c, ./lib/unictype/categ_Zp.c, ./lib/unictype/categ_Zs.c, ./lib/unictype/categ_byname.c, ./lib/unictype/ctype_alnum.c, ./lib/unictype/ctype_alpha.c, ./lib/unictype/ctype_blank.c, ./lib/unictype/ctype_cntrl.c, ./lib/unictype/ctype_digit.c, ./lib/unictype/ctype_graph.c, ./lib/unictype/ctype_lower.c, ./lib/unictype/ctype_print.c, ./lib/unictype/ctype_punct.c, ./lib/unictype/ctype_space.c, ./lib/unictype/ctype_upper.c, ./lib/unictype/ctype_xdigit.c, ./lib/unictype/numeric.c, ./lib/unictype/pr_alphabetic.c, ./lib/unictype/pr_ascii_hex_digit.c, ./lib/unictype/pr_bidi_arabic_digit.c, ./lib/unictype/pr_bidi_arabic_right_to_left.c, ./lib/unictype/pr_bidi_block_separator.c, ./lib/unictype/pr_bidi_boundary_neutral.c, ./lib/unictype/pr_bidi_common_separator.c, ./lib/unictype/pr_bidi_control.c, ./lib/unictype/pr_bidi_embedding_or_override.c, ./lib/unictype/pr_bidi_eur_num_separator.c, ./lib/unictype/pr_bidi_eur_num_terminator.c, ./lib/unictype/pr_bidi_european_digit.c, ./lib/unictype/pr_bidi_hebrew_right_to_left.c, ./lib/unictype/pr_bidi_left_to_right.c, ./lib/unictype/pr_bidi_non_spacing_mark.c, ./lib/unictype/pr_bidi_other_neutral.c, ./lib/unictype/pr_bidi_pdf.c, ./lib/unictype/pr_bidi_segment_separator.c, ./lib/unictype/pr_bidi_whitespace.c, ./lib/unictype/pr_case_ignorable.c, ./lib/unictype/pr_cased.c, ./lib/unictype/pr_changes_when_casefolded.c, ./lib/unictype/pr_changes_when_casemapped.c, ./lib/unictype/pr_changes_when_lowercased.c, ./lib/unictype/pr_changes_when_titlecased.c, ./lib/unictype/pr_changes_when_uppercased.c, ./lib/unictype/pr_combining.c, ./lib/unictype/pr_composite.c, ./lib/unictype/pr_currency_symbol.c, ./lib/unictype/pr_dash.c, ./lib/unictype/pr_decimal_digit.c, ./lib/unictype/pr_default_ignorable_code_point.c, ./lib/unictype/pr_deprecated.c, ./lib/unictype/pr_diacritic.c, ./lib/unictype/pr_extender.c, ./lib/unictype/pr_format_control.c, ./lib/unictype/pr_grapheme_base.c, ./lib/unictype/pr_grapheme_extend.c, ./lib/unictype/pr_grapheme_link.c, ./lib/unictype/pr_hex_digit.c, ./lib/unictype/pr_hyphen.c, ./lib/unictype/pr_id_continue.c, ./lib/unictype/pr_id_start.c, ./lib/unictype/pr_ideographic.c, ./lib/unictype/pr_ids_binary_operator.c, ./lib/unictype/pr_ids_trinary_operator.c, ./lib/unictype/pr_ignorable_control.c, ./lib/unictype/pr_iso_control.c, ./lib/unictype/pr_join_control.c, ./lib/unictype/pr_left_of_pair.c, ./lib/unictype/pr_line_separator.c, ./lib/unictype/pr_logical_order_exception.c, ./lib/unictype/pr_lowercase.c, ./lib/unictype/pr_math.c, ./lib/unictype/pr_non_break.c, ./lib/unictype/pr_not_a_character.c, ./lib/unictype/pr_numeric.c, ./lib/unictype/pr_other_alphabetic.c, ./lib/unictype/pr_other_default_ignorable_code_point.c, ./lib/unictype/pr_other_grapheme_extend.c, ./lib/unictype/pr_other_id_continue.c, ./lib/unictype/pr_other_id_start.c, ./lib/unictype/pr_other_lowercase.c, ./lib/unictype/pr_other_math.c, ./lib/unictype/pr_other_uppercase.c, ./lib/unictype/pr_paired_punctuation.c, ./lib/unictype/pr_paragraph_separator.c, ./lib/unictype/pr_pattern_syntax.c, ./lib/unictype/pr_pattern_white_space.c, ./lib/unictype/pr_private_use.c, ./lib/unictype/pr_punctuation.c, ./lib/unictype/pr_quotation_mark.c, ./lib/unictype/pr_radical.c, ./lib/unictype/pr_sentence_terminal.c, ./lib/unictype/pr_soft_dotted.c, ./lib/unictype/pr_space.c, ./lib/unictype/pr_terminal_punctuation.c, ./lib/unictype/pr_titlecase.c, ./lib/unictype/pr_unassigned_code_value.c, ./lib/unictype/pr_unified_ideograph.c, ./lib/unictype/pr_uppercase.c, ./lib/unictype/pr_variation_selector.c, ./lib/unictype/pr_white_space.c, ./lib/unictype/pr_xid_continue.c, ./lib/unictype/pr_xid_start.c, ./lib/unictype/pr_zero_width.c, ./lib/unistr/u16-check.c, ./lib/unistr/u16-prev.c, ./lib/unistr/u16-to-u32.c, ./lib/unistr/u16-to-u8.c, ./lib/unistr/u16-uctomb-aux.c, ./lib/unistr/u32-mblen.c, ./lib/unistr/u32-mbtouc.c, ./lib/unistr/u32-mbtoucr.c, ./lib/unistr/u32-next.c, ./lib/unistr/u32-prev.c, ./lib/unistr/u32-strmblen.c, ./lib/unistr/u32-strmbtouc.c, ./lib/unistr/u32-to-u16.c, ./lib/unistr/u8-to-u16.c
+Copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unictype/categ_LC.c, ./lib/unictype/categ_longname.c, ./lib/unictype/combiningclass_longname.c, ./lib/unictype/combiningclass_name.c
+Copyright: 2002, 2006-2007, 2011 Free Software Foundation, Inc
+License: LGPL [REF22]
+
+Files: ./lib/unictype/categ_name.c
+Copyright: 2002, 2006-2007, 2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/uniconv/u-conv-to-enc.h, ./lib/uniconv/u16-conv-to-enc.c
+Copyright: 2002, 2006-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unicase.in.h
+Copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/memrchr.m4
+Copyright: 2002-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/strtol.m4
+Copyright: 2002-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/strtod.m4
+Copyright: 2002-2003, 2006-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/ldexpl.c
+Copyright: 2002-2003, 2007-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/strcspn.m4
+Copyright: 2002-2003, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/canon-host.m4
+Copyright: 2002-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/putenv.m4
+Copyright: 2002-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/argp.m4
+Copyright: 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/fprintf.c, ./lib/sprintf.c, ./lib/unistdio/ulc-fprintf.c, ./lib/unistdio/ulc-vfprintf.c, ./lib/vfprintf.c, ./lib/vsprintf.c
+Copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/getsubopt.m4
+Copyright: 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/inttostr.m4
+Copyright: 2004-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/stat-time.h
+Copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/mbfile.m4, ./m4/mbiter.m4
+Copyright: 2005, 2008-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/argp-pin.c, ./lib/canon-host.h, ./lib/crc.h
+Copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/crc.c, ./m4/crc.m4
+Copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/mbchar.m4
+Copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/c-strstr.c, ./lib/canon-host.c, ./lib/mbscasestr.c, ./lib/mbsstr.c, ./lib/str-kmp.h
+Copyright: 2005-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/isapipe.c
+Copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/i-ring.c, ./lib/i-ring.h, ./lib/imaxabs.c, ./lib/imaxdiv.c, ./m4/config-h.m4, ./m4/i-ring.m4, ./m4/imaxabs.m4, ./m4/imaxdiv.m4, ./m4/isapipe.m4, ./m4/no-c++.m4
+Copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/wcwidth.c
+Copyright: 2006-2007, 2010-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/fchdir.c, ./m4/fchdir.m4, ./m4/openmp.m4, ./m4/tsearch.m4, ./m4/wcwidth.m4, ./tests/macros.h
+Copyright: 2006-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/ceil.c
+Copyright: 2007, 2009, 2010-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/ceilf.c, ./lib/ceill.c, ./lib/fbufmode.h, ./lib/floor.c, ./lib/floorf.c, ./lib/floorl.c, ./lib/freadable.h, ./lib/frexpl.c, ./lib/fseek.c, ./lib/fseterr.h, ./lib/fwritable.h, ./lib/fwriting.h, ./lib/iconv_close.c, ./lib/isnanf.c, ./lib/isnanl.c, ./lib/printf-frexp.c, ./lib/printf-frexp.h, ./lib/printf-frexpl.c, ./lib/printf-frexpl.h, ./lib/round.c, ./lib/roundf.c, ./lib/roundl.c, ./lib/signbitf.c, ./lib/signbitl.c, ./lib/truncf.c, ./lib/truncl.c, ./lib/unictype/block_test.c, ./lib/unictype/blocks.c, ./lib/unictype/categ_and.c, ./lib/unictype/categ_and_not.c, ./lib/unictype/categ_or.c, ./lib/unictype/sy_c_ident.c, ./lib/unictype/sy_c_whitespace.c, ./lib/unictype/sy_java_ident.c, ./lib/unictype/sy_java_whitespace.c, ./lib/unistr/u16-mbsnlen.c, ./lib/unistr/u32-mbsnlen.c, ./lib/unistr/u8-mbsnlen.c, ./lib/vprintf.c, ./m4/ceil.m4, ./m4/ceilf.m4, ./m4/ceill.m4, ./m4/fbufmode.m4, ./m4/floor.m4, ./m4/floorf.m4, ./m4/floorl.m4, ./m4/fpieee.m4, ./m4/fpurge.m4, ./m4/freadable.m4, ./m4/freading.m4, ./m4/fseek.m4, ./m4/ftell.m4, ./m4/fwritable.m4, ./m4/fwriting.m4, ./m4/printf-frexp.m4, ./m4/printf-frexpl.m4, ./m4/round.m4, ./m4/roundl.m4
+Copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/printf.c, ./lib/trunc.c, ./m4/trunc.m4, ./m4/truncf.m4
+Copyright: 2007, 2010-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unictype/pr_byname.c
+Copyright: 2007, 2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./m4/exponentd.m4, ./m4/truncl.m4
+Copyright: 2007-2008, 2010-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/fbufmode.c, ./lib/fpucw.h, ./lib/fpurge.c, ./lib/freadable.c, ./lib/freading.c, ./lib/freading.h, ./lib/freopen.c, ./lib/frexp.c, ./lib/fseterr.c, ./lib/ftell.c, ./lib/fwritable.c, ./lib/fwriting.c, ./lib/isinf.c, ./lib/isnan.c, ./lib/isnand-nolibm.h, ./lib/isnanf-nolibm.h, ./lib/isnanl-nolibm.h, ./lib/mbschr.c, ./lib/mbslen.c, ./lib/mbsnlen.c, ./lib/mbsrchr.c, ./lib/mbssep.c, ./lib/signbitd.c, ./m4/dprintf-posix.m4, ./m4/exponentf.m4, ./m4/exponentl.m4, ./m4/fprintf-posix.m4, ./m4/freopen.m4, ./m4/frexp.m4, ./m4/frexpl.m4, ./m4/isinf.m4, ./m4/isnan.m4, ./m4/isnand.m4, ./m4/isnanf.m4, ./m4/isnanl.m4, ./m4/ldexpl.m4, ./m4/printf-posix-rpl.m4, ./m4/roundf.m4, ./m4/signbit.m4, ./m4/snprintf-posix.m4, ./m4/sprintf-posix.m4, ./m4/vasnprintf-posix.m4, ./m4/vasprintf-posix.m4, ./m4/vdprintf-posix.m4, ./m4/vfprintf-posix.m4, ./m4/vprintf-posix.m4, ./m4/vsnprintf-posix.m4, ./m4/vsprintf-posix.m4
+Copyright: 2007-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/isnand.c
+Copyright: 2008, 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/wcsrtombs-impl.h, ./lib/wcsrtombs.c, ./lib/wctob.c, ./m4/mbrlen.m4, ./m4/mbsnrtowcs.m4
+Copyright: 2008, 2010-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/mbsnrtowcs-impl.h, ./lib/mbsnrtowcs.c, ./lib/wcsnrtombs-impl.h, ./lib/wcsnrtombs.c, ./lib/wcsrtombs-state.c, ./m4/atoll.m4, ./m4/wcsnrtombs.m4, ./m4/wcsrtombs.m4, ./m4/wctob.m4
+Copyright: 2008-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/filevercmp.c, ./lib/filevercmp.h
+Copyright: 2008-2011 Free Software Foundation, Inc. / 1995 Ian Jackson <iwj10@cus.cam.ac.uk> / 2001 Anthony Towns <aj@azure.humbug.org.au>
+License: LGPL [REF22]
+
+Files: ./lib/setlocale.c
+Copyright: 2009, 2011 Free Software Foundation, Inc
+License: LGPL [REF22]
+
+Files: ./lib/accept4.c, ./lib/amemxfrm.c, ./lib/amemxfrm.h, ./lib/dprintf.c, ./lib/dup3.c, ./lib/duplocale.c, ./lib/mbmemcasecmp.h, ./lib/memcmp2.c, ./lib/memcmp2.h, ./lib/mkfifo.c, ./lib/mknod.c, ./lib/nproc.c, ./lib/nproc.h, ./lib/popen.c, ./lib/remove.c, ./lib/symlink.c, ./lib/unicase/casefold.h, ./lib/unicase/caseprop.h, ./lib/unicase/context.h, ./lib/unicase/empty-prefix-context.c, ./lib/unicase/empty-suffix-context.c, ./lib/unicase/invariant.h, ./lib/unicase/locale-language.c, ./lib/unicase/special-casing.c, ./lib/unicase/special-casing.h, ./lib/unicase/u-casecmp.h, ./lib/unicase/u-casecoll.h, ./lib/unicase/u-casefold.h, ./lib/unicase/u-casemap.h, ./lib/unicase/u-casexfrm.h, ./lib/unicase/u-ct-casefold.h, ./lib/unicase/u-ct-totitle.h, ./lib/unicase/u-is-cased.h, ./lib/unicase/u-is-invariant.h, ./lib/unicase/u-prefix-context.h, ./lib/unicase/u-suffix-context.h, ./lib/unicase/u-totitle.h, ./lib/unicase/u16-casecmp.c, ./lib/unicase/u16-casecoll.c, ./lib/unicase/u16-casefold.c, ./lib/unicase/u16-casemap.c, ./lib/unicase/u16-casexfrm.c, ./lib/unicase/u16-ct-casefold.c, ./lib/unicase/u16-ct-tolower.c, ./lib/unicase/u16-ct-totitle.c, ./lib/unicase/u16-ct-toupper.c, ./lib/unicase/u16-is-cased.c, ./lib/unicase/u16-is-casefolded.c, ./lib/unicase/u16-is-invariant.c, ./lib/unicase/u16-is-lowercase.c, ./lib/unicase/u16-is-titlecase.c, ./lib/unicase/u16-is-uppercase.c, ./lib/unicase/u16-prefix-context.c, ./lib/unicase/u16-suffix-context.c, ./lib/unicase/u16-tolower.c, ./lib/unicase/u16-totitle.c, ./lib/unicase/u16-toupper.c, ./lib/unicase/u32-casecmp.c, ./lib/unicase/u32-casefold.c, ./lib/unicase/u32-casemap.c, ./lib/unicase/u32-casexfrm.c, ./lib/unicase/u32-ct-casefold.c, ./lib/unicase/u32-ct-tolower.c, ./lib/unicase/u32-ct-totitle.c, ./lib/unicase/u32-ct-toupper.c, ./lib/unicase/u32-is-cased.c, ./lib/unicase/u32-is-casefolded.c, ./lib/unicase/u32-is-invariant.c, ./lib/unicase/u32-is-lowercase.c, ./lib/unicase/u32-is-titlecase.c, ./lib/unicase/u32-is-uppercase.c, ./lib/unicase/u32-prefix-context.c, ./lib/unicase/u32-suffix-context.c, ./lib/unicase/u32-tolower.c, ./lib/unicase/u32-totitle.c, ./lib/unicase/u32-toupper.c, ./lib/unicase/u8-casecmp.c, ./lib/unicase/u8-casecoll.c, ./lib/unicase/u8-casefold.c, ./lib/unicase/u8-casemap.c, ./lib/unicase/u8-casexfrm.c, ./lib/unicase/u8-ct-casefold.c, ./lib/unicase/u8-ct-tolower.c, ./lib/unicase/u8-ct-totitle.c, ./lib/unicase/u8-ct-toupper.c, ./lib/unicase/u8-is-cased.c, ./lib/unicase/u8-is-casefolded.c, ./lib/unicase/u8-is-invariant.c, ./lib/unicase/u8-is-lowercase.c, ./lib/unicase/u8-is-titlecase.c, ./lib/unicase/u8-is-uppercase.c, ./lib/unicase/u8-prefix-context.c, ./lib/unicase/u8-suffix-context.c, ./lib/unicase/u8-tolower.c, ./lib/unicase/u8-totitle.c, ./lib/unicase/u8-toupper.c, ./lib/unicase/ulc-casecmp.c, ./lib/unicase/ulc-casecoll.c, ./lib/unicase/ulc-casexfrm.c, ./lib/unicase/unicasemap.h, ./lib/uninorm/compat-decomposition.c, ./lib/uninorm/decomposing-form.c, ./lib/uninorm/decomposition.c, ./lib/uninorm/nfkc.c, ./lib/uninorm/nfkd.c, ./lib/uninorm/u-normcmp.h, ./lib/uninorm/u-normcoll.h, ./lib/uninorm/u-normxfrm.h, ./lib/uninorm/u16-normalize.c, ./lib/uninorm/u16-normcmp.c, ./lib/uninorm/u16-normcoll.c, ./lib/uninorm/u16-normxfrm.c, ./lib/uninorm/u32-normcmp.c, ./lib/uninorm/u32-normcoll.c, ./lib/uninorm/u32-normxfrm.c, ./lib/uninorm/u8-normalize.c, ./lib/uninorm/u8-normcmp.c, ./lib/uninorm/u8-normcoll.c, ./lib/uninorm/u8-normxfrm.c, ./lib/uninorm/uninorm-filter.c, ./lib/unistr/u-cmp2.h, ./lib/unistr/u-strcoll.h, ./lib/unistr/u16-cmp2.c, ./lib/unistr/u16-strcoll.c, ./lib/unistr/u32-cmp2.c, ./lib/unistr/u32-strcoll.c, ./lib/unistr/u8-cmp2.c, ./lib/unistr/u8-strcoll.c, ./lib/uniwbrk/u-wordbreaks.h, ./lib/uniwbrk/u16-wordbreaks.c, ./lib/uniwbrk/u32-wordbreaks.c, ./lib/uniwbrk/u8-wordbreaks.c, ./lib/uniwbrk/wbrktable.c, ./lib/uniwbrk/wbrktable.h, ./lib/vdprintf.c, ./m4/accept4.m4, ./m4/alphasort.m4, ./m4/dprintf.m4, ./m4/dup3.m4, ./m4/duplocale.m4, ./m4/libunistring.m4, ./m4/mkfifo.m4, ./m4/mknod.m4, ./m4/nproc.m4, ./m4/popen.m4, ./m4/remove.m4, ./m4/scandir.m4, ./m4/symlink.m4, ./m4/va-args.m4, ./m4/vdprintf.m4, ./m4/version-etc.m4
+Copyright: 2009-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unicase/u32-casecoll.c
+Copyright: 2009-2011 Free Software Foundation, Inc.w
+License: LGPL [REF22]
+
+Files: ./lib/_Exit.c, ./lib/astrxfrm.c, ./lib/astrxfrm.h, ./lib/forkpty.c, ./lib/login_tty.c, ./lib/openpty.c, ./lib/tcgetsid.c, ./lib/ttyname_r.c, ./lib/unigbrk.in.h, ./lib/unigbrk/u16-grapheme-breaks.c, ./lib/unigbrk/u16-grapheme-next.c, ./lib/unigbrk/u16-grapheme-prev.c, ./lib/unigbrk/u32-grapheme-breaks.c, ./lib/unigbrk/u32-grapheme-next.c, ./lib/unigbrk/u32-grapheme-prev.c, ./lib/unigbrk/u8-grapheme-next.c, ./lib/unigbrk/u8-grapheme-prev.c, ./lib/unigbrk/uc-gbrk-prop.c, ./lib/unigbrk/uc-is-grapheme-break.c, ./m4/_Exit.m4, ./m4/ceil-ieee.m4, ./m4/ceilf-ieee.m4, ./m4/ceill-ieee.m4, ./m4/floor-ieee.m4, ./m4/floorf-ieee.m4, ./m4/grantpt.m4, ./m4/ldexp.m4, ./m4/libunistring-optional.m4, ./m4/logb.m4, ./m4/mathfunc.m4, ./m4/mbslen.m4, ./m4/minus-zero.m4, ./m4/ptsname.m4, ./m4/pty.m4, ./m4/round-ieee.m4, ./m4/roundf-ieee.m4, ./m4/roundl-ieee.m4, ./m4/sqrt.m4, ./m4/tcgetsid.m4, ./m4/trunc-ieee.m4, ./m4/truncf-ieee.m4, ./m4/truncl-ieee.m4, ./m4/ttyname_r.m4, ./m4/unlockpt.m4
+Copyright: 2010-2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/unictype/combiningclass_byname.c, ./lib/unictype/joininggroup_byname.c, ./lib/unictype/joininggroup_name.c, ./lib/unictype/joininggroup_name.h, ./lib/unictype/joininggroup_of.c, ./lib/unictype/joiningtype_byname.c, ./lib/unictype/joiningtype_longname.c, ./lib/unictype/joiningtype_name.c, ./m4/setlocale.m4
+Copyright: 2011 Free Software Foundation, Inc
+License: LGPL [REF22]
+
+Files: ./lib/iswctype-impl.h, ./lib/iswctype.c, ./lib/towctrans-impl.h, ./lib/towctrans.c, ./lib/wcpcpy.c, ./lib/wcpncpy.c, ./lib/wcscasecmp.c, ./lib/wcscat.c, ./lib/wcschr.c, ./lib/wcscmp.c, ./lib/wcscoll-impl.h, ./lib/wcscoll.c, ./lib/wcscpy.c, ./lib/wcscspn.c, ./lib/wcsdup.c, ./lib/wcslen.c, ./lib/wcsncasecmp.c, ./lib/wcsncat.c, ./lib/wcsncmp.c, ./lib/wcsncpy.c, ./lib/wcsnlen.c, ./lib/wcspbrk.c, ./lib/wcsrchr.c, ./lib/wcsspn.c, ./lib/wcsstr.c, ./lib/wcstok.c, ./lib/wcswidth.c, ./lib/wcsxfrm-impl.h, ./lib/wcsxfrm.c, ./lib/wctrans-impl.h, ./lib/wctrans.c, ./lib/wctype-impl.h, ./lib/wctype.c, ./lib/wmemchr.c, ./lib/wmemcmp.c, ./lib/wmemcpy.c, ./lib/wmemmove.c, ./lib/wmemset.c, ./m4/iswctype.m4, ./m4/towctrans.m4, ./m4/wcpcpy.m4, ./m4/wcpncpy.m4, ./m4/wcscasecmp.m4, ./m4/wcscat.m4, ./m4/wcschr.m4, ./m4/wcscmp.m4, ./m4/wcscoll.m4, ./m4/wcscpy.m4, ./m4/wcscspn.m4, ./m4/wcsdup.m4, ./m4/wcslen.m4, ./m4/wcsncasecmp.m4, ./m4/wcsncat.m4, ./m4/wcsncmp.m4, ./m4/wcsncpy.m4, ./m4/wcsnlen.m4, ./m4/wcspbrk.m4, ./m4/wcsrchr.m4, ./m4/wcsspn.m4, ./m4/wcsstr.m4, ./m4/wcstok.m4, ./m4/wcswidth.m4, ./m4/wcsxfrm.m4, ./m4/wctrans.m4, ./m4/wctype.m4, ./m4/wmemchr.m4, ./m4/wmemcmp.m4, ./m4/wmemcpy.m4, ./m4/wmemmove.m4, ./m4/wmemset.m4
+Copyright: 2011 Free Software Foundation, Inc.
+License: LGPL [REF22]
+
+Files: ./lib/fchown-stub.c, ./lib/iconv_open-aix.gperf, ./lib/iconv_open-hpux.gperf, ./lib/iconv_open-irix.gperf, ./lib/iconv_open-osf.gperf, ./lib/iconv_open-solaris.gperf, ./lib/malloca.valgrind, ./lib/memchr.valgrind, ./lib/memchr2.valgrind, ./lib/mktime-internal.h, ./lib/rawmemchr.valgrind, ./lib/se-context.in.h, ./lib/strchrnul.valgrind, ./lib/unictype/bidi_of.h, ./lib/unictype/categ_M.h, ./lib/unictype/categ_of.h, ./lib/unictype/combiningclass.h, ./lib/unictype/joiningtype_of.h, ./lib/unictype/scripts.h, ./lib/unictype/scripts_byname.gperf, ./lib/uninorm/decomposition-table1.h, ./lib/uninorm/decomposition-table2.h
+License: LGPL-2+ [REF23]
+
+Files: ./lib/random_r.c
+Copyright: 1983 Regents of the University of California / 1995, 2005, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/regex.h
+Copyright: 1985, 1989-1993, 1995-1998, 2000-2003, 2005-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/getopt1.c
+Copyright: 1987-1994, 1996-1998, 2004, 2006, 2009-2010 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/getopt.c
+Copyright: 1987-1996, 1998-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/rmdir.c
+Copyright: 1988, 1990, 1999, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/getopt_int.h
+Copyright: 1989-1994, 1996-1999, 2001, 2003-2004, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/getopt.in.h
+Copyright: 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/dirname-lgpl.c
+Copyright: 1990, 1998, 2000-2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/basename-lgpl.c
+Copyright: 1990, 1998-2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/euidaccess.c
+Copyright: 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/memcmp.c
+Copyright: 1991, 1993, 1995, 1997-1998, 2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/memchr.c, ./lib/memchr2.c
+Copyright: 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/strpbrk.c
+Copyright: 1991, 1994, 2000, 2002-2003, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/strsignal.c
+Copyright: 1991, 1994-2002, 2005, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/strdup.c
+Copyright: 1991, 1996-1998, 2002-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/strtok_r.c
+Copyright: 1991, 1996-1999, 2001, 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/memset.c
+Copyright: 1991, 2003, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/cloexec.c
+Copyright: 1991, 2004, 2005, 2006, 2009-2010  Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/glob-libc.h
+Copyright: 1991-1992, 1995-1998, 2000-2001, 2004-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/fnmatch.in.h
+Copyright: 1991-1993, 1996-1999, 2001-2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/fnmatch.c
+Copyright: 1991-1993, 1996-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/fnmatch_loop.c
+Copyright: 1991-1993,1996-2006,2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/memmem.c, ./lib/strstr.c
+Copyright: 1991-1994, 1996-1998, 2000, 2004, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/tempname.c
+Copyright: 1991-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/glob.c
+Copyright: 1991-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/stpcpy.c
+Copyright: 1992, 1995, 1997-1998, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/pathmax.h
+Copyright: 1992, 1999, 2001, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/gethostname.c
+Copyright: 1992, 2003, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/getpass.c
+Copyright: 1992-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/stpncpy.c
+Copyright: 1993, 1995-1997, 2002-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/getndelim2.c
+Copyright: 1993, 1996-1998, 2000, 2003-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/full-write.c
+Copyright: 1993-1994, 1997-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/safe-read.c
+Copyright: 1993-1994, 1998, 2002-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/mktime.c
+Copyright: 1993-1999, 2002-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/getdelim.c
+Copyright: 1994, 1996-1998, 2001, 2003, 2005-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/timegm.c
+Copyright: 1994, 1997, 2003-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./build-aux/link-warning.h
+Copyright: 1995, 1997, 2000, 2002-2003, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/minmax.h
+Copyright: 1995, 1998, 2001, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/alloca.in.h
+Copyright: 1995, 1999, 2001-2004, 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/stdlib.in.h
+Copyright: 1995, 2001-2004, 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/c-strcase.h
+Copyright: 1995-1996, 2001, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/string.in.h
+Copyright: 1995-1996, 2001-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/md5.h
+Copyright: 1995-1997, 1999-2001, 2004-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/md5.c
+Copyright: 1995-1997, 1999-2001, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/md2.c, ./lib/md4.c
+Copyright: 1995-1997, 1999-2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/gettext.h
+Copyright: 1995-1998, 2000-2002, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/argz.c
+Copyright: 1995-1998, 2000-2002, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/argz.in.h
+Copyright: 1995-2000, 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/lcmessage.m4
+Copyright: 1995-2002, 2004-2005, 2008, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/nls.m4
+Copyright: 1995-2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/localename.c, ./m4/gettext.m4, ./m4/intl.m4, ./m4/po.m4
+Copyright: 1995-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/inet_pton.c
+Copyright: 1996,1999 by Internet Software Consortium / 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/strndup.c
+Copyright: 1996-1998, 2001-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/siglist.h
+Copyright: 1996-1999, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/regex.m4
+Copyright: 1996-2001, 2003-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/progtest.m4
+Copyright: 1996-2003, 2005, 2008, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./build-aux/config.rpath
+Copyright: 1996-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/d-type.m4
+Copyright: 1997, 1999-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/strverscmp.c
+Copyright: 1997, 2000, 2002, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/gai_strerror.c
+Copyright: 1997, 2001-2002, 2004-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/getaddrinfo.c
+Copyright: 1997, 2001-2002, 2004-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/realloc.c
+Copyright: 1997, 2003-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/chown.c
+Copyright: 1997, 2004-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/malloc.c
+Copyright: 1997-1998, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/pwrite.c
+Copyright: 1997-1999, 2002, 2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/chown.m4
+Copyright: 1997-2001, 2003-2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/lstat.m4
+Copyright: 1997-2001, 2003-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/inttypes-pri.m4
+Copyright: 1997-2002, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/inttypes_h.m4
+Copyright: 1997-2004, 2006, 2008, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/stdint_h.m4
+Copyright: 1997-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/intmax_t.m4
+Copyright: 1997-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/uintmax_t.m4
+Copyright: 1997-2004, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/lstat.c
+Copyright: 1997-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/dirname.h
+Copyright: 1998, 2001, 2003-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/lchown.m4
+Copyright: 1998, 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/mkostemp.c, ./lib/mkostemps.c, ./lib/mkstemp.c, ./lib/mkstemps.c
+Copyright: 1998-1999, 2001, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/des.c
+Copyright: 1998-1999, 2001-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/lchown.c
+Copyright: 1998-1999, 2002, 2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/c-strcasecmp.c, ./lib/c-strncasecmp.c
+Copyright: 1998-1999, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/strcasecmp.c, ./lib/strncasecmp.c
+Copyright: 1998-1999, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/getline.m4
+Copyright: 1998-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/check-version.c
+Copyright: 1998-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/mkdtemp.c
+Copyright: 1999, 2001-2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/asnprintf.c, ./lib/unistr/u-cpy.h, ./lib/unistr/u32-cpy.c
+Copyright: 1999, 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/strncat.c
+Copyright: 1999, 2002, 2006, 2010-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/asprintf.c
+Copyright: 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/vasprintf.c
+Copyright: 1999, 2002, 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/printf-parse.h
+Copyright: 1999, 2002-2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/printf-args.c
+Copyright: 1999, 2002-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/printf-args.h
+Copyright: 1999, 2002-2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/vasnprintf.c
+Copyright: 1999, 2002-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/dup2.c
+Copyright: 1999, 2004-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unistr/u8-mblen.c
+Copyright: 1999-2000, 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/printf-parse.c
+Copyright: 1999-2000, 2002-2003, 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/base64.c
+Copyright: 1999-2001, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/mbrtowc.c
+Copyright: 1999-2002, 2005-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unistr/u8-mbtouc-unsafe.c, ./lib/unistr/u8-mbtouc.c, ./lib/unistr/u8-mbtoucr.c
+Copyright: 1999-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/physmem.h
+Copyright: 2000, 2003, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/spawn.in.h
+Copyright: 2000, 2003-2004, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/spawnattr_setflags.c
+Copyright: 2000, 2004, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/spawn_int.h, ./lib/spawnattr_getschedparam.c
+Copyright: 2000, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/ref-add.sin, ./lib/ref-del.sin, ./lib/spawn.c, ./lib/spawn_faction_addclose.c, ./lib/spawn_faction_adddup2.c, ./lib/spawn_faction_addopen.c, ./lib/spawn_faction_destroy.c, ./lib/spawn_faction_init.c, ./lib/spawnattr_destroy.c, ./lib/spawnattr_getdefault.c, ./lib/spawnattr_getflags.c, ./lib/spawnattr_getpgroup.c, ./lib/spawnattr_getschedpolicy.c, ./lib/spawnattr_getsigmask.c, ./lib/spawnattr_init.c, ./lib/spawnattr_setdefault.c, ./lib/spawnattr_setpgroup.c, ./lib/spawnattr_setschedparam.c, ./lib/spawnattr_setschedpolicy.c, ./lib/spawnattr_setsigmask.c, ./lib/spawnp.c
+Copyright: 2000, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/sha1.c
+Copyright: 2000-2001, 2003, 2004-2005, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/md2.h
+Copyright: 2000-2001, 2003, 2005, 2008, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/md4.h
+Copyright: 2000-2001, 2003, 2005, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/sha1.h
+Copyright: 2000-2001, 2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/physmem.c
+Copyright: 2000-2001, 2003, 2005-2006, 2009-2010 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/time_h.m4
+Copyright: 2000-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/dosname.h
+Copyright: 2000-2001, 2004-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/glibc2.m4, ./m4/glibc21.m4
+Copyright: 2000-2002, 2004, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unictype/bitmap.h
+Copyright: 2000-2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/codeset.m4
+Copyright: 2000-2002, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/iconv.m4
+Copyright: 2000-2002, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/arctwo.h
+Copyright: 2000-2003, 2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/arcfour.c
+Copyright: 2000-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/localcharset.h
+Copyright: 2000-2003, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/config.charset
+Copyright: 2000-2004, 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/arcfour.h
+Copyright: 2000-2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/localcharset.c, ./lib/spawni.c
+Copyright: 2000-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/fnmatch.m4
+Copyright: 2000-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/binary-io.h
+Copyright: 2001, 2003, 2005, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/rename.m4
+Copyright: 2001, 2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/mkdir.c
+Copyright: 2001, 2003, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/mkdir.m4
+Copyright: 2001, 2003-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/areadlink-with-size.c, ./m4/mkstemp.m4
+Copyright: 2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/dirfd.c
+Copyright: 2001, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/stdint.in.h
+Copyright: 2001-2002, 2004-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unistr.in.h
+Copyright: 2001-2002, 2005-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unistr/u8-mbtouc-aux.c, ./lib/unistr/u8-mbtouc-unsafe-aux.c
+Copyright: 2001-2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/signalblocking.m4
+Copyright: 2001-2002, 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/c-strcaseeq.h, ./lib/streq.h
+Copyright: 2001-2002, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/uninorm.in.h
+Copyright: 2001-2002, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/gettimeofday.m4
+Copyright: 2001-2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/rename.c
+Copyright: 2001-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/gettimeofday.c
+Copyright: 2001-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/sys_wait.in.h, ./lib/waitpid.c
+Copyright: 2001-2003, 2005-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/mkdtemp.m4
+Copyright: 2001-2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/poll.c, ./lib/stdbool.in.h
+Copyright: 2001-2003, 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/poll.in.h
+Copyright: 2001-2003, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/uninorm/decomposition-table.h
+Copyright: 2001-2003, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/striconv.h
+Copyright: 2001-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/concat-filename.c, ./lib/findprog-lgpl.c, ./lib/pipe.c
+Copyright: 2001-2004, 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/filename.h
+Copyright: 2001-2004, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/intprops.h
+Copyright: 2001-2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/dirfd.m4
+Copyright: 2001-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/iconveh.h, ./lib/striconveh.h
+Copyright: 2001-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/striconv.c
+Copyright: 2001-2007, 2010-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/striconveh.c, ./m4/stdint.m4
+Copyright: 2001-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/gc.h
+Copyright: 2002, 2003, 2004, 2005, 2007, 2008 Simon Josefsson
+License: LGPL-2+ [REF23]
+
+Files: ./lib/exitfail.c
+Copyright: 2002, 2003, 2005, 2006, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/full-read.c
+Copyright: 2002, 2003, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/localcharset.m4
+Copyright: 2002, 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/strptime.c, ./m4/getpagesize.m4
+Copyright: 2002, 2004-2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/striconveha.c, ./lib/uniconv.in.h, ./m4/dup2.m4
+Copyright: 2002, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/striconveha.h
+Copyright: 2002, 2005, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/rmdir.m4
+Copyright: 2002, 2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unistr/u8-uctomb.c
+Copyright: 2002, 2005-2006, 2009, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unistr/u32-uctomb.c, ./lib/unitypes.in.h, ./m4/safe-write.m4
+Copyright: 2002, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unictype.in.h, ./m4/strcase.m4, ./m4/strverscmp.m4
+Copyright: 2002, 2005-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/uninorm/composition.c
+Copyright: 2002, 2006, 2009, 2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unictype/combiningclass.c
+Copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc
+License: LGPL-2+ [REF23]
+
+Files: ./lib/safe-read.h, ./lib/unistr/u8-strlen.c
+Copyright: 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unictype/bidi_of.c
+Copyright: 2002, 2006, 2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/uniconv/u-strconv-from-enc.h, ./lib/uniconv/u8-conv-from-enc.c, ./lib/uniconv/u8-strconv-from-enc.c, ./lib/uniconv/u8-strconv-from-locale.c, ./lib/unictype/categ_M.c, ./lib/unictype/categ_of.c, ./lib/unictype/categ_test.c, ./lib/unistr/u32-mbtouc-unsafe.c, ./lib/unistr/u32-to-u8.c, ./lib/unistr/u8-check.c, ./lib/unistr/u8-prev.c, ./lib/unistr/u8-to-u32.c, ./lib/unistr/u8-uctomb-aux.c
+Copyright: 2002, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/stpcpy.m4
+Copyright: 2002, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/intdiv0.m4
+Copyright: 2002, 2007-2008, 2010-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/strerror_r.m4
+Copyright: 2002, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/gethostname.m4
+Copyright: 2002, 2008, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/exitfail.h, ./lib/full-read.h, ./lib/safe-write.c, ./lib/safe-write.h, ./m4/memset.m4
+Copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/ansi-c++.m4
+Copyright: 2002-2003, 2005, 2010-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/physmem.m4
+Copyright: 2002-2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/raise.c, ./lib/regex.c, ./m4/getpass.m4, ./m4/pathmax.m4, ./m4/safe-read.m4
+Copyright: 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/mktime.m4, ./m4/stpncpy.m4, ./m4/strnlen.m4
+Copyright: 2002-2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/strndup.m4
+Copyright: 2002-2003, 2005-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/vasprintf.m4
+Copyright: 2002-2003, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/strpbrk.m4
+Copyright: 2002-2003, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/math.in.h
+Copyright: 2002-2003, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/wchar_t.m4
+Copyright: 2002-2003, 2008, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/full-write.h
+Copyright: 2002-2003, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/alloca.m4, ./m4/strtok_r.m4
+Copyright: 2002-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/vasnprintf.m4
+Copyright: 2002-2004, 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/strsep.m4
+Copyright: 2002-2004, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/vasnprintf.h, ./m4/memcmp.m4, ./m4/memmem.m4, ./m4/snprintf.m4, ./m4/vsnprintf.m4
+Copyright: 2002-2004, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/memchr.m4, ./m4/strncat.m4
+Copyright: 2002-2004, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/intmax.m4
+Copyright: 2002-2005, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/getopt.m4, ./m4/md4.m4, ./m4/md5.m4, ./m4/sha1.m4
+Copyright: 2002-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/gc-pbkdf2-sha1.c, ./m4/dirname.m4, ./m4/md2.m4, ./m4/read-file.m4, ./m4/stdbool.m4
+Copyright: 2002-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/gc-gnulib.c, ./lib/gc-libgcrypt.c, ./lib/regcomp.c, ./lib/regex_internal.c, ./lib/regex_internal.h, ./lib/regexec.c, ./m4/euidaccess.m4, ./m4/strdup.m4
+Copyright: 2002-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/sysexits.m4
+Copyright: 2003, 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/size_max.m4
+Copyright: 2003, 2005-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/poll.m4
+Copyright: 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/locale-fr.m4, ./m4/locale-ja.m4, ./m4/locale-zh.m4
+Copyright: 2003, 2005-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/getndelim2.m4
+Copyright: 2003, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/time_r.c
+Copyright: 2003, 2006-2007, 2010-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/sysexits.in.h, ./m4/extensions.m4, ./m4/time_r.m4
+Copyright: 2003, 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/mempcpy.c, ./m4/printf-posix.m4, ./m4/strchrnul.m4, ./m4/timegm.m4
+Copyright: 2003, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/strchrnul.c, ./m4/printf.m4, ./m4/rawmemchr.m4, ./m4/wint_t.m4
+Copyright: 2003, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/xsize.h
+Copyright: 2003, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/alignof.h, ./lib/getndelim2.h
+Copyright: 2003-2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/mempcpy.m4
+Copyright: 2003-2004, 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/xsize.m4
+Copyright: 2003-2004, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/arctwo.c
+Copyright: 2003-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unistd.in.h
+Copyright: 2003-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/errno_h.m4
+Copyright: 2004, 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/base64.m4, ./m4/sockpfaf.m4
+Copyright: 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/snprintf.c, ./lib/vsnprintf.c
+Copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/dummy.c, ./lib/strsep.c
+Copyright: 2004, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/stdio.in.h
+Copyright: 2004, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/cloexec.h, ./lib/getpass.h
+Copyright: 2004, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/base64.h, ./m4/cloexec.m4
+Copyright: 2004-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/argz.m4, ./m4/getaddrinfo.m4, ./m4/intlmacosx.m4
+Copyright: 2004-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/verify.h
+Copyright: 2005, 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/byteswap.in.h, ./lib/des.h, ./m4/byteswap.m4, ./m4/gc-arcfour.m4, ./m4/gc-arctwo.m4, ./m4/gc-des.m4, ./m4/gc-hmac-md5.m4, ./m4/gc-hmac-sha1.m4, ./m4/gc-md2.m4, ./m4/gc-md4.m4, ./m4/gc-md5.m4, ./m4/gc-rijndael.m4, ./m4/gc-sha1.m4
+Copyright: 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/glthread/tls.h, ./m4/strcasestr.m4
+Copyright: 2005, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/visibility.m4
+Copyright: 2005, 2008, 2010-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/sha256.m4, ./m4/tls.m4
+Copyright: 2005, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/c-strcasestr.h, ./lib/check-version.h, ./lib/hmac.h, ./lib/memxor.h, ./lib/rijndael-alg-fst.h, ./lib/rijndael-api-fst.h, ./lib/strnlen1.h, ./m4/minmax.m4
+Copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/arpa_inet.in.h, ./lib/sha256.c, ./lib/sha256.h, ./lib/sha512.c, ./lib/sha512.h, ./m4/inet_ntop.m4, ./m4/sha512.m4
+Copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/inet_ntop.c
+Copyright: 2005-2006, 2008-2011 Free Software Foundation, Inc. / 1996-1999 by Internet Software Consortium
+License: LGPL-2+ [REF23]
+
+Files: ./m4/des.m4
+Copyright: 2005-2006, 2009-2010 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/hmac-md5.c, ./lib/hmac-sha1.c, ./lib/memxor.c, ./lib/rijndael-alg-fst.c, ./lib/rijndael-api-fst.c, ./lib/size_max.h, ./lib/strnlen1.c, ./m4/arcfour.m4, ./m4/arctwo.m4, ./m4/check-version.m4, ./m4/gc-pbkdf2-sha1.m4, ./m4/gc.m4, ./m4/hmac-md5.m4, ./m4/hmac-sha1.m4, ./m4/rijndael.m4
+Copyright: 2005-2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/getline.c, ./lib/getlogin_r.c, ./lib/glob.in.h, ./lib/strnlen.c, ./m4/getdelim.m4, ./m4/getlogin_r.m4, ./m4/glob.m4
+Copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/c-strcasestr.c, ./lib/glthread/cond.h, ./lib/glthread/lock.c, ./lib/glthread/lock.h, ./lib/glthread/thread.c, ./lib/glthread/thread.h, ./lib/glthread/threadlib.c, ./lib/glthread/tls.c, ./lib/glthread/yield.h, ./lib/strcasestr.c, ./lib/sys_socket.in.h, ./lib/sys_stat.in.h, ./m4/gc-random.m4, ./m4/lock.m4, ./m4/sys_socket_h.m4, ./m4/threadlib.m4, ./m4/yield.m4
+Copyright: 2005-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/arpa_inet_h.m4, ./m4/inet_pton.m4, ./m4/stdarg.m4
+Copyright: 2006, 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/read-file.c, ./lib/read-file.h, ./lib/same-inode.h, ./lib/tempname.h, ./lib/u64.h, ./m4/fcntl-o.m4, ./m4/intldir.m4, ./m4/memxor.m4
+Copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/fcntl_h.m4, ./m4/selinux-context-h.m4, ./m4/selinux-selinux-h.m4, ./m4/tempname.m4
+Copyright: 2006-2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/dirent.in.h, ./lib/fcntl.in.h, ./lib/inttypes.in.h, ./lib/signal.in.h, ./lib/sigprocmask.c, ./lib/wctype.in.h, ./m4/absolute-header.m4, ./m4/include_next.m4, ./m4/inttypes.m4, ./m4/netinet_in_h.m4, ./m4/sys_select_h.m4, ./m4/sys_stat_h.m4, ./m4/unistd_h.m4, ./m4/wctype_h.m4
+Copyright: 2006-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/float+.h, ./lib/ftello.c, ./lib/getpagesize.c, ./lib/iconv_open.c, ./lib/localename.h, ./lib/lseek.c, ./lib/sleep.c, ./lib/unictype/categ_none.c, ./m4/count-one-bits.m4, ./m4/float_h.m4, ./m4/gc-camellia.m4, ./m4/locale_h.m4, ./m4/localename.m4, ./m4/lseek.m4, ./m4/malloc.m4, ./m4/realloc.m4, ./m4/strings_h.m4, ./m4/strptime.m4, ./m4/sys_time_h.m4
+Copyright: 2007, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/unictype/scripts.c
+Copyright: 2007, 2009-2011 Free Software Foundation, Inc.b
+License: LGPL-2+ [REF23]
+
+Files: ./lib/count-one-bits.h, ./lib/float.in.h, ./lib/fopen.c, ./lib/freadahead.c, ./lib/freadahead.h, ./lib/freadptr.c, ./lib/freadptr.h, ./lib/freadseek.c, ./lib/freadseek.h, ./lib/fseeko.c, ./lib/iconv.in.h, ./lib/locale.in.h, ./lib/netinet_in.in.h, ./lib/nl_langinfo.c, ./lib/open.c, ./lib/search.in.h, ./lib/strings.in.h, ./lib/sys_file.in.h, ./lib/sys_select.in.h, ./lib/sys_time.in.h, ./lib/time.in.h, ./lib/wchar.in.h, ./m4/fopen.m4, ./m4/fseeko.m4, ./m4/ftello.m4, ./m4/iconv_h.m4, ./m4/iconv_open.m4, ./m4/math_h.m4, ./m4/open.m4, ./m4/search_h.m4, ./m4/signal_h.m4, ./m4/sleep.m4, ./m4/stdio_h.m4, ./m4/stdlib_h.m4, ./m4/string_h.m4, ./m4/wchar_h.m4
+Copyright: 2007-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/fclose.c, ./lib/w32sock.h
+Copyright: 2008, 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/btowc.c, ./m4/mbsinit.m4
+Copyright: 2008, 2010-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./m4/hostent.m4
+Copyright: 2008, 2010-2011Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./build-aux/unused-parameter.h, ./lib/accept.c, ./lib/bind.c, ./lib/bitrotate.h, ./lib/close.c, ./lib/connect.c, ./lib/errno.in.h, ./lib/flock.c, ./lib/fsync.c, ./lib/getdtablesize.c, ./lib/getpeername.c, ./lib/getsockname.c, ./lib/getsockopt.c, ./lib/glthread/cond.c, ./lib/ignore-value.h, ./lib/ioctl.c, ./lib/iswblank.c, ./lib/listen.c, ./lib/mbsinit.c, ./lib/mbsrtowcs-impl.h, ./lib/mbsrtowcs-state.c, ./lib/mbsrtowcs.c, ./lib/memchr2.h, ./lib/netdb.in.h, ./lib/perror.c, ./lib/rawmemchr.c, ./lib/recv.c, ./lib/recvfrom.c, ./lib/sched.in.h, ./lib/se-selinux.in.h, ./lib/select.c, ./lib/send.c, ./lib/sendto.c, ./lib/setsockopt.c, ./lib/shutdown.c, ./lib/sig-handler.h, ./lib/sigaction.c, ./lib/socket.c, ./lib/sockets.c, ./lib/sockets.h, ./lib/stdarg.in.h, ./lib/stdio-write.c, ./lib/str-two-way.h, ./lib/sys_ioctl.in.h, ./lib/sys_times.in.h, ./lib/times.c, ./lib/wcrtomb.c, ./lib/write.c, ./m4/btowc.m4, ./m4/close.m4, ./m4/cond.m4, ./m4/dirent_h.m4, ./m4/fclose.m4, ./m4/flock.m4, ./m4/fsync.m4, ./m4/getdtablesize.m4, ./m4/ioctl.m4, ./m4/mbsrtowcs.m4, ./m4/netdb_h.m4, ./m4/perror.m4, ./m4/posix_spawn.m4, ./m4/random_r.m4, ./m4/sched_h.m4, ./m4/servent.m4, ./m4/sigaction.m4, ./m4/sigpipe.m4, ./m4/socketlib.m4, ./m4/sockets.m4, ./m4/spawn_h.m4, ./m4/strsignal.m4, ./m4/strstr.m4, ./m4/sys_file_h.m4, ./m4/sys_ioctl_h.m4, ./m4/sys_times_h.m4, ./m4/sys_wait_h.m4, ./m4/thread.m4, ./m4/wcrtomb.m4, ./m4/write.m4
+Copyright: 2008-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/uninorm/composition-table.gperf
+Copyright: 2009 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./build-aux/arg-nonnull.h, ./lib/array-mergesort.h, ./lib/close-hook.c, ./lib/close-hook.h, ./lib/ctype.in.h, ./lib/fcntl.c, ./lib/getfilecon.c, ./lib/isblank.c, ./lib/langinfo.in.h, ./lib/link.c, ./lib/pipe2.c, ./lib/pread.c, ./lib/pthread.in.h, ./lib/safe-alloc.c, ./lib/safe-alloc.h, ./lib/stat.c, ./lib/stddef.in.h, ./lib/sys_utsname.in.h, ./lib/uname.c, ./lib/uninorm/canonical-decomposition.c, ./lib/uninorm/decompose-internal.c, ./lib/uninorm/decompose-internal.h, ./lib/uninorm/decomposition-table.c, ./lib/uninorm/nfc.c, ./lib/uninorm/nfd.c, ./lib/uninorm/normalize-internal.h, ./lib/uninorm/u-normalize-internal.h, ./lib/uninorm/u32-normalize.c, ./lib/unlink.c, ./lib/usleep.c, ./m4/ctype.m4, ./m4/fcntl.m4, ./m4/isblank.m4, ./m4/langinfo_h.m4, ./m4/link.m4, ./m4/mkostemp.m4, ./m4/mkostemps.m4, ./m4/mkstemps.m4, ./m4/nl_langinfo.m4, ./m4/pipe2.m4, ./m4/pread.m4, ./m4/pthread.m4, ./m4/pty_h.m4, ./m4/safe-alloc.m4, ./m4/select.m4, ./m4/stat.m4, ./m4/stddef_h.m4, ./m4/sys_utsname_h.m4, ./m4/times.m4, ./m4/uname.m4, ./m4/unlink.m4, ./m4/usleep.m4
+Copyright: 2009-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./build-aux/c++defs.h, ./build-aux/warn-on-use.h, ./lib/getlogin.c, ./lib/pty.in.h, ./lib/strerror_r.c, ./lib/termios.in.h, ./m4/asm-underscore.m4, ./m4/configmake.m4, ./m4/getlogin.m4, ./m4/libunistring-base.m4, ./m4/pipe.m4, ./m4/poll_h.m4, ./m4/pwrite.m4, ./m4/termios_h.m4, ./m4/waitpid.m4, ./m4/warn-on-use.m4
+Copyright: 2010-2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./lib/mbtowc-impl.h, ./lib/mbtowc.c, ./lib/nonblocking.c, ./lib/nonblocking.h, ./lib/passfd.c, ./lib/passfd.h, ./lib/unictype/joiningtype_of.c, ./lib/wctomb-impl.h, ./lib/wctomb.c, ./m4/mbtowc.m4
+Copyright: 2011 Free Software Foundation, Inc
+License: LGPL-2+ [REF23]
+
+Files: ./m4/afunix.m4, ./m4/iswblank.m4, ./m4/wctomb.m4
+Copyright: 2011 Free Software Foundation, Inc.
+License: LGPL-2+ [REF23]
+
+Files: ./tests/test-tsearch.c
+Copyright: 1997, 2000-2001, 2007-2011 Free Software Foundation, Inc.
+License: LGPL-3+ [REF24]
+
+Files: ./tests/test-array-mergesort.c
+Copyright: 2009-2011 Free Software Foundation, Inc.
+License: LGPL-3+ [REF24]
+
+Files: ./tests/unigbrk/test-u8-grapheme-breaks.c, ./tests/unigbrk/test-u8-grapheme-next.c, ./tests/unigbrk/test-u8-grapheme-prev.c
+Copyright: 2010, 2011 Free Software Foundation, Inc.
+License: LGPL-3+ 
+
+Files: ./tests/unigbrk/test-u16-grapheme-breaks.c, ./tests/unigbrk/test-u16-grapheme-next.c, ./tests/unigbrk/test-u16-grapheme-prev.c, ./tests/unigbrk/test-u32-grapheme-breaks.c, ./tests/unigbrk/test-u32-grapheme-next.c, ./tests/unigbrk/test-u32-grapheme-prev.c, ./tests/unigbrk/test-uc-is-grapheme-break.c
+Copyright: 2010-2011 Free Software Foundation, Inc.
+License: LGPL-3+ 
+
+Files: ./tests/unictype/test-combiningclass_byname.c, ./tests/unictype/test-joininggroup_byname.c, ./tests/unictype/test-joininggroup_name.c, ./tests/unictype/test-joiningtype_name.c
+Copyright: 2011 Free Software Foundation, Inc
+License: LGPL-3+ 
+
+Files: ./tests/unictype/test-joininggroup_of.c, ./tests/unictype/test-joiningtype_byname.c, ./tests/unictype/test-joiningtype_longname.c, ./tests/unictype/test-joiningtype_of.c
+Copyright: 2011 Free Software Foundation, Inc.
+License: LGPL-3+ 
+
+Files: ./tests/test-safe-alloc.c
+Copyright: 2009-2011 Free Software Foundation, Inc.
+License: LGPL-3.1+
+
+Files: ./lib/alloca.c
+License: PD [REF25]
+
+Files: ./lib/memmove.c
+License: PD [REF26]
+
+Files: ./doc/regexprops-generic.texi
+Copyright: 1994, 1996, 1998, 2000-2001, 2003-2007, 2009-2011 Free Software Foundation, Inc.
+License: PD [REF27]
+
+Files: ./m4/atexit.m4, ./m4/memmove.m4
+Copyright: 2002, 2009-2011 Free Software Foundation, Inc.
+License: PD [REF28]
+
+Files: ./lib/atexit.c
+License: PD [REF29]
+
+Files: ./doc/gpl-2.0.texi
+Copyright: 1989, 1991 Free Software Foundation, Inc.
+License: other [REF30]
+
+Files: ./doc/lgpl-2.1.texi
+Copyright: 1991, 1999 Free Software Foundation, Inc.
+License: other [REF30]
+
+Files: ./doc/fdl-1.3.texi, ./doc/fdl.texi
+Copyright: 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
+License: other [REF30]
+
+Files: ./doc/agpl-3.0.texi, ./doc/gpl-3.0.texi
+Copyright: 2007 Free Software Foundation, Inc.
+License: other [REF30]
+
+Files: ./m4/ssize_t.m4
+Copyright: 2001-2003, 2006, 2010-2011 Free Software Foundation, Inc.
+License: other [REF31]
+
+Files: ./m4/lib-prefix.m4
+Copyright: 2001-2005, 2008-2011 Free Software Foundation, Inc.
+License: other [REF31]
+
+Files: ./m4/lib-link.m4
+Copyright: 2001-2011 Free Software Foundation, Inc.
+License: other [REF31]
+
+Files: ./m4/host-cpu-c-abi.m4
+Copyright: 2002-2011 Free Software Foundation, Inc.
+License: other [REF31]
+
+Files: ./m4/autobuild.m4
+Copyright: 2004, 2006-2011 Free Software Foundation, Inc.
+License: other [REF31]
+
+Files: ./m4/nocrash.m4
+Copyright: 2005, 2009-2011 Free Software Foundation, Inc.
+License: other [REF31]
+
+Files: ./m4/socklen.m4
+Copyright: 2005-2007, 2009-2011 Free Software Foundation, Inc.
+License: other [REF31]
+
+Files: ./m4/inline.m4, ./m4/lib-ignore.m4
+Copyright: 2006, 2009-2011 Free Software Foundation, Inc.
+License: other [REF31]
+
+Files: ./m4/func.m4, ./m4/ld-output-def.m4, ./m4/ld-version-script.m4, ./m4/manywarnings.m4, ./m4/multiarch.m4, ./m4/valgrind-tests.m4, ./m4/warnings.m4
+Copyright: 2008-2011 Free Software Foundation, Inc.
+License: other [REF31]
+
+License: other [REF01]
+    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.
+
+License: other [REF02]
+    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.  This file is offered as-is,
+    without warranty of any kind.
+
+License: other [REF03]
+    Copying and distribution of this file, with or without modification,
+    in any medium, are permitted without royalty provided the copyright
+    notice and this notice are preserved.
+
+License: other [REF04]
+    Everyone is permitted to copy and distribute verbatim copies
+    of this license document, but changing it is not allowed.
+
+License: other [REF05]
+    For terms of use, see http://www.unicode.org/terms_of_use.html
+
+License: other [REF06]
+    For terms of use, see http://www.unicode.org/terms_of_use.html
+    For documentation, see http://www.unicode.org/reports/tr44/
+
+License: other [REF07]
+    Original author: Noah Friedman <friedman@prep.ai.mit.edu>
+    Created: 1993-05-16
+    Public domain.
+
+License: other [REF08]
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to
+    deal in the Software without restriction, including without limitation the
+    rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+    sell copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+    
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+    
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+    X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+    AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+    TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+    
+    Except as contained in this notice, the name of the X Consortium shall not
+    be used in advertising or otherwise to promote the sale, use or other deal-
+    ings in this Software without prior written authorization from the X Consor-
+    tium.
+    
+    FSF changes to this file are in the public domain.
+
+License: other [REF09]
+    This file can be copied and used freely without restrictions.  It can
+    be used in projects which are not available under the GNU General Public
+    License but which still want to provide support for the GNU gettext
+    functionality.
+    Please note that the actual code of GNU gettext is covered by the GNU
+    General Public License and is *not* in the public domain.
+
+License: other [REF10]
+    This file is free software, distributed under the terms of the GNU
+    General Public License.  As a special exception to the GNU General
+    Public License, this file may be distributed as part of a program
+    that contains a configuration script generated by Autoconf, under
+    the same distribution terms as the rest of that program.
+
+License: other [REF11]
+    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.
+
+License: GFDL-1.3+-NIV [REF12]
+    Permission is granted to copy, distribute and/or modify this document
+    under the terms of the GNU Free Documentation License, Version 1.3
+    or any later version published by the Free Software Foundation;
+    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
+    Texts.  A copy of the license is included in the ``GNU Free
+    Documentation License'' file as part of this distribution.
+
+License: GFDL-1.3+-NIV [REF13]
+    Permission is granted to copy, distribute and/or modify this document
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+    any later version published by the Free Software Foundation; with no
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+    Texts.  A copy of the license is included in the ``GNU Free
+    Documentation License'' file as part of this distribution.
+
+License: GPL [REF14]
+    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
+    the Free Software Foundation; either version 3 of the License, or
+    (at your option) any later version.
+    
+    This program 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/>.
+
+License: GPL-2+ [REF15]
+    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
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+    
+    This program 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, write to the Free Software Foundation,
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+License: GPL-2+ and other [REF16]
+    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
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+    This program 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, write to the Free Software
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+    02110-1301, USA.
+    As a special exception to the GNU General Public License, if you
+    distribute this file as part of a program that contains a
+    configuration script generated by Autoconf, you may include it under
+    the same distribution terms that you use for the rest of that program.
+
+License: GPL-2+ and other [REF17]
+    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
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+    This program 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, write to the Free Software
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+    02110-1301, USA.
+    As a special exception to the GNU General Public License, if you
+    distribute this file as part of a program that contains a
+    configuration script generated by Autoconf, you may include it under
+    the same distribution terms that you use for the rest of that program.
+
+License: GPL-3+ [REF18]
+    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
+    the Free Software Foundation; either version 3 of the License, or
+    (at your option) any later version.
+    
+    This program 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/>.
+
+License: GPL-3+ [REF19]
+    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
+    the Free Software Foundation; either version 3 of the License, or
+    (at your option) any later version.
+    This program 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/>.
+
+License: GPL-3+ [REF20]
+    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
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+    
+    This program 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, write to the Free Software Foundation,
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
+
+License: GPL-3+  [REF21]
+    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
+    the Free Software Foundation; either version 3 of the License, or
+    (at your option) any later version.
+    This program 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/>.
+
+License: LGPL [REF22]
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU Lesser General Public License as published by
+    the Free Software Foundation; either version 3 of the License, or
+    (at your option) any later version.
+    
+    This program 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/>.
+
+License: LGPL-2+ [REF23]
+    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
+    by the Free Software Foundation; either version 2, or (at your option)
+    any later version.
+    
+    This program 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
+    Library General Public License for more details.
+    
+    You should have received a copy of the GNU Library General Public
+    License along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+    USA.
+
+License: LGPL-3+ [REF24]
+    This program is free software: you can redistribute it and/or modify it
+    under the terms of the GNU Lesser General Public License as published
+    by the Free Software Foundation; either version 3 of the License, or
+    (at your option) any later version.
+    
+    This program 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
+    Lesser General Public License for more details.
+    
+    You should have received a copy of the GNU Lesser General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+License: PD [REF25]
+    (Mostly) portable public-domain implementation -- D A Gwyn
+
+License: PD [REF26]
+    In the public domain.
+    By David MacKenzie <djm@gnu.ai.mit.edu>.
+
+License: PD [REF27]
+    Permission is granted to copy, distribute and/or modify this document
+    under the terms of the GNU Free Documentation License, Version 1.3 or
+    any later version published by the Free Software Foundation; with no
+    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+    Texts.  A copy of the license is included in the ``GNU Free
+    Documentation License'' file as part of this distribution.
+
+License: PD [REF28]
+    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.
+
+License: PD [REF29]
+    This function is in the public domain.  --Mike Stump.
+
+License: other [REF30]
+    Everyone is permitted to copy and distribute verbatim copies
+    of this license document, but changing it is not allowed.
+
+License: other [REF31]
+    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.
+
+
+The complete text of standard licenses referenced above
+can be found in /usr/share/common-licenses/ as follows:
+
+LICENSE                                                      FILE
+GNU Free Documentation License Version 1.3                   GFDL-1.3
+GNU General Public License                                   GPL
+GNU General Public License Version 2                         GPL-2
+GNU General Public License Version 3                         GPL-3
+GNU Lesser General Public License                            LGPL
+GNU Library General Public License Version 2                 LGPL-2
+GNU Lesser General Public License Version 3                  LGPL-3
diff --git a/debian/gnulib.doc-base b/debian/gnulib.doc-base
new file mode 100644 (file)
index 0000000..2da2ca0
--- /dev/null
@@ -0,0 +1,8 @@
+Document: gnulib-manual
+Title: GNULib Manual
+Section: Programming/C
+
+Format: HTML
+Index: /usr/share/doc/gnulib/gnulib.html
+Files: /usr/share/doc/gnulib/gnulib.html
+
diff --git a/debian/gnulib.docs b/debian/gnulib.docs
new file mode 100644 (file)
index 0000000..65c96d7
--- /dev/null
@@ -0,0 +1,5 @@
+doc/*.html
+NEWS
+NEWS.stable
+README
+users.txt
diff --git a/debian/gnulib.info b/debian/gnulib.info
new file mode 100644 (file)
index 0000000..7b08cef
--- /dev/null
@@ -0,0 +1 @@
+doc/*.info
diff --git a/debian/gnulib.lintian-overrides b/debian/gnulib.lintian-overrides
new file mode 100644 (file)
index 0000000..89d35e0
--- /dev/null
@@ -0,0 +1,12 @@
+# gnulib's doc directory contains various important GNU files:
+# licenses, maintainers guide, etc.
+# The gnulib git repo is the canonical source for most or all
+# of these docs.
+gnulib: extra-license-file usr/share/gnulib/doc/COPYING.LESSERv2
+gnulib: extra-license-file usr/share/gnulib/doc/COPYING.LESSERv3
+
+# scripts below invoke themselves with excessively magical non-shebang lines
+gnulib: executable-not-elf-or-script usr/share/gnulib/build-aux/gitlog-to-changelog
+gnulib: executable-not-elf-or-script usr/share/gnulib/build-aux/announce-gen
+gnulib: executable-not-elf-or-script usr/share/gnulib/build-aux/useless-if-before-free
+gnulib: executable-not-elf-or-script usr/share/gnulib/build-aux/update-copyright
diff --git a/debian/gnulib.manpages b/debian/gnulib.manpages
new file mode 100644 (file)
index 0000000..2fb19fb
--- /dev/null
@@ -0,0 +1 @@
+debian/manpages/*
diff --git a/debian/manpages/check-module.1 b/debian/manpages/check-module.1
new file mode 100644 (file)
index 0000000..5a14ecb
--- /dev/null
@@ -0,0 +1,33 @@
+.TH CHECK-MODULE 1 "2006-06-01" "0.0.20060601" "GNU Portability Library"
+
+.SH NAME
+check-module \- program to check gnulib modules.
+
+.SH SYNOPSIS
+.B check-module [OPTIONS] FILE...
+
+.SH DESCRIPTION
+The GNU portability library is a macro system and C declarations and definitions for commonly-used API elements and abstracted system behaviors. It can be used to improve portability and other functionality in your programs.
+.PP
+.B check-module
+reads a module description file and derives the set of files included directly by any .c or .h file listed in the `Files:' section. First, it takes the union of all such sets for any dependent modules. Then, it compares that set with the set derived from the names listed in the various Files: sections.
+.PP
+
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+
+.SH BUGS
+Report bugs to <bug-gnulib@gnu.org>.
+
+.SH SEE ALSO
+.BR gnulib (1).
+
+.SH AUTHOR
+check-module was written by the Free Software Foundation and others (sources of various origins).
+.PP
+This manual page was written by Daniel Baumann <daniel@debian.org>, for the Debian project (but may be used by others).
diff --git a/debian/manpages/gnulib-tool.1 b/debian/manpages/gnulib-tool.1
new file mode 100644 (file)
index 0000000..a3ed5fa
--- /dev/null
@@ -0,0 +1,182 @@
+.TH GNULIB\-TOOL 1 "2006-06-01" "0.0.20060601" "GNU Portability Library"
+
+.SH NAME
+gnulib\-tool \- program for authors or maintainers which want to import modules
+from gnulib into their packages.
+
+.SH SYNOPSIS
+.B gnulib\-tool
+\-\-list
+.PP
+.B gnulib\-tool
+\-\-import [module1 ... moduleN]
+.PP
+.B gnulib\-tool
+\-\-update
+.PP
+.B gnulib\-tool
+\-\-create-testdir \-\-dir=directory module1 ... moduleN
+.PP
+.B gnulib\-tool
+\-\-create-megatestdir \-\-dir=directory [module1 ... moduleN]
+.PP
+.B gnulib\-tool
+\-\-test \-\-dir=directory module1 ... moduleN
+.PP
+.B gnulib\-tool
+\-\-megatest \-\-dir=directory [module1 ... moduleN]
+.PP
+.B gnulib\-tool
+\-\-extract-description module
+.PP
+.B gnulib\-tool
+\-\-extract-filelist module
+.PP
+.B gnulib\-tool
+\-\-extract-dependencies module
+.PP
+.B gnulib\-tool
+\-\-extract-autoconf-snippet module
+.PP
+.B gnulib\-tool
+\-\-extract-automake-snippet module
+.PP
+.B gnulib\-tool
+\-\-extract-include-directive module
+.PP
+.B gnulib\-tool
+\-\-extract-license module
+.PP
+.B gnulib\-tool
+\-\-extract-maintainer module
+.PP
+.B gnulib\-tool
+\-\-extract-tests-module module
+
+.SH DESCRIPTION
+The GNU portability library is a macro system and C declarations and definitions
+for commonly-used API elements and abstracted system behaviors. It can be used
+to improve portability and other functionality in your programs.
+.PP
+
+.SH OPTIONS
+Operation modes:
+.TP
+.B \-\-list
+print the available module names.
+.TP
+.B \-\-import
+import the given modules into the current package; if no modules are specified,
+update the current package from the current gnulib.
+.TP
+.B \-\-update
+update the current package, restore files omitted from CVS.
+.TP
+.B \-\-create-testdir
+create a scratch package with the given modules.
+.TP
+.B \-\-create-megatestdir
+create a mega scratch package with the given modules one by one and all
+together.
+.TP
+.B \-\-test
+test the combination of the given modules (recommended to use CC="gcc \-Wall"
+here).
+.TP
+.B \-\-megatest
+test the given modules one by one and all together (recommended to use CC="gcc
+\-Wall" here).
+.TP
+.B \-\-extract-description
+extract the description.
+.TP
+.B \-\-extract-filelist
+extract the list of files.
+.TP
+.B \-\-extract-dependencies
+extract the dependencies.
+.TP
+.B \-\-extract-autoconf-snippet
+extract the snippet for configure.ac.
+.TP
+.B \-\-extract-automake-snippet
+extract the snippet for lib/Makefile.am.
+.TP
+.B \-\-extract-include-directive
+extract the #include directive.
+.TP
+.B \-\-extract-license
+report the license terms of the source files under lib/.
+.TP
+.B \-\-extract-maintainer
+report the maintainer(s) inside gnulib.
+.TP
+.B \-\-extract-tests-module
+report the unit test module, if it exists.
+.PP
+
+Options:
+.TP
+.B \-\-dir=DIRECTORY
+specify the target directory. For \-\-import, this specifies where your
+configure.ac can be found. Defaults to current directory.
+.TP
+.B \-\-lib=LIBRARY
+Specify the library name. Defaults to 'libgnu'.
+.TP
+.B \-\-source-base=DIRECTORY
+Directory relative \-\-dir where source code is placed (default "lib"), for
+\-\-import.
+.TP
+.B \-\-m4-base=DIRECTORY
+Directory relative \-\-dir where *.m4 macros are placed (default "m4"), for
+\-\-import.
+.TP
+.B \-\-tests-base=DIRECTORY
+Directory relative \-\-dir where unit tests are placed (default "tests"), for
+\-\-import.
+.TP
+.B \-\-aux-dir=DIRECTORY
+Directory relative \-\-dir where auxiliary build tools are placed (default
+"build-aux").
+.TP
+.B \-\-with-tests
+Include unit tests for the included modules.
+.TP
+.B \-\-avoid=MODULE
+Avoid including the given MODULE. Useful if you have code that provides
+equivalent functionality. This option can be repeated.
+.TP
+.B \-\-lgpl
+Abort if modules aren't available under the LGPL. Also modify license template
+from GPL to LGPL.
+.TP
+.B \-\-libtool
+Use libtool rules, for \-\-import.
+.TP
+.B \-\-macro-prefix=PREFIX
+Specify the prefix of the macros 'gl_EARLY' and 'gl_INIT'. Default is 'gl'.
+.TP
+.B \-\-no-changelog
+don't update or create ChangeLog files.
+.TP
+.B \-\-dry-run
+For \-\-import, only print what would have been done.
+.TP
+.B -s, \-\-symbolic, \-\-symlink
+Make symbolic links instead of copying files.
+.PP
+.TP
+.B \-h, \-\-help
+Show summary of options.
+
+.SH BUGS
+Report bugs to <bug-gnulib@gnu.org>.
+
+.SH SEE ALSO
+.BR check-module (1).
+
+.SH AUTHOR
+gnulib was written by the Free Software Foundation and others (sources of various origins).
+.PP
+This manual page was written by Daniel Baumann <daniel@debian.org>, for the Debian project (but may be used by others).
diff --git a/debian/patches/01-gnulib-directory.patch b/debian/patches/01-gnulib-directory.patch
new file mode 100644 (file)
index 0000000..59cf878
--- /dev/null
@@ -0,0 +1,16 @@
+Author: Daniel Baumann <daniel@debian.org>
+Description: Sets the gnulib directory.
+
+Index: gnulib/gnulib-tool
+===================================================================
+--- gnulib.orig/gnulib-tool    2011-04-14 01:26:30.000000000 +0100
++++ gnulib/gnulib-tool 2011-04-14 01:26:34.000000000 +0100
+@@ -434,7 +434,7 @@
+       * ) self_abspathname=`echo "$self_abspathname" | sed -e 's,/[^/]*$,,'`/"$linkval" ;;
+     esac
+   done
+-  gnulib_dir=`echo "$self_abspathname" | sed -e 's,/[^/]*$,,'`
++  gnulib_dir=/usr/share/gnulib
+ }
+ # func_tmpdir
diff --git a/debian/patches/02-shebang.patch b/debian/patches/02-shebang.patch
new file mode 100644 (file)
index 0000000..fed8071
--- /dev/null
@@ -0,0 +1,13 @@
+Author: Daniel Baumann <daniel@debian.org>
+Description: Adjusts shebang.
+
+Index: gnulib/lib/uniname/gen-uninames.lisp
+===================================================================
+--- gnulib.orig/lib/uniname/gen-uninames.lisp  2011-02-17 23:11:25.000000000 +0000
++++ gnulib/lib/uniname/gen-uninames.lisp       2011-02-17 23:11:38.000000000 +0000
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/clisp -C
++#!/usr/bin/clisp -C
+ ;;; Creation of gnulib's uninames.h from the UnicodeData.txt table.
+ ;;; Bruno Haible 2000-12-28
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..1826225
--- /dev/null
@@ -0,0 +1,2 @@
+01-gnulib-directory.patch
+02-shebang.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..5e8c258
--- /dev/null
@@ -0,0 +1,42 @@
+#!/usr/bin/make -f
+
+%:
+       dh ${@}
+
+override_dh_auto_clean:
+       $(MAKE) -C doc clean
+
+override_dh_auto_build:
+       $(MAKE) -C doc info
+       $(MAKE) -C doc html
+
+override_dh_auto_install:
+       mkdir -p debian/gnulib/usr/bin
+       cp -a check-module gnulib-tool debian/gnulib/usr/bin
+
+       mkdir -p debian/gnulib/usr/share/gnulib
+       cp -a build-aux posix-modules config doc lib m4 modules top tests \
+              MODULES.html.sh Makefile debian/gnulib/usr/share/gnulib
+
+       # Fixing permissions
+       chmod 0755 debian/gnulib/usr/share/gnulib/build-aux/config.guess
+       chmod 0755 debian/gnulib/usr/share/gnulib/build-aux/config.sub
+       chmod 0755 debian/gnulib/usr/share/gnulib/build-aux/gendocs.sh
+       chmod 0644 debian/gnulib/usr/share/gnulib/doc/gendocs_template
+       chmod 0755 debian/gnulib/usr/share/gnulib/lib/config.charset
+       chmod 0644 debian/gnulib/usr/share/gnulib/m4/fflush.m4
+       chmod 0644 debian/gnulib/usr/share/gnulib/modules/canonicalize-lgpl
+       chmod 0644 debian/gnulib/usr/share/gnulib/modules/fflush
+       chmod 0644 debian/gnulib/usr/share/gnulib/modules/fflush-tests
+       chmod 0644 debian/gnulib/usr/share/gnulib/tests/test-base64.c
+       chmod 0755 debian/gnulib/usr/share/gnulib/tests/test-closein.sh
+       chmod 0644 debian/gnulib/usr/share/gnulib/tests/test-fflush.c
+       chmod 0755 debian/gnulib/usr/share/gnulib/tests/test-posix_spawn1.in.sh
+       chmod 0755 debian/gnulib/usr/share/gnulib/tests/test-posix_spawn2.in.sh
+
+       # Removing unused files
+       rm -f debian/gnulib/usr/share/gnulib/modules/COPYING
+       rm -f debian/gnulib/usr/share/gnulib/*/.cvsignore
+       rm -f debian/gnulib/usr/share/gnulib/*/.gitignore
+
+override_dh_auto_test:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..ed8dfbe
--- /dev/null
@@ -0,0 +1,3 @@
+version=3
+# this package is based on snapshots of the gnulib git repo
+# so a watch file is irrelevant
index 0bec3b3..16e63eb 100755 (executable)
@@ -438,7 +438,7 @@ func_gnulib_dir ()
       * ) self_abspathname=`echo "$self_abspathname" | sed -e 's,/[^/]*$,,'`/"$linkval" ;;
     esac
   done
-  gnulib_dir=`echo "$self_abspathname" | sed -e 's,/[^/]*$,,'`
+  gnulib_dir=/usr/share/gnulib
 }
 
 # func_tmpdir
index d08e93f..ec24d97 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/clisp -C
+#!/usr/bin/clisp -C
 
 ;;; Creation of gnulib's uninames.h from the UnicodeData.txt table.
 ;;; Bruno Haible 2000-12-28