diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-27 19:31:09 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-27 19:31:09 +0000 |
commit | 96d91372fd79257bb043f6a01b7e871acbe5a555 (patch) | |
tree | ca8f43344020e49818fd227bd21e36f86d1179a4 /lib/Support/APInt.cpp | |
parent | a5c7472726578c0884a6e69a4f808e4aa9a5d8ed (diff) |
Conform to single person attribution in file comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34678 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/APInt.cpp')
-rw-r--r-- | lib/Support/APInt.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Support/APInt.cpp b/lib/Support/APInt.cpp index 8d4c8ae6e0..6939c21b81 100644 --- a/lib/Support/APInt.cpp +++ b/lib/Support/APInt.cpp @@ -2,9 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Sheng Zhou and Reid Spencer and is distributed -// under the University of Illinois Open Source License. See LICENSE.TXT -// for details. +// This file was developed by Sheng Zhou and is distributed under the +// University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // |