Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import org.spdx.storage.IModelStore.IdType;

/**
* Version 2.1 of the package info sheet
* Version 2.0 of the package info sheet
* @author Gary O'Neall
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import org.spdx.storage.simple.InMemSpdxStore;

/**
* Version 2.1 of the package info sheet
* Version 2.2 of the package info sheet
* @author Gary O'Neall
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import org.spdx.storage.simple.InMemSpdxStore;

/**
* Version 2.1 of the package info sheet
* Version 2.3 of the package info sheet
* @author Gary O'Neall
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import org.spdx.storage.IModelStore.IdType;

/**
* Per file sheet voer version 2.2 of the SPDX spec
* Per file sheet for versions 2.0 and 2.1 of the SPDX spec
*
* @author Gary O'Neall
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import org.spdx.storage.IModelStore.IdType;

/**
* Per file sheet voer version 2.2 of the SPDX spec
* Per file sheet for version 2.2 of the SPDX spec
*
* @author Gary O'Neall
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import org.spdx.storage.IModelStore.IdType;

/**
* Per file sheet voer version 2.2 of the SPDX spec
* Per file sheet for version 2.3 of the SPDX spec
*
* @author Gary O'Neall
*
Expand Down
Loading