|
From: Christian G. <phi...@us...> - 2002-10-14 10:34:56
|
Update of /cvsroot/perl-xml/XML-LibXML-Common
In directory usw-pr-cvs1:/tmp/cvs-serv16183
Modified Files:
Changes Common.pm README MANIFEST
Added Files:
LICENSE
Log Message:
Modified Files:
Changes README MANIFEST
+ some notes about the license and other things
Common.pm
+ version number update ...
Added Files:
LICENSE
+ make people happy :)
--- NEW FILE: LICENSE ---
XML::LibXML::Common is dual licensed under the same terms as Perl itself.
This means at your choice, either the Perl Artistic License, or
the GNU GPL version 1 or higher.
Index: Changes
===================================================================
RCS file: /cvsroot/perl-xml/XML-LibXML-Common/Changes,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Changes 14 Sep 2002 20:20:30 -0000 1.2
+++ Changes 14 Oct 2002 10:34:53 -0000 1.3
@@ -6,3 +6,6 @@
0.10 Sat Aug 31 20:00:00 2002
- implemented encoding functions
- libxml/ libgdome conform implementation
+
+0.11 Sat Okt 12 21:30:00 2002
+ - added a disclaimer note and the license statement
\ No newline at end of file
Index: Common.pm
===================================================================
RCS file: /cvsroot/perl-xml/XML-LibXML-Common/Common.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Common.pm 2 Sep 2002 09:15:16 -0000 1.1.1.1
+++ Common.pm 14 Oct 2002 10:34:53 -0000 1.2
@@ -14,7 +14,7 @@
@ISA = qw(DynaLoader Exporter);
-$VERSION = '0.10';
+$VERSION = '0.11';
bootstrap XML::LibXML::Common $VERSION;
Index: README
===================================================================
RCS file: /cvsroot/perl-xml/XML-LibXML-Common/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README 14 Sep 2002 20:20:30 -0000 1.2
+++ README 14 Oct 2002 10:34:53 -0000 1.3
@@ -1,5 +1,5 @@
-XML::LibXML::Common version 0.10
-================================
+XML::LibXML::Common
+===================
XML::LibXML::Common contains several constants and functions that
are shared by XML::LibXML, XML::GDOME and XML::LibXSLT (not all done, yet)
@@ -7,12 +7,23 @@
This package is required at least for XML::LibXML 1.53 or later to
work properly.
-the latest cvs can be found at sourceforge:
-
+The latest cvs can be found at sourceforge:
http://sourceforge.net/projects/perl-xml
-for requests please contact me by e-mail. i try to answer my e-mails
-on a regular basis. but since i am offline from time to time it may take
-up to a week before i will be able to answer.
+For requests please contact me by e-mail. I try to answer my e-mails
+on a regular basis. But since I am offline from time to time it may take
+up to a week before I will be able to answer.
+
+AUTHOR
+======
christian glahn ( christian.glahn at uibk.ac.at )
+
+Copyright 2001-2002 University of Innsbruck, All rights reserved.
+
+DISCLAIMER
+==========
+
+THIS PROGRAM IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT
+WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF
+MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Index: MANIFEST
===================================================================
RCS file: /cvsroot/perl-xml/XML-LibXML-Common/MANIFEST,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MANIFEST 2 Sep 2002 09:15:16 -0000 1.1.1.1
+++ MANIFEST 14 Oct 2002 10:34:53 -0000 1.2
@@ -1,5 +1,6 @@
Changes
Common.pm
+LICENSE
Makefile.PL
MANIFEST
README
|