[batren-cvs] SF.net SVN: batren: [38] trunk/batren
Brought to you by:
cstroie
|
From: <cs...@us...> - 2007-03-12 22:07:55
|
Revision: 38
http://batren.svn.sourceforge.net/batren/?rev=38&view=rev
Author: cstroie
Date: 2007-03-12 15:07:49 -0700 (Mon, 12 Mar 2007)
Log Message:
-----------
Disclaimer added.
Modified Paths:
--------------
trunk/batren
Modified: trunk/batren
===================================================================
--- trunk/batren 2006-11-28 15:52:11 UTC (rev 37)
+++ trunk/batren 2007-03-12 22:07:49 UTC (rev 38)
@@ -1,7 +1,25 @@
#!/bin/bash
+#
+############################################################################
# batren - Batch file renaming tool
-# Costin Stroie <cs...@us...>
+# Copyright (C) 2006 Costin Stroie <cs...@us...>
+#
+# 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; version 2 of the License.
+#
+# 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
+############################################################################
+#
# $Id$
+#
# Identification
PROG_NAME="${0##*/}"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|