mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add Copyright notice.
* glib/gdir.h: Add Copyright notice.
This commit is contained in:
parent
1086155663
commit
ccaa779838
@ -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 ->
|
||||
|
@ -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 ->
|
||||
|
@ -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 ->
|
||||
|
@ -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 ->
|
||||
|
@ -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 ->
|
||||
|
@ -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 ->
|
||||
|
@ -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 ->
|
||||
|
22
glib/gdir.h
22
glib/gdir.h
@ -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__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user