aboutsummaryrefslogtreecommitdiffstats
path: root/src/console_check.c
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/console_check.c
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/console_check.c')
-rw-r--r--src/console_check.c17
1 files changed, 17 insertions, 0 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>