From 78be49a3d02a628a9cf9d95ee5f7fcf10ab08f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Mon, 6 Aug 2012 20:50:30 +0000 Subject: Add Id header (and the standard copyright headers) to some files. svn path=/trunk/; revision=44285 --- ui/qt/QtShark.pro | 23 +++++++++++++++++++++++ ui/qt/i18n.qrc | 22 ++++++++++++++++++++++ ui/qt/main_window.ui | 22 ++++++++++++++++++++++ ui/qt/qtshark_de.ts | 21 +++++++++++++++++++++ ui/qt/qtshark_fr.ts | 21 +++++++++++++++++++++ ui/qt/sparkline_delegate.cpp | 23 +++++++++++++++++++++++ ui/qt/sparkline_delegate.h | 23 +++++++++++++++++++++++ 7 files changed, 155 insertions(+) (limited to 'ui') 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 +# 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 @@ + qtshark_de.qm 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 @@ + 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 @@ + ByteViewTab 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 @@ + ByteViewTab 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 + * 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 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 + * 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 -- cgit v1.2.1