Add Copyright notice.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 22 Nov 2002 23:45:32 +0000 (23:45 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 22 Nov 2002 23:45:32 +0000 (23:45 +0000)
* glib/gdir.h: Add Copyright notice.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gdir.h

index 8f957e0..bdeb1f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ->
index 8f957e0..bdeb1f4 100644 (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 ->
index 8f957e0..bdeb1f4 100644 (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 ->
index 8f957e0..bdeb1f4 100644 (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 ->
index 8f957e0..bdeb1f4 100644 (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 ->
index 8f957e0..bdeb1f4 100644 (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 ->
index 8f957e0..bdeb1f4 100644 (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 ->
index ff3358d..0ca63b1 100644 (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__