From 3e1183d66bbcec47bf43c700fa101be1cf27e31b Mon Sep 17 00:00:00 2001 From: Ahmed Ismail Date: Tue, 17 Oct 2023 13:56:27 +0100 Subject: [PATCH] license: Add missing copyright headers Missing copyright headers are added to files. Signed-off-by: Ahmed Ismail --- .github/workflows/build.yaml | 4 ++++ .github/workflows/ci.yml | 4 ++++ .../freertos-integration-tests/include/unistd.h | 5 +++++ Tools/uncrustify.cfg | 3 +++ 4 files changed, 16 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ea170466..5d9bcc61 100755 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,3 +1,7 @@ +# Copyright (c) 2023 Arm Limited and/or its affiliates +# +# SPDX-License-Identifier: MIT + name: Build on: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9379e345..b1c7cba8 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,7 @@ +# Copyright (c) 2023 Arm Limited and/or its affiliates +# +# SPDX-License-Identifier: MIT + name: CI Checks on: diff --git a/Projects/aws-iot-example/freertos-integration-tests/include/unistd.h b/Projects/aws-iot-example/freertos-integration-tests/include/unistd.h index 3d2de1a1..f7c85b86 100644 --- a/Projects/aws-iot-example/freertos-integration-tests/include/unistd.h +++ b/Projects/aws-iot-example/freertos-integration-tests/include/unistd.h @@ -1 +1,6 @@ +/* Copyright 2023 Arm Limited and/or its affiliates + * + * SPDX-License-Identifier: MIT + */ + /* dummy file for workaround missing ifdefs in AWS qual tests */ diff --git a/Tools/uncrustify.cfg b/Tools/uncrustify.cfg index 3f4c40ca..916df630 100644 --- a/Tools/uncrustify.cfg +++ b/Tools/uncrustify.cfg @@ -1,3 +1,6 @@ +# Copyright (c) 2023 Arm Limited and/or its affiliates +# +# SPDX-License-Identifier: MIT # Uncrustify-0.69.0 newlines = auto # lf/crlf/cr/auto