diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-24 15:51:41 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-24 15:51:41 (GMT) |
commit | fae07565ca62e54883c7135b57e3f2f8be6ecd06 (patch) | |
tree | 259cbb1afabd1e2324e2f7ad8e16290f681a85e8 /Source | |
parent | 85d16ea235ad43f37228228c27c001d888defd73 (diff) | |
download | CMake-fae07565ca62e54883c7135b57e3f2f8be6ecd06.zip CMake-fae07565ca62e54883c7135b57e3f2f8be6ecd06.tar.gz CMake-fae07565ca62e54883c7135b57e3f2f8be6ecd06.tar.bz2 |
ENH: Fix legal issues.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/Curl/curl.copyright | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Source/CTest/Curl/curl.copyright b/Source/CTest/Curl/curl.copyright new file mode 100644 index 0000000..a2ed2ef --- /dev/null +++ b/Source/CTest/Curl/curl.copyright @@ -0,0 +1,29 @@ +This package was cmakified by Andy Cedilnik <andy . cedilnik @ kitware.com> + +It was downloaded from http://curl.haxx.se + +Upstream Authors: Daniel Stenberg <daniel@haxx.se> + +Copyright: + + COPYRIGHT AND PERMISSION NOTICE + + Copyright (c) 1996 - 2002, Daniel Stenberg, <daniel@haxx.se>. + + All rights reserved. + + Permission to use, copy, modify, and distribute this software for any purpose + with or without fee is hereby granted, provided that the above copyright + notice and this permission notice appear in all copies. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN + NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE + OR OTHER DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the name of a copyright holder shall not + be used in advertising or otherwise to promote the sale, use or other dealings + in this Software without prior written authorization of the copyright holder. |