diff options
Diffstat (limited to 'src/usleep.c')
-rw-r--r-- | src/usleep.c | 9 |
1 files changed, 9 insertions, 0 deletions
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. * */ |