summaryrefslogtreecommitdiff
path: root/ui
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
parent704c2e0355a2ef451fb5ada0bfb648cee92b0389 (diff)
downloadwireshark-78be49a3d02a628a9cf9d95ee5f7fcf10ab08f5b.tar.gz
Add Id header (and the standard copyright headers) to some files.
svn path=/trunk/; revision=44285
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/QtShark.pro23
-rw-r--r--ui/qt/i18n.qrc22
-rw-r--r--ui/qt/main_window.ui22
-rw-r--r--ui/qt/qtshark_de.ts21
-rw-r--r--ui/qt/qtshark_fr.ts21
-rw-r--r--ui/qt/sparkline_delegate.cpp23
-rw-r--r--ui/qt/sparkline_delegate.h23
7 files changed, 155 insertions, 0 deletions
diff --git a/ui/qt/QtShark.pro b/ui/qt/QtShark.pro
index 791f5f8809..197a77041a 100644
--- a/ui/qt/QtShark.pro
+++ b/ui/qt/QtShark.pro
@@ -3,6 +3,29 @@
# Project created by QtCreator 2010-12-21T11:38:10
#
#-------------------------------------------------
+#
+# $Id$
+#
+# 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.
+#
+
+
QT += core gui
diff --git a/ui/qt/i18n.qrc b/ui/qt/i18n.qrc
index 9642969732..c1e848d6d7 100644
--- a/ui/qt/i18n.qrc
+++ b/ui/qt/i18n.qrc
@@ -1,3 +1,25 @@
+<!--
+
+ $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.
+-->
<RCC>
<qresource prefix="/i18n">
<file>qtshark_de.qm</file>
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index 85b5bb295f..74e9914661 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -1,4 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ $Id$
+
+ 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.
+-->
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
diff --git a/ui/qt/qtshark_de.ts b/ui/qt/qtshark_de.ts
index 0e26dd8600..db7bc5abda 100644
--- a/ui/qt/qtshark_de.ts
+++ b/ui/qt/qtshark_de.ts
@@ -1,6 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="de_DE">
+<!--
+ $Id$
+
+ 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.
+-->
<context>
<name>ByteViewTab</name>
<message>
diff --git a/ui/qt/qtshark_fr.ts b/ui/qt/qtshark_fr.ts
index 67df82d5ba..878469753e 100644
--- a/ui/qt/qtshark_fr.ts
+++ b/ui/qt/qtshark_fr.ts
@@ -1,6 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="fr_FR">
+<!--
+ $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.
+-->
<context>
<name>ByteViewTab</name>
<message>
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>
diff --git a/ui/qt/sparkline_delegate.h b/ui/qt/sparkline_delegate.h
index fb40cfca29..ce876a568b 100644
--- a/ui/qt/sparkline_delegate.h
+++ b/ui/qt/sparkline_delegate.h
@@ -1,3 +1,26 @@
+/* sparkline_delegate.h
+ *
+ * $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.
+ */
+
#ifndef SPARKLINE_DELEGATE_H
#define SPARKLINE_DELEGATE_H