[perl-Gtk3] Clarify licensing terms



commit b8d1aa64d7554608652bc6783b6603a24054834a
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sun Mar 18 12:34:28 2012 +0100

    Clarify licensing terms

 NEWS        |    1 +
 README      |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 dist.ini    |    2 --
 lib/Gtk3.pm |    7 ++++---
 4 files changed, 51 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8fc89de..3211f2d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@
 * Make Gtk3::[HV]Box::new provide default arg values.
 * Make Gtk3::Gdk::Window::new construct the mask automatically if none is
   given.
+* Clarify licensing terms.
 
 Overview of changes in Gtk3 0.003 [2012-01-14]
 ==============================================
diff --git a/README b/README
new file mode 100644
index 0000000..f43bc2d
--- /dev/null
+++ b/README
@@ -0,0 +1,46 @@
+Gtk3
+====
+
+Perl bindings to the 3.x series of the gtk+ toolkit.  This module allows you to
+write graphical user interfaces in a Perlish and object-oriented way, freeing
+you from the casting and memory management in C, yet remaining very close in
+spirit to original API.
+
+
+INSTALLATION
+------------
+
+To install this module type the following:
+
+   perl Makefile.PL
+   make
+   make test
+   make install
+
+
+DEPENDENCIES
+------------
+
+Gtk3 needs this C library:
+
+  gtk+-3.0 >= 3.0.0
+
+and these Perl modules:
+
+  Glib::Object::Introspection >= 0.002
+
+
+BUG REPORTS
+-----------
+
+Please report bugs to the gnome-perl product in GNOME's Bugzilla:
+<http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-perl>
+
+
+LICENSE
+-------
+
+This library is free software; you can redistribute it and/or modify it under
+the terms of the GNU Library General Public License as published by the Free
+Software Foundation; either version 2.1 of the License, or (at your option) any
+later version.
diff --git a/dist.ini b/dist.ini
index 315d84d..d0d2edf 100644
--- a/dist.ini
+++ b/dist.ini
@@ -10,13 +10,11 @@ copyright_year = 2011
 [ManifestSkip]
 [MetaYAML]
 [License]
-[Readme]
 [MakeMaker]
 [Manifest]
 [PkgVersion]
 
 [Prereqs]
-Glib = 1.240
 Glib::Object::Introspection = 0.002
 
 [NextRelease]
diff --git a/lib/Gtk3.pm b/lib/Gtk3.pm
index 43b13b6..53ffb5c 100644
--- a/lib/Gtk3.pm
+++ b/lib/Gtk3.pm
@@ -517,10 +517,11 @@ L<http://gtk2-perl.sourceforge.net>.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2011 by Torsten Schoenfeld <kaffeetisch gmx de>
+Copyright (C) 2011-2012 by Torsten Schoenfeld <kaffeetisch gmx de>
 
 This library is free software; you can redistribute it and/or modify it under
-the terms of the Lesser General Public License (LGPL).  For more information,
-see http://www.fsf.org/licenses/lgpl.txt
+the terms of the GNU Library General Public License as published by the Free
+Software Foundation; either version 2.1 of the License, or (at your option) any
+later version.
 
 =cut



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]