1 /*
2  *	HTE Editor
3  *	htinfo.h
4  *
5  *	Copyright (C) 1999-2002 Stefan Weyergraf
6  *
7  *	This program is free software; you can redistribute it and/or modify
8  *	it under the terms of the GNU General Public License version 2 as
9  *	published by the Free Software Foundation.
10  *
11  *	This program is distributed in the hope that it will be useful,
12  *	but WITHOUT ANY WARRANTY; without even the implied warranty of
13  *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  *	GNU General Public License for more details.
15  *
16  *	You should have received a copy of the GNU General Public License
17  *	along with this program; if not, write to the Free Software
18  *	Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19  */
20 
21 #ifndef __HTINFO_H__
22 #define __HTINFO_H__
23 
24 #define ht_url "http://hte.sourceforge.net"
25 
26 #define ht_name "ht"
27 #define ht_version "2.1.1pre"
28 
29 #define ht_author1 "Stefan Weyergraf"
30 #define ht_copyright1 "(c) 1999-2004 " ht_author1
31 
32 #define ht_author2 "Sebastian Biallas"
33 #define ht_mail2 "sb@biallas.net"
34 #define ht_copyright2 "(c) 1999-2016 " ht_author2 " <" ht_mail2 ">"
35 
36 #endif /* !__HTINFO_H__ */
37