[clang-tools-extra] r255248 - Add a license clarification for use of links and titles of CERT secure coding guidelines.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 10 05:53:36 PST 2015


Author: aaronballman
Date: Thu Dec 10 07:53:36 2015
New Revision: 255248

URL: http://llvm.org/viewvc/llvm-project?rev=255248&view=rev
Log:
Add a license clarification for use of links and titles of CERT secure coding guidelines.

Added:
    clang-tools-extra/trunk/clang-tidy/cert/LICENSE.TXT
Modified:
    clang-tools-extra/trunk/LICENSE.TXT

Modified: clang-tools-extra/trunk/LICENSE.TXT
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/LICENSE.TXT?rev=255248&r1=255247&r2=255248&view=diff
==============================================================================
--- clang-tools-extra/trunk/LICENSE.TXT (original)
+++ clang-tools-extra/trunk/LICENSE.TXT Thu Dec 10 07:53:36 2015
@@ -59,5 +59,4 @@ licenses, and/or restrictions:
 
 Program             Directory
 -------             ---------
-<none yet>
-
+clang-tidy          clang-tidy/cert

Added: clang-tools-extra/trunk/clang-tidy/cert/LICENSE.TXT
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/cert/LICENSE.TXT?rev=255248&view=auto
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/cert/LICENSE.TXT (added)
+++ clang-tools-extra/trunk/clang-tidy/cert/LICENSE.TXT Thu Dec 10 07:53:36 2015
@@ -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.




More information about the cfe-commits mailing list