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