From 47354ed151fe0543e138ccebd3dfe7acfcb291d1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 28 Jan 2009 06:31:57 +0000 Subject: add some basic file headers git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63188 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticDriver.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/clang/Basic/DiagnosticDriver.h') diff --git a/include/clang/Basic/DiagnosticDriver.h b/include/clang/Basic/DiagnosticDriver.h index 44e93b4d3c..60cdfcdb8a 100644 --- a/include/clang/Basic/DiagnosticDriver.h +++ b/include/clang/Basic/DiagnosticDriver.h @@ -1,3 +1,12 @@ +//===--- DiagnosticDriver.h - Diagnostics for the driver --------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #ifndef LLVM_CLANG_DIAGNOSTICDRIVER_H #define LLVM_CLANG_DIAGNOSTICDRIVER_H -- cgit v1.2.3