This media, software or hardware ("Product") obtained from Motorola Solutions, Inc. ("Motorola Solutions") may include Motorola Solutions’ Software, Third Party Software (defined below), and/or Open Source Software (defined below). The object code or source code (collectively, the "Software") included with the Product is the exclusive property of Motorola Solutions or its licensors, and any use is subject to the terms and conditions of one or more agreements in force between the purchaser of the Motorola Solutions Product or licensee of the Motorola Solutions Software and Motorola Solutions. SOFTWARE IS PROTECTED BY U.S. COPYRIGHT LAWS AND INTERNATIONAL LAWS AND TREATIES. UNAUTHORIZED COPYING, DISTRIBUTION OR OTHER USE OF THIS PRODUCT IS STRICTLY PROHIBITED. ANY DISTRIBUTION OR USE NOT SPECIFICALLY APPROVED BY MOTOROLA SOLUTIONS IS STRICTLY PROHIBITED. Motorola Solutions’ Software is subject to the commercial terms and conditions entered into with Motorola Solutions, any other use is strictly prohibited. Commercial Software licensed for redistribution by Motorola Solutions ("Third Party Software") is subject to the terms and conditions in force between Motorola Solutions and the licensor of the Third party Software. The terms and conditions governing the usage of Third Party Software may be part of the agreement entered into by the purchaser of the Product with Motorola Solutions or separate Third Party Software license agreement(s) included with the Product. Software provided by Motorola Solutions which is covered by a publicly available license governed solely under Copyright law, whereas the complete terms and obligations of such license attach to a licensee solely through the act of copying, using and/or distribution of the licensed Software, such obligations often include one or more of attribution obligations, distribution obligations, copyleft obligations, and intellectual property encumbrances is referred to herein as "Open Source Software". The use of any Open Source Software is subject to the licenses, terms and conditions of the commercial agreement in force between the purchaser of the Product and Motorola Solutions as well as the terms and conditions of the corresponding license of each Open Source Software package. If there is a conflict between the terms and conditions of any commercial agreement and the terms and conditions of the Open Source Software license, the applicable Open Source Software license will take precedence. Copies of the licenses for the included Open Source Software as well as their attributions, acknowledgements, and software information details, are listed below. Motorola Solutions is required to reproduce the software licenses, acknowledgments and copyright notices as provided by the authors and owners, thus, all such information is provided in its native language form, without modification or translation. For instructions on how to obtain a copy of any source code made publicly available by Motorola Solutions related to Open Source Software distributed by Motorola Solutions, you may send your request in writing to: Motorola Solutions, Inc. Open Source Software Management 1301 E. Algonquin Road Schaumburg, IL 60196 USA. In your request, please include the Motorola Solutions Product name and version, along with the Open Source Software specifics, such as the Open Source Software name and version. Note: the source code for the Open Source Software included by Motorola Solutions may be resident on the Product’s installation media provided with the Product or on supplemental Product media. Please reference and review the entire Motorola Solutions Open Source Software "Legal Notices" and any corresponding "End User License Agreement" provided with the Product or the commercial agreement under which the Product was purchased for details on the availability, location and method for obtaining source code. Further, depending on the license terms of the specific Open Source Software, source code may not be provided. Please reference and review the entire Motorola Solutions Open Source Software "Legal Notices" and "End User License Agreement" to identify which Open Source Software packages have source code provided or available. To view information regarding licenses, acknowledgments and required copyright notices for Open Source Software used in this Product, please select "Legal Notices" from the graphical user interface of the Software (if applicable) or as specified in the "Legal Notices" or End User License Agreement File/README associated with the Product. Use of any Software is subject to acceptance of the corresponding terms associated with the Software and by using the Software you agree you have reviewed the terms and agreed to be bound by said terms. MOTOROLA, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola Trademark Holdings, LLC and are used under license. All other trademarks are the property of Motorola Solutions, Inc. or their respective owners. All rights reserved. =========================================================================== PUBLICLY AVAILABLE SOFTWARE LIST =========================================================================== Name: zlib Version: 1.1.3 Description: zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across platforms. Software Site: http://www.zlib.net/ Source Code: No Source Distribution Obligations. Motorola Solutions will not provide nor distribute the Source Code for the Software. The Source Code may be obtained from the original Software Site. License: zlib Copyright (C) 1995-2010 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 rising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Jean-loup Gailly Mark Adler Credits: Jean-loup Gailly Mark Adler =========================================================================== Name: The MD5 Message-Digest Algorithm Version: N/A Description: The MD5 message-digest algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. The MD5 algorithm is intended for digital signature applications, where a large file must be "compressed" in a secure manner before being encrypted with a private (secret) key under a public-key cryptosystem such as RSA. Software Site: http://tools.ietf.org/html/rfc1321 Source Code: No Source Distribution Obligations. Motorola Solutions will not provide nor distribute the Source Code for the Software. The Source Code may be obtained from the original Software Site. License: RSA MD5 Message-Digest Algorithm License License to copy and use this software is granted provided that it is identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing this software or this function. License is also granted to make and use derivative works provided that such works are identified as "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing the derived work. RSA Data Security, Inc. makes no representations concerning either the merchantability of this software or the suitability of this software for any particular purpose. It is provided "as is" without express or implied warranty of any kind. These notices must be retained in any copies of any part of this documentation and/or software. Credits: N/A =========================================================================== Name: Telnet Definitions Version: N/A Description: TELNET (TELe-NETwork) is a network protocol used on the Internet or local area networks to provide a bidirectional interactive text-oriented communications facility via a virtual terminal connection. User data is interspersed in-band with TELNET control information in an 8-bit byte oriented data connection over the Transmission Control Protocol (TCP). The OSS is a telnet definition file. Software Site: http://cvsweb.netbsd.org/bsdweb.cgi/src/include/arpa/telnet.h?rev=1.11&content-type=text/x-cvsweb-markup Source Code: No Source Distribution Obligations. Motorola Solutions will not provide nor distribute the Source Code for the Software. The Source Code may be obtained from the original Software Site. License: BSD Type License Copyright (c) 1983, 1993 The Regents of the University of California. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Credits: N/A