Skip to content

Commit 1d6a758

Browse files
Update copyright info
1 parent 214554f commit 1d6a758

10 files changed

+11
-10
lines changed

source/MQTTFileDownloader.c

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

source/MQTTFileDownloader_base64.c

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

source/MQTTFileDownloader_cbor.c

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

source/include/MQTTFileDownloader.h

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

source/include/MQTTFileDownloader_base64.h

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

source/include/MQTTFileDownloader_cbor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
44
* SPDX-License-Identifier: MIT
55
*
66
* 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* AWS IoT Core MQTT File Streams Embedded C v1.0.0
3-
* Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved.
3+
* Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
44
* SPDX-License-Identifier: MIT
55
*
66
* Licensed under the MIT License. See the LICENSE accompanying this file

test/unit-test/downloader_cbor_utest.c

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

test/unit-test/downloader_utest.c

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

0 commit comments

Comments
 (0)