X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr.c;h=3a07069b85cf652ce996318a2d75f4fdbd5fc594;hb=c6b8edd2312a4606cc014738266059a20e3b6e61;hp=beb29866326686ca70e93391291c0cf212dcaa29;hpb=db93359f0cbf9a1e9dc81ea05f7b8662f843ae3d;p=yaz-moved-to-github.git diff --git a/src/odr.c b/src/odr.c index beb2986..3a07069 100644 --- a/src/odr.c +++ b/src/odr.c @@ -1,9 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. - * - * $Id: odr.c,v 1.16 2007-03-19 21:08:13 adam Exp $ - * */ /** @@ -303,6 +300,7 @@ void odr_printf(ODR o, const char *fmt, ...) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab