Add license comments.

llvm-svn: 60144
diff --git a/clang/include/clang/Driver/ManagerRegistry.h b/clang/include/clang/Driver/ManagerRegistry.h
index cfbbc30..90c33e1 100644
--- a/clang/include/clang/Driver/ManagerRegistry.h
+++ b/clang/include/clang/Driver/ManagerRegistry.h
@@ -1,3 +1,16 @@
+//===-- ManagerRegistry.h - Pluggable analyzer module registry --*- 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 ManagerRegistry and Register* classes.
+//
+//===----------------------------------------------------------------------===//
+
 #ifndef LLVM_CLANG_MANAGER_REGISTRY_H
 #define LLVM_CLANG_MANAGER_REGISTRY_H
 
diff --git a/clang/lib/Driver/ManagerRegistry.cpp b/clang/lib/Driver/ManagerRegistry.cpp
index 7604d28..0748fd9 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;