diff options
author | Bill Nottingham <notting@redhat.com> | 2003-09-16 20:07:28 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-09-16 20:07:28 +0000 |
commit | 4a5b497cfb989abbbfe8527f31cb3d5eeca738dd (patch) | |
tree | 8c0502432a70e9ff94369f87758724897d09ce94 /src | |
parent | c30738b4feebce40f547be66e1df2fa32b7fe798 (diff) | |
download | initscripts-4a5b497cfb989abbbfe8527f31cb3d5eeca738dd.tar initscripts-4a5b497cfb989abbbfe8527f31cb3d5eeca738dd.tar.gz initscripts-4a5b497cfb989abbbfe8527f31cb3d5eeca738dd.tar.bz2 initscripts-4a5b497cfb989abbbfe8527f31cb3d5eeca738dd.tar.xz initscripts-4a5b497cfb989abbbfe8527f31cb3d5eeca738dd.zip |
copyright cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/consoletype.c | 12 | ||||
-rw-r--r-- | src/doexec.c | 12 | ||||
-rw-r--r-- | src/initlog.c | 11 | ||||
-rw-r--r-- | src/minilogd.c | 12 | ||||
-rw-r--r-- | src/netreport.c | 11 | ||||
-rw-r--r-- | src/ppp-watch.c | 2 | ||||
-rw-r--r-- | src/process.c | 11 | ||||
-rw-r--r-- | src/usernetctl.c | 12 | ||||
-rw-r--r-- | src/usleep.c | 9 |
9 files changed, 89 insertions, 3 deletions
diff --git a/src/consoletype.c b/src/consoletype.c index 40b20ab0..ab7e7534 100644 --- a/src/consoletype.c +++ b/src/consoletype.c @@ -1,3 +1,15 @@ +/* + * Copyright (c) 1999-2003 Red Hat, Inc. All rights reserved. + * + * This software may be freely redistributed under the terms of the GNU + * public license. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #include <fcntl.h> #include <stdio.h> #include <string.h> diff --git a/src/doexec.c b/src/doexec.c index 319f6c29..1b045326 100644 --- a/src/doexec.c +++ b/src/doexec.c @@ -1,3 +1,15 @@ +/* + * Copyright (c) 1997-1999 Red Hat, Inc. All rights reserved. + * + * This software may be freely redistributed under the terms of the GNU + * public license. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #include <unistd.h> int main(int argc, char ** argv) { diff --git a/src/initlog.c b/src/initlog.c index ee7dbd42..4320d9bc 100644 --- a/src/initlog.c +++ b/src/initlog.c @@ -1,3 +1,14 @@ +/* + * Copyright (c) 1999-2003 Red Hat, Inc. All rights reserved. + * + * This software may be freely redistributed under the terms of the GNU + * public license. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #include <ctype.h> #include <errno.h> diff --git a/src/minilogd.c b/src/minilogd.c index 90bce3f8..b33b102a 100644 --- a/src/minilogd.c +++ b/src/minilogd.c @@ -1,9 +1,17 @@ - /* minilogd.c * * A pale imitation of syslogd. Most notably, doesn't write anything * anywhere except possibly back to syslogd. - * + * + * Copyright (c) 1999-2001 Red Hat, Inc. All rights reserved. + * + * This software may be freely redistributed under the terms of the GNU + * public license. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * */ #include <errno.h> diff --git a/src/netreport.c b/src/netreport.c index 4ed2a861..6eb220c6 100644 --- a/src/netreport.c +++ b/src/netreport.c @@ -1,3 +1,14 @@ +/* + * Copyright (c) 1997-2002 Red Hat, Inc. All rights reserved. + * + * This software may be freely redistributed under the terms of the GNU + * public license. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #include <errno.h> #include <fcntl.h> #include <stdio.h> diff --git a/src/ppp-watch.c b/src/ppp-watch.c index 37ad5203..9cb63d78 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-2002 Red Hat, Inc. + * Copyright 1999-2003 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/process.c b/src/process.c index 6948b8a4..5a1571e2 100644 --- a/src/process.c +++ b/src/process.c @@ -1,3 +1,14 @@ +/* + * Copyright (c) 1999-2003 Red Hat, Inc. All rights reserved. + * + * This software may be freely redistributed under the terms of the GNU + * public license. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #include <errno.h> #include <fcntl.h> diff --git a/src/usernetctl.c b/src/usernetctl.c index 6ace9e90..2574d725 100644 --- a/src/usernetctl.c +++ b/src/usernetctl.c @@ -1,3 +1,15 @@ +/* + * Copyright (c) 1997-2003 Red Hat, Inc. All rights reserved. + * + * This software may be freely redistributed under the terms of the GNU + * public license. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #include <alloca.h> #include <ctype.h> #include <errno.h> diff --git a/src/usleep.c b/src/usleep.c index 206d07b9..f00b6f15 100644 --- a/src/usleep.c +++ b/src/usleep.c @@ -2,6 +2,15 @@ * usleep * * Written by Donald Barnes <djb@redhat.com> for Red Hat, Inc. + * + * Copyright (c) 1997-2003 Red Hat, Inc. All rights reserved. + * + * This software may be freely redistributed under the terms of the GNU + * public license. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. * */ |