diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-03-10 11:48:02 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-03-10 12:04:33 +0100 |
commit | 1aeb635cdd296c16acb375a4a83a78f13166ccab (patch) | |
tree | 7bb78b8c52c9251cb3f18256e6cd25e99cf2f29d /lib | |
parent | 70cb3f204da497f9130fb245565aeea3e1586dfa (diff) | |
download | curl-1aeb635cdd296c16acb375a4a83a78f13166ccab.tar.gz |
sources: update source headers
All C and H files now (should) feature the proper project curl source
code header, which includes basic info, a copyright statement and some
basic disclaimers.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config-dos.h | 21 | ||||
-rw-r--r-- | lib/config-mac.h | 21 | ||||
-rw-r--r-- | lib/config-os400.h | 21 | ||||
-rw-r--r-- | lib/config-riscos.h | 23 | ||||
-rw-r--r-- | lib/config-symbian.h | 21 | ||||
-rw-r--r-- | lib/config-tpf.h | 21 | ||||
-rw-r--r-- | lib/config-vms.h | 21 | ||||
-rw-r--r-- | lib/config-vxworks.h | 21 | ||||
-rw-r--r-- | lib/config-win32.h | 21 | ||||
-rw-r--r-- | lib/config-win32ce.h | 21 |
10 files changed, 211 insertions, 1 deletions
diff --git a/lib/config-dos.h b/lib/config-dos.h index bb0315e2c..35d21aae2 100644 --- a/lib/config-dos.h +++ b/lib/config-dos.h @@ -1,5 +1,26 @@ #ifndef HEADER_CONFIG_DOS_H #define HEADER_CONFIG_DOS_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * 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 COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ***************************************************************************/ /* ================================================================ */ diff --git a/lib/config-mac.h b/lib/config-mac.h index 1f7950ab1..80af84e52 100644 --- a/lib/config-mac.h +++ b/lib/config-mac.h @@ -1,5 +1,26 @@ #ifndef __LIB_CONFIG_MAC_H #define __LIB_CONFIG_MAC_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * 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 COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ***************************************************************************/ /* =================================================================== */ /* lib/config-mac.h - Hand crafted config file for Mac OS 9 */ diff --git a/lib/config-os400.h b/lib/config-os400.h index 370fc1138..8dba1e4cd 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -1,6 +1,27 @@ /* ================================================================ */ /* lib/config-os400.h - Hand crafted config file for OS/400 */ /* ================================================================ */ +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * 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 COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ***************************************************************************/ #pragma enum(int) diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 84683aa26..5ccf68124 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -1,4 +1,25 @@ -/* curl_config.h.in. Generated automatically from configure.in by autoheader. */ +/* curl_config.h.in. Generated automatically from configure.in by autoheader. /*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * 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 COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ***************************************************************************/ + */ /* Name of this package! */ #undef PACKAGE diff --git a/lib/config-symbian.h b/lib/config-symbian.h index 9f8b74a57..24ed73327 100644 --- a/lib/config-symbian.h +++ b/lib/config-symbian.h @@ -1,4 +1,25 @@ /* config-symbian.h. Manually generated. */ +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * 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 COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ***************************************************************************/ /* when building libcurl itself */ /* #undef BUILDING_LIBCURL */ diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 3e494f7c9..673753100 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -1,5 +1,26 @@ #ifndef __LIBCONFIGTPF_H #define __LIBCONFIGTPF_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * 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 COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ***************************************************************************/ /* ================================================================ */ /* lib/config-tpf.h - Hand crafted config file for TPF */ diff --git a/lib/config-vms.h b/lib/config-vms.h index 73ef5c026..e3844f83b 100644 --- a/lib/config-vms.h +++ b/lib/config-vms.h @@ -1,5 +1,26 @@ #ifndef HEADER_CONFIG_VMS_H #define HEADER_CONFIG_VMS_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * 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 COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ***************************************************************************/ /* */ /* MSK, 02/05/04, Hand edited for trail build on Alpha V7.3, DEC C 6.5-003 */ diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index f7797fd0e..8e2d05a27 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -1,5 +1,26 @@ #ifndef __LIB_CONFIG_VXWORKS_H #define __LIB_CONFIG_VXWORKS_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * 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 COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ***************************************************************************/ /* =============================================================== */ /* lib/config-vxworks.h - Hand crafted config file for VxWorks */ diff --git a/lib/config-win32.h b/lib/config-win32.h index c6fb7ae93..6768dda3c 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -1,5 +1,26 @@ #ifndef __LIB_CONFIG_WIN32_H #define __LIB_CONFIG_WIN32_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * 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 COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ***************************************************************************/ /* ================================================================ */ /* lib/config-win32.h - Hand crafted config file for Windows */ diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 3a5913e99..872334286 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -1,5 +1,26 @@ #ifndef __LIB_CONFIG_WIN32CE_H #define __LIB_CONFIG_WIN32CE_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * 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 COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ***************************************************************************/ /* ================================================================ */ /* lib/config-win32ce.h - Hand crafted config file for windows ce */ |