diff options
-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. |