diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 19:59:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 19:59:25 +0000 |
commit | 5b12ab8c9349f789518ebbfeec226e4cf34ad3aa (patch) | |
tree | a873b72c2ca4d5c0cde0ef3ac79ddcd200b49d8d /clang/Lex/PPExpressions.cpp | |
parent | ebf5666abf3c24e20c8c5883b52492921e073f8b (diff) | |
download | bcm5719-llvm-5b12ab8c9349f789518ebbfeec226e4cf34ad3aa.tar.gz bcm5719-llvm-5b12ab8c9349f789518ebbfeec226e4cf34ad3aa.zip |
Don't attribute in file headers anymore. See llvmdev for the
discussion of this change.
llvm-svn: 45410
Diffstat (limited to 'clang/Lex/PPExpressions.cpp')
-rw-r--r-- | clang/Lex/PPExpressions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/Lex/PPExpressions.cpp b/clang/Lex/PPExpressions.cpp index ff0c36c2444..22c03af9e09 100644 --- a/clang/Lex/PPExpressions.cpp +++ b/clang/Lex/PPExpressions.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. // //===----------------------------------------------------------------------===// // |