diff options
Diffstat (limited to 'clang/AST')
| -rw-r--r-- | clang/AST/ASTConsumer.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/ASTContext.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/Builtins.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/CFG.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/Decl.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/DeclSerialization.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/Expr.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/ExprCXX.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/Stmt.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/StmtDumper.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/StmtIterator.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/StmtPrinter.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/StmtSerialization.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/StmtViz.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/TranslationUnit.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/Type.cpp | 4 | ||||
| -rw-r--r-- | clang/AST/TypeSerialization.cpp | 4 |
17 files changed, 34 insertions, 34 deletions
diff --git a/clang/AST/ASTConsumer.cpp b/clang/AST/ASTConsumer.cpp index 0cf614102d0..dd839752eec 100644 --- a/clang/AST/ASTConsumer.cpp +++ b/clang/AST/ASTConsumer.cpp @@ -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/AST/ASTContext.cpp b/clang/AST/ASTContext.cpp index 3aead2f9311..c01cdf512a8 100644 --- a/clang/AST/ASTContext.cpp +++ b/clang/AST/ASTContext.cpp @@ -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/AST/Builtins.cpp b/clang/AST/Builtins.cpp index 238c96a39af..9781c5e9446 100644 --- a/clang/AST/Builtins.cpp +++ b/clang/AST/Builtins.cpp @@ -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/AST/CFG.cpp b/clang/AST/CFG.cpp index 93230744e6f..df0b12d1f60 100644 --- a/clang/AST/CFG.cpp +++ b/clang/AST/CFG.cpp @@ -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/AST/Decl.cpp b/clang/AST/Decl.cpp index b82bc395baf..a69d6dd1428 100644 --- a/clang/AST/Decl.cpp +++ b/clang/AST/Decl.cpp @@ -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/AST/DeclSerialization.cpp b/clang/AST/DeclSerialization.cpp index cc29210f4fe..0e0e0ff50b9 100644 --- a/clang/AST/DeclSerialization.cpp +++ b/clang/AST/DeclSerialization.cpp @@ -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/AST/Expr.cpp b/clang/AST/Expr.cpp index 94d99ab4bd5..88ba6a6eff8 100644 --- a/clang/AST/Expr.cpp +++ b/clang/AST/Expr.cpp @@ -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/AST/ExprCXX.cpp b/clang/AST/ExprCXX.cpp index ea5939caab4..0646823af9c 100644 --- a/clang/AST/ExprCXX.cpp +++ b/clang/AST/ExprCXX.cpp @@ -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/AST/Stmt.cpp b/clang/AST/Stmt.cpp index 6663d6f88b0..0d1ec030b10 100644 --- a/clang/AST/Stmt.cpp +++ b/clang/AST/Stmt.cpp @@ -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/AST/StmtDumper.cpp b/clang/AST/StmtDumper.cpp index ae792094a60..0125dfbbf14 100644 --- a/clang/AST/StmtDumper.cpp +++ b/clang/AST/StmtDumper.cpp @@ -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/AST/StmtIterator.cpp b/clang/AST/StmtIterator.cpp index b72e9168edc..14083e30a99 100644 --- a/clang/AST/StmtIterator.cpp +++ b/clang/AST/StmtIterator.cpp @@ -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/AST/StmtPrinter.cpp b/clang/AST/StmtPrinter.cpp index 1887468819c..fc28d06e6ec 100644 --- a/clang/AST/StmtPrinter.cpp +++ b/clang/AST/StmtPrinter.cpp @@ -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/AST/StmtSerialization.cpp b/clang/AST/StmtSerialization.cpp index 8693dc3dbd9..5320a393300 100644 --- a/clang/AST/StmtSerialization.cpp +++ b/clang/AST/StmtSerialization.cpp @@ -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/AST/StmtViz.cpp b/clang/AST/StmtViz.cpp index ee18bf050b6..db2703c3e38 100644 --- a/clang/AST/StmtViz.cpp +++ b/clang/AST/StmtViz.cpp @@ -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/AST/TranslationUnit.cpp b/clang/AST/TranslationUnit.cpp index 777e6e98c9a..c00b344ff8e 100644 --- a/clang/AST/TranslationUnit.cpp +++ b/clang/AST/TranslationUnit.cpp @@ -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. // // FIXME: This should eventually be moved out of the driver, or replaced // with its eventual successor. diff --git a/clang/AST/Type.cpp b/clang/AST/Type.cpp index 685a193727c..af96830a9cb 100644 --- a/clang/AST/Type.cpp +++ b/clang/AST/Type.cpp @@ -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/AST/TypeSerialization.cpp b/clang/AST/TypeSerialization.cpp index a3b99ed8a5a..c6dee4e5cf4 100644 --- a/clang/AST/TypeSerialization.cpp +++ b/clang/AST/TypeSerialization.cpp @@ -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. // //===----------------------------------------------------------------------===// // |

