diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 19:59:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 19:59:42 +0000 |
commit | 7ed47a13356daed2a34cd2209a31f92552e3bdd8 (patch) | |
tree | 433b9cbc6b180ad71f5540eecb024a8709ccfa8b /include/llvm/System | |
parent | ab2b10c3a998d11756c144d7c961cbb19dd83288 (diff) |
Don't attribute in file headers anymore. See llvmdev for the
discussion of this change. Boy are my fingers tired. ;-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r-- | include/llvm/System/Alarm.h | 4 | ||||
-rw-r--r-- | include/llvm/System/Disassembler.h | 4 | ||||
-rw-r--r-- | include/llvm/System/DynamicLibrary.h | 4 | ||||
-rw-r--r-- | include/llvm/System/Host.h | 4 | ||||
-rw-r--r-- | include/llvm/System/IncludeFile.h | 4 | ||||
-rw-r--r-- | include/llvm/System/MappedFile.h | 4 | ||||
-rw-r--r-- | include/llvm/System/Memory.h | 4 | ||||
-rw-r--r-- | include/llvm/System/Mutex.h | 4 | ||||
-rw-r--r-- | include/llvm/System/Path.h | 4 | ||||
-rw-r--r-- | include/llvm/System/Process.h | 4 | ||||
-rw-r--r-- | include/llvm/System/Program.h | 4 | ||||
-rw-r--r-- | include/llvm/System/Signals.h | 4 | ||||
-rw-r--r-- | include/llvm/System/TimeValue.h | 4 |
13 files changed, 26 insertions, 26 deletions
diff --git a/include/llvm/System/Alarm.h b/include/llvm/System/Alarm.h index 2b78da6dba..708472ceee 100644 --- a/include/llvm/System/Alarm.h +++ b/include/llvm/System/Alarm.h @@ -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/include/llvm/System/Disassembler.h b/include/llvm/System/Disassembler.h index fd08f2d42e..d1d8a81007 100644 --- a/include/llvm/System/Disassembler.h +++ b/include/llvm/System/Disassembler.h @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Anton Korobeynikov 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/include/llvm/System/DynamicLibrary.h b/include/llvm/System/DynamicLibrary.h index 5499f9dcea..4ac08d0f53 100644 --- a/include/llvm/System/DynamicLibrary.h +++ b/include/llvm/System/DynamicLibrary.h @@ -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/include/llvm/System/Host.h b/include/llvm/System/Host.h index df46b25527..5e4cc1b62b 100644 --- a/include/llvm/System/Host.h +++ b/include/llvm/System/Host.h @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Duncan Sands 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/include/llvm/System/IncludeFile.h b/include/llvm/System/IncludeFile.h index c9f3882359..7617373ad1 100644 --- a/include/llvm/System/IncludeFile.h +++ b/include/llvm/System/IncludeFile.h @@ -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/include/llvm/System/MappedFile.h b/include/llvm/System/MappedFile.h index 6276bc3b2c..d74bf5c2be 100644 --- a/include/llvm/System/MappedFile.h +++ b/include/llvm/System/MappedFile.h @@ -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/include/llvm/System/Memory.h b/include/llvm/System/Memory.h index c343177e17..b4ebf0e87f 100644 --- a/include/llvm/System/Memory.h +++ b/include/llvm/System/Memory.h @@ -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/include/llvm/System/Mutex.h b/include/llvm/System/Mutex.h index 94dd811378..e6d98cb271 100644 --- a/include/llvm/System/Mutex.h +++ b/include/llvm/System/Mutex.h @@ -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/include/llvm/System/Path.h b/include/llvm/System/Path.h index ee26b82c71..3ab9e087b0 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -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/include/llvm/System/Process.h b/include/llvm/System/Process.h index f843af36fc..2f78e21455 100644 --- a/include/llvm/System/Process.h +++ b/include/llvm/System/Process.h @@ -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/include/llvm/System/Program.h b/include/llvm/System/Program.h index cef3805370..69e38321a1 100644 --- a/include/llvm/System/Program.h +++ b/include/llvm/System/Program.h @@ -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/include/llvm/System/Signals.h b/include/llvm/System/Signals.h index f4b8b14e4c..416a4c8f9d 100644 --- a/include/llvm/System/Signals.h +++ b/include/llvm/System/Signals.h @@ -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/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h index 6dfee4ddc4..b9ada00712 100644 --- a/include/llvm/System/TimeValue.h +++ b/include/llvm/System/TimeValue.h @@ -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. // //===----------------------------------------------------------------------===// // |