From b2109ce97881269a610fa4afbcbca350e975174d Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 20 Oct 2003 19:46:57 +0000 Subject: Added LLVM notice. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9300 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/Statistic.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/llvm/ADT/Statistic.h') diff --git a/include/llvm/ADT/Statistic.h b/include/llvm/ADT/Statistic.h index f25ffc6..d69809f 100644 --- a/include/llvm/ADT/Statistic.h +++ b/include/llvm/ADT/Statistic.h @@ -1,4 +1,11 @@ //===-- Support/Statistic.h - Easy way to expose stats ----------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file was developed by the LLVM research group and is distributed under +// the University of Illinois Open Source License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// // // This file defines the 'Statistic' class, which is designed to be an easy way // to expose various success metrics from passes. These statistics are printed -- cgit v1.1