summaryrefslogtreecommitdiff
path: root/lib/WWW/Curl
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2022-07-25 08:08:23 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2022-07-25 08:08:23 +0900
commit9b3f69794dbf1f525bc1d1f15aa3403f55da92fe (patch)
tree3d19d810175a65a12f90a3fef62288747630ef15 /lib/WWW/Curl
parent4cd8ea6c4d941c8b47285d9c4976f62ece2df64d (diff)
downloadperl-WWW-Curl-9b3f69794dbf1f525bc1d1f15aa3403f55da92fe.tar.gz
perl-WWW-Curl-9b3f69794dbf1f525bc1d1f15aa3403f55da92fe.tar.bz2
perl-WWW-Curl-9b3f69794dbf1f525bc1d1f15aa3403f55da92fe.zip
Imported Upstream version 4.17upstream/4.17upstream
Diffstat (limited to 'lib/WWW/Curl')
-rw-r--r--lib/WWW/Curl/Easy.pm5
-rw-r--r--lib/WWW/Curl/Form.pm2
-rw-r--r--lib/WWW/Curl/Multi.pm3
-rw-r--r--lib/WWW/Curl/Share.pm3
4 files changed, 5 insertions, 8 deletions
diff --git a/lib/WWW/Curl/Easy.pm b/lib/WWW/Curl/Easy.pm
index e07e1c0..b4dd1c5 100644
--- a/lib/WWW/Curl/Easy.pm
+++ b/lib/WWW/Curl/Easy.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;
-our $VERSION = '4.16';
+our $VERSION = '4.17';
use WWW::Curl ();
use Exporter ();
@@ -58,5 +58,4 @@ Sebastian Riedel, 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.
+to do so, under the terms of the MIT license.
diff --git a/lib/WWW/Curl/Form.pm b/lib/WWW/Curl/Form.pm
index 08912dd..67aa1b1 100644
--- a/lib/WWW/Curl/Form.pm
+++ b/lib/WWW/Curl/Form.pm
@@ -3,7 +3,7 @@ use strict;
use warnings;
use Carp;
-our $VERSION = '4.16';
+our $VERSION = '4.17';
use WWW::Curl ();
use Exporter ();
diff --git a/lib/WWW/Curl/Multi.pm b/lib/WWW/Curl/Multi.pm
index e95949f..bf22312 100644
--- a/lib/WWW/Curl/Multi.pm
+++ b/lib/WWW/Curl/Multi.pm
@@ -11,5 +11,4 @@ Copyright (C) 2004 Sebastian Riedel, 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.
+to do so, under the terms of the MIT license.
diff --git a/lib/WWW/Curl/Share.pm b/lib/WWW/Curl/Share.pm
index 2bd9aff..6751732 100644
--- a/lib/WWW/Curl/Share.pm
+++ b/lib/WWW/Curl/Share.pm
@@ -38,5 +38,4 @@ Copyright (C) 2008, Anton Fedorov (datacompboy <at> mail.ru)
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.
+to do so, under the terms of the MIT license.