diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-08-03 20:39:26 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-03 20:39:26 +0000 |
commit | a8d4df429ae0bd464978cd67168abb712a84643b (patch) | |
tree | c1eac25a19002cbac6ed08579fc4cab623067f78 /lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp | |
parent | acbdc5748e70fef350d7974106c7886451b53801 (diff) | |
download | bcm5719-llvm-a8d4df429ae0bd464978cd67168abb712a84643b.tar.gz bcm5719-llvm-a8d4df429ae0bd464978cd67168abb712a84643b.zip |
Add license header comment.
llvm-svn: 136808
Diffstat (limited to 'lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp')
-rw-r--r-- | lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp b/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp index 730a704a7f8..a678dad3423 100644 --- a/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp +++ b/lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp @@ -1,3 +1,11 @@ +//===-- main.c --------------------------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// #include <stdio.h> class Point { |