Skip to content

Commit

Permalink
updated version, fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aschet committed Mar 9, 2021
1 parent 947a15d commit 9498402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The [SPDX specification](https://spdx.org/spdx-specification-21-web-version) was created to exchange licensing information along a software supply chain in a standard way. Part of this specification are license expressions which can be used to describe the licensing of a software in a formal way e.g. `(LGPL-3.0 OR MIT)`.

Within the [SPDX tools](https://github.com/spdx/tools), the official specification implementation of the SPDX working group, license expressions are represented as `AnyLicenseInfo` composite. Interacting with this composite can be quite complicated, therefore the spdx-license-expression-tools Java library was created to provide various operations that can performed on SPDX license expressions:
Within the [SPDX tools](https://github.com/spdx/tools), the official specification implementation of the SPDX working group, license expressions are represented as `AnyLicenseInfo` composite. Interacting with this composite can be quite complicated, therefore the spdx-license-expression-tools Java library was created to provide various operations that can be performed on SPDX license expressions:
- simplification
- filtering
- merging
Expand Down Expand Up @@ -84,6 +84,6 @@ spdx-license-expression-tools is available via the Maven Central Repository:
<dependency>
<groupId>com.github.aschet</groupId>
<artifactId>spdx-license-expression-tools</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```

0 comments on commit 9498402

Please sign in to comment.