Added copyright header to all C++ source files.
[oota-llvm.git] / tools / llvm-dis / llvm-dis.cpp
index 1a4a46b8b915da3a86dba90aebc8543f5e496609..70f8f5103b4df83f0a0595ae78c54dab386eced6 100644 (file)
@@ -1,4 +1,12 @@
 //===----------------------------------------------------------------------===//
+// 
+//                     The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// 
+//===----------------------------------------------------------------------===//
+// 
 // LLVM 'DIS' UTILITY 
 //
 // This utility may be invoked in the following manner:
@@ -92,7 +100,7 @@ int main(int argc, char **argv) {
       } else {
         Out = new std::ofstream(OutputFilename.c_str());
 
-        // Make sure that the Out file gets unlink'd from the disk if we get a
+        // Make sure that the Out file gets unlinked from the disk if we get a
         // SIGINT
         RemoveFileOnSignal(OutputFilename);
       }