Skip to content

Commit 283a1e5

Browse files
Merge pull request #17 from bradleysmith23/main
Add version numbers for release(v1.0.0)
2 parents 8036db0 + 1d6a758 commit 283a1e5

10 files changed

+20
-10
lines changed

source/MQTTFileDownloader.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*
56
* Licensed under the MIT License. See the LICENSE accompanying this file

source/MQTTFileDownloader_base64.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*
56
* Licensed under the MIT License. See the LICENSE accompanying this file

source/MQTTFileDownloader_cbor.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*
56
* Licensed under the MIT License. See the LICENSE accompanying this file

source/include/MQTTFileDownloader.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*
56
* Licensed under the MIT License. See the LICENSE accompanying this file

source/include/MQTTFileDownloader_base64.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*
56
* Licensed under the MIT License. See the LICENSE accompanying this file

source/include/MQTTFileDownloader_cbor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*
56
* Licensed under the MIT License. See the LICENSE accompanying this file

test/unit-test/dependencies/cbor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*
56
* Licensed under the MIT License. See the LICENSE accompanying this file

test/unit-test/downloader_base64_utest.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*
56
* Licensed under the MIT License. See the LICENSE accompanying this file

test/unit-test/downloader_cbor_utest.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*
56
* Licensed under the MIT License. See the LICENSE accompanying this file

test/unit-test/downloader_utest.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
2+
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
34
* SPDX-License-Identifier: MIT
45
*
56
* Licensed under the MIT License. See the LICENSE accompanying this file

0 commit comments

Comments
 (0)