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

Acheive REUSE compliance #35

Merged
merged 34 commits into from
Oct 24, 2023
Merged

Acheive REUSE compliance #35

merged 34 commits into from
Oct 24, 2023

Commits on Oct 21, 2023

  1. ci: Add REUSE compliance check

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    ae783b7 View commit details
    Browse the repository at this point in the history
  2. Remove top-level LICENSE file

    In pursuit of REUSE-compliance
    
    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    540d289 View commit details
    Browse the repository at this point in the history
  3. Add .reuse directory

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    fe018ab View commit details
    Browse the repository at this point in the history
  4. crates/sel4-async: Towards REUSE compliance

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    c2a971b View commit details
    Browse the repository at this point in the history
  5. crates/sel4: Remove license file

    To make way for REUSE
    
    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    7a22038 View commit details
    Browse the repository at this point in the history
  6. Add some comments for REUSE compliance

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    1b35836 View commit details
    Browse the repository at this point in the history
  7. Add copyright and licensing information to markdown files

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    3498f15 View commit details
    Browse the repository at this point in the history
  8. Add copyright and licensing information to Makefiles

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    40da6bb View commit details
    Browse the repository at this point in the history
  9. Add copyright and licensing information to Dockerfiles

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    9929576 View commit details
    Browse the repository at this point in the history
  10. nix: Extend frontmatter support for generated Cargoo manifests

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    cbd1ddd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8738bcb View commit details
    Browse the repository at this point in the history
  12. Add licensing information for some misc files

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    36920a7 View commit details
    Browse the repository at this point in the history
  13. Add licensing information to Python files

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    9be1e76 View commit details
    Browse the repository at this point in the history
  14. Add licenses to LICENSES/ directory

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e422d5f View commit details
    Browse the repository at this point in the history
  15. nix: Add REUSE-Ignore{Start,End}

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    c79c4fc View commit details
    Browse the repository at this point in the history
  16. Add licensing information for .ttf asset

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    b32ee9f View commit details
    Browse the repository at this point in the history
  17. Add licensing information for some misc files

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    006a443 View commit details
    Browse the repository at this point in the history
  18. Add licensing information to Cargo manifest sources

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    1283759 View commit details
    Browse the repository at this point in the history
  19. Add generated Nix files to dep5

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    77d2acb View commit details
    Browse the repository at this point in the history
  20. Add licensing information to Nix sources

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    88b1c1b View commit details
    Browse the repository at this point in the history
  21. Add licensing information to Rust sources

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    0a27dae View commit details
    Browse the repository at this point in the history
  22. Remove redundant licensing information from generated Nix sources

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    1fce5d6 View commit details
    Browse the repository at this point in the history
  23. Clean up licenses for crates with code under multiple licenses

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    daa6b62 View commit details
    Browse the repository at this point in the history
  24. Fix copyright notice for cacert.pem

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d60f1f5 View commit details
    Browse the repository at this point in the history
  25. Use more appropriate licenses for certain Cargo manifests

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    2a9d8a8 View commit details
    Browse the repository at this point in the history
  26. Use different source for Mozilla CA list

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    2885148 View commit details
    Browse the repository at this point in the history
  27. crates/sel4-kernel-loader/asm: Add licensing information

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    c111094 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. ci: Use seL4 Foundation-provided license check action

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3e3c2b0 View commit details
    Browse the repository at this point in the history
  2. Re-order copyright statements throughout

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5bf1a0a View commit details
    Browse the repository at this point in the history
  3. crates/sel4: Add licensing information

    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3d775ad View commit details
    Browse the repository at this point in the history
  4. crates/sel4-sync: Fix licensing information

    As part of more a detailed pass.
    
    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    df9afbb View commit details
    Browse the repository at this point in the history
  5. crates/sel4-backtrace: Fix licensing information

    As part of more a detailed pass.
    
    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ef17c05 View commit details
    Browse the repository at this point in the history
  6. crates/private/support/sel4-simple-task: Fix licensing information

    As part of more a detailed pass.
    
    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    22497c3 View commit details
    Browse the repository at this point in the history
  7. crates/sel4-externally-shared: Fix licensing information

    As part of more a detailed pass.
    
    Signed-off-by: Nick Spinale <[email protected]>
    nspin committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1c302e9 View commit details
    Browse the repository at this point in the history