diff options
author | Tim Moore <timoore@redhat.com> | 2009-12-07 19:19:45 +0100 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-12-07 19:19:45 +0100 |
commit | f669d095ba7fe5a623b31abc05b4f6664059803b (patch) | |
tree | 9c39bcec723fc23d015b84a3242f05add4ee39fb /grapher | |
parent | 9175e50559751538f4da02e6e17c61a8f5191a31 (diff) | |
download | systemtap-steved-f669d095ba7fe5a623b31abc05b4f6664059803b.tar.gz systemtap-steved-f669d095ba7fe5a623b31abc05b4f6664059803b.tar.xz systemtap-steved-f669d095ba7fe5a623b31abc05b4f6664059803b.zip |
add copyright and license to grapher files
Diffstat (limited to 'grapher')
-rw-r--r-- | grapher/CairoWidget.cxx | 8 | ||||
-rw-r--r-- | grapher/CairoWidget.hxx | 8 | ||||
-rw-r--r-- | grapher/Graph.cxx | 8 | ||||
-rw-r--r-- | grapher/Graph.hxx | 8 | ||||
-rw-r--r-- | grapher/GraphData.hxx | 8 | ||||
-rw-r--r-- | grapher/GraphStyle.cxx | 8 | ||||
-rw-r--r-- | grapher/GraphStyle.hxx | 8 | ||||
-rw-r--r-- | grapher/GraphWidget.cxx | 8 | ||||
-rw-r--r-- | grapher/GraphWidget.hxx | 8 | ||||
-rw-r--r-- | grapher/StapParser.cxx | 8 | ||||
-rw-r--r-- | grapher/StapParser.hxx | 8 | ||||
-rw-r--r-- | grapher/grapher.cxx | 8 |
12 files changed, 96 insertions, 0 deletions
diff --git a/grapher/CairoWidget.cxx b/grapher/CairoWidget.cxx index eefe3d28..26c2d029 100644 --- a/grapher/CairoWidget.cxx +++ b/grapher/CairoWidget.cxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #include "CairoWidget.hxx" #include <math.h> diff --git a/grapher/CairoWidget.hxx b/grapher/CairoWidget.hxx index 8cfb816a..bcabafb2 100644 --- a/grapher/CairoWidget.hxx +++ b/grapher/CairoWidget.hxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #ifndef SYSTEMTAP_CAIROWIDGET_H #define SYSTEMTAP_CAIROWIDGET_H 1 diff --git a/grapher/Graph.cxx b/grapher/Graph.cxx index baa1182f..2d203ead 100644 --- a/grapher/Graph.cxx +++ b/grapher/Graph.cxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #include "Graph.hxx" #include <sstream> diff --git a/grapher/Graph.hxx b/grapher/Graph.hxx index 93e23deb..4dcb5169 100644 --- a/grapher/Graph.hxx +++ b/grapher/Graph.hxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #ifndef SYSTEMTAP_GRAPH_HXX #define SYSTEMTAP_GRAPH_HXX 1 diff --git a/grapher/GraphData.hxx b/grapher/GraphData.hxx index 04f415f3..fbb2bb8f 100644 --- a/grapher/GraphData.hxx +++ b/grapher/GraphData.hxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #ifndef SYSTEMTAP_GRAPHDATA_HXX #define SYSTEMTAP_GRAPHDATA_HXX 1 diff --git a/grapher/GraphStyle.cxx b/grapher/GraphStyle.cxx index b9429e2a..69ff4089 100644 --- a/grapher/GraphStyle.cxx +++ b/grapher/GraphStyle.cxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #include "GraphStyle.hxx" #include "GraphData.hxx" diff --git a/grapher/GraphStyle.hxx b/grapher/GraphStyle.hxx index ce75d698..bea4922a 100644 --- a/grapher/GraphStyle.hxx +++ b/grapher/GraphStyle.hxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #ifndef SYSTEMTAP_GRAPHSTYLE_HXX #define SYSTEMTAP_GRAPHSTYLE_HXX 1 #include <tr1/memory> diff --git a/grapher/GraphWidget.cxx b/grapher/GraphWidget.cxx index c8d8cc45..8335fda2 100644 --- a/grapher/GraphWidget.cxx +++ b/grapher/GraphWidget.cxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #include <algorithm> #include <ctime> #include <iterator> diff --git a/grapher/GraphWidget.hxx b/grapher/GraphWidget.hxx index a2260aef..0e9f2a29 100644 --- a/grapher/GraphWidget.hxx +++ b/grapher/GraphWidget.hxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #ifndef SYSTEMTAP_GRAPHWIDGET_H #define SYSTEMTAP_GRAPHWIDGET_H diff --git a/grapher/StapParser.cxx b/grapher/StapParser.cxx index 2a246475..edb7f5f2 100644 --- a/grapher/StapParser.cxx +++ b/grapher/StapParser.cxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #include "StapParser.hxx" #include <unistd.h> diff --git a/grapher/StapParser.hxx b/grapher/StapParser.hxx index 4f1cbd5a..476b0071 100644 --- a/grapher/StapParser.hxx +++ b/grapher/StapParser.hxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #include "GraphData.hxx" #include "GraphWidget.hxx" diff --git a/grapher/grapher.cxx b/grapher/grapher.cxx index 969bc762..1e5e30b8 100644 --- a/grapher/grapher.cxx +++ b/grapher/grapher.cxx @@ -1,3 +1,11 @@ +// systemtap grapher +// Copyright (C) 2009 Red Hat Inc. +// +// This file is part of systemtap, and is free software. You can +// redistribute it and/or modify it under the terms of the GNU General +// Public License (GPL); either version 2, or (at your option) any +// later version. + #include "GraphWidget.hxx" #include "StapParser.hxx" |