X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fber_oid.c;h=11da7c308993130f978a167b0ea31c128a1467f4;hb=84d7b06c13daa609e93f353e655c4b02f936d65c;hp=fa983bd7a5aa4fe99d4c9eb63b9134109db40117;hpb=78723254cce0fc4e86db7e8d2bc503527d7c08f9;p=yaz-moved-to-github.git diff --git a/src/ber_oid.c b/src/ber_oid.c index fa983bd..11da7c3 100644 --- a/src/ber_oid.c +++ b/src/ber_oid.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_oid.c,v 1.3 2004-02-16 17:57:05 adam Exp $ + * $Id: ber_oid.c,v 1.5 2005-01-15 19:47:11 adam Exp $ + */ + +/** + * \file ber_oid.c + * \brief Implements BER OID encoding and decoding + * + * This source file implements BER encoding and decoding of + * the OID type. */ #if HAVE_CONFIG_H #include