diff options
-rw-r--r-- | lldb/include/lldb/Expression/ClangASTSource.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/lldb/include/lldb/Expression/ClangASTSource.h b/lldb/include/lldb/Expression/ClangASTSource.h index 69792f12e6c..7e568e6a9d0 100644 --- a/lldb/include/lldb/Expression/ClangASTSource.h +++ b/lldb/include/lldb/Expression/ClangASTSource.h @@ -1,11 +1,12 @@ -/* - * ClangASTSource.h - * lldb - * - * Created by John McCall on 6/1/10. - * Copyright 2010 Apple. All rights reserved. - * - */ +//===-- ClangASTSource.h ----------------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #ifndef liblldb_ClangASTSource_h_ #define liblldb_ClangASTSource_h_ |