Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef LICENSE_DATA
00016 #include "LicenseData.h"
00017 #endif
00018
00019 #ifndef MPLUS_LICENSE
00020 #define MPLUS_LICENSE
00021
00022 namespace MPLUSLicense{
00023
00024
00025
00026
00027 const char *searchKeys[]={
00028 "M+ FONTS PROJECT",
00029 END_OF_LICENSE_NAMES
00030 };
00031
00032
00033
00034
00035
00036 LicenseData data={
00037 "M+ Fonts Project License",
00038 "http://mplus-fonts.sourceforge.jp/webfonts/index-en.html#license",
00039 searchKeys
00040 };
00041
00042 const LicenseData *pData = &data;
00043
00044 };
00045
00046 #endif