FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
licenses
GPL.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
// GPL.h
13
//
14
15
#ifndef LICENSE_DATA
16
#include "
LicenseData.h
"
17
#endif
18
19
#ifndef GPL_LICENSE
20
#define GPL_LICENCE
21
22
namespace
GPL{
23
24
//
25
// Sample sentences
26
//
27
const
char
*
searchKeys
[]={
28
"GNU General Public License"
,
29
"GPL"
,
30
"General Public License"
,
31
"GNU copyleft"
,
32
END_OF_LICENSE_NAMES
33
};
34
35
36
//
37
// LicenseData
38
//
39
LicenseData
data
={
40
"GNU General Public License"
,
// acronym
41
"http://www.gnu.org/copyleft/gpl.html"
,
// url
42
searchKeys
// One or more full name descriptions used for matching
43
};
44
45
const
LicenseData
*
pData
= &
data
;
46
47
};
// end of namespace
48
49
#endif
Generated by
1.8.3.1