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

refactor: remove obsolete project directories #75

Merged
merged 2 commits into from
Mar 31, 2024

Conversation

ekkolon
Copy link
Owner

@ekkolon ekkolon commented Mar 31, 2024

Closes #74

📑 Description

This PR removes the licenses/ and tools/ directory which contained scripts for fetching
and extracting SPDX license metadata and long-form headers.

The focus of this package has been narrowed to allow adding short SPDX license
headers only.

Since all license identification and validation is handled by the spdx crate,
the Python scripts in tools/ were no longer necessary.

Future Considerations:

Future versions of Licensa CLI may introduce functionality to apply full
license header texts. However, this is planned for a later, stable release.

✅ Checks

  • My pull request adheres to the code style of this project
  • All the tests have passed

ℹ Additional Information

@ekkolon ekkolon changed the title Refactor remove outdated directories #74 refactor: remove obsolete project directories Mar 31, 2024
@ekkolon ekkolon merged commit 8e9a36f into main Mar 31, 2024
6 checks passed
@ekkolon ekkolon deleted the refactor-remove-outdated-directories-#74 branch March 31, 2024 16:54
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.

refactor: remove unused tools and licenses directory
1 participant