From: Nicholas Nethercote Date: Sun, 15 Feb 2004 15:38:08 +0000 (+0000) Subject: Added copyright notice to all hp2ps source files. X-Git-Tag: svn/VALGRIND_2_1_1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c736edd5f89035cd98a5a8f9123b4f08f0ee320;p=thirdparty%2Fvalgrind.git Added copyright notice to all hp2ps source files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2251 --- diff --git a/massif/hp2ps/AreaBelow.c b/massif/hp2ps/AreaBelow.c index 741380723e..46e4ba0434 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 d7f713f2b4..a4c20d9345 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 bbdc4aaed6..dfc26cdb1d 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 6e962c492e..be3fe11076 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 0733edd2e8..b8036100ee 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 e4be505dfb..f9f252f6d2 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 68dc417581..b7ad824992 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 0aa397f42c..7ca720ee32 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 8d38546fec..4973555eb5 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 49e8d21d17..bfc0f44b46 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 14e4df1ad0..1fe50adbc1 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 b0d1bd53e0..e3ebe00a74 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 7bcc05beee..3ce5ab59e9 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 784420419b..9078acf212 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 0febc84ab0..b478672e93 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 071016fae7..26832af9ee 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 571a584f87..7a23dfeb47 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 a8a761dee0..d611552b82 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 d2a7b8eae3..b573ea0813 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 e1cfe636df..86621a92f5 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 3aedb917b4..5fa954eb4d 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 27702c73d9..80947df99d 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 41956f6e83..e71f1cdc76 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 40b08dab85..2b203e4766 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 acec0703bc..01f8cc1927 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 94bda2c5b4..fc6db6add9 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 089ef75cfc..81c4ba3404 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 576e173c14..7f023fd075 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 0c19d6c3c0..2a3487ebbb 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 2920fb68a4..0c1a3be09d 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 0e49c90d04..66a803ea53 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 9060aaf6d2..b627bfff67 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 53a7aed509..f724a4da7f 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 984faf5325..f603f7c3dd 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 d843392a23..b5ee8b53d1 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 57d20b1cc5..a194ca78fe 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 bffc87d3e3..c99434c6d0 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