diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:02:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:02:25 +0000 |
commit | 6298b8c0212c7bc28dd7d1f2e124f23ba5327344 (patch) | |
tree | 7aa825ad8431d0f5674af6e857e424490a865a5e | |
parent | 0bc735ffcfb223c0186419547abaa5c84482663e (diff) |
remove attribution from makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45412 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | AST/Makefile | 4 | ||||
-rw-r--r-- | Analysis/Makefile | 4 | ||||
-rw-r--r-- | Basic/Makefile | 4 | ||||
-rw-r--r-- | CodeGen/Makefile | 4 | ||||
-rw-r--r-- | Lex/Makefile | 4 | ||||
-rw-r--r-- | Parse/Makefile | 4 | ||||
-rw-r--r-- | Rewrite/Makefile | 4 | ||||
-rw-r--r-- | Sema/Makefile | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/AST/Makefile b/AST/Makefile index 17abef6e73..066fdb6a42 100644 --- a/AST/Makefile +++ b/AST/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Chris Lattner 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/Analysis/Makefile b/Analysis/Makefile index 59dfc7d4a9..a106263929 100644 --- a/Analysis/Makefile +++ b/Analysis/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Ted Kremenek 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/Basic/Makefile b/Basic/Makefile index 1db0a7f19b..1fa8f581b6 100644 --- a/Basic/Makefile +++ b/Basic/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Chris Lattner 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/CodeGen/Makefile b/CodeGen/Makefile index 5e6f705846..87bc646424 100644 --- a/CodeGen/Makefile +++ b/CodeGen/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Chris Lattner 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/Lex/Makefile b/Lex/Makefile index f56aed0589..3c67f08801 100644 --- a/Lex/Makefile +++ b/Lex/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Chris Lattner 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/Parse/Makefile b/Parse/Makefile index 60e70f240a..300a99186f 100644 --- a/Parse/Makefile +++ b/Parse/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Chris Lattner 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/Rewrite/Makefile b/Rewrite/Makefile index 106b61890b..e5453e9a38 100644 --- a/Rewrite/Makefile +++ b/Rewrite/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Chris Lattner 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/Sema/Makefile b/Sema/Makefile index 83a1effe21..22ca9c7079 100644 --- a/Sema/Makefile +++ b/Sema/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Chris Lattner 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. # ##===----------------------------------------------------------------------===## # |