diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2015-12-10 13:53:36 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2015-12-10 13:53:36 +0000 |
| commit | ce6c534beb4d1c8a549350e520a852213193f471 (patch) | |
| tree | 08c9b33ce8df3b652924e1e84ec8fe14adcc179b | |
| parent | 533bc3fcac6999e93574591b749858d1e955ecbd (diff) | |
| download | bcm5719-llvm-ce6c534beb4d1c8a549350e520a852213193f471.tar.gz bcm5719-llvm-ce6c534beb4d1c8a549350e520a852213193f471.zip | |
Add a license clarification for use of links and titles of CERT secure coding guidelines.
llvm-svn: 255248
| -rw-r--r-- | clang-tools-extra/LICENSE.TXT | 3 | ||||
| -rw-r--r-- | clang-tools-extra/clang-tidy/cert/LICENSE.TXT | 22 |
2 files changed, 23 insertions, 2 deletions
diff --git a/clang-tools-extra/LICENSE.TXT b/clang-tools-extra/LICENSE.TXT index 3b1153db44e..4ac600d3839 100644 --- a/clang-tools-extra/LICENSE.TXT +++ b/clang-tools-extra/LICENSE.TXT @@ -59,5 +59,4 @@ licenses, and/or restrictions: Program Directory ------- --------- -<none yet> - +clang-tidy clang-tidy/cert diff --git a/clang-tools-extra/clang-tidy/cert/LICENSE.TXT b/clang-tools-extra/clang-tidy/cert/LICENSE.TXT new file mode 100644 index 00000000000..b332152c0ef --- /dev/null +++ b/clang-tools-extra/clang-tidy/cert/LICENSE.TXT @@ -0,0 +1,22 @@ +------------------------------------------------------------------------------ +clang-tidy CERT Files +------------------------------------------------------------------------------ +All clang-tidy files are licensed under the LLVM license with the following +additions: + +Any file referencing a CERT Secure Coding guideline: +Please allow this letter to serve as confirmation that open source projects on +http://llvm.org are permitted to link via hypertext to the CERT(R) secure coding +guidelines available at https://www.securecoding.cert.org. + +The foregoing is permitted by the Terms of Use as follows: +"Linking to the Service +Because we update many of our Web documents regularly, we would prefer that you +link to our Web pages whenever possible rather than reproduce them. It is not +necessary to request permission to make referential hypertext links to The +Service." +http://www.sei.cmu.edu/legal/ip/index.cfm. + +Please allow this letter to also confirm that no formal permission is required +to reproduce the title of the content being linked to, nor to reproduce any +de Minimis description of such content. |

