summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/benchmarks/example/main.cpp8
-rw-r--r--lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp8
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 {
OpenPOWER on IntegriCloud