Skip to content

Expand FAQ entry on LinkML licensing with accurate details#3133

Merged
matentzn merged 3 commits into
mainfrom
copilot/add-faq-entry-license
Feb 5, 2026
Merged

Expand FAQ entry on LinkML licensing with accurate details#3133
matentzn merged 3 commits into
mainfrom
copilot/add-faq-entry-license

Conversation

Copilot AI commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

The existing FAQ entry incorrectly stated all LinkML components use CC0. The main linkml repository uses Apache 2.0, while linkml-model (metamodel) uses CC0.

Changes

Updated docs/faq/general.md "How is LinkML licensed?" section:

  • Corrected licensing information: Apache 2.0 for software components (linkml framework), CC0 for data assets (linkml-model)
  • Added concrete examples: Direct links to linkml and linkml-model repositories with their respective licenses
  • Documented standard practice: All LinkML repos include LICENSE files at repository root
  • Historical context: Note about BSD-3-Clause and MIT licenses in older repositories
  • Commitment statement: Emphasized openness and unrestricted use

The updated entry provides accurate, actionable information about where to find license details across the LinkML ecosystem.

Original prompt

This section details on the original issue you should resolve

<issue_title>new FAQ entry on license</issue_title>
<issue_description>We should have an FAQ entry in general about terms of use

Of course, the actual LICENSE itself should be completely unambioguous and normative, but it can be useful to have an informative FAQ entry that emphasizes commitment to openness and unrestrictedness

Note: wait until we have reached clarity here first: linkml/linkml-runtime#69</issue_description>

<agent_instructions>Please address this issue. Find the correct FAQ docs page, add a section with a small suitable blurp along the lines of what is requested, and point to the fact that all LinkML repos have an associated LICENSE file in the repository root as per general open standards. Point to the linkml framework and linkml metamodel as examples. You can also say that for most software our default license is Apache 2.0, and for most data assets like the linkml-model its CC0, but for historical reasons some repos still use BSD3 and MIT (this should just be a side note).</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: matentzn <7070631+matentzn@users.noreply.github.com>
Copilot AI changed the title [WIP] Add FAQ entry on terms of use and licensing Expand FAQ entry on LinkML licensing with accurate details Feb 4, 2026
Copilot AI requested a review from matentzn February 4, 2026 13:13
@matentzn matentzn requested a review from nlharris February 4, 2026 13:17
@matentzn matentzn marked this pull request as ready for review February 4, 2026 13:17
@codecov

codecov Bot commented Feb 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.94%. Comparing base (e4ddd7b) to head (2e40b65).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3133      +/-   ##
==========================================
+ Coverage   80.28%   83.94%   +3.65%     
==========================================
  Files         150      150              
  Lines       17411    17411              
  Branches     3583     3583              
==========================================
+ Hits        13978    14615     +637     
+ Misses       2681     1997     -684     
- Partials      752      799      +47     
Flag Coverage Δ
linkml 80.27% <ø> (ø)
runtime 80.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@matentzn matentzn merged commit c6d9ede into main Feb 5, 2026
19 checks passed
@matentzn matentzn deleted the copilot/add-faq-entry-license branch February 5, 2026 11:37
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.

new FAQ entry on license

4 participants