Add Copyright notice.

* glib/gdir.h: Add Copyright notice.
This commit is contained in:
Matthias Clasen 2002-11-22 23:45:32 +00:00
parent 1086155663
commit ccaa779838
8 changed files with 50 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-11-23 Matthias Clasen <maclas@gmx.de>
* glib/gdir.h: Add Copyright notice.
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->

View File

@ -1,3 +1,7 @@
2002-11-23 Matthias Clasen <maclas@gmx.de>
* glib/gdir.h: Add Copyright notice.
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->

View File

@ -1,3 +1,7 @@
2002-11-23 Matthias Clasen <maclas@gmx.de>
* glib/gdir.h: Add Copyright notice.
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->

View File

@ -1,3 +1,7 @@
2002-11-23 Matthias Clasen <maclas@gmx.de>
* glib/gdir.h: Add Copyright notice.
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->

View File

@ -1,3 +1,7 @@
2002-11-23 Matthias Clasen <maclas@gmx.de>
* glib/gdir.h: Add Copyright notice.
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->

View File

@ -1,3 +1,7 @@
2002-11-23 Matthias Clasen <maclas@gmx.de>
* glib/gdir.h: Add Copyright notice.
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->

View File

@ -1,3 +1,7 @@
2002-11-23 Matthias Clasen <maclas@gmx.de>
* glib/gdir.h: Add Copyright notice.
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->

View File

@ -1,3 +1,25 @@
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* gdir.c: Simplified wrapper around the DIRENT functions.
*
* Copyright 2001 Hans Breuer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef __G_DIR_H__
#define __G_DIR_H__