Child: [r24] (diff)

Download this file

PackageSupplier.java    27 lines (20 with data), 710 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
* SPDXVersion: SPDX-1.1
* Creator: Person: Nuno Brito (nuno.brito@triplecheck.de)
* Creator: Organization: TripleCheck (contact@triplecheck.de)
* Created: 2013-08-29T00:00:00Z
* LicenseName: NOASSERTION
* FileName: PackageSupplier.java
* FileType: SOURCE
* FileCopyrightText: <text> Copyright 2013 Nuno Brito, TripleCheck </text>
* FileComment: <text>Class defining the SPDX Package Supplier fields</text>
*/
package old;
public class PackageSupplier {
public String
person, // mandatory field
personEmail, // optional field
organization, // mandatory field
organizationEmail // optional field
;
}