2017-02-10 23:39:10 +00:00
|
|
|
Alexa Client SDK
|
|
|
|
Copyright 2016-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
|
|
|
|
|
|
***************************
|
|
|
|
ALEXA CLIENT SDK COMPONENTS
|
|
|
|
***************************
|
|
|
|
|
2017-03-10 00:01:46 +00:00
|
|
|
The following Alexa Client SDK components are licensed under the Apache
|
|
|
|
License, Version 2.0 (the "License"):
|
|
|
|
|
|
|
|
- Alexa Communications Library (ACL)
|
|
|
|
- Alexa Directive Sequencer Library (ADSL)
|
|
|
|
- Activity Focus Manager Library (AFML)
|
2017-05-26 23:06:14 +00:00
|
|
|
- Audio Input Processor (AIP)
|
|
|
|
- Speech Synthesizer Capability Agent
|
|
|
|
- Media Player
|
|
|
|
- Key Word Detector (KWD)
|
2017-03-10 00:01:46 +00:00
|
|
|
|
|
|
|
You may not use this file except in compliance with the License. A copy of
|
|
|
|
the License is located at
|
2017-02-10 23:39:10 +00:00
|
|
|
|
|
|
|
http://aws.amazon.com/apache2.0/
|
|
|
|
|
|
|
|
or in the "license" file accompanying this file. This file is distributed on
|
|
|
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
|
|
or implied. See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
|
2017-03-10 00:01:46 +00:00
|
|
|
|
|
|
|
|
2017-02-10 23:39:10 +00:00
|
|
|
**********************
|
|
|
|
THIRD PARTY COMPONENTS
|
|
|
|
**********************
|
|
|
|
|
|
|
|
This software includes third party software subject to the following
|
|
|
|
copyrights:
|
|
|
|
|
2017-03-10 00:01:46 +00:00
|
|
|
- JSON parsing for C++ from RapidJSON - Copyright (C) 2015 THL A29 Limited,
|
|
|
|
a Tencent company, and Milo Yip.
|
|
|
|
|
2017-02-10 23:39:10 +00:00
|
|
|
- Multipart parsing for MIME messages from multipart-parser -
|
|
|
|
Copyright (c) 2010 Hongli Lai
|
|
|
|
|
|
|
|
- C++ test framework from Google Test - Copyright 2008, Google Inc.
|
|
|
|
|
|
|
|
- Extension for writing and using C++ mock classes from Google Mock -
|
|
|
|
Copyright 2008, Google Inc.
|
|
|
|
|
|
|
|
NOTE: Other license terms may apply to certain, identified software files
|
|
|
|
contained within or distributed with the accompanying software if such terms
|
|
|
|
are included in the directory containing the accompanying software. Such
|
|
|
|
other license terms will then apply in lieu of the terms of the software
|
|
|
|
license above.
|