mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 02:27:56 +00:00 
			
		
		
		
	update Acknowledgements
This commit is contained in:
		| @@ -7,7 +7,7 @@ Portions of the POCO C++ Libraries utilize the | ||||
| following copyrighted material, the use of which is hereby acknowledged. | ||||
|  | ||||
|  | ||||
| !!!Expat XML Parser Toolkit 2.0 | ||||
| !!!Expat XML Parser Toolkit 2.2 | ||||
|  | ||||
|     Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd | ||||
|                                    and Clark Cooper | ||||
| @@ -112,7 +112,7 @@ following copyrighted material, the use of which is hereby acknowledged. | ||||
| ---- | ||||
|  | ||||
|  | ||||
| !!!Perl Compatible Regular Expressions (PCRE) 7.1 | ||||
| !!!Perl Compatible Regular Expressions (PCRE) 8.41 | ||||
|  | ||||
|     PCRE is a library of functions to support regular expressions whose syntax | ||||
|     and semantics are as close as possible to those of the Perl 5 language. | ||||
| @@ -126,7 +126,7 @@ following copyrighted material, the use of which is hereby acknowledged. | ||||
|     University of Cambridge Computing Service, | ||||
|     Cambridge, England. Phone: +44 1223 334714. | ||||
|  | ||||
|     Copyright (c) 1997-2004 University of Cambridge | ||||
|     Copyright (c) 1997-2014 University of Cambridge | ||||
|     All rights reserved. | ||||
|  | ||||
|     Redistribution and use in source and binary forms, with or without | ||||
| @@ -157,9 +157,9 @@ following copyrighted material, the use of which is hereby acknowledged. | ||||
| ---- | ||||
|  | ||||
|  | ||||
| !!!zlib 1.2.5 | ||||
| !!!zlib 1.2.11 | ||||
|  | ||||
|     Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler | ||||
|     Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler | ||||
|  | ||||
|     This software is provided 'as-is', without any express or implied | ||||
|     warranty.  In no event will the authors be held liable for any damages | ||||
| @@ -182,7 +182,7 @@ following copyrighted material, the use of which is hereby acknowledged. | ||||
| ---- | ||||
|  | ||||
|  | ||||
| !!!SQlite 3.7.14 | ||||
| !!!SQLite 3.22.0 | ||||
|  | ||||
|     The original author of SQLite has dedicated the code to the | ||||
|     public domain (http://www.sqlite.org/copyright.html). | ||||
| @@ -223,29 +223,32 @@ following copyrighted material, the use of which is hereby acknowledged. | ||||
| ---- | ||||
|  | ||||
|  | ||||
| !!!JSON_parser | ||||
| !!!pdjson (Public Domain JSON Parser for C) | ||||
|  | ||||
|     Copyright (c) 2005 JSON.org | ||||
|     This is free and unencumbered software released into the public domain. | ||||
|  | ||||
|     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: | ||||
|     Anyone is free to copy, modify, publish, use, compile, sell, or | ||||
|     distribute this software, either in source code form or as a compiled | ||||
|     binary, for any purpose, commercial or non-commercial, and by any | ||||
|     means. | ||||
|  | ||||
|     The above copyright notice and this permission notice shall be included in all | ||||
|     copies or substantial portions of the Software. | ||||
|     In jurisdictions that recognize copyright laws, the author or authors | ||||
|     of this software dedicate any and all copyright interest in the | ||||
|     software to the public domain. We make this dedication for the benefit | ||||
|     of the public at large and to the detriment of our heirs and | ||||
|     successors. We intend this dedication to be an overt act of | ||||
|     relinquishment in perpetuity of all present and future rights to this | ||||
|     software under copyright law. | ||||
|  | ||||
|     The Software shall be used for Good, not Evil. | ||||
|     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 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. | ||||
|  | ||||
|     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. | ||||
|     For more information, please refer to <http://unlicense.org/> | ||||
| ---- | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -17,7 +17,7 @@ | ||||
| <p>Portions of the POCO C++ Libraries utilize the | ||||
| following copyrighted material, the use of which is hereby acknowledged.</p> | ||||
|  | ||||
| <h3>Expat XML Parser Toolkit 2.0</h3> | ||||
| <h3>Expat XML Parser Toolkit 2.2</h3> | ||||
|  | ||||
| <pre>Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd | ||||
|                                and Clark Cooper | ||||
| @@ -119,7 +119,7 @@ software for any particular purpose. It is provided "as is" | ||||
| without express or implied warranty of any kind.</pre> | ||||
|  | ||||
|  | ||||
| <h3>Perl Compatible Regular Expressions (PCRE) 7.1</h3> | ||||
| <h3>Perl Compatible Regular Expressions (PCRE) 8.41</h3> | ||||
|  | ||||
| <pre>PCRE is a library of functions to support regular expressions whose syntax | ||||
| and semantics are as close as possible to those of the Perl 5 language. | ||||
| @@ -133,7 +133,7 @@ Written by: Philip Hazel <ph10@cam.ac.uk> | ||||
| University of Cambridge Computing Service, | ||||
| Cambridge, England. Phone: +44 1223 334714. | ||||
|  | ||||
| Copyright (c) 1997-2004 University of Cambridge | ||||
| Copyright (c) 1997-2014 University of Cambridge | ||||
| All rights reserved. | ||||
|  | ||||
| Redistribution and use in source and binary forms, with or without | ||||
| @@ -164,8 +164,8 @@ POSSIBILITY OF SUCH DAMAGE. | ||||
| </pre> | ||||
|  | ||||
|  | ||||
| <h3>zlib 1.2.5</h3> | ||||
| <pre>Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler | ||||
| <h3>zlib 1.2.11</h3> | ||||
| <pre>Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler | ||||
|  | ||||
| This software is provided 'as-is', without any express or implied | ||||
| warranty.  In no event will the authors be held liable for any damages | ||||
| @@ -187,7 +187,7 @@ Jean-loup Gailly jloup@gzip.org | ||||
| Mark Adler madler@alumni.caltech.edu</pre> | ||||
|  | ||||
|  | ||||
| <h3>SQlite 3.7.14</h3> | ||||
| <h3>SQLite 3.22.0</h3> | ||||
| <p>The original author of SQLite has dedicated the code to the | ||||
| <a href="http://www.sqlite.org/copyright.html">public domain</a>. | ||||
| Anyone is free to copy, modify, publish, use, compile, sell, or distribute the | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Günter Obiltschnig
					Günter Obiltschnig