git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31953 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -9,8 +9,7 @@
# GRASS binary package installation tool
# platform independent
#
-# $Id$
-# 1999-2000 by Markus Neteler, neteler@itc.it
+# 1999-2000 by Markus Neteler
##########################################################################
@@ -1,4 +1,4 @@
-/* $Id$
+/*
* draw_scale places a scale in the upper left hand corner of a map image
*/
@@ -1,4 +1,3 @@
-/* $Id$ */
#include <math.h>
#include <grass/gis.h>
#include <grass/display.h>
-/* box.c $Id$ */
#include <grass/raster.h>
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
****************************************************************************
*
* MODULE: d.rast.arrow
@@ -1,5 +1,4 @@
* Chris Rewerts, Agricultural Engineering, Purdue University April 1991
* The material here based originally on Dwhat. Idea is to allow user to mouse
* MODULE: d.save
@@ -1,7 +1,3 @@
-/*
- */
-
/* possible TODO: add support for magnify (zoom=) */
@@ -1,7 +1,5 @@
-$Id$
Rules to migrate GRASS 5.0 modules into GRASS 5.7
+Date: 2003-09-11
While implementing GRASS 5.7 a major cleanup of GRASS modules
has to be done. The following rules shall help the programmer
@@ -21,11 +21,6 @@
* for details.
*****************************************************************************/
-*/
#include <stdlib.h>
#include <unistd.h>
-* $Id$
-*
*****************************************************************************
* MODULE: Grass Include Files
@@ -4,7 +4,7 @@
* @Copyright David D.Gray <ddgray@armadce.demon.co.uk>
* 27th. Sep. 2000
- * Last updated: $Id$
+ * Last updated: 2007-08-26
* This file is part of GRASS GIS. It is free software. You can
******************************************************************************
* MODULE: gproj library
/* gstypes.h
Bill Brown, USACERL
January 1993
#ifndef _KEYFRAME_H
#define _KEYFRAME_H
#ifndef _KFTYPES_H
#define _KFTYPES_H
@@ -1,11 +1,9 @@
-* MODULE: GRASS ogsf library
+* MODULE: GRASS ogsf library
* AUTHOR(S): Justin Hickey - Bangkok Thailand - jhickey@hpcc.nectec.or.th
-* PURPOSE: To list the prototypes for all accessible functions in this
+* PURPOSE: To list the prototypes for all accessible functions in this
* library. The prototypes are listed by the file in which their
* function definitions reside.
* COPYRIGHT: (C) 2000 by the GRASS Development Team
#ifndef SHHOPT_H
#define SHHOPT_H
@@ -2,9 +2,7 @@
#############################################################################
-# $Id: install-sh,v 1.1 2002-01-06 17:28:56 radim Exp $
-#
-# MODULE: Grass Compilation
+# MODULE: GRASS Compilation
# AUTHOR(S): Original author MIT (X11R5)
# PURPOSE: This file is required by configure to create the config.cache
# file.
* MODULE: gis library
* -- GRASS Development Team --
* MODULE: GRASS 5 gis library, get_ell_name.c
* MODULE: GRASS 5 gis library, gishelp.c
@@ -1,6 +1,3 @@
/**********************************************************************
* G_zeros_r_nulls(zeros_r_nulls)
@@ -19,8 +19,7 @@
* \author Eric G Miller - egm2 at jps net
- * \date 2000
- * \date $Id$
+ * \date 2007-04-14
#include <stdio.h>
* LIBRARY: unix_socks.c -- Routines related to using UNIX domain
@@ -1,5 +1,5 @@
TODO
+Date: 2006-11-20
http://www.netlib.org/lapack/
http://www.netlib.org/c/meschach/ (not GPL'ed, but excellent implementation!)
@@ -5,8 +5,7 @@
* 26th. Sep. 2000
- * Last updated:
+ * Last updated: 2006-11-23
* redistribute it and/or modify it under the terms of
# MODULE: Grass Tcl/Tk Initialization
# AUTHOR(S): Original author unknown - probably CERL
# Justin Hickey - Thailand - jhickey hpcc.nectec.or.th
@@ -1,8 +1,6 @@
#! /bin/sh
# MODULE: GRASS Initialization
# AUTHOR(S): Justin Hickey - Thailand - jhickey@hpcc.nectec.or.th
# PURPOSE: The source file for this shell script is in
@@ -8,7 +8,7 @@
* modified by Mitasova in August 1999 (fix for elev color)
* modified by Brown in September 1999 (fix for Timestamps)
* Modified by Mitasova in Nov. 1999 (write given tension into hist)
+ * Last modification: 2006-12-13
@@ -22,8 +22,7 @@
* \author GRASS GIS Development Team
- * \date 1999
+ * \date 2007-11-01
* MODULE: Vector library
# William Kyngesburye - kyngchaos@kyngchaos.com
/****************************************************************************
* MODULE: r.coin
* MODULE: r.cost
-*$Id$
************************************************************
* MODULE: r.le.patch/input.c *
* Version 5.0 Nov. 1, 2001 *
* MODULE: r.le.patch/patch.c *
* MODULE: r.le.pixel/driver.c *
* MODULE: r.le.pixel/input.c *
* MODULE: r.le.pixel/pixel.h *
* MODULE: r.le.pixel/texture.c *
* MODULE: r.le.setup/ask_group.c *
* Version 5.0beta Oct. 1, 2001 *
* MODULE: r.le.setup/colors.h *
* MODULE: r.le.setup/setup.h *
* MODULE: r.le.patch/r.le.trace.h *
* MODULE: r.le.trace/user_input.c *
@@ -17,8 +17,6 @@
* Added support for Tiled TIFF output ( -l switch )
* Luca Cristelli (luca.cristelli ies.it) 1/2001
* Copyright (C) 2000 by the GRASS Development Team
* Author: Bob Covill <bcovill@tekmap.ns.ca>
* G_calc_solar_position() calculates solar position parameters from
* given position, date and time
@@ -20,8 +20,6 @@
#ifndef RTIMER_H
#define RTIMER_H
#ifdef __MINGW32__
#include <time.h>
@@ -26,8 +26,6 @@
#define FLOOD_DEBUG if(0)
/************************************************************/
/* INPUT: stream containing the edgelist of watershed adjacency graph
E={(u,v,h) | 0 <= u,v <= W-1}; W is the maximum number of watersheds
@@ -26,10 +26,6 @@
#include "ccforest.h"
#include "3scan.h"
#define PLAT_DEBUG if(0)
#ifndef STATS_H
#define STATS_H
#include <sys/types.h>
#include <fstream>
@@ -29,12 +29,6 @@ using namespace std;
#include "streamutils.h"
#include "sortutils.h"
#define WATER_DEBUG if(0)
#define XXX if(0)
@@ -20,9 +20,6 @@
#ifndef WATER_H
#define WATER_H
/* watershed analysis related structures */
#include "types.h"
* Cell-file area extraction
* Boundary tracing algorithm
/* -*-c-basic-offset: 4;-*-
* Chained memory allocator
* memory.c
@@ -1,4 +1,5 @@
BUGS:
+Date: 2004-11-09
* non-square volumes (if re-adjusting the settings with g3.region)
are not exported correctly.
@@ -8,8 +9,6 @@ BUGS:
* with -m flag the "Probe" crashes in Vis5D
-$Id: BUG,v 2.0 2004-11-09 14:10:33 bernhard Exp $
G3D library bug?
G3d_getValueRegion (map, x, y, z, d1p, typeIntern);
produces output with different orientation comparing to:
@@ -1,6 +1,6 @@
# GRASS 5.7 RPM spec file for Fedora
# This file is Free Software under GNU GPL v>=2.
+# Date: 2005-08-10
%define PACKAGE_NAME grass
%define PACKAGE_VERSION 5.7.0
# GRASS 6.0 RPM spec file for Fedora
%define PACKAGE_VERSION 6.0.0
# GRASS 6.0.0 RPM spec file for Mandrake
+# Date: 2006-06-23
#!/bin/sh
############################################################################
# MODULE: g.mremove
#include <string.h>
#include <ctype.h>
+Date: 2002-10-23
Dr. Mark Lake
**************************************************************
* MODULE: v.in.region
- * ****************************************************************************
+ *****************************************************************************
* MODULE: v.overlay
-* $Id: README.ACS,v 1.1 2006-03-15 16:54:36 massimo Exp $
********************************************************************************
##################################################################################################
# UTILS
# Generic utility functions
-# $Id: nviz_params,v 1.1 2006-03-15 17:21:26 massimo Exp $
# list of application associated to hyperlink files
hyperlink.extension.jpg: eog
hyperlink.extension.htm: mozilla
#***************************************************************
#*
#* MODULE: panel_resize.tcl 1.0
#* MODULE: panel_vquery.tcl 1.0 (developed from old
#* MODULE: site_attr.tcl 1.0
# Makefile for building nvwish
# Requires Tk 8.x and Tcl 8.x
#include "tk.h"
/***************************************************************
* MODULE: site_attr_commands.c 1.0
* MODULE: site_highlight_commands.c 1.0
@@ -1,5 +1,3 @@
/* vi:set sw=4: */