summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-07-16 18:28:27 +0000
committerGreg Clayton <gclayton@apple.com>2010-07-16 18:28:27 +0000
commitea3b0ae8edcffa1be469181fdea672f0bee3eb08 (patch)
treea460c58c3f272682618be9ab8e8030b3df72c13d
parentaa28801f6ac82d2f323bc97360b8ec2cf64bff8f (diff)
downloadbcm5719-llvm-ea3b0ae8edcffa1be469181fdea672f0bee3eb08.tar.gz
bcm5719-llvm-ea3b0ae8edcffa1be469181fdea672f0bee3eb08.zip
Fixed a copyright header.
llvm-svn: 108544
-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