diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:36:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:36:04 +0000 |
commit | 081ce940e7351e90fff829320b7dc6738a6b3815 (patch) | |
tree | ae0911ba00e5c8d49aa095a59781e82f4c3ac657 /lib/Target/MSIL | |
parent | 3876aa7d638d15f9fd60dcd63d072e28ca2a422d (diff) | |
download | external_llvm-081ce940e7351e90fff829320b7dc6738a6b3815.zip external_llvm-081ce940e7351e90fff829320b7dc6738a6b3815.tar.gz external_llvm-081ce940e7351e90fff829320b7dc6738a6b3815.tar.bz2 |
Remove attribution from file headers, per discussion on llvmdev.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSIL')
-rw-r--r-- | lib/Target/MSIL/MSILWriter.cpp | 4 | ||||
-rw-r--r-- | lib/Target/MSIL/MSILWriter.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/MSIL/MSILWriter.cpp b/lib/Target/MSIL/MSILWriter.cpp index cc4739a..141bc4b 100644 --- a/lib/Target/MSIL/MSILWriter.cpp +++ b/lib/Target/MSIL/MSILWriter.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Roman Samoilov and is distributed under -// the University of Illinois Open Source License. See LICENSE.TXT for details. +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // diff --git a/lib/Target/MSIL/MSILWriter.h b/lib/Target/MSIL/MSILWriter.h index c2cd0ab..3ab6cd5 100644 --- a/lib/Target/MSIL/MSILWriter.h +++ b/lib/Target/MSIL/MSILWriter.h @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Roman Samoilov and is distributed under -// the University of Illinois Open Source License. See LICENSE.TXT for details. +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // |