diff options
| author | Kristian Monsen <kristianm@google.com> | 2010-05-14 18:53:44 +0100 |
|---|---|---|
| committer | Kristian Monsen <kristianm@google.com> | 2010-05-17 16:19:50 +0100 |
| commit | 5ab5018bf8f0e39957d264f33c3eeddd958ed5d8 (patch) | |
| tree | a1aff8a3cda141727c1efd0fc34188cb6d527188 /COPYING | |
| parent | c176d6e84e085bcc92cd8350c4e497a821e7c5e9 (diff) | |
| download | external_curl-5ab5018bf8f0e39957d264f33c3eeddd958ed5d8.tar.gz external_curl-5ab5018bf8f0e39957d264f33c3eeddd958ed5d8.tar.bz2 external_curl-5ab5018bf8f0e39957d264f33c3eeddd958ed5d8.zip | |
Initial check in of curl.
Plan to:
- Fix warnings
- Add java support
Change-Id: Ia61d4d479aa61178f2883161491ab844301317e0
Diffstat (limited to 'COPYING')
| -rw-r--r-- | COPYING | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/COPYING b/COPYING new file mode 100644 index 00000000..163b299a --- /dev/null +++ b/COPYING @@ -0,0 +1,21 @@ +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1996 - 2010, 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. |
