Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yevster authored Sep 21, 2016
1 parent 13fdcec commit a9e018a
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
@@ -1,12 +1,12 @@
# spdx-edit
SpdxEdit is a simple SPDX 2.0 editor/builder, which can be used to edit existing SPDX 2.0 files or to generate new ones.

SpdxEdit uses [Spdx Tools](https://github.com/spdx/tools) to read, edit, and write RDF-formatted SPDX files. SpdxEdit requires version 2.0.4 snapshot of SpdxTools, which is not yet published to Maven Central. To build, first clone the SpdxTools repository and run ```mvn make install```. Then, you can clone this repository and run ```mvn clean package```.
SpdxEdit uses [Spdx Tools](https://github.com/spdx/tools) to read, edit, and write RDF-formatted SPDX files. To build, first clone the SpdxTools repository and run ```mvn make install```. Then, you can clone this repository and run ```mvn clean package```.

SpdxEdit requires [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html).

SpdxEdit is licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).

###Known limitations:
Only one extracted license per file is supported (SPDX spec supports unlimited).
Standard licenses found in files not presently supported
Standard licenses found in files not presently supported

0 comments on commit a9e018a

Please sign in to comment.