X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fdirent.c;h=16d24f471dcbb5ac682acc3ae2130023c4050fd6;hb=949d94c509554cbb85163bbc206b5682104cb789;hp=a0a8a73f6483a894cbbb5f96b01c8a1eecf667ea;hpb=cc178327044177f177d0474b757f53bcd86b4d42;p=pazpar2-moved-to-github.git diff --git a/src/dirent.c b/src/dirent.c index a0a8a73..16d24f4 100644 --- a/src/dirent.c +++ b/src/dirent.c @@ -1,15 +1,12 @@ -/* $Id: dirent.c,v 1.10 2007-01-15 15:10:26 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS +/* This file is part of Pazpar2. + Copyright (C) 2006-2009 Index Data -This file is part of the Zebra server. - -Zebra is free software; you can redistribute it and/or modify it under +Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -Zebra is distributed in the hope that it will be useful, but WITHOUT ANY +Pazpar2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -21,8 +18,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +/* almost identical to dirent.c of Zebra. */ + +#if HAVE_CONFIG_H +#include +#endif -#include #include #ifdef WIN32 #include @@ -79,6 +80,7 @@ void closedir(DIR *dd) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab