GRASS Incubation Progress

From OSGeo
Revision as of 03:31, 9 January 2008 by Neteler (talk | contribs) (urls updated)
Jump to navigation Jump to search

Document Purpose

The mentor will use this to inform the Incubation Committee of the project status and it will be the initial indication that a project is reaching graduation.

Basics

Has the project been approved for incubation by the OSGeo board?
Yes, and GRASS-PSC formed
Has an Incubation Mentor been assigned to the project?
Norman Vine and Arnulf Christl are assigned mentors.

Infrastructure Transition

Note, for each of the following it isn't necessary to move to foundation infrastructure, but if you aren't a reason should be provided.

Has the projectname.osgeo.org domain been populated with the projects web presence?
http://grass.osgeo.org is a copy of the main site; http://www.osgeo.org/grass has been populated with content.
Is the OSGeo bug tracker being used for the project?
Yes.
Is the OSGeo mailing list manager being used for the project?
All mailing lists are now running at http://lists.osgeo.org.
Is the OSGeo SVN or CVS system being used for the project?
Yes.
Are binary and source downloads available from the OSGeo download area?
Yes. http://download.osgeo.org/grass/

Community Functioning

Is there a functioning user support mechanisms (ie. mailing list)?
Existing user support mechanisms are numerous mailing lists, IRC and Wiki. Companies are available for commercial support. There are also several national user groups. There is also a GRASS user map(server). The GRASS newsletter has been adopted by OSGeo as OSgeo Journal.
Are source and binary downloads for the package available?
Yes. GRASS is a multi-platform GIS, all major operating systems are supported - see download page
Has a Project Steering Committee been formed, and given control of the project?
Yes. GRASS-PSC was formed in 9/2006
Does the Project Steering Committee have documentation on project procedures for PSC decisions, contributor guidelines, etc.
Yes. See RFC1: Project Steering Committee Guidelines
See also RFC2: Legal aspects of code contributions
How many active developers are there? Are they from multiple organizations?
Currently 42 (worldwide) developers have CVS write access. In 2006, around 16 developers of this group where active. FBK-irst (formerly ITC-irst) Trento, Italy is supporting the project since 2001, many universities, companies and individuals are contributing. For details, see the grass-commit mailing list archives. More than 10000 CVS commits have been done since 1st January 2000 (opening of CVS - now code in SVN). See also SVN statistics which is part of the new GRASS Quality Assessment System and Ohloh statistics and CIA.

Foundation Membership

Have project documents been updated to reflect membership in the foundation, and the relationship of the project to the foundation?
Yes, see also Newsletter.
Has an effort been made to brand the project web site with OSGeo foundation web styling and branding marks?
Yes. The OSGeo logo is on the front page and search turns up 707 references to "OSGeo".

Code Copyright Review

Has a Code Provenance Review document been prepared for the project?
Yes, current status 97% see also GRASS Provenance Review. We consider this long-term open source project (1982-today) as a large body of prior art which might be interesting in potential OSGeo patent issues.
Have issues raised in the provenance review been adequately addressed?
Yes.

Mentor Notes

Putting together notes for a documentatoin of the vetting process.

What has been done in past years (a lot more than most FOSSGIS projects that I know!)

How is vetting done

  • In a first step al main.c have been checked for the appearance of the GNU GPL copyright text in several versions (the wording is not always identical but this was an easy way to select the recongnizable ones)
  • The resulting list of main.c were checked manually.
    • If the provided information was not sufficient it was added.
    • As all source code is documented via CMS way back into last century most informaiton was there and had only be to retrieved and added as a a comment to the header
    • Most issues with code or content were resolved immediately (see CVS logs in the past months, watch out for copyright in the comments).
  • Developers have been made aware of Code_Provenance_Review#FAQ.
  • Whenever anybody touched any code in the past months the existence and correctness of license and author information was checked and then added, extended or cleaned up.
  • The PSC chair and mentors started to search the code base for missing information on a random basis and found quite a few additional places that needed attention. The chair explained some ways of how certain issues were addressed:

Open Issues

please resolve these or add to the list if you find anything

The following list of directories and files have been found to miss copyright information and or authors. Please delete from this list as you go through the code adding a comment in the "Summary" box when saving this page.

Icons

Are icons licensed? Maybe add a hint to the file README ./grass6/gui/icons/

Imagery

Search within: ./grass6/imagery/i.ortho.photo/libes/

missing: ./grass6/imagery/i.ortho.photo/menu/

Maybe also add GNU GPL copyright text or reference to the README file here: ./grass6/imagery/i.ortho.photo/

./grass6/imagery/i.smap/bouman/

Includes

What to do about:? ./grass6/include/

Libs

./grass6/lib/cdhc/

./grass6/lib/imagery/

./grass6/lib/init/license.txt

references gnu2 instead of >= gnu 2. Maybe change this.

./grass6/lib/linkm/README David Gerdes is not contained in AUTHORS, reference to GNU GPL text missing

related files contain this text:

/*
**  Written by David Gerdes  US Army Construction Engineering Research Lab
**  	April 1992
**  Copyright 1992 USA-CERL   All rights reserved.
**
*/

It is unclear to me how the openGL gsurf library (ogsf) license (if any) is linked to GRASS.

./grass6/lib/ogsf/gsd_fonts.c

/*
* $Id: gsd_fonts.c,v 2.3 2006/05/05 23:28:59 brad Exp $
*
****************************************************************************
*
* MODULE: 	GRASS ogsf library
* AUTHOR(S):	none
* PURPOSE: 	This file needs to be re-written in OpenGL
* COPYRIGHT:    (C) 2000 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.
*
*****************************************************************************/


Resolve this copyright: ./grass6/lib/ogsf/trans.c

/*
**  Written by Dave Gerdes Jan 1990
**  Copyright  Dave Gerdes 1990    All rights reserved
[...]
No reference to copyright in any file in directory:
./grass6/lib/imagery/
Raster
./grass6/raster/simwe/README
or:
./grass6/raster/simwe/simlib/
./grass6/raster/wildfire/r.spread/prob_invsqr/
./grass6/raster3d/r3.showdspf/main_ogl.c
RPM Specs
All rpm spec files except the one for suse have a reference to GPL (also minor)
./grass6/rpm/mandriva/
READMEs
there are several README files, this file:
./grass6/swig/license.mbox
suggests all to be MIT but in some it says GNU in some it does not say anything. Maybe a comment in the root README suffices?
Tools
./grass6/tools/timer/
./grass6/tools/mkftcap/
./grass6/tools/g.html2man/
./grass6/tools/mkhtml.sh
./grass6/tools/sql.sh
ironically 
./grass6/tools/copyright.pl
does not contain the copyright string except in a generic version at the end (i.e. without author...)
Vector

Arnulf - what's wrong here? You didn't analyse yet?

./grass6/vector/*
scripts
./grass6/scripts/d.correlate/
./grass6/scripts/d.font.freetype/ extremly short...
./grass6/scripts/d.text.freetype/ extremly short...
./grass6/scripts/i.in.spotvgt/
./grass6/scripts/i.spectral/
./grass6/scripts/v.in.mapgen/

Other Areas of Interest