FONTAINE 1.0

ArphicPublic.h

Go to the documentation of this file.
00001 //
00002 // The Fontaine Font Analysis Project 
00003 // 
00004 // Copyright (c) 2009 by Edward H. Trager
00005 // All Rights Reserved
00006 // 
00007 // Released under the GNU GPL version 2.0 or later.
00008 //     
00009 
00010 
00011 //
00012 // ArphicPublic.h
00013 //
00014 
00015 #ifndef LICENSE_DATA
00016 #include "../LicenseData.h"
00017 #endif
00018 
00019 #ifndef ARPHIC_PUBLIC
00020 #define ARPHIC_PUBLIC
00021 
00022 namespace ArphicPublicLicense{
00023 
00024 //
00025 // Sample sentences
00026 // 
00027 const char *searchKeys[]={
00028         "ARPHIC PUBLIC LICENSE",
00029         "Arphic Public License",
00030         "文鼎公眾授權書",
00031         "Arphic",
00032         END_OF_LICENSE_NAMES
00033 };
00034 
00035 
00036 //
00037 // LicenseData
00038 //
00039 LicenseData data={
00040         "Arphic Public License", // name
00041         "http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE", // url
00042         searchKeys // descriptions used for matching
00043 };
00044 
00045 const LicenseData *pData = &data;
00046 
00047 }; // end of namespace
00048 
00049 #endif