Skip to content

Commit 709e1f0

Browse files
author
ZENG
committed
Updated README.md. Licensing check.
1 parent efaf858 commit 709e1f0

File tree

8 files changed

+92
-7
lines changed

8 files changed

+92
-7
lines changed
Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1+
/*
2+
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License").
5+
* You may not use this file except in compliance with the License.
6+
* A copy of the License is located at
7+
*
8+
* http://aws.amazon.com/apache2.0
9+
*
10+
* or in the "license" file accompanying this file. This file is distributed
11+
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
* express or implied. See the License for the specific language governing
13+
* permissions and limitations under the License.
14+
*/
15+
116
#ifndef version_h
217
#define version_h
318

4-
#define VERSION_MAJOR 0
5-
#define VERSION_MINOR 2
19+
#define VERSION_MAJOR 1
20+
#define VERSION_MINOR 0
621
#define VERSION_PATCH 0
7-
#define VERSION_TAG "BETA"
22+
#define VERSION_TAG ""
823

924
#endif

AWS-IoT-Arduino-Yun-Library/examples/BasicPubSub/BasicPubSub.ino

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License").
5+
* You may not use this file except in compliance with the License.
6+
* A copy of the License is located at
7+
*
8+
* http://aws.amazon.com/apache2.0
9+
*
10+
* or in the "license" file accompanying this file. This file is distributed
11+
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
* express or implied. See the License for the specific language governing
13+
* permissions and limitations under the License.
14+
*/
15+
116
#include <aws_iot_mqtt.h>
217
#include <aws_iot_version.h>
318
#include "aws_iot_config.h"

AWS-IoT-Arduino-Yun-Library/examples/BasicPubSub/aws_iot_config.h

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License").
5+
* You may not use this file except in compliance with the License.
6+
* A copy of the License is located at
7+
*
8+
* http://aws.amazon.com/apache2.0
9+
*
10+
* or in the "license" file accompanying this file. This file is distributed
11+
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
* express or implied. See the License for the specific language governing
13+
* permissions and limitations under the License.
14+
*/
15+
116
#ifndef config_usr_h
217
#define config_usr_h
318

@@ -17,4 +32,4 @@
1732
#define AWS_IOT_CERTIFICATE_PATH AWS_IOT_PATH_PREFIX AWS_IOT_CERTIFICATE_FILENAME // use this in config call
1833
#define AWS_IOT_PRIVATE_KEY_PATH AWS_IOT_PATH_PREFIX AWS_IOT_PRIVATE_KEY_FILENAME // use this in config call
1934

20-
#endif
35+
#endif

AWS-IoT-Arduino-Yun-Library/examples/ThingShadowEcho/ThingShadowEcho.ino

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License").
5+
* You may not use this file except in compliance with the License.
6+
* A copy of the License is located at
7+
*
8+
* http://aws.amazon.com/apache2.0
9+
*
10+
* or in the "license" file accompanying this file. This file is distributed
11+
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
* express or implied. See the License for the specific language governing
13+
* permissions and limitations under the License.
14+
*/
15+
116
#include <aws_iot_mqtt.h>
217
#include <aws_iot_version.h>
318
#include "aws_iot_config.h"

AWS-IoT-Arduino-Yun-Library/examples/ThingShadowEcho/aws_iot_config.h

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License").
5+
* You may not use this file except in compliance with the License.
6+
* A copy of the License is located at
7+
*
8+
* http://aws.amazon.com/apache2.0
9+
*
10+
* or in the "license" file accompanying this file. This file is distributed
11+
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
* express or implied. See the License for the specific language governing
13+
* permissions and limitations under the License.
14+
*/
15+
116
#ifndef config_usr_h
217
#define config_usr_h
318

@@ -17,4 +32,4 @@
1732
#define AWS_IOT_CERTIFICATE_PATH AWS_IOT_PATH_PREFIX AWS_IOT_CERTIFICATE_FILENAME // use this in config call
1833
#define AWS_IOT_PRIVATE_KEY_PATH AWS_IOT_PATH_PREFIX AWS_IOT_PRIVATE_KEY_FILENAME // use this in config call
1934

20-
#endif
35+
#endif

AWS-IoT-Arduino-Yun-Library/keywords.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aws_iot_mqtt KEYWORD1
22
aws_iot_mqtt_client KEYWORD1
33
aws_iot_version KEYWORD1
4-
aws_iot_config_user KEYWORD1
4+
aws_iot_config KEYWORD1
55
setup KEYWORD2
66
config KEYWORD2
77
connect KEYWORD2
@@ -15,4 +15,4 @@ shadow_register_delta_func KEYWORD2
1515
shadow_unregister_delta_func KEYWORD2
1616
shadow_get KEYWORD2
1717
shadow_update KEYWORD2
18-
shadow_delete KEYWORD2
18+
shadow_delete KEYWORD2

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.0.0 (October 8, 2015)
2+
Features:
3+
4+
* Release to github
5+
* SDK zip file made available for public download
6+
7+
Bugfixes/Improvements:
8+
9+
* Updated README.md
10+
111
# 0.2.0 (October 6, 2015)
212
Features:
313

IoT.png

-3.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)