update CITATION.cff to include a license, add full apache license to …#3032
Conversation
…hopefully key zenodo into putting the same license in linkml, in zenodo.
There was a problem hiding this comment.
Pull request overview
This PR updates the project's licensing information to improve Zenodo integration by replacing the abbreviated Apache 2.0 license with the full official text and explicitly declaring the license in the citation metadata.
- Replaces abbreviated LICENSE file with complete Apache License 2.0 text (Version 2.0, January 2004)
- Adds
license: Apache-2.0field to CITATION.cff using the proper SPDX identifier
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| LICENSE | Replaced shortened license notice with full official Apache License 2.0 text including all terms, conditions, and appendix |
| CITATION.cff | Added license field with Apache-2.0 SPDX identifier to improve Zenodo license recognition |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3032 +/- ##
==========================================
+ Coverage 79.63% 83.31% +3.67%
==========================================
Files 152 152
Lines 16213 16213
Branches 3264 3264
==========================================
+ Hits 12912 13508 +596
+ Misses 2614 1973 -641
- Partials 687 732 +45
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
nlharris
left a comment
There was a problem hiding this comment.
I still am not sure we need the full text of the Apache license, but ok!
…hopefully key zenodo into putting the same license in linkml, in zenodo.