mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-06-09 15:39:27 +02:00
Added comments (Fixed #622)
This commit is contained in:
@@ -1,3 +1,28 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
Firewall Builder
|
||||||
|
|
||||||
|
Copyright (C) 2003 NetCitadel, LLC
|
||||||
|
|
||||||
|
Author: Roman Bovsunivkiy a2k0001@gmail.com
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
|
||||||
|
This program is free software which we release under the GNU General Public
|
||||||
|
License. You may redistribute and/or modify this program under the terms
|
||||||
|
of that 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.
|
||||||
|
|
||||||
|
To get a copy of the GNU General Public License, write to the Free Software
|
||||||
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
#include "InterfaceEditorWidget.h"
|
#include "InterfaceEditorWidget.h"
|
||||||
#include "ui_InterfaceEditorWidget.h"
|
#include "ui_InterfaceEditorWidget.h"
|
||||||
#include "fwbuilder/IPv4.h"
|
#include "fwbuilder/IPv4.h"
|
||||||
|
|||||||
@@ -1,3 +1,28 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
Firewall Builder
|
||||||
|
|
||||||
|
Copyright (C) 2003 NetCitadel, LLC
|
||||||
|
|
||||||
|
Author: Roman Bovsunivkiy a2k0001@gmail.com
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
|
||||||
|
This program is free software which we release under the GNU General Public
|
||||||
|
License. You may redistribute and/or modify this program under the terms
|
||||||
|
of that 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.
|
||||||
|
|
||||||
|
To get a copy of the GNU General Public License, write to the Free Software
|
||||||
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef INTERFACEEDITORWIDGET_H
|
#ifndef INTERFACEEDITORWIDGET_H
|
||||||
#define INTERFACEEDITORWIDGET_H
|
#define INTERFACEEDITORWIDGET_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,28 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
Firewall Builder
|
||||||
|
|
||||||
|
Copyright (C) 2003 NetCitadel, LLC
|
||||||
|
|
||||||
|
Author: Roman Bovsunivkiy a2k0001@gmail.com
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
|
||||||
|
This program is free software which we release under the GNU General Public
|
||||||
|
License. You may redistribute and/or modify this program under the terms
|
||||||
|
of that 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.
|
||||||
|
|
||||||
|
To get a copy of the GNU General Public License, write to the Free Software
|
||||||
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
#include "InterfacesTabWidget.h"
|
#include "InterfacesTabWidget.h"
|
||||||
#include "ui_InterfacesTabWidget.h"
|
#include "ui_InterfacesTabWidget.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,28 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
Firewall Builder
|
||||||
|
|
||||||
|
Copyright (C) 2003 NetCitadel, LLC
|
||||||
|
|
||||||
|
Author: Roman Bovsunivkiy a2k0001@gmail.com
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
|
||||||
|
This program is free software which we release under the GNU General Public
|
||||||
|
License. You may redistribute and/or modify this program under the terms
|
||||||
|
of that 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.
|
||||||
|
|
||||||
|
To get a copy of the GNU General Public License, write to the Free Software
|
||||||
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef INTERFACESTABWIDGET_H
|
#ifndef INTERFACESTABWIDGET_H
|
||||||
#define INTERFACESTABWIDGET_H
|
#define INTERFACESTABWIDGET_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user