Remove debug spew

Sat Apr  9 17:04:50 2005  Søren Sandmann  <sandmann@redhat.com>

	* Makefile: Remove debug spew

	* *: Add copyright notices
This commit is contained in:
Søren Sandmann
2005-04-09 21:17:24 +00:00
committed by Søren Sandmann Pedersen
parent 9ea5bacadc
commit b3c466debf
19 changed files with 279 additions and 233 deletions

View File

@ -1,3 +1,25 @@
/* MemProf -- memory profiler and leak detector
* Copyright 1999, 2000, 2001, Red Hat, Inc.
* Copyright 2002, Kristian Rietveld
*
* Sysprof -- Sampling, systemwide CPU profiler
* Copyright 2004-2005 Soeren Sandmann
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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 <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
@ -6,10 +28,6 @@
#include "process.h"
#include "binfile.h"
/* FIXME: All the interesting stuff in this file is from memprof
* and copyright Red Hat.
*/
/* FIXME: this should be done with getpagesize() */
#define PAGE_SIZE 4096