40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
Alexa Client SDK
|
|
Copyright 2016-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
|
|
***************************
|
|
ALEXA CLIENT SDK COMPONENTS
|
|
***************************
|
|
|
|
Alexa Communications Library (ACL):
|
|
Licensed under the Apache License, Version 2.0 (the "License"). You may not
|
|
use this file except in compliance with the License. A copy of the License
|
|
is located at
|
|
|
|
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.
|
|
|
|
**********************
|
|
THIRD PARTY COMPONENTS
|
|
**********************
|
|
|
|
This software includes third party software subject to the following
|
|
copyrights:
|
|
|
|
- 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.
|