aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/sparkline_delegate.cpp
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-08-06 20:50:30 +0000
committerJörg Mayer <jmayer@loplof.de>2012-08-06 20:50:30 +0000
commit78be49a3d02a628a9cf9d95ee5f7fcf10ab08f5b (patch)
tree8cc5751a785b4ef3568e1f1785cf898fcdc3ad87 /ui/qt/sparkline_delegate.cpp
parent704c2e0355a2ef451fb5ada0bfb648cee92b0389 (diff)
Add Id header (and the standard copyright headers) to some files.
svn path=/trunk/; revision=44285
Diffstat (limited to 'ui/qt/sparkline_delegate.cpp')
-rw-r--r--ui/qt/sparkline_delegate.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/ui/qt/sparkline_delegate.cpp b/ui/qt/sparkline_delegate.cpp
index d36d38a951..a64f3d00b1 100644
--- a/ui/qt/sparkline_delegate.cpp
+++ b/ui/qt/sparkline_delegate.cpp
@@ -1,3 +1,26 @@
+/* sparkline_delegate.cpp
+ *
+ * $Id: main.cpp 44254 2012-08-04 00:01:59Z gerald $
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
#include "sparkline_delegate.h"
#include <QPainter>