diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:37:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:37:13 +0000 |
commit | fd6c2f0bb3e226b77dfcd66d08db401b01327736 (patch) | |
tree | 86a6dff06d6aaac3d621d51051573ac5b0a9c301 /utils/TableGen/TGLexer.h | |
parent | 081ce940e7351e90fff829320b7dc6738a6b3815 (diff) | |
download | external_llvm-fd6c2f0bb3e226b77dfcd66d08db401b01327736.zip external_llvm-fd6c2f0bb3e226b77dfcd66d08db401b01327736.tar.gz external_llvm-fd6c2f0bb3e226b77dfcd66d08db401b01327736.tar.bz2 |
remove attributions from utils.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TGLexer.h')
-rw-r--r-- | utils/TableGen/TGLexer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/TGLexer.h b/utils/TableGen/TGLexer.h index 1b157e6..b4fa97c 100644 --- a/utils/TableGen/TGLexer.h +++ b/utils/TableGen/TGLexer.h @@ -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. // //===----------------------------------------------------------------------===// // |