Added copyright notice to all hp2ps source files.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2251
This commit is contained in:
Nicholas Nethercote 2004-02-15 15:38:08 +00:00
parent 500de31850
commit 2c736edd5f
37 changed files with 148 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include "Main.h"
#include "Defines.h"

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef AREA_BELOW_H
#define AREA_BELOW_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <ctype.h>
#include <stdio.h>
#include <string.h>

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef AUX_FILE_H
#define AUX_FILE_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include <string.h>
#include "Main.h"

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef AXES_H
#define AXES_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include <math.h>
#include "Main.h"

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef CURVES_H
#define CURVES_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef DEFINES_H
#define DEFINES_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include <string.h>
#include <math.h>

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef DEVIATION_H
#define DEVIATION_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <ctype.h>
#include <string.h>
#include <stdio.h>

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef DIMENSIONS_H
#define DIMENSIONS_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include "Main.h"
#include "Defines.h"

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef ERROR_H
#define ERROR_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef HP_FILE_H
#define HP_FILE_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include <math.h>
#include "Main.h"

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef KEY_H
#define KEY_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef MAIN_H
#define MAIN_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include "Main.h"
#include "Curves.h"

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef MARKS_H
#define MARKS_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include <string.h>
#include "Main.h"

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef PS_FILE_H
#define PS_FILE_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef REORDER_H
#define REORDER_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include "Main.h"
#include "Defines.h"

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef SCALE_H
#define SCALE_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef SHADE_H
#define SHADE_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include "Main.h"
#include "Defines.h"

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef TOP_TWENTY_H
#define TOP_TWENTY_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include "Main.h"
#include "Defines.h"

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef TRACE_ELEMENT_H
#define TRACE_ELEMENT_H

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#include <stdio.h>
#include <string.h>
#include "Main.h"

View File

@ -1,3 +1,7 @@
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef UTILITIES_H
#define UTILITIES_H