diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-09-08 17:54:34 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-09-08 17:54:34 (GMT) |
commit | 66e5a0367cb1d2f2ed4e843cd50b5ce56ceca3f9 (patch) | |
tree | cfe3d7b7035dccbe53264c944a1fc6a705524772 /3rdParty/Expat | |
parent | 96371e8d5123d66624b25bddedddf0c83a0aa222 (diff) | |
download | swift-contrib-66e5a0367cb1d2f2ed4e843cd50b5ce56ceca3f9.zip swift-contrib-66e5a0367cb1d2f2ed4e843cd50b5ce56ceca3f9.tar.bz2 |
Added licenses for third party libraries and code.
Diffstat (limited to '3rdParty/Expat')
-rw-r--r-- | 3rdParty/Expat/src/COPYING | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/3rdParty/Expat/src/COPYING b/3rdParty/Expat/src/COPYING new file mode 100644 index 0000000..dcb4506 --- /dev/null +++ b/3rdParty/Expat/src/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. |