[Mapbender-commits] r2760 - branches/spsneo_dev/build

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Aug 8 16:19:11 EDT 2008


Author: spsneo
Date: 2008-08-08 16:19:11 -0400 (Fri, 08 Aug 2008)
New Revision: 2760

Modified:
   branches/spsneo_dev/build/checksum-utils.inc
   branches/spsneo_dev/build/commandLine.inc
Log:
Minor refactoring

Modified: branches/spsneo_dev/build/checksum-utils.inc
===================================================================
--- branches/spsneo_dev/build/checksum-utils.inc	2008-08-08 20:06:52 UTC (rev 2759)
+++ branches/spsneo_dev/build/checksum-utils.inc	2008-08-08 20:19:11 UTC (rev 2760)
@@ -1,5 +1,23 @@
 <?php
 
+#Author: Siddharth Prakash Singh(spsneo)
+#Google Summer Of Code Project 2008
+# Copyright (C) 2002 CCGIS 
+#
+# 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, or (at your option)
+# any later version.
+#
+# 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.
+
 function build_checksum($dir_path) {
 	
 	#This array holds the file-name and sha1 checksum for the files in the current directory

Modified: branches/spsneo_dev/build/commandLine.inc
===================================================================
--- branches/spsneo_dev/build/commandLine.inc	2008-08-08 20:06:52 UTC (rev 2759)
+++ branches/spsneo_dev/build/commandLine.inc	2008-08-08 20:19:11 UTC (rev 2760)
@@ -1,8 +1,25 @@
 <?php
 
 #Mapbender Updater File
-#@author Siddharth Prakash Singh (spsneo)
-#Google SoC 2008 Project
+#Author: Siddharth Prakash Singh(spsneo)
+#Google Summer Of Code Project 2008
+# Copyright (C) 2002 CCGIS 
+#
+# 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, or (at your option)
+# any later version.
+#
+# 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.
+#
+#
 # This file tests whether the update script has been called from command line or browser.
 # Aborts the update process if called from a web browser
 



More information about the Mapbender_commits mailing list