Added copyright header to all C++ source files.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 17:47:21 +0000 (17:47 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 17:47:21 +0000 (17:47 +0000)
commit7c0e022c5c4be4b11e199a53f73bbdd84e34aa80
tree677897fa4b0ba30069c19c86c25c2afae3d708de
parent3ab71367d0313898ffa0389408105bd660d042b8
Added copyright header to all C++ source files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9291 91177308-0d34-0410-b5e6-96231b3b80d8
34 files changed:
lib/Linker/LinkArchives.cpp
tools/analyze/AnalysisWrappers.cpp
tools/analyze/GraphPrinters.cpp
tools/analyze/analyze.cpp
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/CodeGeneratorBug.cpp
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/ListReducer.h
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/TestPasses.cpp
tools/bugpoint/bugpoint.cpp
tools/extract/extract.cpp
tools/gccas/gccas.cpp
tools/gccld/GenerateCode.cpp
tools/gccld/Linker.cpp
tools/gccld/gccld.cpp
tools/gccld/gccld.h
tools/llc/llc.cpp
tools/llee/OSInterface.h
tools/llee/SysUtils.h
tools/lli/lli.cpp
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-link/llvm-link.cpp
tools/llvm-nm/llvm-nm.cpp
tools/opt/AnalysisWrappers.cpp
tools/opt/GraphPrinters.cpp
tools/opt/opt.cpp