From 3df4ac1d1c45c6d0490f2e11cde94b12bd8efcfc27b903c25c8fa26711267dd8 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Tue, 11 May 2010 06:47:02 +0000 Subject: [PATCH] do not mix licenses OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=20 --- dhclient-script | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/dhclient-script b/dhclient-script index 0088202..6dcd40a 100644 --- a/dhclient-script +++ b/dhclient-script @@ -1,5 +1,9 @@ #!/bin/bash # +# Copyright (C) 2010 SUSE LINUX Products GmbH / Novell Inc. +# +# Author: Marius Tomaschewski +# # /sbin/dhclient-script for openSUSE / SUSE Linux Enterprise Server # based on the scripts shipped with the ISC DHCP (4.1.1) client. # @@ -7,24 +11,6 @@ # It is used by sysconfig alias netcontrol alias ifup-dhcp, # but not by the NetworkManager that is using an own script. # -# Copyright (C) 2010 SUSE LINUX Products GmbH / Novell Inc. -# -# 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 -# -# Author: Marius Tomaschewski -# ## ## check mandatory parameters or ignore & exit