Skip to content

Commit 294b6a8

Browse files
Add version numbers to files
1 parent 558c2a5 commit 294b6a8

9 files changed

+9
-0
lines changed

source/MQTTFileDownloader.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
23
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*

source/MQTTFileDownloader_base64.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
23
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*

source/MQTTFileDownloader_cbor.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
23
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*

source/include/MQTTFileDownloader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
23
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*

source/include/MQTTFileDownloader_base64.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
23
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*

source/include/MQTTFileDownloader_cbor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
23
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*

test/unit-test/downloader_base64_utest.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
23
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*

test/unit-test/downloader_cbor_utest.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
23
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*

test/unit-test/downloader_utest.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
23
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*

0 commit comments

Comments
 (0)