[runtimes][NFC] Remove filenames at the top of the license noticeWe've stopped doing it in libc++ for a while now because these nameswould end up rotting as we move things around and copy/paste st
[runtimes][NFC] Remove filenames at the top of the license noticeWe've stopped doing it in libc++ for a while now because these nameswould end up rotting as we move things around and copy/paste stuff.This cleans up all the existing files so as to stop the spreadingas people copy-paste headers around.
show more ...
Update more file headers across all of the LLVM projects in the monorepoto reflect the new license. These used slightly different spellings thatdefeated my regular expressions.We understand that
Update more file headers across all of the LLVM projects in the monorepoto reflect the new license. These used slightly different spellings thatdefeated my regular expressions.We understand that people may be surprised that we're moving the headerentirely to discuss the new license. We checked this carefully with theFoundation's lawyer and we believe this is the correct approach.Essentially, all code in the project is now made available by the LLVMproject under our new license, so you will see that the license headersinclude that license only. Some of our contributors have contributedcode under our old license, and accordingly, we have retained a copy ofour old license notice in the top-level files in each project andrepository.llvm-svn: 351648
libunwind: Use conventional DWARF capitalization in comments and errorsllvm-svn: 275996
unwind: move src/Unwind, include/, and test/ unwind contentThis moves the majority of the unwind sources into the new project layout forlibunwind. This was previously discussed on llvmdev at [1].
unwind: move src/Unwind, include/, and test/ unwind contentThis moves the majority of the unwind sources into the new project layout forlibunwind. This was previously discussed on llvmdev at [1]. This is apurely movement related change, with the build infrastructure currently stillresiding in the libc++abi repository.[1] http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-January/081507.htmlllvm-svn: 235758