[PATCH] D148121: Clarify that the CoC texts are under a Creative Commons license

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 15:29:48 PDT 2023


efriedma added a comment.

llvm-project/LICENSE.txt says:

  ==============================================================================
  Software from third parties included in the LLVM Project:
  ==============================================================================
  The LLVM Project contains third party software which is under different license
  terms. All such code will be identified clearly using at least one of two
  mechanisms:
  1) It will be in a separate directory tree with its own `LICENSE.txt` or
     `LICENSE` file at the top containing the specific license and restrictions
     which apply to that software, or
  2) It will contain specific license and restriction terms at the top of every
     file.

Putting a license blob at the end of the file doesn't comply with that.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148121/new/

https://reviews.llvm.org/D148121



More information about the llvm-commits mailing list