-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |