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