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 | |
| parent | acbdc5748e70fef350d7974106c7886451b53801 (diff) | |
| download | bcm5719-llvm-a8d4df429ae0bd464978cd67168abb712a84643b.tar.gz bcm5719-llvm-a8d4df429ae0bd464978cd67168abb712a84643b.zip | |
Add license header comment.
llvm-svn: 136808
| -rw-r--r-- | lldb/test/benchmarks/example/main.cpp | 8 | ||||
| -rw-r--r-- | lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lldb/test/benchmarks/example/main.cpp b/lldb/test/benchmarks/example/main.cpp index 1a095d35022..ac73a70b0a4 100644 --- a/lldb/test/benchmarks/example/main.cpp +++ b/lldb/test/benchmarks/example/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 { 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 { |

