fix common-license list + License: other
authorIan Beckwith <ianb@erislabs.net>
Tue, 15 Sep 2009 00:46:23 +0000 (01:46 +0100)
committerIan Beckwith <ianb@erislabs.net>
Tue, 15 Sep 2009 00:46:23 +0000 (01:46 +0100)
debian/clscan/clscan
debian/copyright

index bd93ae0..594452d 100755 (executable)
@@ -18,6 +18,7 @@ our $NEWFILES="$CLSCANDIR/new.txt";
 our $COPYRIGHTSTUB="$CLSCANDIR/copyright.in";
 
 our @filenames=();
+our @modules=();
 our $files={};
 our $new={};
 
@@ -87,6 +88,11 @@ sub write_copyright
            if(length($license_text))
            {
                $refnum++;
+               # license_text + empty license = License: other
+               if(!length($license))
+               {
+                   $licensestr = "other";
+               }
                $licensestr .= " [REF$refnum]";
                $refs{$licensestr}=$license_text;
            }
@@ -131,7 +137,7 @@ sub license_trailer
     };
 
     my %types_found=();
-TYPE: for my $type (keys(%$license_data))
+TYPE: for my $type (reverse sort keys(%$license_data))
     {
        for my $license (@licenses_used)
        {
@@ -144,10 +150,23 @@ TYPE: for my $type (keys(%$license_data))
        }
     }
     my $text="\n";
-    for my $type (sort keys(%types_found))
+    # if just one, use standard style
+    if(keys(%types_found) == 1)
     {
-       $text .= "The complete text of the " . $license_data->{$type} ." can be\n";
-       $text .= "found in /usr/share/common-licenses/$type\n";
+       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("%-70s %s\n", "LICENSE", "FILE");
+       for my $type (sort keys(%types_found))
+       {
+           $text .= sprintf("%-70s %s\n", $license_data->{$type}, $type);
+       }
     }
     return $text;
 }
@@ -237,7 +256,12 @@ sub filechanged
     }
 }
 
-sub wanted
+sub get_filenames
+{
+    find(\&wanted_files, ".");
+}
+
+sub wanted_files
 {
     if(/^\.git/ || /^\.cvs/ || /^debian/ || /^modules$/)
     {
@@ -249,11 +273,61 @@ sub wanted
     }
 }
 
-sub get_filenames
+sub wanted_modules
 {
-    find(\&wanted, ".");
+    if(/^\./ || /^README$/ || /^COPYING$/)
+    {
+       $File::Find::prune=1;
+    }
+    elsif(-f)
+    {
+       push(@modules, $File::Find::name);
+    }
 }
 
+sub load_overrides
+{
+    find(\&wanted_modules, "modules/");
+    my %modules=();
+    for my $module (@modules)
+    {
+       unless(open(MOD, $module))
+       {
+           warn("$me: cannot open $module: $!\n");
+           next;
+       }
+       my $infiles=0;
+       my $inlicense=0;
+       while(<MOD>)
+       {
+           chomp;
+           if(/^$/)
+           {
+               $infiles = $inlicense = 0;
+           }
+           if($inlicense)
+           {
+               $modules{$module}->{license}=$_;
+               $inlicense=0;
+           }
+           elsif($infiles)
+           {
+               push(@{$modules{$module}->{files}}, $_);
+           }
+           elsif(/^License:/)
+           {
+               $inlicense=1;
+           }
+           elsif(/^Files:/)
+           {
+               $infiles=1;
+           }
+       }
+       close(MOD);
+    }
+}
+
+
 sub load_cache
 {
     unless(open(YAML,$FILESCACHE))
index ef7d19a..0ae9344 100644 (file)
@@ -57,859 +57,859 @@ License: other
   > with or without modifications, as long as this notice is preserved.
 
 Files: ./lib/alloca.c
-License:  [REF01]
+License: other [REF01]
 
 Files: ./doc/solaris-versions
 Copyright: 2003, 2005, 2006 Free Software Foundation, Inc.
-License:  [REF02]
+License: other [REF02]
 
 Files: ./doc/Makefile
 Copyright: 2004, 2006-2009 Free Software Foundation, Inc.
-License:  [REF02]
+License: other [REF02]
 
 Files: ./doc/gnu-oids.texi
 Copyright: 2008, 2009 Free Software Foundation, Inc.
-License:  [REF02]
+License: other [REF02]
 
 Files: ./doc/INSTALL, ./doc/INSTALL.ISO, ./doc/INSTALL.UTF-8, ./doc/install.texi
 Copyright: 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF03]
+License: other [REF03]
 
 Files: ./Makefile
 Copyright: 2006, 2009 Free Software Foundation, Inc.
-License:  [REF04]
+License: other [REF04]
 
 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:  [REF05]
+License: other [REF05]
 
 Files: ./doc/COPYINGv2, ./doc/gpl-2.0.texi
 Copyright: 1989, 1991 Free Software Foundation, Inc.
-License:  [REF06]
+License: other [REF06]
 
 Files: ./doc/COPYING.LESSERv2, ./doc/lgpl-2.1.texi
 Copyright: 1991, 1999 Free Software Foundation, Inc.
-License:  [REF06]
+License: other [REF06]
 
 Files: ./doc/fdl-1.3.texi, ./doc/fdl.texi
 Copyright: 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
-License:  [REF06]
+License: other [REF06]
 
 Files: ./doc/fdl-1.2.texi
 Copyright: 2000,2001,2002 Free Software Foundation, Inc.
-License:  [REF06]
+License: other [REF06]
 
 Files: ./doc/COPYING.LESSERv3, ./doc/COPYINGv3, ./doc/agpl-3.0.texi, ./doc/gpl-3.0.texi, ./doc/lgpl-3.0.texi
 Copyright: 2007 Free Software Foundation, Inc.
-License:  [REF06]
+License: other [REF06]
 
 Files: ./lib/bcopy.c, ./lib/memmove.c
-License:  [REF07]
+License: other [REF07]
 
 Files: ./build-aux/mkinstalldirs
-License:  [REF08]
+License: other [REF08]
 
 Files: ./build-aux/install-sh
 Copyright: 1994 X Consortium
-License:  [REF09]
+License: other [REF09]
 
 Files: ./build-aux/po/Makefile.in.in
 Copyright: 1995-1997, 2000-2007 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
-License:  [REF10]
+License: other [REF10]
 
 Files: ./m4/onceonly.m4
 Copyright: 2002-2003, 2005-2006, 2008 Free Software Foundation, Inc.
-License:  [REF11]
+License: other [REF11]
 
 Files: ./m4/getloadavg.m4
 Copyright: 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2002, 2003, 2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/lcmessage.m4
 Copyright: 1995-2002, 2004-2005, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/nls.m4
 Copyright: 1995-2003, 2005-2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/intl.m4
 Copyright: 1995-2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/gettext.m4, ./m4/po.m4
 Copyright: 1995-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/regex.m4
 Copyright: 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/error.m4
 Copyright: 1996, 1997, 1998, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strftime.m4
 Copyright: 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/jm-winsz2.m4
 Copyright: 1996, 1999, 2001, 2004, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/jm-winsz1.m4
 Copyright: 1996, 1999, 2001-2002, 2004, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/uptime.m4
 Copyright: 1996, 1999-2001, 2004, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getgroups.m4
 Copyright: 1996-1997, 1999-2004, 2008-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/progtest.m4
 Copyright: 1996-2003, 2005, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/lib-ld.m4
 Copyright: 1996-2003, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./build-aux/config.rpath
 Copyright: 1996-2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/d-ino.m4
 Copyright: 1997, 1999-2001, 2003-2004, 2006-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/d-type.m4
 Copyright: 1997, 1999-2004, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/fsusage.m4
 Copyright: 1997-1998, 2000-2001, 2003-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/chown.m4
 Copyright: 1997-2001, 2003-2005, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/lstat.m4
 Copyright: 1997-2001, 2003-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/inttypes-pri.m4
 Copyright: 1997-2002, 2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/inttypes_h.m4, ./m4/stdint_h.m4
 Copyright: 1997-2004, 2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/intmax_t.m4
 Copyright: 1997-2004, 2006-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/uintmax_t.m4
 Copyright: 1997-2004, 2007-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/fstypename.m4
 Copyright: 1998, 1999, 2001, 2004, 2006 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/assert.m4
 Copyright: 1998, 1999, 2001, 2004, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/st_dm_mode.m4
 Copyright: 1998, 1999, 2001, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/utime.m4
 Copyright: 1998, 2000-2001, 2003-2004, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/lchown.m4
 Copyright: 1998, 2001, 2003-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/stat-time.m4
 Copyright: 1998-1999, 2001, 2003, 2005-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/utimes-null.m4
 Copyright: 1998-1999, 2001, 2003-2004, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/perl.m4, ./m4/utimbuf.m4
 Copyright: 1998-2001, 2003-2004, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getline.m4
 Copyright: 1998-2003, 2005-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/ls-mntd-fs.m4
 Copyright: 1998-2004, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/unlocked-io.m4
 Copyright: 1998-2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/group-member.m4
 Copyright: 1999-2001, 2003-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/nanosleep.m4
 Copyright: 1999-2001, 2003-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/afs.m4
 Copyright: 1999-2001, 2004, 2008-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/link-follow.m4
 Copyright: 1999-2001, 2004-2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/ulonglong.m4
 Copyright: 1999-2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/longlong.m4
 Copyright: 1999-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/timespec.m4
 Copyright: 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/ftruncate.m4
 Copyright: 2000, 2001, 2003-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/dos.m4
 Copyright: 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/unlink-busy.m4
 Copyright: 2000, 2001, 2004, 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/rmdir-errno.m4
 Copyright: 2000, 2001, 2005, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/time_h.m4
 Copyright: 2000-2001, 2003-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/fpending.m4
 Copyright: 2000-2001, 2004-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/mbswidth.m4
 Copyright: 2000-2002, 2004, 2006-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/glibc2.m4, ./m4/glibc21.m4
 Copyright: 2000-2002, 2004, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/codeset.m4
 Copyright: 2000-2002, 2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/iconv.m4
 Copyright: 2000-2002, 2007-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/mbstate_t.m4
 Copyright: 2000-2002, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/fnmatch.m4
 Copyright: 2000-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getcwd.m4, ./m4/mkstemp.m4
 Copyright: 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/host-os.m4
 Copyright: 2001, 2003, 2004, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/rename.m4
 Copyright: 2001, 2003, 2005, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/mkdir-slash.m4
 Copyright: 2001, 2003-2004, 2006, 2008-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/vararrays.m4
 Copyright: 2001, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/mbrtowc.m4
 Copyright: 2001-2002, 2004-2005, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/tmpdir.m4
 Copyright: 2001-2002, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/signalblocking.m4
 Copyright: 2001-2002, 2006-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/gettimeofday.m4
 Copyright: 2001-2003, 2005, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/ssize_t.m4
 Copyright: 2001-2003, 2006 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/javaexec.m4
 Copyright: 2001-2003, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/javacomp.m4, ./m4/mkdtemp.m4
 Copyright: 2001-2003, 2006-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/environ.m4, ./m4/setenv.m4
 Copyright: 2001-2004, 2006-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/lib-prefix.m4
 Copyright: 2001-2005, 2008-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/dirfd.m4
 Copyright: 2001-2006, 2008-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/lib-link.m4, ./m4/stdint.m4
 Copyright: 2001-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/isdir.m4
 Copyright: 2002 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/backupfile.m4, ./m4/hard-locale.m4, ./m4/human.m4, ./m4/md2.m4, ./m4/mkdir-p.m4, ./m4/read-file.m4, ./m4/xalloc.m4, ./m4/xgetcwd.m4
 Copyright: 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/canon-host.m4, ./m4/xstrtol.m4
 Copyright: 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/md4.m4, ./m4/md5.m4, ./m4/sha1.m4
 Copyright: 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strtoimax.m4, ./m4/strtoumax.m4
 Copyright: 2002, 2003, 2004, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/memmem.m4
 Copyright: 2002, 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strsep.m4, ./m4/strtok_r.m4
 Copyright: 2002, 2003, 2004, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/c-stack.m4
 Copyright: 2002, 2003, 2004, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/memchr.m4
 Copyright: 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/closeout.m4, ./m4/exclude.m4, ./m4/exitfail.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/safe-read.m4, ./m4/same.m4, ./m4/savedir.m4, ./m4/xstrtod.m4, ./m4/yesno.m4
 Copyright: 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/memrchr.m4
 Copyright: 2002, 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/pathmax.m4
 Copyright: 2002, 2003, 2005, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getusershell.m4
 Copyright: 2002, 2003, 2006, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strtol.m4
 Copyright: 2002, 2003, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/gettime.m4, ./m4/settime.m4
 Copyright: 2002, 2004, 2005, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strtoll.m4, ./m4/strtoull.m4
 Copyright: 2002, 2004, 2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/localcharset.m4
 Copyright: 2002, 2004, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getpagesize.m4
 Copyright: 2002, 2004-2005, 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/acl.m4, ./m4/quotearg.m4
 Copyright: 2002, 2004-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/file-type.m4, ./m4/filemode.m4, ./m4/safe-write.m4, ./m4/unistd-safer.m4
 Copyright: 2002, 2005, 2006 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/fileblocks.m4, ./m4/sig2str.m4
 Copyright: 2002, 2005, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/dup2.m4
 Copyright: 2002, 2005, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/bison.m4, ./m4/rmdir.m4
 Copyright: 2002, 2005, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/stdio-safer.m4
 Copyright: 2002, 2005-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strcase.m4, ./m4/strverscmp.m4
 Copyright: 2002, 2005-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strtoul.m4
 Copyright: 2002, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/stpcpy.m4
 Copyright: 2002, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/intdiv0.m4, ./m4/strerror.m4
 Copyright: 2002, 2007-2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/gethostname.m4
 Copyright: 2002, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/atexit.m4, ./m4/memcpy.m4, ./m4/memmove.m4, ./m4/memset.m4, ./m4/tm_gmtoff.m4
 Copyright: 2002, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/unicodeio.m4
 Copyright: 2002-2003 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/physmem.m4
 Copyright: 2002-2003, 2005-2006, 2008-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getpass.m4
 Copyright: 2002-2003, 2005-2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/mktime.m4, ./m4/posixtm.m4, ./m4/stpncpy.m4, ./m4/strnlen.m4
 Copyright: 2002-2003, 2005-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strndup.m4
 Copyright: 2002-2003, 2005-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/vasprintf.m4
 Copyright: 2002-2003, 2006-2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strtod.m4
 Copyright: 2002-2003, 2006-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strpbrk.m4
 Copyright: 2002-2003, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/rpmatch.m4
 Copyright: 2002-2003, 2007-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getdomainname.m4, ./m4/libsigsegv.m4, ./m4/wchar_t.m4
 Copyright: 2002-2003, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strcspn.m4
 Copyright: 2002-2003, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/alloca.m4
 Copyright: 2002-2004, 2006, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/vasnprintf.m4
 Copyright: 2002-2004, 2006-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/snprintf.m4, ./m4/vsnprintf.m4
 Copyright: 2002-2004, 2007-2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/memcmp.m4
 Copyright: 2002-2004, 2007-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/intmax.m4
 Copyright: 2002-2005, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/dirname.m4
 Copyright: 2002-2006 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getdate.m4
 Copyright: 2002-2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getopt.m4
 Copyright: 2002-2006, 2008-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/clock_time.m4, ./m4/filenamecat.m4, ./m4/mountlist.m4, ./m4/posixver.m4, ./m4/save-cwd.m4, ./m4/stdbool.m4, ./m4/userspec.m4
 Copyright: 2002-2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/euidaccess.m4, ./m4/putenv.m4, ./m4/readutmp.m4, ./m4/strdup.m4
 Copyright: 2002-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getnline.m4, ./m4/xstrndup.m4
 Copyright: 2003 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/canonicalize.m4
 Copyright: 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/utimens.m4
 Copyright: 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/free.m4, ./m4/utimes.m4
 Copyright: 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/poll.m4
 Copyright: 2003, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/sysexits.m4
 Copyright: 2003, 2005, 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/size_max.m4
 Copyright: 2003, 2005-2006, 2008-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/relocatable-lib.m4, ./m4/relocatable.m4
 Copyright: 2003, 2005-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/locale-fr.m4, ./m4/locale-ja.m4, ./m4/locale-tr.m4, ./m4/locale-zh.m4
 Copyright: 2003, 2005-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/time_r.m4
 Copyright: 2003, 2006, 2007, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getndelim2.m4
 Copyright: 2003, 2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/canonicalize-lgpl.m4
 Copyright: 2003, 2006-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/extensions.m4
 Copyright: 2003, 2006-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/rawmemchr.m4
 Copyright: 2003, 2007, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/mathl.m4, ./m4/printf-posix.m4, ./m4/readlink.m4, ./m4/strchrnul.m4, ./m4/timegm.m4, ./m4/tzset.m4
 Copyright: 2003, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/printf.m4, ./m4/wint_t.m4
 Copyright: 2003, 2007-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/execute.m4, ./m4/wait-process.m4
 Copyright: 2003, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/copy-file.m4, ./m4/eaccess.m4, ./m4/eealloc.m4, ./m4/findprog.m4, ./m4/sig_atomic_t.m4
 Copyright: 2003, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/fatal-signal.m4
 Copyright: 2003-2004, 2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/malloca.m4
 Copyright: 2003-2004, 2006-2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/mempcpy.m4
 Copyright: 2003-2004, 2006-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/xsize.m4
 Copyright: 2003-2004, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/csharpcomp.m4
 Copyright: 2003-2005, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/csharpexec.m4
 Copyright: 2003-2005, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/argp.m4, ./m4/getcwd-path-max.m4
 Copyright: 2003-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/savewd.m4
 Copyright: 2004 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/cloexec.m4, ./m4/inttostr.m4
 Copyright: 2004, 2005, 2006 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/chdir-long.m4, ./m4/utimecmp.m4
 Copyright: 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/c-strtod.m4
 Copyright: 2004, 2005, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/base64.m4
 Copyright: 2004, 2006 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/autobuild.m4
 Copyright: 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/errno_h.m4
 Copyright: 2004, 2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/sockpfaf.m4
 Copyright: 2004, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/getsubopt.m4
 Copyright: 2004, 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/pipe.m4
 Copyright: 2004, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/gnulib-tool.m4
 Copyright: 2004-2005 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/csharp.m4
 Copyright: 2004-2005, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/argz.m4, ./m4/calloc.m4, ./m4/getaddrinfo.m4, ./m4/intlmacosx.m4, ./m4/openat.m4
 Copyright: 2004-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/arcfour.m4, ./m4/arctwo.m4, ./m4/argmatch.m4, ./m4/check-version.m4, ./m4/crc.m4, ./m4/des.m4, ./m4/fprintftime.m4, ./m4/gc-pbkdf2-sha1.m4, ./m4/hmac-md5.m4, ./m4/hmac-sha1.m4, ./m4/memcasecmp.m4, ./m4/rijndael.m4, ./m4/stat-macros.m4, ./m4/stdlib-safer.m4, ./m4/xnanosleep.m4
 Copyright: 2005, 2006 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/cycle-check.m4, ./m4/getdelim.m4, ./m4/getlogin_r.m4, ./m4/pagealign_alloc.m4, ./m4/socklen.m4
 Copyright: 2005, 2006, 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/unlinkdir.m4
 Copyright: 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/lchmod.m4
 Copyright: 2005, 2006, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/gethrxtime.m4, ./m4/inet_ntop.m4, ./m4/sha512.m4
 Copyright: 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/chdir-safer.m4, ./m4/gc.m4, ./m4/readline.m4
 Copyright: 2005, 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./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 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/strcasestr.m4
 Copyright: 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/byteswap.m4, ./m4/mmap-anon.m4
 Copyright: 2005, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/mbfile.m4, ./m4/mbiter.m4, ./m4/tls.m4, ./m4/visibility.m4
 Copyright: 2005, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/sha256.m4
 Copyright: 2005, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/minmax.m4, ./m4/nocrash.m4
 Copyright: 2005, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/bison-i18n.m4
 Copyright: 2005-2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/glob.m4, ./m4/mbchar.m4
 Copyright: 2005-2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/fcntl-safer.m4
 Copyright: 2005-2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/fts.m4
 Copyright: 2005-2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/gc-random.m4, ./m4/lock.m4, ./m4/sys_socket_h.m4, ./m4/threadlib.m4, ./m4/yield.m4
 Copyright: 2005-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/config-h.m4, ./m4/gl_list.m4, ./m4/i-ring.m4, ./m4/imaxabs.m4, ./m4/imaxdiv.m4, ./m4/ldd.m4, ./m4/lib-ignore.m4, ./m4/memxor.m4, ./m4/mkancesdirs.m4, ./m4/no-c++.m4, ./m4/xvasprintf.m4
 Copyright: 2006 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/selinux-context-h.m4
 Copyright: 2006, 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/fcntl_h.m4, ./m4/selinux-selinux-h.m4
 Copyright: 2006, 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/arpa_inet_h.m4
 Copyright: 2006, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/double-slash-root.m4, ./m4/inet_pton.m4
 Copyright: 2006, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/stdarg.m4
 Copyright: 2006, 2008-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/flexmember.m4, ./m4/getcwd-abort-bug.m4, ./m4/inline.m4, ./m4/intldir.m4, ./m4/isapipe.m4, ./m4/rename-dest-slash.m4
 Copyright: 2006, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/close-stream.m4, ./m4/tempname.m4
 Copyright: 2006-2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/netinet_in_h.m4, ./m4/tsearch.m4, ./m4/wctype.m4
 Copyright: 2006-2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/absolute-header.m4, ./m4/fchdir.m4, ./m4/include_next.m4, ./m4/inttypes.m4, ./m4/openmp.m4, ./m4/sys_select_h.m4, ./m4/sys_stat_h.m4, ./m4/unistd_h.m4, ./m4/wcwidth.m4
 Copyright: 2006-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/check-math-lib.m4, ./m4/closein.m4, ./m4/count-one-bits.m4, ./m4/fbufmode.m4, ./m4/float_h.m4, ./m4/fpieee.m4, ./m4/freadable.m4, ./m4/freading.m4, ./m4/fseek.m4, ./m4/ftell.m4, ./m4/fwritable.m4, ./m4/fwriting.m4, ./m4/gnu-make.m4, ./m4/localename.m4, ./m4/lseek.m4, ./m4/mpsort.m4, ./m4/round.m4, ./m4/strings_h.m4, ./m4/sys_time_h.m4, ./m4/trunc.m4, ./m4/truncf.m4
 Copyright: 2007 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/ftello.m4
 Copyright: 2007, 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/frexp.m4, ./m4/signal_h.m4, ./m4/string_h.m4
 Copyright: 2007, 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/ceil.m4, ./m4/ceilf.m4, ./m4/ceill.m4, ./m4/floor.m4, ./m4/floorf.m4, ./m4/floorl.m4, ./m4/fpurge.m4, ./m4/gc-camellia.m4, ./m4/locale_h.m4, ./m4/malloc.m4, ./m4/printf-frexp.m4, ./m4/printf-frexpl.m4, ./m4/realloc.m4, ./m4/roundl.m4, ./m4/strptime.m4, ./m4/tmpfile.m4, ./m4/write-any-file.m4
 Copyright: 2007, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/exponentd.m4, ./m4/exponentf.m4, ./m4/freopen.m4, ./m4/fseeko.m4, ./m4/iconv_h.m4, ./m4/isnan.m4, ./m4/math_h.m4, ./m4/posix-shell.m4, ./m4/search_h.m4, ./m4/sleep.m4, ./m4/truncl.m4
 Copyright: 2007-2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/dprintf-posix.m4, ./m4/exponentl.m4, ./m4/fflush.m4, ./m4/fopen.m4, ./m4/fprintf-posix.m4, ./m4/frexpl.m4, ./m4/gnulib-common.m4, ./m4/iconv_open.m4, ./m4/isfinite.m4, ./m4/isinf.m4, ./m4/isnand.m4, ./m4/isnanf.m4, ./m4/isnanl.m4, ./m4/ldexpl.m4, ./m4/open.m4, ./m4/printf-posix-rpl.m4, ./m4/roundf.m4, ./m4/signbit.m4, ./m4/snprintf-posix.m4, ./m4/sprintf-posix.m4, ./m4/stdio_h.m4, ./m4/stdlib_h.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, ./m4/wchar.m4
 Copyright: 2007-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/atoll.m4, ./m4/cond.m4, ./m4/flock.m4, ./m4/fsync.m4, ./m4/func.m4, ./m4/getdtablesize.m4, ./m4/hostent.m4, ./m4/mbrlen.m4, ./m4/mbsinit.m4, ./m4/mbsnrtowcs.m4, ./m4/netdb_h.m4, ./m4/obstack-printf.m4, ./m4/perror.m4, ./m4/posix_spawn.m4, ./m4/random_r.m4, ./m4/sched_h.m4, ./m4/servent.m4, ./m4/sigaction.m4, ./m4/spawn_h.m4, ./m4/strsignal.m4, ./m4/sys_file_h.m4, ./m4/sys_times_h.m4, ./m4/sys_wait_h.m4, ./m4/thread.m4, ./m4/warnings.m4, ./m4/write.m4
 Copyright: 2008 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/ld-output-def.m4, ./m4/ld-version-script.m4, ./m4/manywarnings.m4, ./m4/multiarch.m4, ./m4/pmccabe2html.m4, ./m4/sigpipe.m4, ./m4/sockets.m4, ./m4/strstr.m4
 Copyright: 2008, 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/btowc.m4, ./m4/close.m4, ./m4/dirent_h.m4, ./m4/fclose.m4, ./m4/mbsrtowcs.m4, ./m4/obstack-printf-posix.m4, ./m4/sys_ioctl_h.m4, ./m4/wcrtomb.m4, ./m4/wcsnrtombs.m4, ./m4/wcsrtombs.m4, ./m4/wctob.m4
 Copyright: 2008-2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./m4/00gnulib.m4, ./m4/accept4.m4, ./m4/alphasort.m4, ./m4/dirent-safer.m4, ./m4/dprintf.m4, ./m4/dup3.m4, ./m4/faccessat.m4, ./m4/fdopendir.m4, ./m4/idpriv.m4, ./m4/libunistring.m4, ./m4/link.m4, ./m4/mkostemp.m4, ./m4/mode_t.m4, ./m4/pipe2.m4, ./m4/popen.m4, ./m4/priv-set.m4, ./m4/pthread.m4, ./m4/safe-alloc.m4, ./m4/scandir.m4, ./m4/select.m4, ./m4/stddef_h.m4, ./m4/symlinkat.m4, ./m4/sys_utsname_h.m4, ./m4/uname.m4, ./m4/ungetc.m4, ./m4/vdprintf.m4, ./m4/version-etc.m4
 Copyright: 2009 Free Software Foundation, Inc.
-License:  [REF12]
+License: other [REF12]
 
 Files: ./lib/ftruncate.c
-License:  [REF13]
+License: other [REF13]
 
 Files: ./lib/atexit.c
-License:  [REF14]
+License: other [REF14]
 
 Files: ./lib/random_r.c
 Copyright: 1983 Regents of the University of California / 1995, 2005, 2008 Free Software Foundation, Inc.
@@ -2999,95 +2999,6 @@ Files: ./lib/array-mergesort.h, ./lib/close-hook.c, ./lib/close-hook.h, ./lib/mb
 Copyright: 2009 Free Software Foundation, Inc.
 License: LGPL-3+
 
-License:  [REF01]
-    (Mostly) portable public-domain implementation -- D A Gwyn
-
-License:  [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.
-
-License:  [REF03]
-    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:  [REF04]
-    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:  [REF05]
-    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:  [REF06]
-    Everyone is permitted to copy and distribute verbatim copies
-    of this license document, but changing it is not allowed.
-
-License:  [REF07]
-    In the public domain.
-    By David MacKenzie <djm@gnu.ai.mit.edu>.
-
-License:  [REF08]
-    Original author: Noah Friedman <friedman@prep.ai.mit.edu>
-    Created: 1993-05-16
-    Public domain.
-
-License:  [REF09]
-    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:  [REF10]
-    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:  [REF11]
-    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:  [REF12]
-    This file is free software; the Free Software Foundation
-    gives unlimited permission to copy and/or distribute it,
-    with or without modifications, as long as this notice is preserved.
-
-License:  [REF13]
-    This file is in the public domain.
-
-License:  [REF14]
-    This function is in the public domain.  --Mike Stump.
-
 License: BSD (3 clause) and LGPL-2.1+ [REF15]
     The GNU C Library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
@@ -3216,22 +3127,106 @@ License: GPL-3+ and BSD (3-clause) [REF19]
     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     SUCH DAMAGE.
 
+License: other [REF01]
+    (Mostly) portable public-domain implementation -- D A Gwyn
+
+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.
+
+License: other [REF03]
+    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 [REF04]
+    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 [REF05]
+    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: other [REF06]
+    Everyone is permitted to copy and distribute verbatim copies
+    of this license document, but changing it is not allowed.
+
+License: other [REF07]
+    In the public domain.
+    By David MacKenzie <djm@gnu.ai.mit.edu>.
+
+License: other [REF08]
+    Original author: Noah Friedman <friedman@prep.ai.mit.edu>
+    Created: 1993-05-16
+    Public domain.
+
+License: other [REF09]
+    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 [REF10]
+    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 [REF11]
+    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 [REF12]
+    This file is free software; the Free Software Foundation
+    gives unlimited permission to copy and/or distribute it,
+    with or without modifications, as long as this notice is preserved.
+
+License: other [REF13]
+    This file is in the public domain.
+
+License: other [REF14]
+    This function is in the public domain.  --Mike Stump.
+
+
+The complete text of standard licenses referenced above
+can be found in /usr/share/common-licenses/ as follows:
 
-The complete text of the GNU Free Documentation License can be
-found in /usr/share/common-licenses/GFDL
-The complete text of the GNU Free Documentation License Version 1.3 can be
-found in /usr/share/common-licenses/GFDL-1.3
-The complete text of the GNU General Public License can be
-found in /usr/share/common-licenses/GPL
-The complete text of the GNU General Public License Version 2 can be
-found in /usr/share/common-licenses/GPL-2
-The complete text of the GNU General Public License Version 3 can be
-found in /usr/share/common-licenses/GPL-3
-The complete text of the GNU Lesser General Public License can be
-found in /usr/share/common-licenses/LGPL
-The complete text of the GNU Library General Public License Version 2 can be
-found in /usr/share/common-licenses/LGPL-2
-The complete text of the GNU Lesser General Public License Version 2.1 can be
-found in /usr/share/common-licenses/LGPL-2.1
-The complete text of the GNU Lesser General Public License Version 3 can be
-found in /usr/share/common-licenses/LGPL-3
+LICENSE                                                                FILE
+GNU Free Documentation License                                         GFDL
+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 2.1                          LGPL-2.1
+GNU Lesser General Public License Version 3                            LGPL-3