forked from isocpp/CppCoreGuidelines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit d3b2481bb3aef24c36cf710fa214312e02620e4e Author: AndrewPardoe <[email protected]> Date: Fri Aug 28 17:10:40 2015 -0700 Line breaks :-)
- Loading branch information
AndrewPardoe
authored and
AndrewPardoe
committed
Aug 29, 2015
1 parent
83cf86b
commit 2143806
Showing
1 changed file
with
34 additions
and
5 deletions.
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 |
---|---|---|
@@ -1,12 +1,41 @@ | ||
Copyright (c) Standard C++ Foundation and its contributors | ||
|
||
Standard C++ Foundation grants you a worldwide, nonexclusive, royalty-free, perpetual license to copy, use, modify, and create derivative works from this project for your personal or internal business use only. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the project. This license does not grant permission to use the trade names, trademarks, service marks, or product names of the licensor, except as required for reasonable and customary use in describing the origin of the project. | ||
Standard C++ Foundation grants you a worldwide, nonexclusive, royalty-free, | ||
perpetual license to copy, use, modify, and create derivative works from this | ||
project for your personal or internal business use only. The above copyright | ||
notice and this permission notice shall be included in all copies or | ||
substantial portions of the project. This license does not grant permission | ||
to use the trade names, trademarks, service marks, or product names of the | ||
licensor, except as required for reasonable and customary use in describing | ||
the origin of the project. | ||
|
||
Standard C++ Foundation reserves the right to accept contributions to the project at its discretion. | ||
Standard C++ Foundation reserves the right to accept contributions to the | ||
project at its discretion. | ||
|
||
By contributing material to this project, you grant Standard C++ Foundation, and those who receive the material directly or indirectly from Standard C++ Foundation, a perpetual, worldwide, non-exclusive, royalty-free, irrevocable, transferrable license to reproduce, prepare derivative works of, publicly display, publicly perform, and distribute your contributed material and such derivative works, and to sublicense any or all of the foregoing rights to third parties for commercial or non-commercial use. You also grant Standard C++ Foundation, and those who receive the material directly or indirectly from Standard C++ Foundation, a perpetual, worldwide, non-exclusive, royalty-free, irrevocable license under your patent claims that directly read on your contributed material to make, have made, use, offer to sell, sell and import or otherwise dispose of the material. You warrant that your material is your original work, or that you have the right to grant the above licenses. | ||
By contributing material to this project, you grant Standard C++ Foundation, | ||
and those who receive the material directly or indirectly from Standard C++ | ||
Foundation, a perpetual, worldwide, non-exclusive, royalty-free, irrevocable, | ||
transferrable license to reproduce, prepare derivative works of, publicly | ||
display, publicly perform, and distribute your contributed material and such | ||
derivative works, and to sublicense any or all of the foregoing rights to third | ||
parties for commercial or non-commercial use. You also grant Standard C++ | ||
Foundation, and those who receive the material directly or indirectly from | ||
Standard C++ Foundation, a perpetual, worldwide, non-exclusive, royalty-free, | ||
irrevocable license under your patent claims that directly read on your | ||
contributed material to make, have made, use, offer to sell, sell and import | ||
or otherwise dispose of the material. You warrant that your material is your | ||
original work, or that you have the right to grant the above licenses. | ||
|
||
THE PROJECT 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 PROJECT OR THE USE OR OTHER DEALINGS IN THE PROJECT. | ||
THE PROJECT 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 PROJECT OR THE USE OR OTHER DEALINGS IN THE | ||
PROJECT. | ||
|
||
If you believe that anything in the project infringes your copyright, please contact us at [email protected] with your contact information and a detailed description of your intellectual property, including a specific URL where you believe your intellectual property is being infringed. | ||
If you believe that anything in the project infringes your copyright, please | ||
contact us at [email protected] with your contact information and a detailed | ||
description of your intellectual property, including a specific URL where you | ||
believe your intellectual property is being infringed. | ||
|