]> sourceware.org Git - systemtap.git/commitdiff
add copyright and license to grapher files
authorTim Moore <timoore@redhat.com>
Mon, 7 Dec 2009 18:19:45 +0000 (19:19 +0100)
committerTim Moore <timoore@redhat.com>
Mon, 7 Dec 2009 18:19:45 +0000 (19:19 +0100)
12 files changed:
grapher/CairoWidget.cxx
grapher/CairoWidget.hxx
grapher/Graph.cxx
grapher/Graph.hxx
grapher/GraphData.hxx
grapher/GraphStyle.cxx
grapher/GraphStyle.hxx
grapher/GraphWidget.cxx
grapher/GraphWidget.hxx
grapher/StapParser.cxx
grapher/StapParser.hxx
grapher/grapher.cxx

index eefe3d28d2da72f9b315adfed87265a36b6b9ff7..26c2d0295ff90c0106fe36f1fc78aadad166330c 100644 (file)
@@ -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>
index 8cfb816a3cca97b3cff4e3ba9a2d2c5113391b9d..bcabafb21ab2c69a4b416186899755bc44fa2f5a 100644 (file)
@@ -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
 
index baa1182fd06aa71f9f09b427b51b22097754c1be..2d203eadec7b1e876dae87e03a25f89d7b78426a 100644 (file)
@@ -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>
index 93e23debd6bc096bfcd1187823cfc91cf4155642..4dcb5169a8f42dfd4f018e1035d0e56feb1769c2 100644 (file)
@@ -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
 
index 04f415f33bbca586f2c38e82d5de951302d52bc6..fbb2bb8ff6111259fe6f240f419b53717d22eeb6 100644 (file)
@@ -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
 
index b9429e2a2caf4ba0e8c542a47061a47e4bcc5ce5..69ff4089f9689693af07e10f611e4d7a4007ebd0 100644 (file)
@@ -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"
index ce75d6983e4aa82ae4304bf9894f2d6993e467ad..bea4922a31ea85fc6a790c1233e9f4f7823499bb 100644 (file)
@@ -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>
index c8d8cc45b9c5bc1a5c57ed0379ed13f353cf1a97..8335fda2bd8f09ccb6047a09a3e0b7dabdc19771 100644 (file)
@@ -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>
index a2260aefb7a4e7a78ab00b6fdcef70ad2f4a62a4..0e9f2a2961941c1f79547e7494cad35a63041eb0 100644 (file)
@@ -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
 
index 2a246475ab6b0536ce1cd6e72e02adf5d58825c6..edb7f5f2b08e64041e13d6c4df9916a825c4d3d5 100644 (file)
@@ -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>
index 4f1cbd5a778dd095143bf9bf0d40348c73fbb674..476b00716b7e22b67dc5480666831cd8ceb96e92 100644 (file)
@@ -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"
 
index 969bc762b74948f917a06db23aa6850a01735c91..1e5e30b8c04aba63d3583efa5c8503e20570c338 100644 (file)
@@ -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"
 
This page took 0.038604 seconds and 5 git commands to generate.