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/Debugger | |
parent | 57360d1f1cede3b26744d0ce3ade814fcc0f332d (diff) | |
download | external_llvm-4ee451de366474b9c228b4e5fa573795a715216d.zip external_llvm-4ee451de366474b9c228b4e5fa573795a715216d.tar.gz external_llvm-4ee451de366474b9c228b4e5fa573795a715216d.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/Debugger')
-rw-r--r-- | lib/Debugger/Debugger.cpp | 4 | ||||
-rw-r--r-- | lib/Debugger/ProgramInfo.cpp | 4 | ||||
-rw-r--r-- | lib/Debugger/RuntimeInfo.cpp | 4 | ||||
-rw-r--r-- | lib/Debugger/SourceFile.cpp | 4 | ||||
-rw-r--r-- | lib/Debugger/SourceLanguage-CFamily.cpp | 4 | ||||
-rw-r--r-- | lib/Debugger/SourceLanguage-CPlusPlus.cpp | 4 | ||||
-rw-r--r-- | lib/Debugger/SourceLanguage-Unknown.cpp | 4 | ||||
-rw-r--r-- | lib/Debugger/SourceLanguage.cpp | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/lib/Debugger/Debugger.cpp b/lib/Debugger/Debugger.cpp index a38bde7..e8194d9 100644 --- a/lib/Debugger/Debugger.cpp +++ b/lib/Debugger/Debugger.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/Debugger/ProgramInfo.cpp b/lib/Debugger/ProgramInfo.cpp index 9d987ea..e4380ea 100644 --- a/lib/Debugger/ProgramInfo.cpp +++ b/lib/Debugger/ProgramInfo.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/Debugger/RuntimeInfo.cpp b/lib/Debugger/RuntimeInfo.cpp index 5d45104..2f0ff72 100644 --- a/lib/Debugger/RuntimeInfo.cpp +++ b/lib/Debugger/RuntimeInfo.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/Debugger/SourceFile.cpp b/lib/Debugger/SourceFile.cpp index ebea307..820fc67 100644 --- a/lib/Debugger/SourceFile.cpp +++ b/lib/Debugger/SourceFile.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/Debugger/SourceLanguage-CFamily.cpp b/lib/Debugger/SourceLanguage-CFamily.cpp index 468fe0c..f329db4 100644 --- a/lib/Debugger/SourceLanguage-CFamily.cpp +++ b/lib/Debugger/SourceLanguage-CFamily.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/Debugger/SourceLanguage-CPlusPlus.cpp b/lib/Debugger/SourceLanguage-CPlusPlus.cpp index b22163d..ce94ff4 100644 --- a/lib/Debugger/SourceLanguage-CPlusPlus.cpp +++ b/lib/Debugger/SourceLanguage-CPlusPlus.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/Debugger/SourceLanguage-Unknown.cpp b/lib/Debugger/SourceLanguage-Unknown.cpp index c5d912a..514afa3 100644 --- a/lib/Debugger/SourceLanguage-Unknown.cpp +++ b/lib/Debugger/SourceLanguage-Unknown.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/Debugger/SourceLanguage.cpp b/lib/Debugger/SourceLanguage.cpp index 8e4b4e0..4fcc38b 100644 --- a/lib/Debugger/SourceLanguage.cpp +++ b/lib/Debugger/SourceLanguage.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. // //===----------------------------------------------------------------------===// // |