summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-02-01 22:31:39 +0000
committerErik Troan <ewt@redhat.com>2001-02-01 22:31:39 +0000
commitd1c597490b3d96c40562fbbdb9707e03f83551eb (patch)
tree95ae9ae5261483522580ae4caddd19178a150b5d /loader
parentc1d8e3d4e15033e3ffb91036d04799dcc8e672b6 (diff)
downloadanaconda-d1c597490b3d96c40562fbbdb9707e03f83551eb.tar.gz
anaconda-d1c597490b3d96c40562fbbdb9707e03f83551eb.tar.xz
anaconda-d1c597490b3d96c40562fbbdb9707e03f83551eb.zip
added copyright notices
Diffstat (limited to 'loader')
-rw-r--r--loader/net.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/loader/net.c b/loader/net.c
index b3d3ea290..e816bf6cb 100644
--- a/loader/net.c
+++ b/loader/net.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright 1999-2001 Red Hat, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the name of Red Hat shall not be
+ * used in advertising or otherwise to promote the sale, use or other dealings
+ * in this Software without prior written authorization from Red Hat.
+ *
+ */
+
#include <arpa/inet.h>
#include <errno.h>
#include <popt.h>