From 5e647e19606b98807c6c3e5796b4c1b8f9afa88b Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Fri, 17 Nov 2023 19:36:02 +0000 Subject: [PATCH] Add copyright symbol, year to files --- source/otaJobParser/include/job_parser.h | 2 +- source/otaJobParser/include/ota_job_processor.h | 2 +- source/otaJobParser/job_parser.c | 2 +- source/otaJobParser/ota_job_handler.c | 2 +- test/unit-test/job_parser_utest.c | 2 +- test/unit-test/ota_job_handler_utest.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/otaJobParser/include/job_parser.h b/source/otaJobParser/include/job_parser.h index dac3b97..244fa3e 100644 --- a/source/otaJobParser/include/job_parser.h +++ b/source/otaJobParser/include/job_parser.h @@ -1,6 +1,6 @@ /* * AWS IoT Jobs v1.4.0 - * Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved. + * Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT * * Licensed under the MIT License. See the LICENSE accompanying this file diff --git a/source/otaJobParser/include/ota_job_processor.h b/source/otaJobParser/include/ota_job_processor.h index 66eeead..a47a0e4 100644 --- a/source/otaJobParser/include/ota_job_processor.h +++ b/source/otaJobParser/include/ota_job_processor.h @@ -1,6 +1,6 @@ /* * AWS IoT Jobs v1.4.0 - * Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved. + * Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT * * Licensed under the MIT License. See the LICENSE accompanying this file diff --git a/source/otaJobParser/job_parser.c b/source/otaJobParser/job_parser.c index 67bb11e..1c8d6d2 100644 --- a/source/otaJobParser/job_parser.c +++ b/source/otaJobParser/job_parser.c @@ -1,6 +1,6 @@ /* * AWS IoT Jobs v1.4.0 - * Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved. + * Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT * * Licensed under the MIT License. See the LICENSE accompanying this file diff --git a/source/otaJobParser/ota_job_handler.c b/source/otaJobParser/ota_job_handler.c index d8c71d3..e06545e 100644 --- a/source/otaJobParser/ota_job_handler.c +++ b/source/otaJobParser/ota_job_handler.c @@ -1,6 +1,6 @@ /* * AWS IoT Jobs v1.4.0 - * Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved. + * Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT * * Licensed under the MIT License. See the LICENSE accompanying this file diff --git a/test/unit-test/job_parser_utest.c b/test/unit-test/job_parser_utest.c index 4a91a0d..0bd1fd1 100644 --- a/test/unit-test/job_parser_utest.c +++ b/test/unit-test/job_parser_utest.c @@ -1,6 +1,6 @@ /* * AWS IoT Jobs v1.4.0 - * Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved. + * Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT * * Licensed under the MIT License. See the LICENSE accompanying this file diff --git a/test/unit-test/ota_job_handler_utest.c b/test/unit-test/ota_job_handler_utest.c index 4c54ef7..d9e78f6 100644 --- a/test/unit-test/ota_job_handler_utest.c +++ b/test/unit-test/ota_job_handler_utest.c @@ -1,6 +1,6 @@ /* * AWS IoT Jobs v1.4.0 - * Copyright Amazon.com, Inc. and its affiliates. All Rights Reserved. + * Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT * * Licensed under the MIT License. See the LICENSE accompanying this file