[perl-Cairo] Updated FSF LGPL address
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Cairo] Updated FSF LGPL address
- Date: Fri, 20 Jan 2012 07:09:15 +0000 (UTC)
commit a4f81f28b3a4efa2cb325155a04b172e2b38dd38
Author: Brian Manning <bmanning src gnome org>
Date: Thu Jan 19 22:57:46 2012 -0800
Updated FSF LGPL address
- Updated copyrights, updated FSF LGPL address
Cairo.xs | 2 +-
LICENSE | 6 ++++--
Makefile.PL | 2 +-
NEWS | 12 +++++++-----
README | 6 +++---
lib/Cairo.pm | 4 ++--
t/00-loading.t | 2 +-
t/Cairo.t | 2 +-
8 files changed, 20 insertions(+), 16 deletions(-)
---
diff --git a/Cairo.xs b/Cairo.xs
index 536e1b5..45dde27 100644
--- a/Cairo.xs
+++ b/Cairo.xs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2005 by the cairo perl team (see the file README)
+ * Copyright (c) 2004-2012 by the cairo perl team (see the file README)
*
* Licensed under the LGPL, see LICENSE file for more information.
*
diff --git a/LICENSE b/LICENSE
index f3f1b3b..c813fd8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -485,7 +485,9 @@ convey the exclusion of warranty; and each file should have at least the
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+ USA
+
Also add information on how to contact you by electronic and paper mail.
diff --git a/Makefile.PL b/Makefile.PL
index b42c5cf..2adf424 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2004-2006 by the cairo perl team (see the file README)
+# Copyright (c) 2004-2012 by the cairo perl team (see the file README)
#
# Licensed under the LGPL, see LICENSE file for more information.
#
diff --git a/NEWS b/NEWS
index 4bb7370..59b5a12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,12 @@
-Overview of changes in Cairo <NEXT UNSTABLE>
+Overview of changes in Cairo 1.090
==================================
-* Make "use Cairo x.yyy" work. This required renaming the old Cairo::VERSION,
- a wrapper for CAIRO_VERSION, to Cairo::LIB_VERSION -- but we kept the old way
- of calling it working. Cairo::version, Cairo::version_string and
- Cairo::VERSION_ENCODE got the same treatment for consistency.
+* Make "use Cairo x.yyy" work; fixes RT#72783. This required renaming the old
+ Cairo::VERSION, a wrapper for CAIRO_VERSION, to Cairo::LIB_VERSION -- but we
+ kept the old way of calling it working. Cairo::version,
+ Cairo::version_string and Cairo::VERSION_ENCODE got the same treatment for
+ consistency.
+* Updated FSF LGPL notice address (RT#72664)
Overview of changes in Cairo 1.082
==================================
diff --git a/README b/README
index 7b46d36..068074b 100644
--- a/README
+++ b/README
@@ -56,7 +56,7 @@ Please report bugs to the gnome-perl product in GNOME's Bugzilla:
COPYRIGHT AND LICENSE
---------------------
-Copyright (C) 2004-2011 by the cairo perl team
+Copyright (C) 2004-2012 by the cairo perl team
Ross McFarland rwmcfa1 at neces dot com
Torsten Schoenfeld kaffeetisch at gmx dot de
@@ -72,5 +72,5 @@ PARTICULAR PURPOSE. See the GNU Library General Public License for more
details.
You should have received a copy of the GNU Library General Public License along
-with this library; if not, write to the Free Software Foundation, Inc., 59
-Temple Place - Suite 330, Boston, MA 02111-1307 USA.
+with this library; if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index b91aecf..1640d7c 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2004-2011 by the cairo perl team (see the file README)
+# Copyright (c) 2004-2012 by the cairo perl team (see the file README)
#
# Licensed under the LGPL, see LICENSE file for more information.
#
@@ -14,7 +14,7 @@ use DynaLoader;
our @ISA = qw/DynaLoader/;
-our $VERSION = '1.082';
+our $VERSION = '1.090';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
diff --git a/t/00-loading.t b/t/00-loading.t
index a8e08b8..93eb7a7 100644
--- a/t/00-loading.t
+++ b/t/00-loading.t
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# Copyright (c) 2004-2005 by the cairo perl team (see the file README)
+# Copyright (c) 2004-2012 by the cairo perl team (see the file README)
#
# Licensed under the LGPL, see LICENSE file for more information.
#
diff --git a/t/Cairo.t b/t/Cairo.t
index 5293d67..2dc376f 100644
--- a/t/Cairo.t
+++ b/t/Cairo.t
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# Copyright (c) 2004-2005 by the cairo perl team (see the file README)
+# Copyright (c) 2004-2012 by the cairo perl team (see the file README)
#
# Licensed under the LGPL, see LICENSE file for more information.
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]