[license-reconcile] 01/01: bump VERSION after release

2017-01-28 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit fafa846ae509ea6ab9f6e7e06570ce59f0c820b4
Author: gregor herrmann 
Date:   Sat Jan 28 15:55:26 2017 +0100

bump VERSION after release

Gbp-Dch: Ignore
---
 lib/Debian/LicenseReconcile.pm   | 4 ++--
 lib/Debian/LicenseReconcile/App.pm   | 4 ++--
 lib/Debian/LicenseReconcile/CopyrightDatum.pm| 4 ++--
 lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm | 4 ++--
 lib/Debian/LicenseReconcile/CopyrightTarget.pm   | 4 ++--
 lib/Debian/LicenseReconcile/Errors.pm| 4 ++--
 lib/Debian/LicenseReconcile/Filter.pm| 4 ++--
 lib/Debian/LicenseReconcile/Filter/ChangeLog.pm  | 4 ++--
 lib/Debian/LicenseReconcile/Filter/Rules.pm  | 4 ++--
 lib/Debian/LicenseReconcile/Filter/Shebang.pm| 4 ++--
 lib/Debian/LicenseReconcile/Filter/Std.pm| 4 ++--
 lib/Debian/LicenseReconcile/FormatSpec.pm| 4 ++--
 lib/Debian/LicenseReconcile/LicenseCheck.pm  | 4 ++--
 lib/Debian/LicenseReconcile/Utils.pm | 4 ++--
 14 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/lib/Debian/LicenseReconcile.pm b/lib/Debian/LicenseReconcile.pm
index f28a298..d92a7ed 100644
--- a/lib/Debian/LicenseReconcile.pm
+++ b/lib/Debian/LicenseReconcile.pm
@@ -50,11 +50,11 @@ Debian::LicenseReconcile - compare actual and required 
copyright and license
 
 =head1 VERSION
 
-Version 0.14
+Version 0.15
 
 =cut
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/App.pm 
b/lib/Debian/LicenseReconcile/App.pm
index e261382..6e43607 100644
--- a/lib/Debian/LicenseReconcile/App.pm
+++ b/lib/Debian/LicenseReconcile/App.pm
@@ -244,11 +244,11 @@ Debian::LicenseReconcile::App - encapsulate the 
application code
 
 =head1 VERSION
 
-Version 0.14
+Version 0.15
 
 =cut
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/CopyrightDatum.pm 
b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
index 8a4a35b..82c6c12 100644
--- a/lib/Debian/LicenseReconcile/CopyrightDatum.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
@@ -214,11 +214,11 @@ Debian::LicenseReconcile::CopyrightDatum - copyright data 
as an object
 
 =head1 VERSION
 
-Version 0.14
+Version 0.15
 
 =cut
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 =head1 DESCRIPTION
 
diff --git a/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm 
b/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
index 7c978d6..acd4587 100644
--- a/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
@@ -61,11 +61,11 @@ Debian::LicenseReconcile::CopyrightDatum::Holder - 
encapsulate pair
 
 =head1 VERSION
 
-Version 0.14
+Version 0.15
 
 =cut
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/CopyrightTarget.pm 
b/lib/Debian/LicenseReconcile/CopyrightTarget.pm
index 1937a19..48020c9 100644
--- a/lib/Debian/LicenseReconcile/CopyrightTarget.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightTarget.pm
@@ -100,11 +100,11 @@ Debian::LicenseReconcile::CopyrightTarget - file patterns 
mapped to Debian copyr
 
 =head1 VERSION
 
-Version 0.14
+Version 0.15
 
 =cut
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Errors.pm 
b/lib/Debian/LicenseReconcile/Errors.pm
index 4506836..65e6fe1 100644
--- a/lib/Debian/LicenseReconcile/Errors.pm
+++ b/lib/Debian/LicenseReconcile/Errors.pm
@@ -29,11 +29,11 @@ Debian::LicenseReconcile::Errors - list of license 
reconciliation errors
 
 =head1 VERSION
 
-Version 0.14
+Version 0.15
 
 =cut
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter.pm 
b/lib/Debian/LicenseReconcile/Filter.pm
index 0073207..6a2abfd 100644
--- a/lib/Debian/LicenseReconcile/Filter.pm
+++ b/lib/Debian/LicenseReconcile/Filter.pm
@@ -91,11 +91,11 @@ Debian::LicenseReconcile::Filter - abstract interface to 
license info
 
 =head1 VERSION
 
-Version 0.14
+Version 0.15
 
 =cut
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm 
b/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
index 54582c4..f6900a0 100644
--- a/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
+++ b/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
@@ -96,11 +96,11 @@ Debian::LicenseReconcile::Filter::ChangeLog - parses 
changelog
 
 =head1 VERSION
 
-Version 0.14
+Version 0.15
 
 =cut
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/Rules.pm 
b/lib/Debian/LicenseReconcile/Filter/Rules.pm
index 6c2e2c8..d6b84a6 100644
--- 

[license-reconcile] 01/01: bump version after release

2016-07-05 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 2f8b02182c4c75c2f261f13404cb3500e94b1712
Author: gregor herrmann 
Date:   Tue Jul 5 14:24:39 2016 +0200

bump version after release

Gbp-Dch: Ignore
---
 lib/Debian/LicenseReconcile.pm   | 4 ++--
 lib/Debian/LicenseReconcile/App.pm   | 4 ++--
 lib/Debian/LicenseReconcile/CopyrightDatum.pm| 4 ++--
 lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm | 4 ++--
 lib/Debian/LicenseReconcile/CopyrightTarget.pm   | 4 ++--
 lib/Debian/LicenseReconcile/Errors.pm| 4 ++--
 lib/Debian/LicenseReconcile/Filter.pm| 4 ++--
 lib/Debian/LicenseReconcile/Filter/ChangeLog.pm  | 4 ++--
 lib/Debian/LicenseReconcile/Filter/Rules.pm  | 4 ++--
 lib/Debian/LicenseReconcile/Filter/Shebang.pm| 4 ++--
 lib/Debian/LicenseReconcile/Filter/Std.pm| 4 ++--
 lib/Debian/LicenseReconcile/FormatSpec.pm| 4 ++--
 lib/Debian/LicenseReconcile/LicenseCheck.pm  | 4 ++--
 lib/Debian/LicenseReconcile/Utils.pm | 4 ++--
 14 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/lib/Debian/LicenseReconcile.pm b/lib/Debian/LicenseReconcile.pm
index bc984d8..3fd1336 100644
--- a/lib/Debian/LicenseReconcile.pm
+++ b/lib/Debian/LicenseReconcile.pm
@@ -50,11 +50,11 @@ Debian::LicenseReconcile - compare actual and required 
copyright and license
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/App.pm 
b/lib/Debian/LicenseReconcile/App.pm
index 6f6c375..f9fa59f 100644
--- a/lib/Debian/LicenseReconcile/App.pm
+++ b/lib/Debian/LicenseReconcile/App.pm
@@ -244,11 +244,11 @@ Debian::LicenseReconcile::App - encapsulate the 
application code
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/CopyrightDatum.pm 
b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
index 1547ae4..06ea421 100644
--- a/lib/Debian/LicenseReconcile/CopyrightDatum.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
@@ -214,11 +214,11 @@ Debian::LicenseReconcile::CopyrightDatum - copyright data 
as an object
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 =head1 DESCRIPTION
 
diff --git a/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm 
b/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
index bb4a50c..6abacb2 100644
--- a/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
@@ -61,11 +61,11 @@ Debian::LicenseReconcile::CopyrightDatum::Holder - 
encapsulate pair
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/CopyrightTarget.pm 
b/lib/Debian/LicenseReconcile/CopyrightTarget.pm
index ad152b3..e53ce8e 100644
--- a/lib/Debian/LicenseReconcile/CopyrightTarget.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightTarget.pm
@@ -100,11 +100,11 @@ Debian::LicenseReconcile::CopyrightTarget - file patterns 
mapped to Debian copyr
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Errors.pm 
b/lib/Debian/LicenseReconcile/Errors.pm
index 13456d5..79df76e 100644
--- a/lib/Debian/LicenseReconcile/Errors.pm
+++ b/lib/Debian/LicenseReconcile/Errors.pm
@@ -29,11 +29,11 @@ Debian::LicenseReconcile::Errors - list of license 
reconciliation errors
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter.pm 
b/lib/Debian/LicenseReconcile/Filter.pm
index 496a85e..4fb297a 100644
--- a/lib/Debian/LicenseReconcile/Filter.pm
+++ b/lib/Debian/LicenseReconcile/Filter.pm
@@ -91,11 +91,11 @@ Debian::LicenseReconcile::Filter - abstract interface to 
license info
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm 
b/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
index 04e5c5d..74cd6c9 100644
--- a/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
+++ b/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
@@ -96,11 +96,11 @@ Debian::LicenseReconcile::Filter::ChangeLog - parses 
changelog
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =cut
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/Rules.pm 
b/lib/Debian/LicenseReconcile/Filter/Rules.pm
index f10ce92..313ede0 100644
--- 

[license-reconcile] 01/01: bump version after release

2016-03-02 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit aba41716a3f6f5c0916574346839130e17804965
Author: gregor herrmann 
Date:   Wed Mar 2 17:27:09 2016 +0100

bump version after release

Gbp-Dch: Ignore
---
 lib/Debian/LicenseReconcile.pm   | 4 ++--
 lib/Debian/LicenseReconcile/App.pm   | 4 ++--
 lib/Debian/LicenseReconcile/CopyrightDatum.pm| 4 ++--
 lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm | 4 ++--
 lib/Debian/LicenseReconcile/CopyrightTarget.pm   | 4 ++--
 lib/Debian/LicenseReconcile/Errors.pm| 4 ++--
 lib/Debian/LicenseReconcile/Filter.pm| 4 ++--
 lib/Debian/LicenseReconcile/Filter/ChangeLog.pm  | 4 ++--
 lib/Debian/LicenseReconcile/Filter/Rules.pm  | 4 ++--
 lib/Debian/LicenseReconcile/Filter/Shebang.pm| 4 ++--
 lib/Debian/LicenseReconcile/Filter/Std.pm| 4 ++--
 lib/Debian/LicenseReconcile/FormatSpec.pm| 4 ++--
 lib/Debian/LicenseReconcile/LicenseCheck.pm  | 4 ++--
 lib/Debian/LicenseReconcile/Utils.pm | 4 ++--
 14 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/lib/Debian/LicenseReconcile.pm b/lib/Debian/LicenseReconcile.pm
index 45ecdf9..bc984d8 100644
--- a/lib/Debian/LicenseReconcile.pm
+++ b/lib/Debian/LicenseReconcile.pm
@@ -50,11 +50,11 @@ Debian::LicenseReconcile - compare actual and required 
copyright and license
 
 =head1 VERSION
 
-Version 0.10
+Version 0.11
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/App.pm 
b/lib/Debian/LicenseReconcile/App.pm
index 744c7bb..6f6c375 100644
--- a/lib/Debian/LicenseReconcile/App.pm
+++ b/lib/Debian/LicenseReconcile/App.pm
@@ -244,11 +244,11 @@ Debian::LicenseReconcile::App - encapsulate the 
application code
 
 =head1 VERSION
 
-Version 0.10
+Version 0.11
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/CopyrightDatum.pm 
b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
index 4066e41..1547ae4 100644
--- a/lib/Debian/LicenseReconcile/CopyrightDatum.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightDatum.pm
@@ -214,11 +214,11 @@ Debian::LicenseReconcile::CopyrightDatum - copyright data 
as an object
 
 =head1 VERSION
 
-Version 0.10
+Version 0.11
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 =head1 DESCRIPTION
 
diff --git a/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm 
b/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
index da488f6..bb4a50c 100644
--- a/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
@@ -61,11 +61,11 @@ Debian::LicenseReconcile::CopyrightDatum::Holder - 
encapsulate pair
 
 =head1 VERSION
 
-Version 0.10
+Version 0.11
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/CopyrightTarget.pm 
b/lib/Debian/LicenseReconcile/CopyrightTarget.pm
index 43d9f4c..ad152b3 100644
--- a/lib/Debian/LicenseReconcile/CopyrightTarget.pm
+++ b/lib/Debian/LicenseReconcile/CopyrightTarget.pm
@@ -100,11 +100,11 @@ Debian::LicenseReconcile::CopyrightTarget - file patterns 
mapped to Debian copyr
 
 =head1 VERSION
 
-Version 0.10
+Version 0.11
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Errors.pm 
b/lib/Debian/LicenseReconcile/Errors.pm
index 1f2092a..13456d5 100644
--- a/lib/Debian/LicenseReconcile/Errors.pm
+++ b/lib/Debian/LicenseReconcile/Errors.pm
@@ -29,11 +29,11 @@ Debian::LicenseReconcile::Errors - list of license 
reconciliation errors
 
 =head1 VERSION
 
-Version 0.10
+Version 0.11
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter.pm 
b/lib/Debian/LicenseReconcile/Filter.pm
index 3248294..496a85e 100644
--- a/lib/Debian/LicenseReconcile/Filter.pm
+++ b/lib/Debian/LicenseReconcile/Filter.pm
@@ -91,11 +91,11 @@ Debian::LicenseReconcile::Filter - abstract interface to 
license info
 
 =head1 VERSION
 
-Version 0.10
+Version 0.11
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm 
b/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
index 0de4bee..04e5c5d 100644
--- a/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
+++ b/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
@@ -96,11 +96,11 @@ Debian::LicenseReconcile::Filter::ChangeLog - parses 
changelog
 
 =head1 VERSION
 
-Version 0.10
+Version 0.11
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 
 =head1 SYNOPSIS
diff --git a/lib/Debian/LicenseReconcile/Filter/Rules.pm 
b/lib/Debian/LicenseReconcile/Filter/Rules.pm
index 1fa919e..f10ce92 100644
---