X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_oct.c;h=85242ee1d7c07d5615aaf8d678fa303791dec0de;hb=883245e48ad6e5735ab73884e18dc6cb5c297c86;hp=a31ba85db5772b23ae8af362c60c189b864d972f;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/src/ber_oct.c b/src/ber_oct.c index a31ba85..85242ee 100644 --- a/src/ber_oct.c +++ b/src/ber_oct.c @@ -1,11 +1,9 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. - * - * $Id: ber_oct.c,v 1.5 2007-01-03 08:42:15 adam Exp $ */ -/** +/** * \file ber_oct.c * \brief Implements ber_octetstring * @@ -87,6 +85,7 @@ int ber_octetstring(ODR o, Odr_oct *p, int cons) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab