FONTAINE  1.0
Apache.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009 by Edward H. Trager
5 // Copyright (c) 2010 by Nicolas Spalinger
6 // All Rights Reserved
7 //
8 // Released under the GNU GPL version 2.0 or later.
9 //
10 
11 
12 //
13 // Apache.h
14 //
15 
16 #ifndef LICENSE_DATA
17 #include "LicenseData.h"
18 #endif
19 
20 #ifndef APACHE
21 #define APACHE
22 
23 namespace ApacheLicense{
24 
25 //
26 // Sample sentences
27 //
28 const char *searchKeys[]={
29  "Apache",
30  "Apache License",
31  "Apache 2 License",
33 };
34 
35 
36 //
37 // LicenseData
38 //
40  "Apache 2.0", // name
41  "http://www.apache.org/licenses/LICENSE-2.0", // url
42  searchKeys // One or more full name descriptions used for matching
43 };
44 
46 
47 }; // end of namespace
48 
49 #endif
LicenseData data
Definition: Apache.h:39
const LicenseData * pData
Definition: Apache.h:45
const char * searchKeys[]
Definition: Apache.h:28
Definition: LicenseData.h:25
Definition: Apache.h:23
#define END_OF_LICENSE_NAMES
Definition: LicenseData.h:18