X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fscantest.c;h=e90a6cbed509a324fea3af8aeabb1eba81d62ffb;hb=de31c38f785cafdadae526d27c64005e33238761;hp=f9de000038c9b8e1ff8731cc8e396b2703bd9482;hpb=664413d3aab4207a0f895caa87c4a57b022e5998;p=idzebra-moved-to-github.git diff --git a/dict/scantest.c b/dict/scantest.c index f9de000..e90a6cb 100644 --- a/dict/scantest.c +++ b/dict/scantest.c @@ -1,5 +1,5 @@ -/* $Id: scantest.c,v 1.4 2005-04-29 18:43:30 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: scantest.c,v 1.6 2006-08-14 10:40:09 adam Exp $ + Copyright (C) 1995-2006 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #include @@ -186,3 +186,11 @@ int main(int argc, char **argv) exit(1); exit(0); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +