Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

aligning README.md and CONTRIBUTING.md to FINOS project blueprint language #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Contributing to clj-symphony
:+1: First off, thanks for taking the time to contribute! :+1:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please re-introduce. Positively encouraging community members to contribute to the project, despite the additional effort imposed on them by the bureaucratic steps outlined here, is an important focus.


# Contributor License Agreement (CLA)
A CLA is a document that specifies how a project is allowed to use your
Expand All @@ -10,9 +9,13 @@ contribution; they are commonly used in many open source projects.
a [Foundation CLA](https://finosfoundation.atlassian.net/wiki/spaces/FINOS/pages/75530375/Legal+Requirements#LegalRequirements-ContributorLicenseAgreement)
in place, and there are [additional legal requirements](https://finosfoundation.atlassian.net/wiki/spaces/FINOS/pages/75530375/Legal+Requirements) that must also be met.**

_NOTE:_ Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool. Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.

PRs submitted to the clj-symphony project will be automatically scanned for a FINOS CLA. If a CLA is not found, you will
be prompted to complete one. Further details on this process are described [here](https://www.finos.org/blog/meet-cla-bot-our-ip-compliance-minion).

*Need an ICLA? Unsure if you are covered under an existing CCLA? Email [[email protected]](mailto:[email protected])*

# Contributing Issues

## Prerequisites
Expand Down Expand Up @@ -56,7 +59,7 @@ For now, deployment of release versions (i.e. from `master`, when a new version
* For documentation contributions, follow the general structure, language, and tone of the [existing docs](https://github.com/symphonyoss/clj-symphony/wiki).
* Keep commits small and cohesive - if you have multiple contributions, please submit them as independent commits (and ideally as independent PRs too).
* Reference issue #s if your PR has anything to do with an issue (even if it doesn't address it).
* Minimise non-functional changes (e.g. whitespace shenanigans).
* Minimise non-functional changes (e.g. whitespace).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert.

* Ensure all new files include a header comment block containing the [Apache License v2.0 and your copyright information](http://www.apache.org/licenses/LICENSE-2.0#apply).
* If necessary (e.g. due to 3rd party dependency licensing requirements), update the [NOTICE file](https://github.com/symphonyoss/clj-symphony/blob/master/NOTICE) with any new attribution or other notices
* If your PR adds dependencies, please call attention to that in the description of the PR.
Expand Down
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clj-symphony
Copyright 2016 Fintech Open Source Foundation
clj-symphony - FINOS
Copyright 2016-2019 Symphony LLC
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This copyright notice is incorrect. Copyright notices only include the year of first publication - they are inherently open ended from that year forward.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Furthermore, this code was developed by FINOS staff (i.e. myself), so the original copyright attribution is correct. Symphony LLC has had no input to this project whatsoever.


This product includes software developed at the Fintech Open Source Foundation (https://www.finos.org/).
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ clj-symphony is [tested on](https://travis-ci.org/symphonyoss/clj-symphony):

## Contributor Information

## Contributing

1. Fork it (<https://github.com/symphonyoss/clj-symphony/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Read our [contribution guidelines](.github/CONTRIBUTING.md) and [Community Code of Conduct](https://www.finos.org/code-of-conduct)
4. Commit your changes (`git commit -am 'Add some fooBar'`)
5. Push to the branch (`git push origin feature/fooBar`)
6. Create a new Pull Request
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change to:

6. Create a new Pull Request against the `dev` branch - PRs submitted to other branches will be rejected


[Contributing Guidelines](https://github.com/symphonyoss/bot-unfurl/blob/master/.github/CONTRIBUTING.md)

[GitHub project](https://github.com/symphonyoss/clj-symphony)
Expand All @@ -94,9 +103,9 @@ clj-symphony is [tested on](https://travis-ci.org/symphonyoss/clj-symphony):

## License

Copyright 2016 Fintech Open Source Foundation
The code in this repository is distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).

Distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
Copyright 2016-2019 Symphony LLC
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned above, this copyright notice is incorrect in (at least) two ways:

  1. It only requires a year of first publication - copyrights are inherently open ended into the future
  2. The copyright holder of this code is FINOS, not Symphony LLC, and as the original author I am opposed to any reassignment of copyright away from FINOS (if that's what's being proposed)


### 3rd Party Licenses

Expand Down