[license-reconcile] 01/03: self errors down to 7

Nicholas Bamber periapt at moszumanska.debian.org
Sun Nov 1 09:02:58 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 4b9f588cc471a780e17d85ca398fc47495cc1139
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Sat Oct 31 17:01:21 2015 +0000

    self errors down to 7
---
 bin/license-reconcile        |  2 +-
 debian/copyright             |  2 +-
 debian/license-reconcile.yml | 14 +++++++++++++-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/bin/license-reconcile b/bin/license-reconcile
index 96d241a..8f6e22a 100755
--- a/bin/license-reconcile
+++ b/bin/license-reconcile
@@ -275,7 +275,7 @@ Nicholas Bamber, C<< <nicholas at periapt.co.uk> >>
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright 2012 Nicholas Bamber.
+Copyright 2012, 2015, Nicholas Bamber.
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of either: the GNU General Public License as published
diff --git a/debian/copyright b/debian/copyright
index b0792be..3c5074f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ License: Artistic or GPL-1+
 Files: lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
 Copyright:
  2007-2010, Damyan Ivanov <dmn at debian.org>
- 2011-2012, Nicholas Bamber <nicholas at periapt.co.uk>
+ 2011-2012, 2015, Nicholas Bamber <nicholas at periapt.co.uk>
 License: Artistic or GPL-1+
 
 Files: t/data/rltty.c t/data/flossy t/data/copyright
diff --git a/debian/license-reconcile.yml b/debian/license-reconcile.yml
index dcc2b5a..26ad872 100644
--- a/debian/license-reconcile.yml
+++ b/debian/license-reconcile.yml
@@ -1,6 +1,19 @@
 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: bin/license-reconcile
+   License: Artistic or GPL-1+
+   Copyright: 2012, 2015, Nicholas Bamber <nicholas at periapt.co.uk>
+   MaxVersion: 0.11
+  -
+   Glob: lib/*.pm
+   License: Artistic or GPL-1+
+   CopyrightExtract: (?:Copyright\s+(\Y+[\w\s]+C\<\<\s+\<[\s\w\.]+\>))
+  -
    Glob: t/*.t
    License: Artistic or GPL-1+
    Copyright: 2012, 2015, Nicholas Bamber <nicholas at periapt.co.uk>
@@ -13,7 +26,6 @@ Rules:
    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+

-- 
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