This is an archive of the discontinued LLVM Phabricator instance.

[llvm][clang][NFC] updates inline licence info
ClosedPublic

Authored by cjdb on Aug 4 2021, 8:18 PM.

Details

Summary

Some files still contained the old University of Illinois Open Source
Licence header. This patch replaces that with the Apache 2 with LLVM
Exception licence.

Diff Detail

Event Timeline

cjdb created this revision.Aug 4 2021, 8:18 PM
cjdb requested review of this revision.Aug 4 2021, 8:18 PM
Herald added projects: Restricted Project, Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptAug 4 2021, 8:18 PM
aaron.ballman accepted this revision.Aug 5 2021, 5:13 AM

There are some spurious whitespace changes that should be dropped, but otherwise, this LGTM. Thank you for the cleanup!

clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
115

Spurious whitespace change.

llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
39

Unrelated whitespace changes.

llvm/lib/BinaryFormat/MsgPackDocumentYAML.cpp
249

Unrelated whitespace change.

This revision is now accepted and ready to land.Aug 5 2021, 5:13 AM
lattner accepted this revision.Aug 6 2021, 9:31 AM

Thank you for catching this!

cjdb updated this revision to Diff 365648.Aug 10 2021, 7:47 PM

uploading solely for a fast visual inspection on the diff

This revision was landed with ongoing or failed builds.Aug 10 2021, 7:49 PM
This revision was automatically updated to reflect the committed changes.
cjdb marked 3 inline comments as done.