Fixed a copyright header.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@108544 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/ClangASTSource.cpp b/source/Expression/ClangASTSource.cpp
index 4f8ef0f..2ea2bce 100644
--- a/source/Expression/ClangASTSource.cpp
+++ b/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"