summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-06-20 08:27:14 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-06-20 08:27:14 +0000
commit3a08ec1662dbf2438b93fedc4e828977212c6b66 (patch)
tree8eaa58157768ab7c30114f849955de23b636f4cd /clang
parentb4b5c1047734d3105190f69034e5187be6e4c612 (diff)
downloadbcm5719-llvm-3a08ec1662dbf2438b93fedc4e828977212c6b66.tar.gz
bcm5719-llvm-3a08ec1662dbf2438b93fedc4e828977212c6b66.zip
Add the license part to the new source files.
llvm-svn: 73825
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Frontend/ASTUnit.h13
-rw-r--r--clang/lib/Frontend/ASTUnit.cpp13
2 files changed, 26 insertions, 0 deletions
diff --git a/clang/include/clang/Frontend/ASTUnit.h b/clang/include/clang/Frontend/ASTUnit.h
index 1cbe2e2e27b..68c06f5dcee 100644
--- a/clang/include/clang/Frontend/ASTUnit.h
+++ b/clang/include/clang/Frontend/ASTUnit.h
@@ -1,3 +1,16 @@
+//===--- ASTUnit.h - ASTUnit utility ----------------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// ASTUnit utility class.
+//
+//===----------------------------------------------------------------------===//
+
#ifndef LLVM_CLANG_FRONTEND_ASTUNIT_H
#define LLVM_CLANG_FRONTEND_ASTUNIT_H
diff --git a/clang/lib/Frontend/ASTUnit.cpp b/clang/lib/Frontend/ASTUnit.cpp
index 6ed8fbd5d8c..a7fbcda8fc2 100644
--- a/clang/lib/Frontend/ASTUnit.cpp
+++ b/clang/lib/Frontend/ASTUnit.cpp
@@ -1,3 +1,16 @@
+//===--- ASTUnit.cpp - ASTUnit utility ------------------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// ASTUnit Implementation.
+//
+//===----------------------------------------------------------------------===//
+
#include "clang/Frontend/ASTUnit.h"
#include "clang/Frontend/PCHReader.h"
#include "clang/Frontend/TextDiagnosticBuffer.h"
OpenPOWER on IntegriCloud