From 2c736edd5f89035cd98a5a8f9123b4f08f0ee320 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Sun, 15 Feb 2004 15:38:08 +0000 Subject: [PATCH] Added copyright notice to all hp2ps source files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2251 --- massif/hp2ps/AreaBelow.c | 4 ++++ massif/hp2ps/AreaBelow.h | 4 ++++ massif/hp2ps/AuxFile.c | 4 ++++ massif/hp2ps/AuxFile.h | 4 ++++ massif/hp2ps/Axes.c | 4 ++++ massif/hp2ps/Axes.h | 4 ++++ massif/hp2ps/Curves.c | 4 ++++ massif/hp2ps/Curves.h | 4 ++++ massif/hp2ps/Defines.h | 4 ++++ massif/hp2ps/Deviation.c | 4 ++++ massif/hp2ps/Deviation.h | 4 ++++ massif/hp2ps/Dimensions.c | 4 ++++ massif/hp2ps/Dimensions.h | 4 ++++ massif/hp2ps/Error.c | 4 ++++ massif/hp2ps/Error.h | 4 ++++ massif/hp2ps/HpFile.c | 4 ++++ massif/hp2ps/HpFile.h | 4 ++++ massif/hp2ps/Key.c | 4 ++++ massif/hp2ps/Key.h | 4 ++++ massif/hp2ps/Main.c | 4 ++++ massif/hp2ps/Main.h | 4 ++++ massif/hp2ps/Marks.c | 4 ++++ massif/hp2ps/Marks.h | 4 ++++ massif/hp2ps/PsFile.c | 4 ++++ massif/hp2ps/PsFile.h | 4 ++++ massif/hp2ps/Reorder.c | 4 ++++ massif/hp2ps/Reorder.h | 4 ++++ massif/hp2ps/Scale.c | 4 ++++ massif/hp2ps/Scale.h | 4 ++++ massif/hp2ps/Shade.c | 4 ++++ massif/hp2ps/Shade.h | 4 ++++ massif/hp2ps/TopTwenty.c | 4 ++++ massif/hp2ps/TopTwenty.h | 4 ++++ massif/hp2ps/TraceElement.c | 4 ++++ massif/hp2ps/TraceElement.h | 4 ++++ massif/hp2ps/Utilities.c | 4 ++++ massif/hp2ps/Utilities.h | 4 ++++ 37 files changed, 148 insertions(+) diff --git a/massif/hp2ps/AreaBelow.c b/massif/hp2ps/AreaBelow.c index 741380723..46e4ba043 100644 --- a/massif/hp2ps/AreaBelow.c +++ b/massif/hp2ps/AreaBelow.c @@ -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 #include "Main.h" #include "Defines.h" diff --git a/massif/hp2ps/AreaBelow.h b/massif/hp2ps/AreaBelow.h index d7f713f2b..a4c20d934 100644 --- a/massif/hp2ps/AreaBelow.h +++ b/massif/hp2ps/AreaBelow.h @@ -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 diff --git a/massif/hp2ps/AuxFile.c b/massif/hp2ps/AuxFile.c index bbdc4aaed..dfc26cdb1 100644 --- a/massif/hp2ps/AuxFile.c +++ b/massif/hp2ps/AuxFile.c @@ -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 #include #include diff --git a/massif/hp2ps/AuxFile.h b/massif/hp2ps/AuxFile.h index 6e962c492..be3fe1107 100644 --- a/massif/hp2ps/AuxFile.h +++ b/massif/hp2ps/AuxFile.h @@ -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 diff --git a/massif/hp2ps/Axes.c b/massif/hp2ps/Axes.c index 0733edd2e..b8036100e 100644 --- a/massif/hp2ps/Axes.c +++ b/massif/hp2ps/Axes.c @@ -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 #include #include "Main.h" diff --git a/massif/hp2ps/Axes.h b/massif/hp2ps/Axes.h index e4be505df..f9f252f6d 100644 --- a/massif/hp2ps/Axes.h +++ b/massif/hp2ps/Axes.h @@ -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 diff --git a/massif/hp2ps/Curves.c b/massif/hp2ps/Curves.c index 68dc41758..b7ad82499 100644 --- a/massif/hp2ps/Curves.c +++ b/massif/hp2ps/Curves.c @@ -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 #include #include "Main.h" diff --git a/massif/hp2ps/Curves.h b/massif/hp2ps/Curves.h index 0aa397f42..7ca720ee3 100644 --- a/massif/hp2ps/Curves.h +++ b/massif/hp2ps/Curves.h @@ -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 diff --git a/massif/hp2ps/Defines.h b/massif/hp2ps/Defines.h index 8d38546fe..4973555eb 100644 --- a/massif/hp2ps/Defines.h +++ b/massif/hp2ps/Defines.h @@ -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 diff --git a/massif/hp2ps/Deviation.c b/massif/hp2ps/Deviation.c index 49e8d21d1..bfc0f44b4 100644 --- a/massif/hp2ps/Deviation.c +++ b/massif/hp2ps/Deviation.c @@ -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 #include #include diff --git a/massif/hp2ps/Deviation.h b/massif/hp2ps/Deviation.h index 14e4df1ad..1fe50adbc 100644 --- a/massif/hp2ps/Deviation.h +++ b/massif/hp2ps/Deviation.h @@ -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 diff --git a/massif/hp2ps/Dimensions.c b/massif/hp2ps/Dimensions.c index b0d1bd53e..e3ebe00a7 100644 --- a/massif/hp2ps/Dimensions.c +++ b/massif/hp2ps/Dimensions.c @@ -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 #include #include diff --git a/massif/hp2ps/Dimensions.h b/massif/hp2ps/Dimensions.h index 7bcc05bee..3ce5ab59e 100644 --- a/massif/hp2ps/Dimensions.h +++ b/massif/hp2ps/Dimensions.h @@ -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 diff --git a/massif/hp2ps/Error.c b/massif/hp2ps/Error.c index 784420419..9078acf21 100644 --- a/massif/hp2ps/Error.c +++ b/massif/hp2ps/Error.c @@ -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 #include "Main.h" #include "Defines.h" diff --git a/massif/hp2ps/Error.h b/massif/hp2ps/Error.h index 0febc84ab..b478672e9 100644 --- a/massif/hp2ps/Error.h +++ b/massif/hp2ps/Error.h @@ -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 diff --git a/massif/hp2ps/HpFile.c b/massif/hp2ps/HpFile.c index 071016fae..26832af9e 100644 --- a/massif/hp2ps/HpFile.c +++ b/massif/hp2ps/HpFile.c @@ -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 #include #include diff --git a/massif/hp2ps/HpFile.h b/massif/hp2ps/HpFile.h index 571a584f8..7a23dfeb4 100644 --- a/massif/hp2ps/HpFile.h +++ b/massif/hp2ps/HpFile.h @@ -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 diff --git a/massif/hp2ps/Key.c b/massif/hp2ps/Key.c index a8a761dee..d611552b8 100644 --- a/massif/hp2ps/Key.c +++ b/massif/hp2ps/Key.c @@ -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 #include #include "Main.h" diff --git a/massif/hp2ps/Key.h b/massif/hp2ps/Key.h index d2a7b8eae..b573ea081 100644 --- a/massif/hp2ps/Key.h +++ b/massif/hp2ps/Key.h @@ -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 diff --git a/massif/hp2ps/Main.c b/massif/hp2ps/Main.c index e1cfe636d..86621a92f 100644 --- a/massif/hp2ps/Main.c +++ b/massif/hp2ps/Main.c @@ -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 #include #include diff --git a/massif/hp2ps/Main.h b/massif/hp2ps/Main.h index 3aedb917b..5fa954eb4 100644 --- a/massif/hp2ps/Main.h +++ b/massif/hp2ps/Main.h @@ -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 diff --git a/massif/hp2ps/Marks.c b/massif/hp2ps/Marks.c index 27702c73d..80947df99 100644 --- a/massif/hp2ps/Marks.c +++ b/massif/hp2ps/Marks.c @@ -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 #include "Main.h" #include "Curves.h" diff --git a/massif/hp2ps/Marks.h b/massif/hp2ps/Marks.h index 41956f6e8..e71f1cdc7 100644 --- a/massif/hp2ps/Marks.h +++ b/massif/hp2ps/Marks.h @@ -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 diff --git a/massif/hp2ps/PsFile.c b/massif/hp2ps/PsFile.c index 40b08dab8..2b203e476 100644 --- a/massif/hp2ps/PsFile.c +++ b/massif/hp2ps/PsFile.c @@ -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 #include #include "Main.h" diff --git a/massif/hp2ps/PsFile.h b/massif/hp2ps/PsFile.h index acec0703b..01f8cc192 100644 --- a/massif/hp2ps/PsFile.h +++ b/massif/hp2ps/PsFile.h @@ -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 diff --git a/massif/hp2ps/Reorder.c b/massif/hp2ps/Reorder.c index 94bda2c5b..fc6db6add 100644 --- a/massif/hp2ps/Reorder.c +++ b/massif/hp2ps/Reorder.c @@ -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 #include #include diff --git a/massif/hp2ps/Reorder.h b/massif/hp2ps/Reorder.h index 089ef75cf..81c4ba340 100644 --- a/massif/hp2ps/Reorder.h +++ b/massif/hp2ps/Reorder.h @@ -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 diff --git a/massif/hp2ps/Scale.c b/massif/hp2ps/Scale.c index 576e173c1..7f023fd07 100644 --- a/massif/hp2ps/Scale.c +++ b/massif/hp2ps/Scale.c @@ -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 #include "Main.h" #include "Defines.h" diff --git a/massif/hp2ps/Scale.h b/massif/hp2ps/Scale.h index 0c19d6c3c..2a3487ebb 100644 --- a/massif/hp2ps/Scale.h +++ b/massif/hp2ps/Scale.h @@ -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 diff --git a/massif/hp2ps/Shade.c b/massif/hp2ps/Shade.c index 2920fb68a..0c1a3be09 100644 --- a/massif/hp2ps/Shade.c +++ b/massif/hp2ps/Shade.c @@ -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 #include #include diff --git a/massif/hp2ps/Shade.h b/massif/hp2ps/Shade.h index 0e49c90d0..66a803ea5 100644 --- a/massif/hp2ps/Shade.h +++ b/massif/hp2ps/Shade.h @@ -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 diff --git a/massif/hp2ps/TopTwenty.c b/massif/hp2ps/TopTwenty.c index 9060aaf6d..b627bfff6 100644 --- a/massif/hp2ps/TopTwenty.c +++ b/massif/hp2ps/TopTwenty.c @@ -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 #include "Main.h" #include "Defines.h" diff --git a/massif/hp2ps/TopTwenty.h b/massif/hp2ps/TopTwenty.h index 53a7aed50..f724a4da7 100644 --- a/massif/hp2ps/TopTwenty.h +++ b/massif/hp2ps/TopTwenty.h @@ -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 diff --git a/massif/hp2ps/TraceElement.c b/massif/hp2ps/TraceElement.c index 984faf532..f603f7c3d 100644 --- a/massif/hp2ps/TraceElement.c +++ b/massif/hp2ps/TraceElement.c @@ -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 #include "Main.h" #include "Defines.h" diff --git a/massif/hp2ps/TraceElement.h b/massif/hp2ps/TraceElement.h index d843392a2..b5ee8b53d 100644 --- a/massif/hp2ps/TraceElement.h +++ b/massif/hp2ps/TraceElement.h @@ -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 diff --git a/massif/hp2ps/Utilities.c b/massif/hp2ps/Utilities.c index 57d20b1cc..a194ca78f 100644 --- a/massif/hp2ps/Utilities.c +++ b/massif/hp2ps/Utilities.c @@ -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 #include #include "Main.h" diff --git a/massif/hp2ps/Utilities.h b/massif/hp2ps/Utilities.h index bffc87d3e..c99434c6d 100644 --- a/massif/hp2ps/Utilities.h +++ b/massif/hp2ps/Utilities.h @@ -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