Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
seabeepea authored and kdt3rd committed Jun 15, 2019
1 parent ce9f05f commit 10e33e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
14 changes: 5 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,10 @@ Documentation](https://git-scm.com/doc).
Once your Git environment is operational, the next step is to locally
**clone** your forked OpenColorIO repository, and add a **remote**
pointing to the upstream OpenColorIO repository. These topics are
covered in [Cloning a repository]
(https://help.github.com/articles/cloning-a-repository/) and
[Configuring a remote for a fork]
(https://help.github.com/articles/configuring-a-remote-for-a-fork/),
covered in [Cloning a repository](https://help.github.com/articles/cloning-a-repository/) and
[Configuring a remote for a fork](https://help.github.com/articles/configuring-a-remote-for-a-fork/),
but again, if you need assistance feel free to reach out on the
openexr-dev mail list.
openexr-dev@lists.aswf.io mail list.

## Contributor Licence Agreements

Expand All @@ -89,14 +87,12 @@ project leader, but anything complex requires a CLA.

* If you are an individual writing the code on your own time and
you're SURE you are the sole owner of any intellectual property you
contribute, use the [Individual Contributor License Agreement]
(http://www.openexr.com/downloads/OpenEXRIndividualContributorLicenseAgreement.docx).
contribute, use the [Individual Contributor License Agreement](http://www.openexr.com/downloads/OpenEXRIndividualContributorLicenseAgreement.docx).

* If you are writing the code as part of your job, or if there is any
possibility that your employers might think they own any intellectual
property you create, then you should use the [Corporate Contributor
Licence Agreement]
(http://www.openexr.com/downloads/OpenEXRCorporateContributorLicenseAgreement.docx).
Licence Agreement](http://www.openexr.com/downloads/OpenEXRCorporateContributorLicenseAgreement.docx).

Download the appropriate CLA from the links above (or find them in the
src/doc directory of the software distribution), print, sign, and
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ OpenEXR's features include:
## License

OpenEXR, including all contributions, is released under a modified BSD
license. Please see the [LICENSE.md] (LICENSE.md) file accompanying
license. Please see the [LICENSE.md](LICENSE.md) file accompanying
the distribution for the legal fine print.

## OpenEXR Sub-modules
Expand Down Expand Up @@ -79,23 +79,23 @@ GitHub repository: http://www.github.com/openexr/openexr

Deverloper discussion mailing list:

* [openexr-dev@lists.aswf.io] (https://lists.aswf.io/g/openexr-dev)
* [openexr-dev@lists.aswf.io](https://lists.aswf.io/g/openexr-dev)

## Building and Installation

Download the latest release of OpenEXR from the GitHub Releases page:
https://github.com/openexr/openexr/releases.

For more information about building from sources, see the [INSTALL.md] (INSTALL.md) file.
For more information about building from sources, see the [INSTALL.md](INSTALL.md) file.

## Contributing

See [CONTRIBUTING.md] (CONTRIBUTING.md) for more information about contributing to OpenEXR.
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information about contributing to OpenEXR.

## Project Goverance

OpenEXR is owned by the Academy Software Foundation, and is maintained
by the developer community. See [GOVERNANCE.md] (GOVERNANCE.md) for
by the developer community. See [GOVERNANCE.md](GOVERNANCE.md) for
more infomation.

## Documentation
Expand Down

0 comments on commit 10e33e3

Please sign in to comment.