From: Zhongxing Xu Date: Thu, 27 Nov 2008 02:19:10 +0000 (+0000) Subject: Add license comments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5abf03bbb9e8703d41bd241a4733d930791fd972;p=clang Add license comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60144 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/ManagerRegistry.h b/include/clang/Driver/ManagerRegistry.h index cfbbc30411..90c33e1451 100644 --- a/include/clang/Driver/ManagerRegistry.h +++ b/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/lib/Driver/ManagerRegistry.cpp b/lib/Driver/ManagerRegistry.cpp index 7604d2895f..0748fd9a35 100644 --- a/lib/Driver/ManagerRegistry.cpp +++ b/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;