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

qemu-arm: Add license and copyright to files missing them. #15253

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

dpgeorge
Copy link
Member

All of these files are first-party code written from scratch as part of this repository, and were added when the top-level MIT license was active, so they have an MIT license by default. Tracing back the git history show the original authors/source/copyright as follows:

  • main.c, mpconfigport.h: copied from the bare-arm port [1].

  • test_main.c: added in [2].

  • mphalport.h: added in [3] then updated in [4].

  • mps2.ld, nrf51.ld, stm32.ld, uart.h: added in [4].

  • imx6.ld, uart.c, startup.c: added in [4] and updated in [5].

[1] Commit c557215 in 2014, the initial bare-arm port; see related ee85785.
[2] Commit c1c32d6 in 2014, initial qemu-arm CI tests.
[3] Commit b0a15aa in 2016, enabling extmods and their tests.
[4] Commit e7332b0 in 2018, big refactor. [5] Commit b84406f in 2021, adding Cortex-A9 support.


Also a separate commit to clean up some header includes.

All of these files are first-party code written from scratch as part of
this repository, and were added when the top-level MIT license was active,
so they have an MIT license by default.  Tracing back the git history show
the original authors/source/copyright as follows:

- main.c, mpconfigport.h: copied from the bare-arm port [1].

- test_main.c: added in [2].

- mphalport.h: added in [3] then updated in [4].

- mps2.ld, nrf51.ld, stm32.ld, uart.h: added in [4].

- imx6.ld, uart.c, startup.c: added in [4] and updated in [5].

[1] Commit c557215 in 2014, the initial
    bare-arm port; see related ee85785.
[2] Commit c1c32d6 in 2014, initial
    qemu-arm CI tests.
[3] Commit b0a15aa in 2016, enabling
    extmods and their tests.
[4] Commit e7332b0 in 2018, big refactor.
[5] Commit b84406f in 2021, adding
    Cortex-A9 support.

Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
@dpgeorge dpgeorge merged commit d7d77d9 into micropython:master Jun 11, 2024
7 checks passed
@dpgeorge dpgeorge deleted the qemu-arm-add-license branch June 11, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant