diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:29:18 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-10-21 15:29:18 +0000 |
| commit | aefb666d07fdf695809fc92ef8497586674590d8 (patch) | |
| tree | 611ce1111012bf8b549760f875b315852e50760c /utils/TableGen/FileParser.y | |
| parent | 856ba76200ec2302f2fe500bc507f426c7d566c8 (diff) | |
Added LLVM copyright notice.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9324 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/FileParser.y')
| -rw-r--r-- | utils/TableGen/FileParser.y | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/TableGen/FileParser.y b/utils/TableGen/FileParser.y index 2b434bf8ae..491cca310d 100644 --- a/utils/TableGen/FileParser.y +++ b/utils/TableGen/FileParser.y @@ -1,4 +1,11 @@ //===-- FileParser.y - Parser for TableGen files ----------------*- C++ -*-===// +// +// 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 implements the bison parser for Table Generator files... // |
