From b30f724f07c07b95f9d83ae30f4b861349bfe512 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 27 Mar 2006 03:16:14 +0000 Subject: cleaned up files for release svn path=/trunk/externals/hcs/; revision=4780 --- folder_list.c | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'folder_list.c') diff --git a/folder_list.c b/folder_list.c index fdf7935..dffdb2c 100644 --- a/folder_list.c +++ b/folder_list.c @@ -1,3 +1,28 @@ +/* --------------------------------------------------------------------------*/ +/* */ +/* object for getting file listings using wildcard patterns */ +/* Written by Hans-Christoph Steiner */ +/* */ +/* Copyright (c) 2006 Hans-Christoph Steiner */ +/* */ +/* This program 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 */ +/* of the License, or (at your option) any later version. */ +/* */ +/* See file LICENSE for further informations on licensing terms. */ +/* */ +/* This program 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. */ +/* */ +/* You should have received a copy of the GNU General Public License */ +/* along with this program; if not, write to the Free Software Foundation, */ +/* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* */ +/* --------------------------------------------------------------------------*/ + #include #ifdef _WIN32 @@ -9,7 +34,7 @@ #include #endif -static char *version = "$Revision: 1.7 $"; +static char *version = "$Revision: 1.8 $"; #define DEBUG(x) //#define DEBUG(x) x -- cgit v1.2.1