Skip to content

Commit

Permalink
Merge pull request #21 from hesa/jeremiah-patch-context-question
Browse files Browse the repository at this point in the history
Update README.md - question regarding context
  • Loading branch information
hesa authored Dec 4, 2024
2 parents 5024467 + 78ae555 commit 34c7649
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# licomp - License Compatibility

Licomp provides an interface and code for miscallenous compatibility
resources making them accessible more easily.
The licomp library provides an interface and code for various license compatibility
resources making them accessible programmatically.

Licomp also provides some basic functionality for such resources to
easily create a command line program.

The licomp resources below can be accessed as a group by:
* [licomp-toolkit](https://github.com/hesa/licomp-toolkit) - (`pip install licomp-toolkit`)

Licomp is used be the following compatibility resources:
Licomp is used with the following compatibility resources:
* [licomp-hermione](https://github.com/hesa/licomp-hermione) - (`pip install licomp-hermione`)
* [licomp-osadl](https://github.com/hesa/licomp-osadl) - (`pip install licomp-osadl`)
* [licomp-proprietary](https://github.com/hesa/licomp-proprietary) - (`pip install licomp-proprietary`)
Expand All @@ -19,10 +19,9 @@ Licomp is used be the following compatibility resources:
<a name="licomp-concepts"></a>
# Licomp basic concepts

Answering whether one license is compatible with another needs some
context. This context is often missing in the quesion but sometimes
also in tooling. We have tried to organise this context and a way to
provide this to the tool.
Licomp can be used to help determine if a given license is compatible with another. These
compatibility checks needs context which is often missing. (More about the context).
We have tried to organise this context and a way to provide this to the tool.

<a name="licomp-concepts-usecase"></a>
## Usecase
Expand Down

0 comments on commit 34c7649

Please sign in to comment.