FONTAINE  1.0
OFL.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 // OFL.h
14 //
15 
16 #ifndef LICENSE_DATA
17 #include "LicenseData.h"
18 #endif
19 
20 #ifndef OPEN_FONT_LICENSE
21 #define OPEN_FONT_LICENSE
22 
23 namespace OpenFontLicense{
24 
25 //
26 // Sample sentences
27 //
28 const char *searchKeys[]={
29  "Open Font License",
30  "OFL",
31  "scripts.sil.org/OFL",
32  "openfont",
33  "open font",
35 };
36 
37 
38 //
39 // LicenseData
40 //
42  "OFL (SIL Open Font License)", // acronym
43  "http://scripts.sil.org/OFL", // url
44  searchKeys // One or more full name descriptions used for matching
45 };
46 
48 
49 }; // end of namespace
50 
51 #endif
const LicenseData * pData
Definition: OFL.h:47
const char * searchKeys[]
Definition: OFL.h:28
LicenseData data
Definition: OFL.h:41
Definition: OFL.h:23
Definition: LicenseData.h:25
#define END_OF_LICENSE_NAMES
Definition: LicenseData.h:18