FONTAINE  1.0
licenses/IPA.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 // IPA.h
13 //
14 
15 #ifndef LICENSE_DATA
16 #include "LicenseData.h"
17 #endif
18 
19 #ifndef IPA_LICENSE
20 #define IPA_LICENSE
21 
22 namespace IPALicense{
23 
24 //
25 // Sample sentences
26 //
27 const char *searchKeys[]={
28  "IPA License",
29  "Information-technology Promotion Agency",
30  "(IPA)",
31  " IPA ",
33 };
34 
35 
36 //
37 // LicenseData
38 //
40  "IPA", // acronym
41  "http://opensource.org/licenses/ipafont.html", // url
42  searchKeys // One or more full name descriptions used for matching
43 };
44 
46 
47 }; // end of namespace
48 
49 #endif
LicenseData.h
IPALicense
Definition: licenses/IPA.h:22
IPALicense::searchKeys
const char * searchKeys[]
Definition: licenses/IPA.h:27
IPALicense::data
LicenseData data
Definition: licenses/IPA.h:39
LicenseData
Definition: LicenseData.h:25
IPALicense::pData
const LicenseData * pData
Definition: licenses/IPA.h:45
END_OF_LICENSE_NAMES
#define END_OF_LICENSE_NAMES
Definition: LicenseData.h:18