[libflickr-api-perl] 17/40: license update

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 25 21:12:18 UTC 2015


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

kanashiro-guest pushed a commit to tag 1.08
in repository libflickr-api-perl.

commit 920627394789dee19f4d25d1945310edf602901f
Author: Cal Henderson <cal at iamcal.com>
Date:   Fri Jul 31 21:28:33 2009 +0000

    license update
---
 Changes           | 4 ++++
 README            | 5 ++---
 lib/Flickr/API.pm | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index 7ba7afa..5b89de2 100644
--- a/Changes
+++ b/Changes
@@ -7,3 +7,7 @@ Changes to Flickr::API
 1.01, 2008-09-30
  * incorrectly numbered the previous release. gah
  * updated tests to work when the flickr api isn't hit-able
+
+1.02, 2009-07-31
+ * license update for fedora
+
diff --git a/README b/README
index 233d007..73f3656 100644
--- a/README
+++ b/README
@@ -29,6 +29,5 @@ This module requires these other modules and libraries:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2004-2008 Cal Henderson <cal at iamcal.com>
-License: Perl Artistic License
-
+Copyright (C) 2004-2009 Cal Henderson <cal at iamcal.com>
+License: Perl Artistic License 2.0
diff --git a/lib/Flickr/API.pm b/lib/Flickr/API.pm
index 14164ba..ac39f88 100644
--- a/lib/Flickr/API.pm
+++ b/lib/Flickr/API.pm
@@ -10,7 +10,7 @@ use Digest::MD5 qw(md5_hex);
 
 our @ISA = qw(LWP::UserAgent);
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 sub new {
 	my $class = shift;

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



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