diff options
Diffstat (limited to 'perl/Curl_easy/easy.xs')
-rw-r--r-- | perl/Curl_easy/easy.xs | 8 |
1 files changed, 8 insertions, 0 deletions
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" |