diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config-mac.h | 21 | ||||
-rw-r--r-- | src/config-riscos.h | 21 | ||||
-rw-r--r-- | src/config-win32.h | 21 |
3 files changed, 63 insertions, 0 deletions
diff --git a/src/config-mac.h b/src/config-mac.h index dc7f767aa..f8aeb7a66 100644 --- a/src/config-mac.h +++ b/src/config-mac.h @@ -1,5 +1,26 @@ #ifndef __SRC_CONFIG_MAC_H #define __SRC_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. + * + ***************************************************************************/ /* =================================================================== */ /* src/config-mac.h - Hand crafted config file for Mac OS 9 */ diff --git a/src/config-riscos.h b/src/config-riscos.h index ba95f13d0..1000b53b7 100644 --- a/src/config-riscos.h +++ b/src/config-riscos.h @@ -1,4 +1,25 @@ /* 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/src/config-win32.h b/src/config-win32.h index 3e10a7a4d..a2c7f51c4 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -1,5 +1,26 @@ #ifndef __SRC_CONFIG_WIN32_H #define __SRC_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. + * + ***************************************************************************/ /* ================================================================ */ /* src/config-win32.h - Hand crafted config file for windows */ |