Parent: [r11] (diff)

Child: [r22] (diff)

Download this file

definition.java    30 lines (26 with data), 823 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
27
28
29
/**
* SPDXVersion: SPDX-1.1
* Creator: Person: Nuno Brito (nuno.brito@triplecheck.de)
* Creator: Organization: TripleCheck (http://triplecheck.de)
* Created: 2013-12-05T00:00:00Z
* LicenseName: NOASSERTION
* FileName: definition.java
* FileType: SOURCE
* FileCopyrightText: <text> Copyright (c) 2013 Nuno Brito, TripleCheck </text>
* FileComment: <text> Keeps some definitions that are shared across the
* system </text>
*/
package definitions;
/**
*
* @author Nuno Brito, 5th of December 2013 in Darsmtadt, Germany
*/
public class definition {
public static final String
port = "port",
portDefault = "10101",
searchList = "SearchList",
nodeSoftware = "SPDX",
nodeReviewerSPDX = "Reviewer",
nodeReviewersSPDX = "Reviewers";
}