Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

license_files: Fix copyright #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rwalton-arm
Copy link
Contributor

Description

The copyright notice was specifying 'Arm Mbed' as the owner. This is
incorrect, it should read 'Arm Limited and Contributors'. This PR
updates the licence template to use the correct copyright notice.

This PR also updates the copyright notices on all source files so we're
compliant with Arm's licensing requirements.

Test Coverage

  • This change is covered by existing or additional automated tests.
  • Manual testing has been performed (and evidence provided) as automated testing was not feasible.
  • Additional tests are not required for this change (e.g. documentation update).

@codecov
Copy link

codecov bot commented Jan 5, 2021

Codecov Report

Merging #64 (ab90ebc) into master (2a605e0) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #64   +/-   ##
=======================================
  Coverage   68.91%   68.91%           
=======================================
  Files          28       28           
  Lines        1782     1782           
=======================================
  Hits         1228     1228           
  Misses        554      554           
Impacted Files Coverage Δ
mbed_tools_ci_scripts/create_news_file.py 84.44% <ø> (ø)
mbed_tools_ci_scripts/generate_docs.py 85.10% <ø> (ø)
mbed_tools_ci_scripts/generate_news.py 34.61% <ø> (ø)
mbed_tools_ci_scripts/get_config.py 0.00% <ø> (ø)
mbed_tools_ci_scripts/report_third_party_ip.py 34.88% <ø> (ø)
mbed_tools_ci_scripts/spdx_report/__init__.py 100.00% <ø> (ø)
...ed_tools_ci_scripts/spdx_report/spdx_dependency.py 60.00% <ø> (ø)
mbed_tools_ci_scripts/spdx_report/spdx_document.py 59.00% <ø> (ø)
mbed_tools_ci_scripts/spdx_report/spdx_file.py 66.00% <ø> (ø)
mbed_tools_ci_scripts/spdx_report/spdx_helpers.py 78.08% <ø> (ø)
... and 18 more

The copyright notice was specifying 'Arm Mbed' as the owner. This is
incorrect, it should read 'Arm Limited and Contributors'. This
commit updates the licence template to use the correct copyright
notice.
The copyright notice in our source was incorrect. The organisation
should be "Arm Limited", not "Arm Mbed".

Update the copyright notice so we're compliant with Arm OSS
requirements.
@codeclimate
Copy link

codeclimate bot commented Jan 8, 2021

Code Climate has analyzed commit ab90ebc and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant