-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributor agreement and copyright update. #2730
Merged
Merged
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
c9d468a
Updated source file copyright statements.
hjoliver a3b3f61
Add CONTRIBUTING.md and tidy README.md.
hjoliver d0b6f26
Tweak README.md etc.
hjoliver 03281fb
Respond to feedback on CLA back-compat.
hjoliver 293fae0
Fix to pass syntax tests.
hjoliver 9c52cf6
_The_ Met Office.
hjoliver 7182b8c
Tidy copyright message a bit.
hjoliver File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Acknowledgement for non-Cylc Work | ||
|
||
Licences for non-cylc work included in this distribution can be found in the | ||
`licences/` directory. | ||
* `lib/cherrypy/`: | ||
External software library released under a BSD license. | ||
Minor modification to ignore an import warning. | ||
See [cherrypy](http://www.cherrypy.org/). | ||
* `lib/isodatetime/`: | ||
Unmodified external software library released under the LGPL license. | ||
See [metomi/isodatetime](https://github.com/metomi/isodatetime/). | ||
* `lib/jinja2/`: | ||
External software library released under a BSD license. | ||
See [Jinja2](http://jinja.pocoo.org/). | ||
* `lib/markupsafe/`: | ||
External software library released under a BSD license, used by Jinja2. | ||
See [MarkupSafe](http://www.pocoo.org/projects/markupsafe/). | ||
* `lib/xdot.py`: | ||
External software released under the LGPL license. | ||
Modifications based on version 0.6. See | ||
[xdot](https://github.com/jrfonseca/xdot.py) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
# Cylc: How to Contribute | ||
|
||
## Report Bugs | ||
|
||
Report bugs by opening an issue at [Cylc Issues on | ||
Github](https://github.com/cylc/cylc/issues). Give the Cylc version affected | ||
by the bug (you should test the latest release if possible) and a recipe to | ||
reproduce the problem. | ||
|
||
## Request Enhancements | ||
|
||
Request enhancements by opening an issue at [Cylc Issues @ | ||
Github](https://github.com/cylc/cylc/issues). Describe your use case in detail. | ||
|
||
## Contribute Code | ||
|
||
All contributions to Cylc are made via pull requests against the *master* | ||
branch of [cylc/cylc](https://github.com/cylc/cylc). New contributors | ||
should add their details to the [Code Contributors](#code-contributors) | ||
section of this file as part of their first pull request. The developers who | ||
review each pull request are responsible for checking that the contributor's | ||
name is listed in this file before merging the new branch into *master*. | ||
|
||
## Code Contributors | ||
|
||
The following people have contributed to this code under the terms of | ||
the Contributor Licence Agreement and Certificate of Origin detailed | ||
below (_except for the parenthesised names, which represent contributions | ||
from outside of NIWA and Met Office that predate the explicit introduction of | ||
this Agreement in July 2018; they must be un-parenthesised in future pull | ||
requests_). | ||
|
||
- Hilary Oliver | ||
- Matt Shin | ||
- Ben Fitzpatrick | ||
- Andrew Clark | ||
- Oliver Sanders | ||
- Declan Valters | ||
- Sadie Bartholomew | ||
- (Luis Kornblueh) | ||
- Kerry Day | ||
- Prasanna Challuri | ||
- David Matthews | ||
- (Tim Whitcomb) | ||
- (Scott Wales) | ||
- Tomek Trzeciak | ||
- (Thomas Coleman) | ||
- Bruno Kinoshita | ||
- (Annette Osprey) | ||
- (Jonathan Thomas) | ||
- Rosalyn Hatcher | ||
- (Domingo Manubens Gil) | ||
- Jonny Williams | ||
- (Milton Woods) | ||
- (Alex Reinecke) | ||
- (Chan Wilson) | ||
- (Kevin Pulo) | ||
- Lois Hugget | ||
- (Martin Dix) | ||
- (Ivor Blockley) | ||
|
||
(All contributors are identifiable with email addresses in the git version | ||
control logs or otherwise.) | ||
|
||
## Contributor Licence Agreement and Certificate of Origin | ||
|
||
By making a contribution to this project, I certify that: | ||
|
||
(a) The contribution was created in whole or in part by me and I have | ||
the right to submit it, either on my behalf or on behalf of my | ||
employer, under the terms and conditions as described by this file; | ||
or | ||
|
||
(b) The contribution is based upon previous work that, to the best of | ||
my knowledge, is covered under an appropriate licence and I have | ||
the right or permission from the copyright owner under that licence | ||
to submit that work with modifications, whether created in whole or | ||
in part by me, under the terms and conditions as described by | ||
this file; or | ||
|
||
(c) The contribution was provided directly to me by some other person | ||
who certified (a) or (b) and I have not modified it. | ||
|
||
(d) I understand and agree that this project and the contribution | ||
are public and that a record of the contribution (including my | ||
name and email address) is retained for the full term of | ||
the copyright and may be redistributed consistent with this project | ||
or the licence(s) involved. | ||
|
||
(e) I, or my employer, grant to NIWA and all recipients of | ||
this software a perpetual, worldwide, non-exclusive, no-charge, | ||
royalty-free, irrevocable copyright licence to reproduce, modify, | ||
prepare derivative works of, publicly display, publicly perform, | ||
sub-licence, and distribute this contribution and such modifications | ||
and derivative works consistent with this project or the licence(s) | ||
involved or other appropriate open source licence(s) specified by | ||
the project and approved by the | ||
[Open Source Initiative (OSI)](http://www.opensource.org/). | ||
|
||
(f) If I become aware of anything that would make any of the above | ||
inaccurate, in any way, I will let NIWA know as soon as | ||
I become aware. | ||
|
||
(The Cylc Contributor Licence Agreement and Certificate of Origin is | ||
inspired that of [Rose](https://github.com/metomi/rose), which in turn was | ||
inspired by the Certificate of Origin used by Enyo and the Linux Kernel.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "the Met Office"