/*
* SPDXVersion: SPDX-1.1
*
* Creator: Person: Nuno Brito (nuno.brito@triplecheck.de)
*
* Creator: Organization: TripleCheck (contact@triplecheck.de)
*
* Created: 2013-11-01T00:00:00Z
*
* LicenseName: NOASSERTION
*
* FileName: Product.java
*
* FileType: SOURCE
*
* FileCopyrightText: <text> Copyright 2013 Nuno Brito, TripleCheck </text>
*
* FileComment: <text> We define product as the software product that is
* being described. To ease understanding of our definition, a software
* product is composed with multiple software components. </text>
*/
package spdxlib;
import java.io.File;
/**
*
* @author Nuno Brito, 1st of November 2013 in Darmstadt, Germany.
* nuno.brito@triplecheck.de | http://nunobrito.eu
*/
public class Product {
public File folder = null;
}