summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCris Bailiff <c.bailiff@awayweb.com>2001-09-13 05:00:13 +0000
committerCris Bailiff <c.bailiff@awayweb.com>2001-09-13 05:00:13 +0000
commitc31216949d69f539e47878d966cded9e7082d88a (patch)
treeba9627b05628160458e18d038b2840cde14b0160
parent2cb893575d41c0878c9490d56ab2fefcf3e1b4c4 (diff)
downloadgnurl-c31216949d69f539e47878d966cded9e7082d88a.tar.gz
gnurl-c31216949d69f539e47878d966cded9e7082d88a.tar.bz2
gnurl-c31216949d69f539e47878d966cded9e7082d88a.zip
Update documentation to explicitly state Curl::easy licence is dual MIT/X - MPL.
-rw-r--r--perl/Curl_easy/README7
-rw-r--r--perl/Curl_easy/easy.pm9
-rw-r--r--perl/Curl_easy/easy.xs8
-rw-r--r--perl/Curl_easy/test.pl6
4 files changed, 29 insertions, 1 deletions
diff --git a/perl/Curl_easy/README b/perl/Curl_easy/README
index 619fd7d77..10ee55722 100644
--- a/perl/Curl_easy/README
+++ b/perl/Curl_easy/README
@@ -24,4 +24,9 @@ Parts of the callback support have been added by Cris Bailiff
<c.bailiff@awayweb.com> and Forrest Cahoon <forrest.cahoon@merrillcorp.com>
The latest version can be downloaded from http://koblenz-net.de/~horn/export/
-
+
+Copyright (C) 2000, Daniel Stenberg, , et al.
+You may opt to use, copy, modify, merge, publish, distribute and/or sell
+copies of the Software, and permit persons to whom the Software is
+furnished to do so, under the terms of the MPL or the MIT/X-derivate
+licenses. You may pick one of these licenses.
diff --git a/perl/Curl_easy/easy.pm b/perl/Curl_easy/easy.pm
index 0733de0c7..2d4769f41 100644
--- a/perl/Curl_easy/easy.pm
+++ b/perl/Curl_easy/easy.pm
@@ -257,6 +257,15 @@ Georg Horn <horn@koblenz-net.de>
Additional callback,pod and test work by Cris Bailiff <c.bailiff@devsecure.com>
and Forrest Cahoon <forrest.cahoon@merrillcorp.com>
+=head1 Copyright
+
+Copyright (C) 2000, Daniel Stenberg, , et al.
+
+You may opt to use, copy, modify, merge, publish, distribute and/or sell
+copies of the Software, and permit persons to whom the Software is furnished
+to do so, under the terms of the MPL or the MIT/X-derivate licenses. You may
+pick one of these licenses.
+
=head1 SEE ALSO
http://curl.haxx.se/
diff --git a/perl/Curl_easy/easy.xs b/perl/Curl_easy/easy.xs
index dfe27b477..f7bf4f790 100644
--- a/perl/Curl_easy/easy.xs
+++ b/perl/Curl_easy/easy.xs
@@ -1,4 +1,12 @@
/* Perl interface for libcurl. Check out the file README for more info. */
+/*
+
+Copyright (C) 2000, Daniel Stenberg, , et al.
+You may opt to use, copy, modify, merge, publish, distribute and/or
+sell copies of the Software, and permit persons to whom the
+Software is furnished to do so, under the terms of the MPL or
+the MIT/X-derivate licenses. You may pick one of these licenses.
+*/
#include "EXTERN.h"
#include "perl.h"
diff --git a/perl/Curl_easy/test.pl b/perl/Curl_easy/test.pl
index 1d52e3c24..91bc48813 100644
--- a/perl/Curl_easy/test.pl
+++ b/perl/Curl_easy/test.pl
@@ -313,3 +313,9 @@ if (Curl::easy::perform($curl) == 0) {
Curl::easy::cleanup($curl);
print "ok 21\n";
+# Copyright (C) 2000, Daniel Stenberg, , et al.
+# You may opt to use, copy, modify, merge, publish, distribute and/or sell
+# copies of the Software, and permit persons to whom the Software is
+# furnished to do so, under the terms of the MPL or the MIT/X-derivate
+# licenses. You may pick one of these licenses.
+