From 2d311e835470bdaa0395564b39a18b3b1cfcee20 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Thu, 27 Nov 2008 02:19:10 +0000 Subject: Add license comments. llvm-svn: 60144 --- clang/lib/Driver/ManagerRegistry.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'clang/lib/Driver/ManagerRegistry.cpp') diff --git a/clang/lib/Driver/ManagerRegistry.cpp b/clang/lib/Driver/ManagerRegistry.cpp index 7604d2895f2..0748fd9a35d 100644 --- a/clang/lib/Driver/ManagerRegistry.cpp +++ b/clang/lib/Driver/ManagerRegistry.cpp @@ -1,3 +1,16 @@ +//===- ManagerRegistry.cpp - Pluggble Analyzer module creators --*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// This file defines the pluggable analyzer module creators. +// +//===----------------------------------------------------------------------===// + #include "clang/Driver/ManagerRegistry.h" using namespace clang; -- cgit v1.2.3