aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-01-05 12:16:50 -0500
committerBill Nottingham <notting@redhat.com>2010-01-05 12:18:10 -0500
commitb81d66945bd09b0711f615ac5fbcf7c423078fee (patch)
treebac69c50a19fbced10b45415204285675a579da4 /src
parent8ba3dae87349db09064e46b83a31890723bc6e77 (diff)
downloadinitscripts-b81d66945bd09b0711f615ac5fbcf7c423078fee.tar
initscripts-b81d66945bd09b0711f615ac5fbcf7c423078fee.tar.gz
initscripts-b81d66945bd09b0711f615ac5fbcf7c423078fee.tar.bz2
initscripts-b81d66945bd09b0711f615ac5fbcf7c423078fee.tar.xz
initscripts-b81d66945bd09b0711f615ac5fbcf7c423078fee.zip
License cleanup.
Diffstat (limited to 'src')
-rw-r--r--src/console_check.c17
-rw-r--r--src/console_init.c2
-rw-r--r--src/consoletype.c2
-rw-r--r--src/genhostid.c2
-rw-r--r--src/ipcalc.c2
-rw-r--r--src/ppp-watch.c2
-rw-r--r--src/rename_device.c2
-rw-r--r--src/securetty.c17
-rw-r--r--src/usernetctl.c2
9 files changed, 41 insertions, 7 deletions
diff --git a/src/console_check.c b/src/console_check.c
index 35065479..38111bb8 100644
--- a/src/console_check.c
+++ b/src/console_check.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2008-2009 Red Hat, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * 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
+ *
+ */
#include <fcntl.h>
#include <stdio.h>
diff --git a/src/console_init.c b/src/console_init.c
index 63a248c7..22083a86 100644
--- a/src/console_init.c
+++ b/src/console_init.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Red Hat, Inc. All rights reserved.
+ * Copyright (c) 2008-2009 Red Hat, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
diff --git a/src/consoletype.c b/src/consoletype.c
index 211869ce..fb2a9116 100644
--- a/src/consoletype.c
+++ b/src/consoletype.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999-2003 Red Hat, Inc. All rights reserved.
+ * Copyright (c) 1999-2009 Red Hat, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
diff --git a/src/genhostid.c b/src/genhostid.c
index da9e0db6..1b83d538 100644
--- a/src/genhostid.c
+++ b/src/genhostid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003 Red Hat, Inc.
+/* Copyright (C) 2003-2007 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
diff --git a/src/ipcalc.c b/src/ipcalc.c
index c93e8329..8decccad 100644
--- a/src/ipcalc.c
+++ b/src/ipcalc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997-2008 Red Hat, Inc. All rights reserved.
+ * Copyright (c) 1997-2009 Red Hat, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,
diff --git a/src/ppp-watch.c b/src/ppp-watch.c
index 099ed28e..1fa81929 100644
--- a/src/ppp-watch.c
+++ b/src/ppp-watch.c
@@ -6,7 +6,7 @@
* one argument: the logical name of the device to bring up. Does not
* detach until the interface is up or has permanently failed to come up.
*
- * Copyright 1999-2003 Red Hat, Inc.
+ * Copyright 1999-2007 Red Hat, Inc.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
diff --git a/src/rename_device.c b/src/rename_device.c
index 105b56e7..804c8433 100644
--- a/src/rename_device.c
+++ b/src/rename_device.c
@@ -2,7 +2,7 @@
/*
* rename_device.c: udev helper to rename ethernet devices.
*
- * Copyright (C) 2006 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2006-2009 Red Hat, Inc. All rights reserved.
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions of the
diff --git a/src/securetty.c b/src/securetty.c
index f1505076..9ec8e7ef 100644
--- a/src/securetty.c
+++ b/src/securetty.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2008 Red Hat, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2,
+ * as published by the Free Software Foundation.
+ *
+ * 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
+ *
+ */
#include <errno.h>
#include <fcntl.h>
diff --git a/src/usernetctl.c b/src/usernetctl.c
index 5a35a446..f66cfeb9 100644
--- a/src/usernetctl.c
+++ b/src/usernetctl.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997-2003 Red Hat, Inc. All rights reserved.
+ * Copyright (c) 1997-2007 Red Hat, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2,