diff options
Diffstat (limited to 'perl/Curl_easy/test.pl')
-rw-r--r-- | perl/Curl_easy/test.pl | 6 |
1 files changed, 6 insertions, 0 deletions
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. + |