FONTAINE  1.0
STIX.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 // STIX.h
14 //
15 
16 #ifndef LICENSE_DATA
17 #include "LicenseData.h"
18 #endif
19 
20 #ifndef STIX_LICENSE
21 #define STIX_LICENSE
22 
23 namespace STIXLicense{
24 
25 //
26 // Sample sentences
27 //
28 // The metadata is quite similar to the new fonts released under OFL, but the small differences in date and definition allow us
29 // to distinguish the beta under the project-specific license and the 1.0 version under OFL
30 const char *searchKeys[]={
31  "2007 by the STI Pub Companies",
32  "the derivative work will carry a different name",
34 };
35 
36 
37 //
38 // LicenseData
39 //
41  "STIX Font License (deprecated: the new version of the fonts have been released under the OFL)", // name
42  "http://www.aip.org/stixfonts/news.html", // url
43  searchKeys // One or more full name descriptions used for matching
44 };
45 
47 
48 }; // end of namespace
49 
50 #endif
LicenseData data
Definition: STIX.h:40
const LicenseData * pData
Definition: STIX.h:46
const char * searchKeys[]
Definition: STIX.h:30
Definition: LicenseData.h:25
#define END_OF_LICENSE_NAMES
Definition: LicenseData.h:18