From ed2336edae9788d39dd844b4916519c2cb68e8c8 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Thu, 31 Dec 2015 15:06:54 +0000 Subject: update licence of new module --- vmdebootstrap/network.py | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'vmdebootstrap') diff --git a/vmdebootstrap/network.py b/vmdebootstrap/network.py index 115b5c3..67a0ede 100644 --- a/vmdebootstrap/network.py +++ b/vmdebootstrap/network.py @@ -7,22 +7,19 @@ # # Copyright 2015 Neil Williams # -# 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. +# 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 3 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, see . + import os from vmdebootstrap.base import ( -- cgit v1.2.1