aboutsummaryrefslogtreecommitdiff
path: root/folder_list.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-27 03:16:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-27 03:16:14 +0000
commitb30f724f07c07b95f9d83ae30f4b861349bfe512 (patch)
tree9bdce78c2169b814dfe196349ce5ef99b92fc2a0 /folder_list.c
parent07c0b4c96a5a6fb5a95507d1ed85193574395aab (diff)
cleaned up files for release
svn path=/trunk/externals/hcs/; revision=4780
Diffstat (limited to 'folder_list.c')
-rw-r--r--folder_list.c27
1 files changed, 26 insertions, 1 deletions
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 <hans@at.or.at> */
+/* */
+/* 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 <m_pd.h>
#ifdef _WIN32
@@ -9,7 +34,7 @@
#include <glob.h>
#endif
-static char *version = "$Revision: 1.7 $";
+static char *version = "$Revision: 1.8 $";
#define DEBUG(x)
//#define DEBUG(x) x