[GRASS-SVN] r29777 - in grass/trunk/tools: . g.html2man
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 21 07:51:28 EST 2008
Author: neteler
Date: 2008-01-21 07:51:28 -0500 (Mon, 21 Jan 2008)
New Revision: 29777
Modified:
grass/trunk/tools/g.html2man/g.html2man
grass/trunk/tools/mkhtml.sh
grass/trunk/tools/sql.sh
Log:
copyright header added
Modified: grass/trunk/tools/g.html2man/g.html2man
===================================================================
--- grass/trunk/tools/g.html2man/g.html2man 2008-01-21 12:43:52 UTC (rev 29776)
+++ grass/trunk/tools/g.html2man/g.html2man 2008-01-21 12:51:28 UTC (rev 29777)
@@ -2,11 +2,22 @@
eval 'exec $GRASS_PERL -S $0 ${1+"$@"}'
if 0;
+############################################################################
+#
+# MODULE: g.html2man
+# AUTHOR(S): Daniel Calvelo Aros
+# PURPOSE: convert HTML formatted page to MAN page format
+# COPYRIGHT: (C) 2004 by the GRASS Development Team
+#
+# This program is free software under the GNU General Public
+# License (>=v2). Read the file COPYING that comes with GRASS
+# for details.
+#
+#############################################################################
+
# Note: the GRASS_PERL variables must be set!
# Usage:
# perl g.html2man <html file> <man file> <section>
-#
-# Main author: Daniel Calvelo Aros
our $preformat, $in_bu, $in_nb, @nb_n;
our $suppress = 0;
Modified: grass/trunk/tools/mkhtml.sh
===================================================================
--- grass/trunk/tools/mkhtml.sh 2008-01-21 12:43:52 UTC (rev 29776)
+++ grass/trunk/tools/mkhtml.sh 2008-01-21 12:51:28 UTC (rev 29777)
@@ -1,5 +1,18 @@
#!/bin/sh
+############################################################################
+#
+# MODULE: mkhtml.sh
+# AUTHOR(S): Markus Neteler, Glynn Clements
+# PURPOSE: create HTML manual page snippets
+# COPYRIGHT: (C) 2007 by the GRASS Development Team
+#
+# This program is free software under the GNU General Public
+# License (>=v2). Read the file COPYING that comes with GRASS
+# for details.
+#
+#############################################################################
+
PGM=$1
if ! grep -i '<html>' ${PGM}.tmp.html > /dev/null 2>&1 ; then
Modified: grass/trunk/tools/sql.sh
===================================================================
--- grass/trunk/tools/sql.sh 2008-01-21 12:43:52 UTC (rev 29776)
+++ grass/trunk/tools/sql.sh 2008-01-21 12:51:28 UTC (rev 29777)
@@ -1,6 +1,19 @@
#!/bin/bash
+############################################################################
#
+# MODULE: sql.sh
+# AUTHOR(S): Glynn Clements
+# PURPOSE: run "nm" on every object file, library and executable to
+# find dependencies, stored in PostgreSQL database
+# COPYRIGHT: (C) 2006 by the GRASS Development Team
+#
+# This program is free software under the GNU General Public
+# License (>=v2). Read the file COPYING that comes with GRASS
+# for details.
+#
+#############################################################################
+#
# From: Glynn Clements <glynn at gclements.plus.com>
# Date: Mon, 12 Jun 2006 13:00:25 +0100
#
More information about the grass-commit
mailing list