Difference between revisions of "GRASS Incubation Progress"

From OSGeo
Jump to navigation Jump to search
Line 78: Line 78:
  
 
==== How is vetting done ====
 
==== How is vetting done ====
* In a first step al main.c have been checked for the appearnace of the GNU GPL copyright text in sevral versions (the wording is not always identical but this was an easy way to select the recongnizable ones)
+
* In a first step al main.c have been checked for the appearnace 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 sulting list of main.c were checked manually.  
 
* The sulting list of main.c were checked manually.  
 
** If the provided information was not sufficient it was added.  
 
** If the provided information was not sufficient it was added.  
Line 85: Line 85:
 
* Developers have been made aware of [[Code_Provenance_Review#FAQ]].
 
* 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, extende or cleaned up.
 
* Whenever anybody touched any code in the past months the existence and correctness of license and author information was checked and then added, extende or cleaned up.
* The PSC chair and mentors have searched the code base for missing information on a random basis and found quite a few additional places that needed attention. The chai explained some ways of how certain issues were addressed:
+
* 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 chai explained some ways of how certain issues were addressed:
 
** Example of Public Domain ./grass6/visualization/xganim/
 
** Example of Public Domain ./grass6/visualization/xganim/
 
** Exampe of "numerical recipies in C" removal http://www.nabble.com/NR-licence-issue-and-replacement-of-G_ludcmp%28%29-tf3682152.html
 
** Exampe of "numerical recipies in C" removal http://www.nabble.com/NR-licence-issue-and-replacement-of-G_ludcmp%28%29-tf3682152.html
 +
** As a result from the preliminary searches the mentors have started to check all modules. A painfully large pile that is.
  
 
==== Open Issues ====
 
==== Open Issues ====

Revision as of 05:49, 13 May 2007

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 http://www.osgeo.org/grass has been populated.
Is the OSGeo bug tracker being used for the project?
Currently the existing bug tracker is used. A migration may be possible in future.
Is the OSGeo mailing list manager being used for the project?
The announce list will be used, the other mailing lists will remain under http://grass.itc.it to maintain the long archives of emails (starting 1991).
Is the OSGeo SVN or CVS system being used for the project?
Currently the existing CVS is used. A migration may be possible in future.
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 is currently adopted by OSGeo with the working title OSgeo Jounal.
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 12/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 38 (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). See also CVS 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.
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 appearnace 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 sulting 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 aomment 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, extende 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 chai 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.

./grass6/db/base/ ./grass6/db/drivers/odbc/ ./grass6/db/drivers/postgres/

./grass6/display/d.frame/

./grass6/display/d.linegraph/ /* Chris Rewerts

  rewerts@ecn.purdue.edu
  Agricultural Engineering, Purdue University
  February 1992
  program: d.linegraph

  This program is based on Raghaven Srinivasan's modification  
  of the programs written by Dave Johnson for d.histogram. 
  
  Will read files containing a column of numbers and create line
  graphs. One file can be used for the X axis, up to 10 for the 
  Y axis. Each numerical x,y file should be a single column of
  numbers.    
  */

-> g.histogram is copyrighted as GNU GPL, so this derivative also falls under GNU GPL.

./grass6/display/d.mon/pgms/ seems to be part of: ./grass6/display/d.mon/cmd/ which has corect license references.


./grass6/display/drivers/PNG/ et al?

./grass6/general/g.mapsets/

./grass6/general/manage/ ./grass6/general/manage/lib/ ./grass6/general/manage/lister/

check for GNU: ./grass6/gui/tcltk/gis.m/ ./grass6/gui/tcltk/d.m/

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

./grass6/imagery/i.fft/fftmain.c contains: /* FFT for GRASS by:

Central Washington University GIS Laboratory
Programmer: David B. Satnik

Original FFT function provided by: Programmer : Ali R. Vali

            Center for Space Research
            WRW 402
            University of Texas
            Austin, TX 78712-1085
            (512) 471-6824
  • /

neither of the original authors David B. Satnik and Ali R. Vali are mentioned in /root/AUTHORS


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/

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

./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/


./grass6/macosx/app/

to be continued...

== Other Areas of Interest

Thinking about what license text to add here. This is probably out of the immediate scope of incubation.