Added copyright header to all C++ source files.
[oota-llvm.git] / tools / llvm-nm / llvm-nm.cpp
index e98f6550d243da471d793fa4f2349ab9cca3f1e0..ffd8cf3324cad167981bae1bcf37d99d86431b56 100644 (file)
@@ -1,4 +1,12 @@
 //===-- llvm-nm.cpp - Symbol table dumping utility for llvm ---------------===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 //
 // This program is a utility that works like traditional Unix "nm",
 // that is, it prints out the names of symbols in a bytecode file,