1#
2# fstrcmp - fuzzy string compare library
3# Copyright (C) 2009 Peter Miller
4# Written by Peter Miller <pmiller@opensource.org.au>
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 3 of the License, or (at
9# your option) any later version.
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 GNU
14# 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, see <http://www.gnu.org/licenses/>.
18#
19
20project_specific =
21[
22    {
23        name = "html:body-begin";
24        value =
25            @<a href="http://srecord.sourceforge.net/"> <img
26            src="http://fstrcmp.sourceforge.net/icon1.64.png"
27            align=left border=0></a><a
28            href="http://fstrcmp.sourceforge.net/"><img
29            src="http://fstrcmp.sourceforge.net/icon1.64.png"
30            align=right
31            border=0></a>@;
32    },
33];
34