[GRASS-SVN] r48610 - grass/branches/releasebranch_6_4/lib/vask

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 3 15:03:50 EDT 2011


Author: neteler
Date: 2011-10-03 12:03:50 -0700 (Mon, 03 Oct 2011)
New Revision: 48610

Modified:
   grass/branches/releasebranch_6_4/lib/vask/V_acc.c
   grass/branches/releasebranch_6_4/lib/vask/V_call.c
   grass/branches/releasebranch_6_4/lib/vask/V_clear.c
   grass/branches/releasebranch_6_4/lib/vask/V_const.c
   grass/branches/releasebranch_6_4/lib/vask/V_error.c
   grass/branches/releasebranch_6_4/lib/vask/V_exit.c
   grass/branches/releasebranch_6_4/lib/vask/V_init.c
   grass/branches/releasebranch_6_4/lib/vask/V_line.c
   grass/branches/releasebranch_6_4/lib/vask/V_ques.c
   grass/branches/releasebranch_6_4/lib/vask/V_support.c
   grass/branches/releasebranch_6_4/lib/vask/V_trim_dec.c
Log:
added copyright (trac #1422)

Modified: grass/branches/releasebranch_6_4/lib/vask/V_acc.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vask/V_acc.c	2011-10-03 18:30:26 UTC (rev 48609)
+++ grass/branches/releasebranch_6_4/lib/vask/V_acc.c	2011-10-03 19:03:50 UTC (rev 48610)
@@ -4,6 +4,8 @@
  *
  * \brief Decimal precision functions.
  *
+ * (C) 1999-2009 by the GRASS Development Team 
+ * 
  * 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
@@ -20,7 +22,7 @@
  *
  * \author GRASS GIS Development Team
  *
- * \date 1999-2006
+ * \date 1999-2009
  */
 
 #include <grass/vask.h>

Modified: grass/branches/releasebranch_6_4/lib/vask/V_call.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vask/V_call.c	2011-10-03 18:30:26 UTC (rev 48609)
+++ grass/branches/releasebranch_6_4/lib/vask/V_call.c	2011-10-03 19:03:50 UTC (rev 48610)
@@ -4,6 +4,8 @@
  *
  * \brief Interactive call functions.
  *
+ * (C) 1999-2009 by the GRASS Development Team 
+ * 
  * 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

Modified: grass/branches/releasebranch_6_4/lib/vask/V_clear.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vask/V_clear.c	2011-10-03 18:30:26 UTC (rev 48609)
+++ grass/branches/releasebranch_6_4/lib/vask/V_clear.c	2011-10-03 19:03:50 UTC (rev 48610)
@@ -4,6 +4,8 @@
  *
  * \brief Screen clearning functions.
  *
+ * (C) 1999-2009 by the GRASS Development Team 
+ * 
  * 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
@@ -20,7 +22,7 @@
  *
  * \author GRASS GIS Development Team
  *
- * \date 1999-2006
+ * \date 1999-2009
  */
 
 #include <stdio.h>

Modified: grass/branches/releasebranch_6_4/lib/vask/V_const.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vask/V_const.c	2011-10-03 18:30:26 UTC (rev 48609)
+++ grass/branches/releasebranch_6_4/lib/vask/V_const.c	2011-10-03 19:03:50 UTC (rev 48610)
@@ -4,6 +4,8 @@
  *
  * \brief Display constant functions.
  *
+ * (C) 1999-2009 by the GRASS Development Team 
+ * 
  * 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
@@ -20,7 +22,7 @@
  *
  * \author GRASS GIS Development Team
  *
- * \date 1999-2006
+ * \date 1999-2009
  */
 
 #include <stdio.h>

Modified: grass/branches/releasebranch_6_4/lib/vask/V_error.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vask/V_error.c	2011-10-03 18:30:26 UTC (rev 48609)
+++ grass/branches/releasebranch_6_4/lib/vask/V_error.c	2011-10-03 19:03:50 UTC (rev 48610)
@@ -4,6 +4,8 @@
  *
  * \brief Display error functions.
  *
+ * (C) 1999-2009 by the GRASS Development Team 
+ * 
  * 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
@@ -20,7 +22,7 @@
  *
  * \author GRASS GIS Development Team
  *
- * \date 1999-2006
+ * \date 1999-2009
  */
 
 #include <stdio.h>

Modified: grass/branches/releasebranch_6_4/lib/vask/V_exit.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vask/V_exit.c	2011-10-03 18:30:26 UTC (rev 48609)
+++ grass/branches/releasebranch_6_4/lib/vask/V_exit.c	2011-10-03 19:03:50 UTC (rev 48610)
@@ -4,6 +4,8 @@
  *
  * \brief Interactive exit functions.
  *
+ * (C) 1999-2009 by the GRASS Development Team 
+ * 
  * 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
@@ -20,7 +22,7 @@
  *
  * \author GRASS GIS Development Team
  *
- * \date 1999-2006
+ * \date 1999-2009
  */
 
 #include <grass/config.h>

Modified: grass/branches/releasebranch_6_4/lib/vask/V_init.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vask/V_init.c	2011-10-03 18:30:26 UTC (rev 48609)
+++ grass/branches/releasebranch_6_4/lib/vask/V_init.c	2011-10-03 19:03:50 UTC (rev 48610)
@@ -4,6 +4,8 @@
  *
  * \brief Interactive initialization functions.
  *
+ * (C) 1999-2009 by the GRASS Development Team 
+ * 
  * 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
@@ -20,7 +22,7 @@
  *
  * \author GRASS GIS Development Team
  *
- * \date 1999-2006
+ * \date 1999-2009
  */
 
 #include <grass/config.h>

Modified: grass/branches/releasebranch_6_4/lib/vask/V_line.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vask/V_line.c	2011-10-03 18:30:26 UTC (rev 48609)
+++ grass/branches/releasebranch_6_4/lib/vask/V_line.c	2011-10-03 19:03:50 UTC (rev 48610)
@@ -4,6 +4,8 @@
  *
  * \brief Display line functions.
  *
+ * (C) 1999-2009 by the GRASS Development Team 
+ * 
  * 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
@@ -20,7 +22,7 @@
  *
  * \author GRASS GIS Development Team
  *
- * \date 1999-2006
+ * \date 1999-2009
  */
 
 #include <grass/vask.h>

Modified: grass/branches/releasebranch_6_4/lib/vask/V_ques.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vask/V_ques.c	2011-10-03 18:30:26 UTC (rev 48609)
+++ grass/branches/releasebranch_6_4/lib/vask/V_ques.c	2011-10-03 19:03:50 UTC (rev 48610)
@@ -4,6 +4,8 @@
  *
  * \brief Display question functions.
  *
+ * (C) 1999-2009 by the GRASS Development Team 
+ * 
  * 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
@@ -20,7 +22,7 @@
  *
  * \author GRASS GIS Development Team
  *
- * \date 1999-2006
+ * \date 1999-2009
  */
 
 #include <grass/vask.h>

Modified: grass/branches/releasebranch_6_4/lib/vask/V_support.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vask/V_support.c	2011-10-03 18:30:26 UTC (rev 48609)
+++ grass/branches/releasebranch_6_4/lib/vask/V_support.c	2011-10-03 19:03:50 UTC (rev 48610)
@@ -4,6 +4,8 @@
  *
  * \brief Interactive support functions.
  *
+ * (C) 1999-2009 by the GRASS Development Team 
+ * 
  * 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
@@ -20,7 +22,7 @@
  *
  * \author GRASS GIS Development Team
  *
- * \date 1999-2006
+ * \date 1999-2009
  */
 
 #include <grass/config.h>

Modified: grass/branches/releasebranch_6_4/lib/vask/V_trim_dec.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vask/V_trim_dec.c	2011-10-03 18:30:26 UTC (rev 48609)
+++ grass/branches/releasebranch_6_4/lib/vask/V_trim_dec.c	2011-10-03 19:03:50 UTC (rev 48610)
@@ -4,6 +4,8 @@
  *
  * \brief Display trim functions.
  *
+ * (C) 1999-2009 by the GRASS Development Team 
+ * 
  * 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
@@ -20,7 +22,7 @@
  *
  * \author GRASS GIS Development Team
  *
- * \date 1999-2006
+ * \date 1999-2009
  */
 
 #include <grass/vask.h>



More information about the grass-commit mailing list