FONTAINE  1.0
XFree86.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 // MIT.h
13 //
14 
15 #ifndef LICENSE_DATA
16 #include "LicenseData.h"
17 #endif
18 
19 #ifndef XFREE86_LICENSE
20 #define XFREE86_LICENSE
21 
22 namespace XFree86License{
23 
24 //
25 // Sample sentences
26 //
27 const char *searchKeys[]={
28  "XFree86",
30 };
31 
32 
33 //
34 // LicenseData
35 //
37  "XFree86 License", // name
38  "http://www.xfree86.org/legal/licenses.html", // url
39  searchKeys // One or more full name descriptions used for matching
40 };
41 
43 
44 }; // end of namespace
45 
46 #endif
XFree86License::data
LicenseData data
Definition: XFree86.h:36
LicenseData.h
XFree86License::searchKeys
const char * searchKeys[]
Definition: XFree86.h:27
XFree86License
Definition: XFree86.h:22
LicenseData
Definition: LicenseData.h:25
END_OF_LICENSE_NAMES
#define END_OF_LICENSE_NAMES
Definition: LicenseData.h:18
XFree86License::pData
const LicenseData * pData
Definition: XFree86.h:42