X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbestatevent.h;h=4a62563e88fc0988deee782b8955d3fca586dc7d;hb=9276447aec4972df060349e162f583c4898dfec8;hp=3d092732a944e454f477c688036cb6dc8300687b;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/be/bestatevent.h b/ir/be/bestatevent.h index 3d092732a..4a62563e8 100644 --- a/ir/be/bestatevent.h +++ b/ir/be/bestatevent.h @@ -1,11 +1,31 @@ -/** - * Statistic events - * @date 3.9.2006 - * @author Sebastian Hack +/* + * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. */ -#ifndef _BESTATEVENT_H -#define _BESTATEVENT_H +/** + * @file + * @brief Statistic events. + * @author Sebastian Hack + * @date 03.09.2006 + * @version $Id$ + */ +#ifndef FIRM_BE_BESTATEVENT_H +#define FIRM_BE_BESTATEVENT_H #include @@ -21,4 +41,4 @@ void be_stat_ev_ull(const char *ev, ulong64 value); int be_stat_ev_is_active(void); -#endif /* _BESTATEVENT_H */ +#endif /* FIRM_BE_BESTATEVENT_H */