FONTAINE  1.0
Aladdin.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 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 
11 //
12 // Aladdin.h
13 //
14 
15 #ifndef LICENSE_DATA
16 #include "LicenseData.h"
17 #endif
18 
19 #ifndef ALADDIN_LICENSE
20 #define ALADDIN_LICENSE
21 
22 namespace AladdinFreePublicLicense{
23 
24 //
25 // Sample sentences
26 //
27 const char *searchKeys[]={
28  "Aladdin",
30 };
31 
32 
33 //
34 // LicenseData
35 //
37  "Aladdin Free Public License", // name
38  "http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm", // url
39  searchKeys // descriptions used for matching
40 };
41 
43 
44 }; // end of namespace
45 
46 #endif
const char * searchKeys[]
Definition: Aladdin.h:27
LicenseData data
Definition: Aladdin.h:36
Definition: LicenseData.h:25
const LicenseData * pData
Definition: Aladdin.h:42
#define END_OF_LICENSE_NAMES
Definition: LicenseData.h:18