[geomoose-psc] Last piece of Incubation requirements.

Basques, Bob (CI-StPaul) bob.basques at ci.stpaul.mn.us
Wed Feb 13 13:32:36 PST 2013


All,

With Jody and Eli's help on assembly, here is what we have for the last piece of the incubation puzzle to address.  What follows are a couple of documenting changes to the GeoMoose site that will describe more fully how code is contributed to the GeoMoose project.  While I believe these changes could go directly into the two pages referenced.  The second one could also be made into separately linked example page as well.

I tried to leave the door open to keeping it simple and still flexible.

For your review.  There are two pages edits described below.  Please vote yay/nay, and I'll start a trac item once it's passed.

On this page: http://www.geomoose.org/developer/contribute.html

Add a point number 6.), to read:

6. Code contributed to the GeoMoose Project (Core codebase) will be distributed under the GeoMoose License<http://www.geomoose.org/info/license.html?highlight=license>.  Other contributed code should be documented as per the developer standards<http://www.geomoose.org/developer/standards.html>.

And

On this page: http://www.geomoose.org/developer/standards.html

Add a point number 7.), to read:


7. Any contributed code should contain a code source comment block in each file header indicating the author (that is you and your employer if you are working on company time), date of contribution and any conflicting licensing restrictions that are not already covered by the GeoMoose License<http://www.geomoose.org/info/license.html?highlight=license>.  All unusual situations need to be discussed and/or documented on the project mail list and/or in the project TRAC system.

Here are some example comment blocks for code contributors:
If you donated a file to the GeoMoose project, using an MIT license, the comment block would include:
Copyright (c) 2013, <YourName> (<YourCompanyName>)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The accepted project code would be distributed as:
Copyright (c) 2013 Dan "Ducky" Little & Geomoose.org
Copyright (c) 2013, <YourName> (<YourCompanyName>)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

You could donate it under a BSD, public domain, MIT (see here<http://www.dwheeler.com/essays/floss-license-slide.html>) which would result in:
Copyright (c) 2013 Dan "Ducky" Little & Geomoose.org
Copyright (c) 2013, <YourName> (<YourCompanyName>) (public domain)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-psc/attachments/20130213/02f7b2d1/attachment.html>


More information about the geomoose-psc mailing list