diff options
author | Bill Nottingham <notting@redhat.com> | 2003-01-14 05:53:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-01-14 05:53:38 +0000 |
commit | ecc1dc08ae6947755eb191f3dd042873ab12fb9e (patch) | |
tree | 799286da0f8ace76a8454409e25705be93ddf10d | |
parent | bcd451806ab1b2b66fba410f610b5b0290858814 (diff) | |
download | initscripts-ecc1dc08ae6947755eb191f3dd042873ab12fb9e.tar initscripts-ecc1dc08ae6947755eb191f3dd042873ab12fb9e.tar.gz initscripts-ecc1dc08ae6947755eb191f3dd042873ab12fb9e.tar.bz2 initscripts-ecc1dc08ae6947755eb191f3dd042873ab12fb9e.tar.xz initscripts-ecc1dc08ae6947755eb191f3dd042873ab12fb9e.zip |
copyright tweakage
-rw-r--r-- | src/getkey.c | 9 | ||||
-rw-r--r-- | src/ipcalc.c | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/src/getkey.c b/src/getkey.c index 62833b7d..132ea3ff 100644 --- a/src/getkey.c +++ b/src/getkey.c @@ -1,4 +1,13 @@ /*
+ * 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.
+ *
* getkey
*
* A very simple keygrabber.
diff --git a/src/ipcalc.c b/src/ipcalc.c index 93905ae2..f90ff456 100644 --- a/src/ipcalc.c +++ b/src/ipcalc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997-2001 Red Hat, Inc. All rights reserved. + * Copyright (c) 1997-2003 Red Hat, Inc. All rights reserved. * * This software may be freely redistributed under the terms of the GNU * public license. |