utf8proc
diff ruby/gem/LICENSE @ 9:951e73a98021
Version 1.1.3
- Added a function utf8proc_version returning a string containing the version number of the library.
- Included a target libutf8proc.dylib for MacOSX.
- PostgreSQL 8.3 compatibility (use of SET_VARSIZE macro)
- Added a function utf8proc_version returning a string containing the version number of the library.
- Included a target libutf8proc.dylib for MacOSX.
- PostgreSQL 8.3 compatibility (use of SET_VARSIZE macro)
| author | jbe |
|---|---|
| date | Fri May 01 12:00:00 2009 +0200 (2009-05-01) |
| parents | fcfd8c836c64 |
| children | 00d2bcbdc945 |
line diff
1.1 --- a/ruby/gem/LICENSE Wed Jul 25 12:00:00 2007 +0200 1.2 +++ b/ruby/gem/LICENSE Fri May 01 12:00:00 2009 +0200 1.3 @@ -1,1 +1,64 @@ 1.4 -../../LICENSE 1.5 \ No newline at end of file 1.6 + 1.7 +Copyright (c) 2006-2009 Jan Behrens, FlexiGuided GmbH, Berlin 1.8 + 1.9 +Permission is hereby granted, free of charge, to any person obtaining a 1.10 +copy of this software and associated documentation files (the "Software"), 1.11 +to deal in the Software without restriction, including without limitation 1.12 +the rights to use, copy, modify, merge, publish, distribute, sublicense, 1.13 +and/or sell copies of the Software, and to permit persons to whom the 1.14 +Software is furnished to do so, subject to the following conditions: 1.15 + 1.16 +The above copyright notice and this permission notice shall be included in 1.17 +all copies or substantial portions of the Software. 1.18 + 1.19 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1.20 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1.21 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 1.22 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 1.23 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 1.24 +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 1.25 +DEALINGS IN THE SOFTWARE. 1.26 + 1.27 + 1.28 +This software distribution contains derived data from a modified version of 1.29 +the Unicode data files. The following license applies to that data: 1.30 + 1.31 +COPYRIGHT AND PERMISSION NOTICE 1.32 + 1.33 +Copyright (c) 1991-2007 Unicode, Inc. All rights reserved. Distributed 1.34 +under the Terms of Use in http://www.unicode.org/copyright.html. 1.35 + 1.36 +Permission is hereby granted, free of charge, to any person obtaining a 1.37 +copy of the Unicode data files and any associated documentation (the "Data 1.38 +Files") or Unicode software and any associated documentation (the 1.39 +"Software") to deal in the Data Files or Software without restriction, 1.40 +including without limitation the rights to use, copy, modify, merge, 1.41 +publish, distribute, and/or sell copies of the Data Files or Software, and 1.42 +to permit persons to whom the Data Files or Software are furnished to do 1.43 +so, provided that (a) the above copyright notice(s) and this permission 1.44 +notice appear with all copies of the Data Files or Software, (b) both the 1.45 +above copyright notice(s) and this permission notice appear in associated 1.46 +documentation, and (c) there is clear notice in each modified Data File or 1.47 +in the Software as well as in the documentation associated with the Data 1.48 +File(s) or Software that the data or software has been modified. 1.49 + 1.50 +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY 1.51 +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 1.52 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 1.53 +THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 1.54 +INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR 1.55 +CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 1.56 +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1.57 +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 1.58 +PERFORMANCE OF THE DATA FILES OR SOFTWARE. 1.59 + 1.60 +Except as contained in this notice, the name of a copyright holder shall 1.61 +not be used in advertising or otherwise to promote the sale, use or other 1.62 +dealings in these Data Files or Software without prior written 1.63 +authorization of the copyright holder. 1.64 + 1.65 + 1.66 +Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be 1.67 +registered in some jurisdictions. All other trademarks and registered 1.68 +trademarks mentioned herein are the property of their respective owners. 1.69 +