[kepler-dev] [Bug 2318] - Copyrights of subpackages need to be handled

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Apr 13 15:01:20 PDT 2006


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2318


cxh at eecs.berkeley.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|cxh at eecs.berkeley.edu       |higgins at nceas.ucsb.edu
   Target Milestone|1.0.0beta1                  |1.0.0




------- Comment #2 from cxh at eecs.berkeley.edu  2006-04-13 15:01 -------
I'm assigning this to Dan because he is the release master.
I'm not sure if there is time to do this or not, it is Dan's call.

What needs to happen is that for each package that is being shipped,
which really means each jar file, java file or possibly data set,
we need to determine the copyright, create an html file that describes
the copyright and update the
_applicationCopyrights configuration parameter so that it is an array of
records of the form
{{actor="dot.separated.actor.class.name",
copyright="relative/url/to/copyright.\
htm"}...}

This seems like a huge task, maybe it needs to be distributed to the
actor authors.
It could be done as part of 
"Conflicting jars and classpath reduction"
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2316

I suspect this needs to be done before 1.0, since technically some of the
packages probably require that the copyright get shipped somehow. 

I can help out here with the Ptolemy side of things if the copyright facility
in Ptolemy needs enhancing.  However, I probably don't have the time to
track down very many package and generate .html files myself.
A good template file can be found at
http://ptolemy.eecs.berkeley.edu/ptolemyII/ptII5.0/ptII5.0.1/ptolemy/actor/lib/jai/jai-copyright.htm
Note that the file name is jai-copyright.htm.  I use the package name so
I can easily distinguish between all the copyright files in my editor.
Maybe the file should be called "copyright.htm"?  I dunno.


More information about the Kepler-dev mailing list