X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_bool.c;h=ec0a1dad2e5f5d181a300418647b5cbee5597674;hb=5ae2f74ba9b27bb7e926d5908471ac79371f7823;hp=c8f67251fa986249824916d9364eace3e0a434b3;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/src/ber_bool.c b/src/ber_bool.c index c8f6725..ec0a1da 100644 --- a/src/ber_bool.c +++ b/src/ber_bool.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_bool.c,v 1.6 2007-01-03 08:42:15 adam Exp $ */ -/** +/** * \file ber_bool.c * \brief Implements BER BOOLEAN encoding and decoding * @@ -55,6 +53,7 @@ int ber_boolean(ODR o, int *val) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab