[license-reconcile] 05/06: Corrected sequence of filters and commented

Nicholas Bamber periapt at moszumanska.debian.org
Sat Oct 31 11:13:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

periapt pushed a commit to branch master
in repository license-reconcile.

commit 150743a4261ab4801796925839252a77d19a2c7e
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Fri Oct 30 08:14:24 2015 +0000

    Corrected sequence of filters and commented
    
    * Corrected sequence of filters and commented
    * Removed examples directory for now [to be reworked]
    * Updated debian/license-reconcile.yml [in progress]
---
 bin/license-reconcile             |   9 ++-
 debian/TODO                       |   1 +
 debian/changelog                  |   3 +
 debian/copyright                  |  21 +++++-
 debian/license-reconcile.examples |   1 -
 debian/license-reconcile.yml      |  26 -------
 examples/bwctl.log                | 102 ---------------------------
 examples/bwctl.log2               |  59 ----------------
 examples/bwctl.yml                |  22 ------
 examples/cwm.log                  |   0
 examples/cwm.yml                  |  19 -----
 examples/license-reconcile.yml    | 141 --------------------------------------
 12 files changed, 30 insertions(+), 374 deletions(-)

diff --git a/bin/license-reconcile b/bin/license-reconcile
index ea9c3b6..96d241a 100755
--- a/bin/license-reconcile
+++ b/bin/license-reconcile
@@ -10,7 +10,14 @@ my $help = 0;
 my $quiet = 0;
 my $display_mapping = 0;
 my $directory = ".";
-my @filters = qw(Rules Std Shebang ChangeLog Default~Std);
+
+# Ordered list of filters used to process the code
+# Rules:	config driven set of rules
+# ChangeLog:	derive data for debian directory from changelog
+# Std:		derive data from output of licenseheck
+# Shebang:	look for shebanged files and apply licensecheck to them
+# Default:	last chance rules, Rules code renamed to Default
+my @filters = qw(Rules ChangeLog Std Shebang Default~Rules);
 my @filters_override = ();
 my $config_file = 'debian/license-reconcile.yml';
 my $changelog_file = 'debian/changelog';
diff --git a/debian/TODO b/debian/TODO
index e906e92..e99feae 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -10,3 +10,4 @@
 11. Perhaps incude a debhelper that fails the build if there is a mismatch
 12. Roll out accross the Perl group? But overkill for packages with simple copyright
 13. Surely the last filter should be Default~Rules not Default~Std
+14. The ChangeLg filter only looks at the debian directory
diff --git a/debian/changelog b/debian/changelog
index 16a9ea8..7c2c1dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ license-reconcile (0.8) UNRELEASED; urgency=medium
     - Add --text argument to licensecheck invocation
     - Increased dependency on devscripts to 2.15.9~
     - For now hacked tests to succeed
+  * Corrected sequence of filters and commented
+  * Removed examples directory for now [to be reworked]
+  * Updated debian/license-reconcile.yml [in progress]
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 24 Oct 2015 13:47:24 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 098aaa4..906cdbf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,18 +11,33 @@ Copyright:
  2011-2012, Nicholas Bamber <nicholas at periapt.co.uk>
 License: Artistic or GPL-1+
 
-Files: t/data/rltty.c
+Files: t/data/rltty.c t/data/flossy t/data/copyright
 License: GPL-2+
 Copyright: 1992-2005, Free Software Foundation, Inc
 
+Files: t/data/example/debian/copyright
+License: GPL-1+
+Copyright: TBS
+ 
+Files:
+ t/data/example/base
+ t/13-rules-contains.t
+ t/data/copyright_extract2
+ t/data/copyright_extract1
+ t/data/example/base.h
+Copyright: 2011-2012, Nicholas Bamber <nicholas at periapt.co.uk>
+License: GPL-2
+
 Files: t/data/nolicense.c t/data/tty.c
 License: BSD-3-clause
 Copyright: 1992-1993, The Regents of the University of California.
 
 Files: debian/*
-Copyright: 2012, Nicholas Bamber <nicholas at periapt.co.uk>
+Copyright: 2012, 2015, Nicholas Bamber <nicholas at periapt.co.uk>
+ 2015, Damyan Ivanov <dmn at debian.org>
+ 2015. Dominique Dumont <dod at debian.org>
  2013, Salvatore Bonaccorso <carnil at debian.org>
- 2013-2014, gregor herrmann <gregoa at debian.org>
+ 2013-2015, gregor herrmann <gregoa at debian.org>
  2013, Axel Beckert <abe at debian.org>
 License: Artistic or GPL-1+
 
diff --git a/debian/license-reconcile.examples b/debian/license-reconcile.examples
deleted file mode 100644
index e39721e..0000000
--- a/debian/license-reconcile.examples
+++ /dev/null
@@ -1 +0,0 @@
-examples/*
diff --git a/debian/license-reconcile.yml b/debian/license-reconcile.yml
index 3b80b6b..22a6871 100644
--- a/debian/license-reconcile.yml
+++ b/debian/license-reconcile.yml
@@ -1,28 +1,2 @@
-Rules:
- rules:
-  -
-   Glob: lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
-   License: Artistic or GPL-1+
-   CopyrightExtract: (?:=item\s+Copyright\s+\(C\)\s+(\Y+[\w\s]+\s\<\w+\@[\w\.]+\>\s*$\s*))(?:=item\s+Copyright\s+\(C\)\s+(\Y+[\w\s]+\s\<\w+\@[\w\.]+\>\s*$\s*))
-  -
-   Glob: lib/*.pm
-   License: Artistic or GPL-1+
-   CopyrightExtract: (?:Copyright\s+(\Y+[\w\s]+C\<\<\s+\<[\s\w\.]+\>))
-  -
-   Glob: t/data/*
-   Contains: The Regents of the University of California
-   License: BSD-3-clause
-   Copyright: 1992-1993, The Regents of the University of California
-  -
-   Glob: t/data/*
-   Contains: Periapt Technologies
-   License: Artistic or GPL-1+
-   Copyright: 2012, Nicholas Bamber <nicholas at periapt.co.uk>
-   Justification: Periapt is controlled by Nicholas Bamber
 ChangeLog:
  license: Artistic or GPL-1+
-Default:
- rules:
-  -
-   Copyright: Nicholas Bamber <nicholas at periapt.co.uk>
-   License: Artistic or GPL-1+ 
diff --git a/examples/bwctl.log b/examples/bwctl.log
deleted file mode 100644
index dde2fac..0000000
--- a/examples/bwctl.log
+++ /dev/null
@@ -1,102 +0,0 @@
-License mismatch: File bwlib/rijndael-api-fst.h has license public-domain which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/rijndael-api-fst.h: Trying to match 'Vincent Rijmen <vincent.rijmen at esat.kuleuven.ac.be>, Antoon Bosselaers <antoon.bosselaers at esat.kuleuven.ac.be>, Paulo Barreto <paulo.barreto at terra.com.br>' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File bwlib/rijndael-api-fst.c has license public-domain which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/rijndael-api-fst.c: Trying to match 'Vincent Rijmen <vincent.rijmen at esat.kuleuven.ac.be>, Antoon Bosselaers <antoon.bosselaers at esat.kuleuven.ac.be>, Paulo Barreto <paulo.barreto at terra.com.br>' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File I2util/I2util/readpassphrase.h has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File I2util/I2util/readpassphrase.h: Trying to match 'Copyright: 2003 * / 2000 Todd C. Miller <Todd.Miller at courtesan.com>' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File I2util/I2util/readpassphrase.c has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File I2util/I2util/readpassphrase.c: Trying to match 'Copyright: 2003 * / 2000 Todd C. Miller <Todd.Miller at courtesan.com> / only applies to changes made / follows' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwctl/bwctl.c: Trying to match '/home/nicholas/debian/mentors/bwctl-1/bwctl/bwctlP.h: *No copyright* Apache (v2.0)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File thrulay/ltmain.sh has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File thrulay/ltmain.sh: Trying to match 'Copyright: 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwctld/policy.h: Trying to match '/home/nicholas/debian/mentors/bwctl-1/bwctld/policy.c: *No copyright* Apache (v2.0)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwctld/bwctldP.h: Trying to match '/home/nicholas/debian/mentors/bwctl-1/bwctld/bwctld.c: *No copyright* Apache (v2.0)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/sapi.c: Trying to match 'Copyright: 2003 *' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/arithm64.c: Trying to match 'Copyright: 2003 *' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/time.c: Trying to match 'Copyright: 2003 *' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/context.c: Trying to match 'Copyright: 2003 *' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/bwlib.h: Trying to match '/home/nicholas/debian/mentors/bwctl-1/bwlib/nuttcp.c: *No copyright* Apache (v2.0)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/iperf.c: Trying to match '/home/nicholas/debian/mentors/bwctl-1/bwlib/rijndael-alg-fst.c: *No copyright* BSD' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/thrulay.c: Trying to match '/home/nicholas/debian/mentors/bwctl-1/bwlib/api.c: Apache (v2.0)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/io.c: Trying to match '/home/nicholas/debian/mentors/bwctl-1/bwlib/tools.c: *No copyright* Apache (v2.0)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/protocol.c: Trying to match '/home/nicholas/debian/mentors/bwctl-1/bwlib/error.c: Apache (v2.0)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/daemon.c: Trying to match '/home/nicholas/debian/mentors/bwctl-1/bwlib/rijndael-alg-fst.h: *No copyright* BSD' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/endpoint.c: Trying to match 'Copyright: 2003 *' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/util.c: Trying to match '/home/nicholas/debian/mentors/bwctl-1/bwlib/rijndael-api-fst.c: *No copyright* BSD' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File bwlib/capi.c: Trying to match '/home/nicholas/debian/mentors/bwctl-1/config/ltmain.sh: GPL (v2 or later) GENERATED FILE' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File I2util/config/install-sh has license MIT/X11 (BSD like) which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File I2util/config/install-sh: Trying to match 'Copyright: 1994 X Consortium' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File thrulay/install-sh has license MIT/X11 (BSD like) which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File thrulay/install-sh: Trying to match 'Copyright: 1994 X Consortium' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File I2util/config/missing has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File I2util/config/missing: Trying to match 'Copyright: 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File I2util/config/depcomp has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File I2util/config/depcomp: Trying to match 'Copyright: 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File config/config.sub has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File config/config.sub: Trying to match 'Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File thrulay/missing has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File thrulay/missing: Trying to match 'Copyright: 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File I2util/config/config.guess has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File I2util/config/config.guess: Trying to match 'Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 / 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File thrulay/config.guess has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File thrulay/config.guess: Trying to match 'Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 / 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File thrulay/config.sub has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File thrulay/config.sub: Trying to match 'Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File I2util/config/config.sub has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File I2util/config/config.sub: Trying to match 'Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File config/depcomp has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File config/depcomp: Trying to match 'Copyright: 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File config/config.guess has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File config/config.guess: Trying to match 'Copyright: 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 / 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File config/missing has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File config/missing: Trying to match 'Copyright: 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File config/install-sh has license MIT/X11 (BSD like) which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File config/install-sh: Trying to match 'Copyright: 1994 X Consortium' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File thrulay/depcomp has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File thrulay/depcomp: Trying to match 'Copyright: 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File config/compile has license GPL-2+ which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File config/compile: Trying to match 'Copyright: 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-server.install has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-server.install: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/rules has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/rules: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-server.init.d has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-server.init.d: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/copyright has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/copyright: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/patches/manpages has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/patches/manpages: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-server.README.Debian has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-server.README.Debian: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-server.postinst has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-server.postinst: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/control has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/control: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-client.manpages has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-client.manpages: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-server.postrm has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-server.postrm: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-client.lintian-overrides has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-client.lintian-overrides: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/changelog has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/changelog: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/patches/series has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/patches/series: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-client.install has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-client.install: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-server.default has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-server.default: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-server.prerm has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-server.prerm: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/compat has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/compat: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/source/format has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/source/format: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/watch has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/watch: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/patches/serverconfig has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/patches/serverconfig: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-server.manpages has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-server.manpages: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-License mismatch: File debian/bwctl-server.examples has license BSD-3-clause which does not match Apache-2.0. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
-Copyright mismatch: File debian/bwctl-server.examples: Trying to match 'ARRAY(0xab4286c)' against 'Internet2' but it does not look like a good match. at lib/Debian/LicenseReconcile/App.pm line 154, <GEN0> line 3.
diff --git a/examples/bwctl.log2 b/examples/bwctl.log2
deleted file mode 100644
index 8970678..0000000
--- a/examples/bwctl.log2
+++ /dev/null
@@ -1,59 +0,0 @@
-License mismatch: File I2util/test/hmac-sha1test.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/aespasswd/aespasswd.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/configure.ac has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/config.h.in has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/conf.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/sha1.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/sha1P.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/config/randomdev.m4 has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/pfstore/pfstore.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/config/c-attribute.m4 has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/md5.c has license Apache-2.0 which does not match public domain. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/utilP.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/random.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/ErrLogImmediate.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/doc/aespasswd.man.html has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/Pthread.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/hmac-sha1.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/sha1.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/config/c-syslog-names.m4 has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/doc/aespasswd.man has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util.spec.in has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/aespasswd/Makefile.am has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/Pthread.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/mach_dep.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/test/pbkdf2test.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/saddr.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/Makefile.am has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/errlog.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/errlogsyslog.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/addr.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/ChangeLog has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/table.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/saddr.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/test/Makefile.am has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/errlogimmediate.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/config/c-syslog-perror.m4 has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/random.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/ErrLogSyslog.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/doc/pfstore.man.html has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/table.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/pbkdf2.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/io.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/Makefile.am has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/pfstore/Makefile.am has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/README has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/ErrLog.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/addr.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/hmac-sha1.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/conf.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/md5.h has license Apache-2.0 which does not match public domain. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/hex.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/hex.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/doc/Makefile.am has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/mach_dep.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/doc/pfstore.man has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/util.h has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/io.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/I2util/pbkdf2.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
-License mismatch: File I2util/test/sha1test.c has license Apache-2.0 which does not match BSD-3-clause. at bin/license-reconcile line 121, <GEN0> line 3.
diff --git a/examples/bwctl.yml b/examples/bwctl.yml
deleted file mode 100644
index 290e099..0000000
--- a/examples/bwctl.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-Rules:
- rules:
-  -
-   Glob: bwlib/rijndael-api-fst.?
-   License: public-domain
-   Copyright: 2000, Vincent Rijmen <vincent.rijmen at esat.kuleuven.ac.be>, Antoon Bosselaers <antoon.bosselaers at esat.kuleuven.ac.be>, Paulo Barreto <paulo.barreto at terra.com.br>
-   Justification: from files
-Std:
-#Shebang:
-# rules:
-#  -
-#   Glob: BUILD/*
-#  -
-#   Matches: \A\#\!
-ChangeLog:
- license: BSD-3-clause
-Default:
- rules:
-  -
-   Copyright: 2003-2012 Internet2
-   License: Apache-2.0
-   Justification: This is taken from the README file.
diff --git a/examples/cwm.log b/examples/cwm.log
deleted file mode 100644
index e69de29..0000000
diff --git a/examples/cwm.yml b/examples/cwm.yml
deleted file mode 100644
index 752d2d9..0000000
--- a/examples/cwm.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-Rules:
- rules:
-Std:
-#Shebang:
-# rules:
-#  -
-#   Glob: BUILD/*
-#  -
-#   Matches: \A\#\!
-ChangeLog:
- license: ISC
-Default:
- rules:
-  -
-   Copyright:  |
-    Copyright 2004,2005 Marius Aamodt Eriksen <marius at monkey.org>
-    Copyright 2004 Andy Adamson <dros at monkey.org>
-   License: ISC
-
diff --git a/examples/license-reconcile.yml b/examples/license-reconcile.yml
deleted file mode 100644
index 0488407..0000000
--- a/examples/license-reconcile.yml
+++ /dev/null
@@ -1,141 +0,0 @@
-Rules:
- rules:
-  -
-   Glob: sql/tzfile.h
-   MaxVersion: 5.6
-   MMagic: text/plain
-   Contains: |
-    /* Copyright (c) 2004, 2006, 2007 MySQL AB, 2009 Sun Microsystems, Inc.
-       Use is subject to license terms.
-    
-       This program is free software; you can redistribute it and/or modify
-       it under the terms of the GNU General Public License as published by
-       the Free Software Foundation; version 2 of the License.
-    
-       This program is distributed in the hope that it will be useful,
-       but WITHOUT ANY WARRANTY; without even the implied warranty of
-       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-       GNU 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 St, Fifth Floor, Boston, MA 02110-1301  USA */
-    
-    /* 
-       This file is based on public domain code from ftp://elsie.ncih.nist.gov/
-       Initial source code is in the public domain, so clarified as of
-       1996-06-05 by Arthur David Olson (arthur_david_olson at nih.gov). 
-    */
-   License: GPL-2
-   Copyright: Copyright (c) 2004, 2006, 2007 MySQL AB, 2009 Sun Microsystems, Inc.
-   Justification: Seems to have been taken out of public domain by Oracle.
-  -
-   Glob: storage/ndb/src/common/util/md5_hash.cpp
-   MaxVersion: 5.6
-   MMagic: text/plain
-   Contains: |
-    /*
-     * This code implements the MD5 message-digest algorithm.
-     * The algorithm is due to Ron Rivest.  This code was
-     * written by Colin Plumb in 1993, no copyright is claimed.
-     * This code is in the public domain; do with it what you wish.
-     *
-     * Equivalent code is available from RSA Data Security, Inc.
-     * This code has been tested against that, and is equivalent,
-     * except that you don't need to include two pages of legalese
-     * with every copy.
-     *
-     * The code has been modified by Mikael Ronstroem to handle
-     * calculating a hash value of a key that is always a multiple
-     * of 4 bytes long. Word 0 of the calculated 4-word hash value
-     * is returned as the hash value.
-     */
-   Matches: the\s+Free\s+Software\s+Foundation;\s+version\s+2\s+of\s+the\s+License.
-   License: GPL-2
-   Copyright: Copyright (C) 2003 MySQL AB
-   Justification: Seems to have been taken out of public domain by Oracle.
-  -
-   Glob: mysys/md5.c
-   MaxVersion: 5.6
-   MMagic: text/plain
-   Contains: |
-    /* Copyright (C) 2000 MySQL AB
-    
-       This program is free software; you can redistribute it and/or modify
-       it under the terms of the GNU General Public License as published by
-       the Free Software Foundation; version 2 of the License.
-    
-       This program is distributed in the hope that it will be useful,
-       but WITHOUT ANY WARRANTY; without even the implied warranty of
-       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-       GNU 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
-    
-    /*
-     * This code implements the MD5 message-digest algorithm.
-     * The algorithm is due to Ron Rivest.  This code was
-     * written by Colin Plumb in 1993, no copyright is claimed.
-     * This code is in the public domain; do with it what you wish.
-     *
-     * Equivalent code is available from RSA Data Security, Inc.
-     * This code has been tested against that, and is equivalent,
-     * except that you don't need to include two pages of legalese
-     * with every copy.
-     *
-     * To compute the message digest of a chunk of bytes, declare an
-     * MD5Context structure, pass it to MD5Init, call MD5Update as
-     * needed on buffers full of bytes, and then call MD5Final, which
-     * will fill a supplied 16-byte array with the digest.
-     */
-    
-    /* This code was modified in 1997 by Jim Kingdon of Cyclic Software to
-       not require an integer type which is exactly 32 bits.  This work
-       draws on the changes for the same purpose by Tatu Ylonen
-       <ylo at cs.hut.fi> as part of SSH, but since I didn't actually use
-       that code, there is no copyright issue.  I hereby disclaim
-       copyright in any changes I have made; this code remains in the
-       public domain.  */
-   License: GPL-2
-   Copyright: Copyright (C) 2000 MySQL AB
-   Justification: Seems to have been taken out of public domain by Oracle.
-  -
-   Glob: storage/ndb/test/include/getarg.h
-   MaxVersion: 5.5.30
-   Copyright: |
-    2003 MySQL AB
-    1997-1999 Kungliga Tekniska Högskolan
-   License: BSD (3 clause) or GPL-2
-   Justification: Check the actual file but this looks like a dual-license to me
-  -
-   Glob: dbug/*
-   Matches: Copyright\s+Abandoned,\s+1987,\s+Fred\s+Fish\s+\*\s+\*\s+\*\s+\*\s+\*\s+\*\s+This\s+previously\s+copyrighted\s+work\s+has\s+been\s+placed\s+into\s+the\s+public\s+\*\s+\*\s+domain\s+by\s+the\s+author\s+and\s+may\s+be\s+freely\s+used\s+for\s+any\s+purpose,\s+\*\s+\*\s+private\s+or\s+commercial\.
-   Copyright: 1987 Abandoned Fred Fish
-   License: public-domain
-Std:
-#Shebang:
-# rules:
-#  -
-#   Glob: BUILD/*
-#  -
-#   Matches: \A\#\!
-ChangeLog:
- license: GPL-2+
-Default:
- rules:
-  -
-   Glob: cmd-line-utils/readline/*
-   Copyright: 1987-2006 Free Software Foundation Inc
-   License: GPL-2+
-   Justification: More based on the actual files than cmd-line-utils/readline/README
-  -
-   Glob: zlib/*
-   Copyright: 1995-2005 Jean-loup Gailly and Mark Adler
-   License: zlib/libpng
-   Justification: See zlib/README
-  -
-   Copyright: 2000, 2012, Oracle and/or its affiliates. All rights reserved.
-   License: GPL-2
-   Justification: This is taken from the README file.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/license-reconcile.git



More information about the Pkg-perl-cvs-commits mailing list