diff options
-rw-r--r-- | clang/AST/Makefile | 4 | ||||
-rw-r--r-- | clang/Analysis/Makefile | 4 | ||||
-rw-r--r-- | clang/Basic/Makefile | 4 | ||||
-rw-r--r-- | clang/CodeGen/Makefile | 4 | ||||
-rw-r--r-- | clang/Lex/Makefile | 4 | ||||
-rw-r--r-- | clang/Parse/Makefile | 4 | ||||
-rw-r--r-- | clang/Rewrite/Makefile | 4 | ||||
-rw-r--r-- | clang/Sema/Makefile | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/clang/AST/Makefile b/clang/AST/Makefile index 17abef6e734..066fdb6a429 100644 --- a/clang/AST/Makefile +++ b/clang/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/clang/Analysis/Makefile b/clang/Analysis/Makefile index 59dfc7d4a9d..a106263929e 100644 --- a/clang/Analysis/Makefile +++ b/clang/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/clang/Basic/Makefile b/clang/Basic/Makefile index 1db0a7f19b2..1fa8f581b6b 100644 --- a/clang/Basic/Makefile +++ b/clang/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/clang/CodeGen/Makefile b/clang/CodeGen/Makefile index 5e6f7058468..87bc646424a 100644 --- a/clang/CodeGen/Makefile +++ b/clang/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/clang/Lex/Makefile b/clang/Lex/Makefile index f56aed05899..3c67f088015 100644 --- a/clang/Lex/Makefile +++ b/clang/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/clang/Parse/Makefile b/clang/Parse/Makefile index 60e70f240ae..300a99186f4 100644 --- a/clang/Parse/Makefile +++ b/clang/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/clang/Rewrite/Makefile b/clang/Rewrite/Makefile index 106b61890bd..e5453e9a389 100644 --- a/clang/Rewrite/Makefile +++ b/clang/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/clang/Sema/Makefile b/clang/Sema/Makefile index 83a1effe21f..22ca9c7079a 100644 --- a/clang/Sema/Makefile +++ b/clang/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. # ##===----------------------------------------------------------------------===## # |