Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Transforms / MutateStructTypes.h
index 1597ac9a105e0a0e491c616f57f6df01ec9bdb62..f9b753caf44b39cb949252bbe270c68d3640af47 100644 (file)
@@ -1,4 +1,11 @@
 //===-- llvm/Transforms/MutateStructTypes.h - Rearrange structs -*- 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 pass is used to change structure accesses and type definitions in some
 // way.  It can be used to arbitrarily permute structure fields, safely, without