Licensing Information
Open Source Used In Cisco FXOS 1.1(4) 1274
1.144 wireshark 1.2.9
1.144.1 Available under license :
Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2000 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
This text consists of three parts:
Part I: Some remarks regarding the license given in
Part II: The actual license that covers Wireshark.
Part III: Other applicable licenses.
When in doubt: Part II/III is the legally binding part, Part I is just
there to make it easier for people that are not familiar with the GPLv2.
------------------------------------------------------------------------
Part I:
Wireshark is distributed under the GNU GPLv2. There are no restrictions
on its use. There are restrictions on its distribution in source or
binary form.
Most parts of Wireshark are covered by a "GPL version 2 or later" license.
Some files are covered by different licenses that are compatible with
the GPLv2.
As a notable exception the pidl utility at tools/pidl is covered by a
"GPL version 3 or later" license. Note that only the tool itself
is covered by this license, not the source code generated by it. The
pidl authors do not consider generated code a derived work of pidl.