utf8proc
annotate ruby/gem/LICENSE @ 10:00d2bcbdc945
Version 1.1.4
- replaced C++ style comments for compatibility reasons
- added typecasts to suppress compiler warnings
- removed redundant source files for ruby-gemfile generation
- Changed copyright notice for Public Software Group e. V.
- Minor changes in the README file
- replaced C++ style comments for compatibility reasons
- added typecasts to suppress compiler warnings
- removed redundant source files for ruby-gemfile generation
- Changed copyright notice for Public Software Group e. V.
- Minor changes in the README file
| author | jbe | 
|---|---|
| date | Wed Aug 19 12:00:00 2009 +0200 (2009-08-19) | 
| parents | 951e73a98021 | 
| children | 
| rev | line source | 
|---|---|
| jbe@9 | 1 | 
| jbe@10 | 2 Copyright (c) 2009 Public Software Group e. V., Berlin, Germany | 
| jbe@9 | 3 | 
| jbe@9 | 4 Permission is hereby granted, free of charge, to any person obtaining a | 
| jbe@9 | 5 copy of this software and associated documentation files (the "Software"), | 
| jbe@9 | 6 to deal in the Software without restriction, including without limitation | 
| jbe@9 | 7 the rights to use, copy, modify, merge, publish, distribute, sublicense, | 
| jbe@9 | 8 and/or sell copies of the Software, and to permit persons to whom the | 
| jbe@9 | 9 Software is furnished to do so, subject to the following conditions: | 
| jbe@9 | 10 | 
| jbe@9 | 11 The above copyright notice and this permission notice shall be included in | 
| jbe@9 | 12 all copies or substantial portions of the Software. | 
| jbe@9 | 13 | 
| jbe@9 | 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 
| jbe@9 | 15 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 
| jbe@9 | 16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 
| jbe@9 | 17 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 
| jbe@9 | 18 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 
| jbe@9 | 19 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 
| jbe@9 | 20 DEALINGS IN THE SOFTWARE. | 
| jbe@9 | 21 | 
| jbe@9 | 22 | 
| jbe@9 | 23 This software distribution contains derived data from a modified version of | 
| jbe@9 | 24 the Unicode data files. The following license applies to that data: | 
| jbe@9 | 25 | 
| jbe@9 | 26 COPYRIGHT AND PERMISSION NOTICE | 
| jbe@9 | 27 | 
| jbe@9 | 28 Copyright (c) 1991-2007 Unicode, Inc. All rights reserved. Distributed | 
| jbe@9 | 29 under the Terms of Use in http://www.unicode.org/copyright.html. | 
| jbe@9 | 30 | 
| jbe@9 | 31 Permission is hereby granted, free of charge, to any person obtaining a | 
| jbe@9 | 32 copy of the Unicode data files and any associated documentation (the "Data | 
| jbe@9 | 33 Files") or Unicode software and any associated documentation (the | 
| jbe@9 | 34 "Software") to deal in the Data Files or Software without restriction, | 
| jbe@9 | 35 including without limitation the rights to use, copy, modify, merge, | 
| jbe@9 | 36 publish, distribute, and/or sell copies of the Data Files or Software, and | 
| jbe@9 | 37 to permit persons to whom the Data Files or Software are furnished to do | 
| jbe@9 | 38 so, provided that (a) the above copyright notice(s) and this permission | 
| jbe@9 | 39 notice appear with all copies of the Data Files or Software, (b) both the | 
| jbe@9 | 40 above copyright notice(s) and this permission notice appear in associated | 
| jbe@9 | 41 documentation, and (c) there is clear notice in each modified Data File or | 
| jbe@9 | 42 in the Software as well as in the documentation associated with the Data | 
| jbe@9 | 43 File(s) or Software that the data or software has been modified. | 
| jbe@9 | 44 | 
| jbe@9 | 45 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY | 
| jbe@9 | 46 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | 
| jbe@9 | 47 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF | 
| jbe@9 | 48 THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS | 
| jbe@9 | 49 INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR | 
| jbe@9 | 50 CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF | 
| jbe@9 | 51 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER | 
| jbe@9 | 52 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | 
| jbe@9 | 53 PERFORMANCE OF THE DATA FILES OR SOFTWARE. | 
| jbe@9 | 54 | 
| jbe@9 | 55 Except as contained in this notice, the name of a copyright holder shall | 
| jbe@9 | 56 not be used in advertising or otherwise to promote the sale, use or other | 
| jbe@9 | 57 dealings in these Data Files or Software without prior written | 
| jbe@9 | 58 authorization of the copyright holder. | 
| jbe@9 | 59 | 
| jbe@9 | 60 | 
| jbe@9 | 61 Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be | 
| jbe@9 | 62 registered in some jurisdictions. All other trademarks and registered | 
| jbe@9 | 63 trademarks mentioned herein are the property of their respective owners. | 
| jbe@9 | 64 |