X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmutex.c;h=27058fd59079eca842989660ccb533599a77ab4c;hb=f03f934986cd3ff1fbb98f8b1432d70c46f6809e;hp=b2c8c49e22546c8de598e8c3254c18814d9e8923;hpb=dc4414aeda179bc8ebe3fc46ac53e4a24d265d16;p=yaz-moved-to-github.git diff --git a/src/mutex.c b/src/mutex.c index b2c8c49..27058fd 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-2010 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