X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fber_tag.c;h=422c74d75d76c644b36bb02bd9e90f3981458e54;hp=a6b6ae8f5982aef4b2377666e10066225f9dbc70;hb=e4e5f0bfaa1fcb5eb12cc37df216352df226b01e;hpb=db93359f0cbf9a1e9dc81ea05f7b8662f843ae3d diff --git a/src/ber_tag.c b/src/ber_tag.c index a6b6ae8..422c74d 100644 --- a/src/ber_tag.c +++ b/src/ber_tag.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_tag.c,v 1.8 2007-03-19 21:08:13 adam Exp $ */ -/** +/** * \file ber_tag.c * \brief Implements BER tags encoding and decoding * @@ -159,7 +157,7 @@ int ber_enctag(ODR o, int zclass, int tag, int constructed) } } -/** +/** * \brief Decodes BER identifier octets. * * Returns number of bytes read or -1 for error. @@ -190,6 +188,7 @@ int ber_dectag(const unsigned char *b, int *zclass, int *tag, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab