A simple graphical SPDX creator/editor.
Java
Pull request Compare This branch is 1 commit behind yevster:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src/main
test/main
.gitignore
README.md
license.txt
pom.xml

README.md

spdx-edit

SpdxEdit is a simple SPDX 2.1 editor/builder, which can be used to edit existing SPDX 2.1 files or to generate new ones.

SpdxEdit uses 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.

SpdxEdit is licensed under the Apache 2.0 License.

Known limitations:

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