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 | 4ee451de366474b9c228b4e5fa573795a715216d (patch) | |
tree | ae0911ba00e5c8d49aa095a59781e82f4c3ac657 /lib/Linker | |
parent | 57360d1f1cede3b26744d0ce3ade814fcc0f332d (diff) | |
download | external_llvm-4ee451de366474b9c228b4e5fa573795a715216d.tar.gz external_llvm-4ee451de366474b9c228b4e5fa573795a715216d.tar.bz2 external_llvm-4ee451de366474b9c228b4e5fa573795a715216d.zip |
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/Linker')
-rw-r--r-- | lib/Linker/LinkArchives.cpp | 4 | ||||
-rw-r--r-- | lib/Linker/LinkItems.cpp | 4 | ||||
-rw-r--r-- | lib/Linker/LinkModules.cpp | 4 | ||||
-rw-r--r-- | lib/Linker/Linker.cpp | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/Linker/LinkArchives.cpp b/lib/Linker/LinkArchives.cpp index f25df888ff..974ad26e37 100644 --- a/lib/Linker/LinkArchives.cpp +++ b/lib/Linker/LinkArchives.cpp @@ -2,8 +2,8 @@ // // 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 file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // diff --git a/lib/Linker/LinkItems.cpp b/lib/Linker/LinkItems.cpp index 95050d0750..4d61395051 100644 --- a/lib/Linker/LinkItems.cpp +++ b/lib/Linker/LinkItems.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Reid Spencer 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/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp index 3c8d377a4c..4a0caada51 100644 --- a/lib/Linker/LinkModules.cpp +++ b/lib/Linker/LinkModules.cpp @@ -2,8 +2,8 @@ // // 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 file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // diff --git a/lib/Linker/Linker.cpp b/lib/Linker/Linker.cpp index 9f9a59d4d6..64327e143b 100644 --- a/lib/Linker/Linker.cpp +++ b/lib/Linker/Linker.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Reid Spencer 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. // //===----------------------------------------------------------------------===// // |