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.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/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 a38bde7cc3..e8194d941f 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 9d987ea4ad..e4380ea427 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 5d45104b50..2f0ff72a77 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 ebea307be4..820fc67f84 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 468fe0c61f..f329db495f 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 b22163d768..ce94ff4a4c 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 c5d912adc8..514afa3bc2 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 8e4b4e0caf..4fcc38bd33 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. // //===----------------------------------------------------------------------===// // |