diff --git a/.coveragerc b/.coveragerc index 05cf3e7..843d387 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/LICENSE b/LICENSE index 147745e..5654027 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2019 ARM Limited or its affiliates +Copyright 2019-2020 Pelion SPDX-License-Identifier: Apache-2.0 diff --git a/bsdiff/bsdiff.c b/bsdiff/bsdiff.c index adfbed9..4fa57ae 100755 --- a/bsdiff/bsdiff.c +++ b/bsdiff/bsdiff.c @@ -1,7 +1,7 @@ /*- * Copyright 2003-2005 Colin Percival * Copyright 2012 Matthew Endsley - * Copyright (c) 2018-2019 ARM Limited + * Copyright (c) 2018-2020 Pelion * All rights reserved * * Redistribution and use in source and binary forms, with or without diff --git a/bsdiff/bsdiff.h b/bsdiff/bsdiff.h index e5d0723..6b3c964 100755 --- a/bsdiff/bsdiff.h +++ b/bsdiff/bsdiff.h @@ -1,7 +1,7 @@ /*- * Copyright 2003-2005 Colin Percival * Copyright 2012 Matthew Endsley - * Copyright (c) 2018-2019 ARM Limited + * Copyright (c) 2018-2020 Pelion * All rights reserved * * Redistribution and use in source and binary forms, with or without diff --git a/bsdiff/bsdiff_helper.c b/bsdiff/bsdiff_helper.c index 40be4e1..cacf3f0 100644 --- a/bsdiff/bsdiff_helper.c +++ b/bsdiff/bsdiff_helper.c @@ -1,5 +1,5 @@ // ---------------------------------------------------------------------------- -// Copyright 2019 ARM Ltd. +// Copyright 2019-2020 Pelion // // SPDX-License-Identifier: Apache-2.0 // diff --git a/bsdiff/bsdiff_helper.h b/bsdiff/bsdiff_helper.h index 6425d86..d1f54e3 100644 --- a/bsdiff/bsdiff_helper.h +++ b/bsdiff/bsdiff_helper.h @@ -1,5 +1,5 @@ // ---------------------------------------------------------------------------- -// Copyright 2019 ARM Ltd. +// Copyright 2019-2020 Pelion // // SPDX-License-Identifier: Apache-2.0 // diff --git a/bsdiff/bsdiff_python.c b/bsdiff/bsdiff_python.c index 21aaefb..e8c62b5 100644 --- a/bsdiff/bsdiff_python.c +++ b/bsdiff/bsdiff_python.c @@ -1,5 +1,5 @@ // ---------------------------------------------------------------------------- -// Copyright 2019 ARM Ltd. +// Copyright 2019-2020 Pelion // // SPDX-License-Identifier: Apache-2.0 // diff --git a/bsdiff/common.h b/bsdiff/common.h index aa3b012..cd15e57 100644 --- a/bsdiff/common.h +++ b/bsdiff/common.h @@ -1,5 +1,5 @@ // ---------------------------------------------------------------------------- -// Copyright 2019 ARM Ltd. +// Copyright 2019-2020 Pelion // // SPDX-License-Identifier: Apache-2.0 // diff --git a/bsdiff/import.sh b/bsdiff/import.sh index 48a44b3..28b335d 100755 --- a/bsdiff/import.sh +++ b/bsdiff/import.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/bsdiff/varint.c b/bsdiff/varint.c index fb80b0f..0efcf16 100644 --- a/bsdiff/varint.c +++ b/bsdiff/varint.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2018-2019 ARM Limited + * Copyright (c) 2018-2020 Pelion * All rights reserved * * Redistribution and use in source and binary forms, with or without diff --git a/bsdiff/varint.h b/bsdiff/varint.h index 89806e3..bdf5e39 100644 --- a/bsdiff/varint.h +++ b/bsdiff/varint.h @@ -1,5 +1,5 @@ // ---------------------------------------------------------------------------- -// Copyright 2019 ARM Ltd. +// Copyright 2019-2020 Pelion // // SPDX-License-Identifier: Apache-2.0 // diff --git a/build_manylinux_wheels.sh b/build_manylinux_wheels.sh index ea376ad..e498068 100755 --- a/build_manylinux_wheels.sh +++ b/build_manylinux_wheels.sh @@ -1,6 +1,6 @@ #!/bin/bash # ---------------------------------------------------------------------------- -# Copyright 2020 ARM Limited or its affiliates +# Copyright 2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/build_manylinux_wheels_entry_point.sh b/build_manylinux_wheels_entry_point.sh index 8d5e978..43f8180 100755 --- a/build_manylinux_wheels_entry_point.sh +++ b/build_manylinux_wheels_entry_point.sh @@ -1,6 +1,6 @@ #!/bin/bash # ---------------------------------------------------------------------------- -# Copyright 2020 ARM Limited or its affiliates +# Copyright 2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/dev_init.sh b/dev_init.sh index 2fa4855..85f8a9a 100755 --- a/dev_init.sh +++ b/dev_init.sh @@ -1,6 +1,6 @@ #!/bin/bash -ex # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/__init__.py b/manifesttool/__init__.py index 7ac23c7..3663490 100644 --- a/manifesttool/__init__.py +++ b/manifesttool/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/delta_tool/__init__.py b/manifesttool/delta_tool/__init__.py index 0ef1083..2e7d72d 100644 --- a/manifesttool/delta_tool/__init__.py +++ b/manifesttool/delta_tool/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/delta_tool/delta_tool.py b/manifesttool/delta_tool/delta_tool.py index 08e0d86..4764125 100644 --- a/manifesttool/delta_tool/delta_tool.py +++ b/manifesttool/delta_tool/delta_tool.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/dev_tool/__init__.py b/manifesttool/dev_tool/__init__.py index 0ef1083..2e7d72d 100644 --- a/manifesttool/dev_tool/__init__.py +++ b/manifesttool/dev_tool/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/dev_tool/actions/__init__.py b/manifesttool/dev_tool/actions/__init__.py index 0ef1083..2e7d72d 100644 --- a/manifesttool/dev_tool/actions/__init__.py +++ b/manifesttool/dev_tool/actions/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/dev_tool/actions/code_template.txt b/manifesttool/dev_tool/actions/code_template.txt index c9263bb..fc48bf5 100644 --- a/manifesttool/dev_tool/actions/code_template.txt +++ b/manifesttool/dev_tool/actions/code_template.txt @@ -1,5 +1,5 @@ // ---------------------------------------------------------------------------- -// Copyright 2019 ARM Limited or its affiliates +// Copyright 2019-2020 Pelion // // SPDX-License-Identifier: Apache-2.0 // diff --git a/manifesttool/dev_tool/actions/create.py b/manifesttool/dev_tool/actions/create.py index 9ad091e..e7d8ef2 100644 --- a/manifesttool/dev_tool/actions/create.py +++ b/manifesttool/dev_tool/actions/create.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/dev_tool/actions/init.py b/manifesttool/dev_tool/actions/init.py index 29f70da..27fedf3 100644 --- a/manifesttool/dev_tool/actions/init.py +++ b/manifesttool/dev_tool/actions/init.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/dev_tool/actions/update.py b/manifesttool/dev_tool/actions/update.py index 7631859..47e41b2 100644 --- a/manifesttool/dev_tool/actions/update.py +++ b/manifesttool/dev_tool/actions/update.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/dev_tool/defaults.py b/manifesttool/dev_tool/defaults.py index edb8bb1..9d24596 100644 --- a/manifesttool/dev_tool/defaults.py +++ b/manifesttool/dev_tool/defaults.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/dev_tool/dev_tool.py b/manifesttool/dev_tool/dev_tool.py index 1294a36..08e341f 100644 --- a/manifesttool/dev_tool/dev_tool.py +++ b/manifesttool/dev_tool/dev_tool.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/dev_tool/pelion/__init__.py b/manifesttool/dev_tool/pelion/__init__.py index 0ef1083..2e7d72d 100644 --- a/manifesttool/dev_tool/pelion/__init__.py +++ b/manifesttool/dev_tool/pelion/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/dev_tool/pelion/pelion.py b/manifesttool/dev_tool/pelion/pelion.py index 05f45c4..171f98e 100644 --- a/manifesttool/dev_tool/pelion/pelion.py +++ b/manifesttool/dev_tool/pelion/pelion.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/__init__.py b/manifesttool/mtool/__init__.py index 0ef1083..2e7d72d 100644 --- a/manifesttool/mtool/__init__.py +++ b/manifesttool/mtool/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/actions/__init__.py b/manifesttool/mtool/actions/__init__.py index bdf5df5..ba8bbf9 100644 --- a/manifesttool/mtool/actions/__init__.py +++ b/manifesttool/mtool/actions/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/actions/create.py b/manifesttool/mtool/actions/create.py index 9e0f23a..1f96cd2 100644 --- a/manifesttool/mtool/actions/create.py +++ b/manifesttool/mtool/actions/create.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/actions/parse.py b/manifesttool/mtool/actions/parse.py index b491e7a..f1c3b7a 100644 --- a/manifesttool/mtool/actions/parse.py +++ b/manifesttool/mtool/actions/parse.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/actions/public_key.py b/manifesttool/mtool/actions/public_key.py index 3d190a4..242836e 100644 --- a/manifesttool/mtool/actions/public_key.py +++ b/manifesttool/mtool/actions/public_key.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/actions/schema.py b/manifesttool/mtool/actions/schema.py index 3842571..64adf30 100644 --- a/manifesttool/mtool/actions/schema.py +++ b/manifesttool/mtool/actions/schema.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/asn1/__init__.py b/manifesttool/mtool/asn1/__init__.py index 8088b64..a853462 100644 --- a/manifesttool/mtool/asn1/__init__.py +++ b/manifesttool/mtool/asn1/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/asn1/generate-python-schema.sh b/manifesttool/mtool/asn1/generate-python-schema.sh index 59de214..07b6330 100755 --- a/manifesttool/mtool/asn1/generate-python-schema.sh +++ b/manifesttool/mtool/asn1/generate-python-schema.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -e # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/asn1/manifest_codec.py b/manifesttool/mtool/asn1/manifest_codec.py index 1ec5e58..433ce91 100644 --- a/manifesttool/mtool/asn1/manifest_codec.py +++ b/manifesttool/mtool/asn1/manifest_codec.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/asn1/v1/__init__.py b/manifesttool/mtool/asn1/v1/__init__.py index 6d87425..53902b0 100644 --- a/manifesttool/mtool/asn1/v1/__init__.py +++ b/manifesttool/mtool/asn1/v1/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/asn1/v1/manifest-1.0.0 b/manifesttool/mtool/asn1/v1/manifest-1.0.0 index 87f4946..d6ae3d5 100644 --- a/manifesttool/mtool/asn1/v1/manifest-1.0.0 +++ b/manifesttool/mtool/asn1/v1/manifest-1.0.0 @@ -1,5 +1,5 @@ -- ---------------------------------------------------------------------------- --- Copyright 2019 ARM Limited or its affiliates +-- Copyright 2019-2020 Pelion -- -- SPDX-License-Identifier: Apache-2.0 -- diff --git a/manifesttool/mtool/asn1/v1/manifest_encoder_v1.py b/manifesttool/mtool/asn1/v1/manifest_encoder_v1.py index f859855..83bdc6f 100644 --- a/manifesttool/mtool/asn1/v1/manifest_encoder_v1.py +++ b/manifesttool/mtool/asn1/v1/manifest_encoder_v1.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/asn1/v1/manifest_schema_v1.py b/manifesttool/mtool/asn1/v1/manifest_schema_v1.py index a603af3..edfea88 100644 --- a/manifesttool/mtool/asn1/v1/manifest_schema_v1.py +++ b/manifesttool/mtool/asn1/v1/manifest_schema_v1.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/asn1/v3/__init__.py b/manifesttool/mtool/asn1/v3/__init__.py index e9f3f79..92fbec7 100644 --- a/manifesttool/mtool/asn1/v3/__init__.py +++ b/manifesttool/mtool/asn1/v3/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/asn1/v3/manifest_encoder_v3.py b/manifesttool/mtool/asn1/v3/manifest_encoder_v3.py index 01d89dc..9ddb648 100644 --- a/manifesttool/mtool/asn1/v3/manifest_encoder_v3.py +++ b/manifesttool/mtool/asn1/v3/manifest_encoder_v3.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/asn1/v3/manifest_schema_v3.py b/manifesttool/mtool/asn1/v3/manifest_schema_v3.py index c786cd5..5604e28 100644 --- a/manifesttool/mtool/asn1/v3/manifest_schema_v3.py +++ b/manifesttool/mtool/asn1/v3/manifest_schema_v3.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/asn1/v3/manifest_v3.asn b/manifesttool/mtool/asn1/v3/manifest_v3.asn index ea0a153..b40676f 100644 --- a/manifesttool/mtool/asn1/v3/manifest_v3.asn +++ b/manifesttool/mtool/asn1/v3/manifest_v3.asn @@ -1,5 +1,5 @@ -- ---------------------------------------------------------------------------- --- Copyright 2019 ARM Limited or its affiliates +-- Copyright 2019-2020 Pelion -- -- SPDX-License-Identifier: Apache-2.0 -- diff --git a/manifesttool/mtool/ecdsa_helper.py b/manifesttool/mtool/ecdsa_helper.py index c5bbdf9..ad0f769 100644 --- a/manifesttool/mtool/ecdsa_helper.py +++ b/manifesttool/mtool/ecdsa_helper.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/mtool.py b/manifesttool/mtool/mtool.py index 77700fb..1d6c7fa 100644 --- a/manifesttool/mtool/mtool.py +++ b/manifesttool/mtool/mtool.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/manifesttool/mtool/payload_format.py b/manifesttool/mtool/payload_format.py index 4e600ce..a4353e6 100644 --- a/manifesttool/mtool/payload_format.py +++ b/manifesttool/mtool/payload_format.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/setup.py b/setup.py index 1a2b702..3201ff9 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/conftest.py b/tests/conftest.py index b10c018..9183b20 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/delta_tool/test_generate_delta.py b/tests/delta_tool/test_generate_delta.py index 699e5cf..7d849af 100644 --- a/tests/delta_tool/test_generate_delta.py +++ b/tests/delta_tool/test_generate_delta.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/dev_tool/test_dev_create.py b/tests/dev_tool/test_dev_create.py index 16f1dea..015e72f 100644 --- a/tests/dev_tool/test_dev_create.py +++ b/tests/dev_tool/test_dev_create.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/dev_tool/test_dev_init.py b/tests/dev_tool/test_dev_init.py index 11e9fef..b340dc5 100644 --- a/tests/dev_tool/test_dev_init.py +++ b/tests/dev_tool/test_dev_init.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/dev_tool/test_dev_update.py b/tests/dev_tool/test_dev_update.py index ea4f740..2314571 100644 --- a/tests/dev_tool/test_dev_update.py +++ b/tests/dev_tool/test_dev_update.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/dev_tool/test_init_generate_credentials.py b/tests/dev_tool/test_init_generate_credentials.py index bbb9ae2..ab52e1b 100644 --- a/tests/dev_tool/test_init_generate_credentials.py +++ b/tests/dev_tool/test_init_generate_credentials.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/dev_tool/test_init_generate_developer_config.py b/tests/dev_tool/test_init_generate_developer_config.py index 71cf884..ad98a7c 100644 --- a/tests/dev_tool/test_init_generate_developer_config.py +++ b/tests/dev_tool/test_init_generate_developer_config.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/dev_tool/test_init_generate_update_default_resources_c.py b/tests/dev_tool/test_init_generate_update_default_resources_c.py index aedfe34..7c6946a 100644 --- a/tests/dev_tool/test_init_generate_update_default_resources_c.py +++ b/tests/dev_tool/test_init_generate_update_default_resources_c.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/mtool/test_create.py b/tests/mtool/test_create.py index 216ec67..a2f951f 100644 --- a/tests/mtool/test_create.py +++ b/tests/mtool/test_create.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/mtool/test_parse.py b/tests/mtool/test_parse.py index 224cb7e..2070423 100644 --- a/tests/mtool/test_parse.py +++ b/tests/mtool/test_parse.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/mtool/test_public_key.py b/tests/mtool/test_public_key.py index 4e8d2f7..5bc82fb 100644 --- a/tests/mtool/test_public_key.py +++ b/tests/mtool/test_public_key.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2020 ARM Limited or its affiliates +# Copyright 2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/mtool/test_schema.py b/tests/mtool/test_schema.py index 7440919..9efe3f6 100644 --- a/tests/mtool/test_schema.py +++ b/tests/mtool/test_schema.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tox.ini b/tox.ini index 41b3774..51f0538 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright 2019 ARM Limited or its affiliates +# Copyright 2019-2020 Pelion # # SPDX-License-Identifier: Apache-2.0 #