diff options
author | Miles Bader <miles@lsi.nec.co.jp> | 2003-01-31 09:20:25 +0000 |
---|---|---|
committer | Miles Bader <miles@lsi.nec.co.jp> | 2003-01-31 09:20:25 +0000 |
commit | e1dbcd675ecd57025aae7ab6150c4d46ba439f05 (patch) | |
tree | c93081c5df5633c3d4455e149d26d76d97de9fb9 /libc/sysdeps | |
parent | e77dfaab537fb6e94bf5c799ec8a845252f4cbd4 (diff) |
Correct license.
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/v850/bits/kernel_types.h | 6 | ||||
-rw-r--r-- | libc/sysdeps/linux/v850/clone.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/v850/bits/kernel_types.h b/libc/sysdeps/linux/v850/bits/kernel_types.h index 12438d58f..f066ea549 100644 --- a/libc/sysdeps/linux/v850/bits/kernel_types.h +++ b/libc/sysdeps/linux/v850/bits/kernel_types.h @@ -4,9 +4,9 @@ * Copyright (C) 2001,2002 NEC Corporation * Copyright (C) 2001,2002 Miles Bader <miles@gnu.org> * - * This file is subject to the terms and conditions of the GNU General - * Public License. See the file COPYING in the main directory of this - * archive for more details. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License. See the file COPYING.LIB in the main + * directory of this archive for more details. * * Written by Miles Bader <miles@gnu.org> */ diff --git a/libc/sysdeps/linux/v850/clone.c b/libc/sysdeps/linux/v850/clone.c index 33e96b449..d024f512d 100644 --- a/libc/sysdeps/linux/v850/clone.c +++ b/libc/sysdeps/linux/v850/clone.c @@ -4,9 +4,9 @@ * Copyright (C) 2002 NEC Electronics Corporation * Copyright (C) 2002 Miles Bader <miles@gnu.org> * - * This file is subject to the terms and conditions of the GNU General - * Public License. See the file COPYING in the main directory of this - * archive for more details. + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License. See the file COPYING.LIB in the main + * directory of this archive for more details. * * Written by Miles Bader <miles@gnu.org> */ |