This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][docs] Update license info
Needs ReviewPublic

Authored by zbrid on May 4 2020, 10:18 AM.

Details

Summary

Remove reference to the old LLVM license and replace with a ref to
the new LLVM license. My understanding is that everything is under
the Apache License now, so I updated the compiler-rt homepage to
say the same thing llvm.org says.

Diff Detail

Event Timeline

zbrid created this revision.May 4 2020, 10:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2020, 10:18 AM
Herald added subscribers: Restricted Project, arphaman, dberris. · View Herald Transcript
zbrid edited reviewers, added: dberris, arphaman, echristo; removed: jyknight, chandlerc.May 5 2020, 9:44 AM
zbrid removed subscribers: dberris, arphaman.
echristo edited reviewers, added: phosek; removed: dberris, arphaman.May 5 2020, 12:56 PM

Adding Petr here since he looked at this most recently.

phosek added a comment.May 5 2020, 2:26 PM

I'm not sure about the "All of the" part; LLVM front page says just "Code in the LLVM project is licensed under the Apache 2.0 License with LLVM exceptions". While the code in compiler-rt project is licensed under Apache 2.0 license with LLVM exceptions, not all of the existing code has been relicensed under the new license. I'd recommend checking this with the LLVM foundation, I've also added @chandlerc who might be able to help.