From b6374ffa885352d25b2bf20233b7e8a5daf15552 Mon Sep 17 00:00:00 2001 From: yangxx Date: Thu, 29 Jan 2004 21:02:28 +0000 Subject: [PATCH] git-svn-id: http://ltt.polymtl.ca/svn@447 04897980-b3bd-0310-b5e0-8ef037075253 --- .../lttv/modules/gui/statistics/statistics.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c b/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c index aef524e5..7541336d 100644 --- a/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c +++ b/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c @@ -1,3 +1,21 @@ +/* This file is part of the Linux Trace Toolkit viewer + * Copyright (C) 2003-2004 XangXiu Yang + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License Version 2 as + * published by the Free Software Foundation; + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, + * MA 02111-1307, USA. + */ + #include #include #include -- 2.34.1