diff options
author | Bill Nottingham <notting@redhat.com> | 2003-09-16 20:00:09 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-09-16 20:00:09 +0000 |
commit | 67346dd941d8ea5535c68cf8cd789571dc223a9b (patch) | |
tree | a28fd2a291c30bac8592dbb8dad83a443f8eaa10 | |
parent | fedddb738df0d5efb229244f960bdec5e622579b (diff) | |
download | initscripts-67346dd941d8ea5535c68cf8cd789571dc223a9b.tar initscripts-67346dd941d8ea5535c68cf8cd789571dc223a9b.tar.gz initscripts-67346dd941d8ea5535c68cf8cd789571dc223a9b.tar.bz2 initscripts-67346dd941d8ea5535c68cf8cd789571dc223a9b.tar.xz initscripts-67346dd941d8ea5535c68cf8cd789571dc223a9b.zip |
add copyright headerr7-31-5-EL
-rw-r--r-- | src/redhat-support-check.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/redhat-support-check.c b/src/redhat-support-check.c index 02b092eb..f907432f 100644 --- a/src/redhat-support-check.c +++ b/src/redhat-support-check.c @@ -1,3 +1,14 @@ +/* + * Copyright (c) 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 <stdio.h> #include <stdlib.h> |