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 | f3ebc3f3d2fdeb4737752fed0ea603634313d115 (patch) | |
tree | b0159683860116223f8b6fc366fed14fef710d2b /llvm/lib/System/Unix | |
parent | 11cc8b3c143ebda2b7a009fd96ddb5e05dad983e (diff) | |
download | bcm5719-llvm-f3ebc3f3d2fdeb4737752fed0ea603634313d115.tar.gz bcm5719-llvm-f3ebc3f3d2fdeb4737752fed0ea603634313d115.zip |
Remove attribution from file headers, per discussion on llvmdev.
llvm-svn: 45418
Diffstat (limited to 'llvm/lib/System/Unix')
-rw-r--r-- | llvm/lib/System/Unix/Alarm.inc | 4 | ||||
-rw-r--r-- | llvm/lib/System/Unix/MappedFile.inc | 4 | ||||
-rw-r--r-- | llvm/lib/System/Unix/Memory.inc | 4 | ||||
-rw-r--r-- | llvm/lib/System/Unix/Mutex.inc | 4 | ||||
-rw-r--r-- | llvm/lib/System/Unix/Path.inc | 4 | ||||
-rw-r--r-- | llvm/lib/System/Unix/Process.inc | 4 | ||||
-rw-r--r-- | llvm/lib/System/Unix/Program.inc | 4 | ||||
-rw-r--r-- | llvm/lib/System/Unix/Signals.inc | 4 | ||||
-rw-r--r-- | llvm/lib/System/Unix/TimeValue.inc | 4 | ||||
-rw-r--r-- | llvm/lib/System/Unix/Unix.h | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/llvm/lib/System/Unix/Alarm.inc b/llvm/lib/System/Unix/Alarm.inc index 1480802a32c..853fcf50365 100644 --- a/llvm/lib/System/Unix/Alarm.inc +++ b/llvm/lib/System/Unix/Alarm.inc @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by the 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/llvm/lib/System/Unix/MappedFile.inc b/llvm/lib/System/Unix/MappedFile.inc index 91b92ece5a5..546a226ef31 100644 --- a/llvm/lib/System/Unix/MappedFile.inc +++ b/llvm/lib/System/Unix/MappedFile.inc @@ -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/llvm/lib/System/Unix/Memory.inc b/llvm/lib/System/Unix/Memory.inc index d040416175f..afa8f03117f 100644 --- a/llvm/lib/System/Unix/Memory.inc +++ b/llvm/lib/System/Unix/Memory.inc @@ -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/llvm/lib/System/Unix/Mutex.inc b/llvm/lib/System/Unix/Mutex.inc index d0984a4e19e..4a015a676fc 100644 --- a/llvm/lib/System/Unix/Mutex.inc +++ b/llvm/lib/System/Unix/Mutex.inc @@ -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/llvm/lib/System/Unix/Path.inc b/llvm/lib/System/Unix/Path.inc index 025357258dc..2dde37cdaee 100644 --- a/llvm/lib/System/Unix/Path.inc +++ b/llvm/lib/System/Unix/Path.inc @@ -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/llvm/lib/System/Unix/Process.inc b/llvm/lib/System/Unix/Process.inc index 6b9b2b3ba79..addfef358f9 100644 --- a/llvm/lib/System/Unix/Process.inc +++ b/llvm/lib/System/Unix/Process.inc @@ -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/llvm/lib/System/Unix/Program.inc b/llvm/lib/System/Unix/Program.inc index 6517a96b09b..033a8a45947 100644 --- a/llvm/lib/System/Unix/Program.inc +++ b/llvm/lib/System/Unix/Program.inc @@ -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/llvm/lib/System/Unix/Signals.inc b/llvm/lib/System/Unix/Signals.inc index b790e052137..9722b9066d4 100644 --- a/llvm/lib/System/Unix/Signals.inc +++ b/llvm/lib/System/Unix/Signals.inc @@ -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/llvm/lib/System/Unix/TimeValue.inc b/llvm/lib/System/Unix/TimeValue.inc index 77fc9abe527..8dd30b9322f 100644 --- a/llvm/lib/System/Unix/TimeValue.inc +++ b/llvm/lib/System/Unix/TimeValue.inc @@ -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/llvm/lib/System/Unix/Unix.h b/llvm/lib/System/Unix/Unix.h index c38c652aece..a7030fc7b27 100644 --- a/llvm/lib/System/Unix/Unix.h +++ b/llvm/lib/System/Unix/Unix.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. // //===----------------------------------------------------------------------===// // |