00001 /* 00002 * HTE Editor 00003 * htinfo.h 00004 * 00005 * Copyright (C) 1999-2002 Stefan Weyergraf (stefan@weyergraf.de) 00006 * 00007 * This program is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License version 2 as 00009 * published by the Free Software Foundation. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00019 */ 00020 00021 #ifndef __HTINFO_H__ 00022 #define __HTINFO_H__ 00023 00024 #define ht_url "http://hte.sourceforge.net" 00025 00026 #define ht_name "ht" 00027 #define ht_version "0.8.0pre1" 00028 00029 #define ht_author1 "Stefan Weyergraf" 00030 #define ht_mail1 "stefan@weyergraf.de" 00031 #define ht_copyright1 "(c) 1999-2004 "ht_author1", "ht_mail1 00032 00033 #define ht_author2 "Sebastian Biallas" 00034 #define ht_mail2 "sb@biallas.net" 00035 #define ht_copyright2 "(c) 1999-2004 "ht_author2", "ht_mail2 00036 00037 #endif /* !__HTINFO_H__ */