diff options
author | Brad King <brad.king@kitware.com> | 2016-05-05 18:42:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-05 18:42:30 (GMT) |
commit | 94c626808b1a873e83ea3136dda9c62ef855d77b (patch) | |
tree | c39307546f7e6b7108f4947046444151ac6d07ac /Utilities/cmexpat/COPYING | |
parent | 4876463049593de6d1189fae29726b75d7a134ac (diff) | |
parent | 318b1c17a96a2e1e93bc8a457e98770e829ea02c (diff) | |
download | CMake-94c626808b1a873e83ea3136dda9c62ef855d77b.zip CMake-94c626808b1a873e83ea3136dda9c62ef855d77b.tar.gz CMake-94c626808b1a873e83ea3136dda9c62ef855d77b.tar.bz2 |
Merge branch 'upstream-expat' into update-expat
* upstream-expat:
expat 2016-05-01 (379213ca)
Diffstat (limited to 'Utilities/cmexpat/COPYING')
-rw-r--r-- | Utilities/cmexpat/COPYING | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Utilities/cmexpat/COPYING b/Utilities/cmexpat/COPYING new file mode 100644 index 0000000..dcb4506 --- /dev/null +++ b/Utilities/cmexpat/COPYING @@ -0,0 +1,22 @@ +Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd + and Clark Cooper +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +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. +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. |