From 4f32d662fa0ef9461960d3cf7abceb4cbabdee99 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 13 Dec 2013 11:29:11 +0000 Subject: Add Copyright and modelines (Fix also indent to use 4 spaces) svn path=/trunk/; revision=54038 --- ui/qt/sctp_graph_dialog.cpp | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'ui/qt/sctp_graph_dialog.cpp') diff --git a/ui/qt/sctp_graph_dialog.cpp b/ui/qt/sctp_graph_dialog.cpp index 32d5d7b97d..9bab27cb1b 100644 --- a/ui/qt/sctp_graph_dialog.cpp +++ b/ui/qt/sctp_graph_dialog.cpp @@ -1,3 +1,26 @@ +/* sctp_graph_dialog.cpp + * + * $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. + */ + #include "sctp_graph_dialog.h" #include "ui_sctp_graph_dialog.h" @@ -397,3 +420,16 @@ void SCTPGraphDialog::on_saveButton_clicked() { save_graph(this, ui->sctpPlot); } + +/* + * Editor modelines + * + * Local Variables: + * c-basic-offset: 4 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * ex: set shiftwidth=4 tabstop=8 expandtab: + * :indentSize=4:tabSize=8:noTabs=true: + */ -- cgit v1.2.3