diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-06-25 18:04:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-06-25 18:04:12 (GMT) |
commit | 9d4b5e52c18ded5dd55fdd21f629ff9d13f99d8c (patch) | |
tree | 3a8ff714eb1a58274bd1c01855947785d2c39079 /Utilities/cmexpat/COPYING | |
parent | 2cf4a0270a1754c0e827795e611a201afcba076c (diff) | |
download | CMake-9d4b5e52c18ded5dd55fdd21f629ff9d13f99d8c.zip CMake-9d4b5e52c18ded5dd55fdd21f629ff9d13f99d8c.tar.gz CMake-9d4b5e52c18ded5dd55fdd21f629ff9d13f99d8c.tar.bz2 |
ENH: Initial import of expat
Diffstat (limited to 'Utilities/cmexpat/COPYING')
-rw-r--r-- | Utilities/cmexpat/COPYING | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Utilities/cmexpat/COPYING b/Utilities/cmexpat/COPYING new file mode 100644 index 0000000..fc97b02 --- /dev/null +++ b/Utilities/cmexpat/COPYING @@ -0,0 +1,21 @@ +Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd + and Clark Cooper + +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. |