Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Assembly / CWriter.h
index 0f907c19317fd6e4b8a1f32b7e76e0d95cacb45c..cc7a358a9b30c18acb6518c8ca861162d6280024 100644 (file)
@@ -1,4 +1,11 @@
 //===-- llvm/Assembly/CWriter.h - C Printer for LLVM programs ---*- C++ -*-===//
+// 
+//                     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 functionality is implemented by the lib/CWriter library.  This library
 // is used to print C language files to an iostream.