]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Update documentation to explicitly state Curl::easy licence is dual MIT/X - MPL.
authorCris Bailiff <c.bailiff@awayweb.com>
Thu, 13 Sep 2001 05:00:13 +0000 (05:00 +0000)
committerCris Bailiff <c.bailiff@awayweb.com>
Thu, 13 Sep 2001 05:00:13 +0000 (05:00 +0000)
perl/Curl_easy/README
perl/Curl_easy/easy.pm
perl/Curl_easy/easy.xs
perl/Curl_easy/test.pl

index 619fd7d7777e56172880ecf58a692a7fc3cc9758..10ee5572274c62ef9ad7b125020cc99bbec2e1ac 100644 (file)
@@ -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.                                             
index 0733de0c77a095c8cd2b8027912a376e341a2651..2d4769f418e9676bef526af097e1afc201f48e74 100644 (file)
@@ -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/
index dfe27b4777018124ffc3ab9463730bdbfe04bb5d..f7bf4f79061063c4d241345d18dd2a9fa3440311 100644 (file)
@@ -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"
index 1d52e3c24ca08a3c96ea73189ca7abb7c1558c31..91bc48813a091288663a8c4542aaa97ecfda73b1 100644 (file)
@@ -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.
+