summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Expression/ClangASTSource.cpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/lldb/source/Expression/ClangASTSource.cpp b/lldb/source/Expression/ClangASTSource.cpp
index 4f8ef0fa6e0..2ea2bce1e1f 100644
--- a/lldb/source/Expression/ClangASTSource.cpp
+++ b/lldb/source/Expression/ClangASTSource.cpp
@@ -1,11 +1,12 @@
-/*
- * ClangASTSource.cpp
- * lldb
- *
- * Created by John McCall on 6/1/10.
- * Copyright 2010 Apple. All rights reserved.
- *
- */
+//===-- ClangASTSource.cpp ---------------------------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
#include "clang/AST/ASTContext.h"
#include "lldb/Expression/ClangASTSource.h"
OpenPOWER on IntegriCloud