-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLICENSE
65 lines (65 loc) · 3.22 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#
# oooooo oooo ooooo ooo ooooooo ooooo
# `888. .8' `888b. `8' `8888 d8'
# `888. .8' 8 `88b. 8 Y888..8P
# `888. .8' 8 `88b. 8 `8888'
# `888.8' 8 `88b.8 .8PY888.
# `888' 8 `888 d8' `888b
# `8' o8o `8 o888o o88888o
#
# Virtual Networks over LinuX
# http://vnx.dit.upm.es
#
# Copyright (C) 2005-2023 by DIT-UPM
# Departamento de Ingeniería de Sistemas Telemáticos (DIT)
# E.T.S.I. Telecomunicación
# Universidad Politécnica de Madrid (UPM)
# SPAIN
#
# Authors: David Fernández ([email protected])
# Fermin Galan Marquez ([email protected])
# Jorge Somavilla ([email protected])
# Jorge Rodriguez ([email protected]),
# Carlos González ([email protected])
# Project coordinated by:
# David Fernández ([email protected])
#
# ----------------------------------------------------------------------------------
#
# VNX is a general purpose open-source virtualization tool designed to help building
# virtual network testbeds automatically. It allows the definition and automatic
# deployment of network scenarios made of virtual machines of different types (Linux,
# Windows, FreeBSD, Olive or Dynamips routers, etc) interconnected following a
# user-defined topology, possibly connected to external networks.
#
# VNX has been developed by the Telematics Engineering Department (DIT) of the Technical
# University of Madrid (UPM).
#
# VNX is a useful tool for testing network applications/services over complex testbeds
# made of virtual nodes and networks, as well as for creating complex network laboratories
# to allow students to interact with realistic network scenarios. As other similar tools
# aimed to create virtual network scenarios (like GNS3, NetKit, MLN or Marionnet), VNX
# provides a way to manage testbeds avoiding the investment and management complexity
# needed to create them using real equipment.
#
# ----------------------------------------------------------------------------------
#
# VNX License
#
# 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.
#
# An online copy of the licence can be found at http://www.gnu.org/copyleft/gpl.html
# -----------------------------------------------------------------------------------