X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_tag.c;h=b6f76448e6727c0a4204b1fec040e5fa69638048;hb=60a702f390f7e2addfdab79f2328db3ba2897c8b;hp=8149f422a86e279e2cb4e6c18f0587c1b5061505;hpb=8b607c83e5dcbca433f2c0f8354dcfaddfea2887;p=yaz-moved-to-github.git diff --git a/src/ber_tag.c b/src/ber_tag.c index 8149f42..b6f7644 100644 --- a/src/ber_tag.c +++ b/src/ber_tag.c @@ -1,8 +1,16 @@ /* - * Copyright (c) 1995-2004, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: ber_tag.c,v 1.2 2004-04-14 12:58:27 adam Exp $ + * $Id: ber_tag.c,v 1.4 2005-01-15 19:47:11 adam Exp $ + */ + +/** + * \file ber_tag.c + * \brief Implements BER tags encoding and decoding + * + * This source file implements BER encoding and decoding of + * the tags. */ #if HAVE_CONFIG_H #include