aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/FileLexer.l
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-21 15:29:18 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-21 15:29:18 +0000
commitaefb666d07fdf695809fc92ef8497586674590d8 (patch)
tree611ce1111012bf8b549760f875b315852e50760c /utils/TableGen/FileLexer.l
parent856ba76200ec2302f2fe500bc507f426c7d566c8 (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/FileLexer.l')
-rw-r--r--utils/TableGen/FileLexer.l7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/TableGen/FileLexer.l b/utils/TableGen/FileLexer.l
index 64ed4c625a..0858a8c5e4 100644
--- a/utils/TableGen/FileLexer.l
+++ b/utils/TableGen/FileLexer.l
@@ -1,4 +1,11 @@
/*===-- FileLexer.l - Scanner 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 defines a simple flex scanner for TableGen files. This is pretty
// straight-forward, except for the magic to handle file inclusion.