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 | 3060910e290949a9ac5eda8726d030790c4d60ff (patch) | |
tree | 86a6dff06d6aaac3d621d51051573ac5b0a9c301 /utils/TableGen/TableGen.cpp | |
parent | 4ee451de366474b9c228b4e5fa573795a715216d (diff) |
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/TableGen.cpp')
-rw-r--r-- | utils/TableGen/TableGen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/TableGen.cpp b/utils/TableGen/TableGen.cpp index f4ece12897..28e4a8a86f 100644 --- a/utils/TableGen/TableGen.cpp +++ b/utils/TableGen/TableGen.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by the LLVM research group 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. // //===----------------------------------------------------------------------===// // |