X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr_util.c;h=22a66916c28bfdf2a244ff017c4e8aa1ad0f6d7c;hb=a3e65bcd3250b107397675bc65b35b5939355025;hp=b42ee79302f3eb466e5af72adb80f6e1a292a2ad;hpb=7a98e9bfbb9d5fe7d44822a9838e3becbdce9363;p=yaz-moved-to-github.git diff --git a/src/odr_util.c b/src/odr_util.c index b42ee79..22a6691 100644 --- a/src/odr_util.c +++ b/src/odr_util.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. - * - * $Id: odr_util.c,v 1.13 2007-05-08 08:22:36 adam Exp $ */ /** * \file odr_util.c @@ -14,7 +12,6 @@ #include #include -#include #include "odr-priv.h" #include @@ -119,6 +116,7 @@ char *odr_prepend(ODR o, const char *prefix, const char *old) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab