From ccaa779838c932056ac29c561b122dd25bf389f2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Nov 2002 23:45:32 +0000 Subject: [PATCH] Add Copyright notice. * glib/gdir.h: Add Copyright notice. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ glib/gdir.h | 22 ++++++++++++++++++++++ 8 files changed, 50 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8f957e0..bdeb1f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-11-23 Matthias Clasen + + * glib/gdir.h: Add Copyright notice. + 2002-11-22 Sebastian Wilhelmi * configure.in: Fixed typo: PTHREAD_PRIO_MIN -> diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8f957e0..bdeb1f4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2002-11-23 Matthias Clasen + + * glib/gdir.h: Add Copyright notice. + 2002-11-22 Sebastian Wilhelmi * configure.in: Fixed typo: PTHREAD_PRIO_MIN -> diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 8f957e0..bdeb1f4 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2002-11-23 Matthias Clasen + + * glib/gdir.h: Add Copyright notice. + 2002-11-22 Sebastian Wilhelmi * configure.in: Fixed typo: PTHREAD_PRIO_MIN -> diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 8f957e0..bdeb1f4 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2002-11-23 Matthias Clasen + + * glib/gdir.h: Add Copyright notice. + 2002-11-22 Sebastian Wilhelmi * configure.in: Fixed typo: PTHREAD_PRIO_MIN -> diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 8f957e0..bdeb1f4 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2002-11-23 Matthias Clasen + + * glib/gdir.h: Add Copyright notice. + 2002-11-22 Sebastian Wilhelmi * configure.in: Fixed typo: PTHREAD_PRIO_MIN -> diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 8f957e0..bdeb1f4 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2002-11-23 Matthias Clasen + + * glib/gdir.h: Add Copyright notice. + 2002-11-22 Sebastian Wilhelmi * configure.in: Fixed typo: PTHREAD_PRIO_MIN -> diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8f957e0..bdeb1f4 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2002-11-23 Matthias Clasen + + * glib/gdir.h: Add Copyright notice. + 2002-11-22 Sebastian Wilhelmi * configure.in: Fixed typo: PTHREAD_PRIO_MIN -> diff --git a/glib/gdir.h b/glib/gdir.h index ff3358d..0ca63b1 100644 --- a/glib/gdir.h +++ b/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__ -- 2.7.4