#180 closed enhancement (fixed)
Developer Contribution Documentation Enhancements (standards.html)
Reported by: | blammo | Owned by: | EliL |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Website | Version: | |
Keywords: | code contributor enhancement | Cc: |
Description
Proposed addition (subject to editing by actual implemeter):
On this page: http://www.geomoose.org/developer/standards.html
Add a point number 7.), to read:
- 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. 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, sub-license, 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.
Change History (4)
comment:1 by , 12 years ago
Status: | new → testing |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | testing → closed |
comment:4 by , 12 years ago
Summary: | Developer ContributiON Documention Enhancements (standards.html) → Developer Contribution Documentation Enhancements (standards.html) |
---|
Looks like Jim took care of this, r988.