X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmutex.c;h=9db9a54e49507e98fe497c30bc74381914d8f764;hp=b2c8c49e22546c8de598e8c3254c18814d9e8923;hb=8a980f7051e22ca1e4fac0395ed7f8647cd9eda3;hpb=dc4414aeda179bc8ebe3fc46ac53e4a24d265d16 diff --git a/src/mutex.c b/src/mutex.c index b2c8c49..9db9a54 100644 --- a/src/mutex.c +++ b/src/mutex.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. - * - * $Id: mutex.c,v 1.1 2007-04-17 20:26:18 adam Exp $ */ /** @@ -108,6 +106,7 @@ YAZ_EXPORT void yaz_mutex_destroy(YAZ_MUTEX *p) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab