diff options
author | Greg Clayton <gclayton@apple.com> | 2010-07-16 18:28:27 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2010-07-16 18:28:27 +0000 |
commit | ea3b0ae8edcffa1be469181fdea672f0bee3eb08 (patch) | |
tree | a460c58c3f272682618be9ab8e8030b3df72c13d | |
parent | aa28801f6ac82d2f323bc97360b8ec2cf64bff8f (diff) | |
download | bcm5719-llvm-ea3b0ae8edcffa1be469181fdea672f0bee3eb08.tar.gz bcm5719-llvm-ea3b0ae8edcffa1be469181fdea672f0bee3eb08.zip |
Fixed a copyright header.
llvm-svn: 108544
-rw-r--r-- | lldb/source/Expression/ClangASTSource.cpp | 17 |
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" |