]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added copyright notice to all hp2ps source files.
authorNicholas Nethercote <n.nethercote@gmail.com>
Sun, 15 Feb 2004 15:38:08 +0000 (15:38 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Sun, 15 Feb 2004 15:38:08 +0000 (15:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2251

37 files changed:
massif/hp2ps/AreaBelow.c
massif/hp2ps/AreaBelow.h
massif/hp2ps/AuxFile.c
massif/hp2ps/AuxFile.h
massif/hp2ps/Axes.c
massif/hp2ps/Axes.h
massif/hp2ps/Curves.c
massif/hp2ps/Curves.h
massif/hp2ps/Defines.h
massif/hp2ps/Deviation.c
massif/hp2ps/Deviation.h
massif/hp2ps/Dimensions.c
massif/hp2ps/Dimensions.h
massif/hp2ps/Error.c
massif/hp2ps/Error.h
massif/hp2ps/HpFile.c
massif/hp2ps/HpFile.h
massif/hp2ps/Key.c
massif/hp2ps/Key.h
massif/hp2ps/Main.c
massif/hp2ps/Main.h
massif/hp2ps/Marks.c
massif/hp2ps/Marks.h
massif/hp2ps/PsFile.c
massif/hp2ps/PsFile.h
massif/hp2ps/Reorder.c
massif/hp2ps/Reorder.h
massif/hp2ps/Scale.c
massif/hp2ps/Scale.h
massif/hp2ps/Shade.c
massif/hp2ps/Shade.h
massif/hp2ps/TopTwenty.c
massif/hp2ps/TopTwenty.h
massif/hp2ps/TraceElement.c
massif/hp2ps/TraceElement.h
massif/hp2ps/Utilities.c
massif/hp2ps/Utilities.h

index 741380723e41d610b8e23bc2aea95e03b9258330..46e4ba04345b155fc0d4bf04fa62c43a5a5e9461 100644 (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"
index d7f713f2b4b8cc2b13fb9a190249f7aab0907063..a4c20d93459e37c2c7669b54cc503295af8485ce 100644 (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
 
index bbdc4aaed6c7a7b082c7f69cce968727098af926..dfc26cdb1d3041a57308288e0a4bb5ff42a3351d 100644 (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>
index 6e962c492e5a75d81e803369a48f1a3e613452ef..be3fe11076fa91db936b05eac67a41e0c39d7e08 100644 (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
 
index 0733edd2e821e8679a568cb64a6efcb772c20420..b8036100eec3232441401e84467e7343bedf714f 100644 (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"
index e4be505dfbada4c5960a784ae4a780ef1cdf10cd..f9f252f6d28b43d81b4c06eb194ae45fe4134178 100644 (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
 
index 68dc4175819867a95d08df52aa4c4f3d8f8b5bc8..b7ad82499272b7e92859518914e07a8de7bdd33a 100644 (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"
index 0aa397f42ce3940454faf2064c027c1325f4b2ad..7ca720ee32e165640aa338dfef9e7bc498aefd6a 100644 (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
 
index 8d38546fecb934e400f62db55224798c724beda0..4973555eb54575fa00abbbb10845ee6f0ae6f789 100644 (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
 
index 49e8d21d17a76cef9356fa1124410423f1e48e35..bfc0f44b46b49721245bb2cc404925bf9b468f5f 100644 (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>
index 14e4df1ad01b2274c8eff5773f5111358645ab25..1fe50adbc1998430f7ef72fb94bc19e54b5a21e5 100644 (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
 
index b0d1bd53e08f4e25c621adf80631620241a0b237..e3ebe00a749a3103b601ee33c894f16b0b26dc08 100644 (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>
index 7bcc05beeeed868acb45de7596764f0fa37ec99f..3ce5ab59e9958a3b22adcd29254ab6d1c49ec993 100644 (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
 
index 784420419b00f5fa72a4ecaeb19dc6cc125e4d17..9078acf212b755b818580db81f4bac629c4329d2 100644 (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"
index 0febc84ab049e49794a6f3c43b7db01ccadbd544..b478672e93d7408912805747abcdca1e2390e99b 100644 (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
 
index 071016fae761e8460229fc96c6eb3f9de7bc8fa5..26832af9eeddcb9628adfbe9f822e6c718fff75f 100644 (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>
index 571a584f8753d3b0ea5fb2380e805c9d867dbc71..7a23dfeb471b0459ae2ab6dee165b6843a3d88a6 100644 (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
 
index a8a761dee06c703a0a86e1ea1df90287656cc59e..d611552b82f886757068921808f83ee7fb8a67b1 100644 (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"
index d2a7b8eae33c1a26cb2086999861118c5668841a..b573ea0813a0170cbf6e6ccf4f73bc3417bc60a6 100644 (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
 
index e1cfe636df75acef542bf0b21440bfd88bc8b5b9..86621a92f5669913a38af3292cec9b62330fd138 100644 (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>
index 3aedb917b45744135bde26fbf6e60867bd4ca60f..5fa954eb4d449223b6dea7c99fab57d8a193c80d 100644 (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
 
index 27702c73d974fac3139a4905e53a6cbf6d6c62e4..80947df99d704b6e8bd83134f97dd7c4a9d0ddc5 100644 (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"
index 41956f6e8337c830d1c51d8bb2ca4deadfa00a37..e71f1cdc761e258d21fd4e2681bc7475cbf61edf 100644 (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
 
index 40b08dab85da45138a7c070fd82429d312db0571..2b203e476642687e35708769842ed7b90f4cccec 100644 (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"
index acec0703bc3ad910089fcc6c94a3190882dfb3a7..01f8cc1927ab6b5882e30744821a106a14154ea3 100644 (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
 
index 94bda2c5b4b56083838fc2da2f965c066c55a5aa..fc6db6add9ce61f46640f77454cabdd094146581 100644 (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>
index 089ef75cfc96a145df48572da8949366fb5e84c3..81c4ba340484441d05cf1b8f073548bb79c7a786 100644 (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
 
index 576e173c149d5095d83a61a35a60d07a15b3387c..7f023fd0755f47126e43cbf97954cc9f91bfa59b 100644 (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"
index 0c19d6c3c08648d31cdcb86b58fd7a18b35af84f..2a3487ebbb0d64dccde8710c79a63dc0fdbd4f7d 100644 (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
 
index 2920fb68a487a0dfd3ee069201ac25d8ef0efddd..0c1a3be09dec179b36546c5428b169059fe616b8 100644 (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>
index 0e49c90d04979475d0f2bbea34864e59a8560668..66a803ea53bed96226fb2d9c001cc1af595211bc 100644 (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
 
index 9060aaf6d21d27a6c5926f3dccfabc9ebabf0d74..b627bfff6778633f96bba20ad17a004d6dd70338 100644 (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"
index 53a7aed5096e10c8daee5ff7135c2ef8254338df..f724a4da7f930def6daeb4b4f6bfe1556f77e5d4 100644 (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
 
index 984faf5325c1c722ffab1107a1c33ab72cdbed9c..f603f7c3dd84ff1740db622988293b8578f9e75e 100644 (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"
index d843392a234f4cd445e4065bba18c86056557d84..b5ee8b53d177a6f1dea2461ba17389d4a6c88dcf 100644 (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
 
index 57d20b1cc50860ddcf56035b43b2f78ace48b46d..a194ca78fea2cd27ac4ce17944e143682dc9cd78 100644 (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"
index bffc87d3e3b61cbf724198aab9b67f5e115cedaf..c99434c6d0c958dc7d6faa8b329820db5570457c 100644 (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