From 5a65349824bb70bb75d8e05a9f879b55af32309f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 19 Dec 2001 15:53:08 +0000 Subject: Update my email address. I am no longer andersen@lineo.com --- Makefile | 5 +++-- Rules.mak | 4 ++-- debian/copyright | 4 ++-- extra/Configs/Config.arm | 7 ++++--- extra/Configs/Config.cross.arm.uclinux | 7 ++++--- extra/Configs/Config.i386 | 15 +++++++------- extra/Configs/Config.m68k | 7 ++++--- extra/Configs/Config.m68k.coff | 7 ++++--- extra/Configs/Config.mips | 7 ++++--- extra/Configs/Config.mipsel | 7 ++++--- extra/Configs/Config.powerpc | 7 ++++--- extra/Configs/Config.sh | 6 +++--- extra/Configs/Config.v850e | 9 ++++---- extra/Makefile | 1 + extra/gcc-uClibc/Makefile | 6 ++++++ extra/gcc-uClibc/gcc-uClibc.c | 22 ++++++++++++++++++++ include/ctype.h | 4 ++-- include/string.h | 4 ++-- ldso/Makefile | 22 ++++++++++++++++++++ ldso/ldso/Makefile | 1 + ldso/libdl/Makefile | 1 + ldso/man/Makefile | 22 ++++++++++++++++++++ ldso/util/Makefile | 22 ++++++++++++++++++++ ldso/util/ldd.c | 7 ++++--- ldso/util/readelf.c | 7 ++++--- libc/Makefile | 4 ++-- libc/inet/Makefile | 1 + libc/inet/rpc/Makefile | 1 + libc/misc/Makefile | 1 + libc/misc/assert/Makefile | 1 + libc/misc/ctype/Makefile | 1 + libc/misc/dirent/Makefile | 1 + libc/misc/file/Makefile | 1 + libc/misc/fnmatch/Makefile | 1 + libc/misc/glob/Makefile | 1 + libc/misc/internals/Makefile | 1 + libc/misc/locale/Makefile | 1 + libc/misc/lsearch/Makefile | 1 + libc/misc/mntent/Makefile | 1 + libc/misc/regex/Makefile | 1 + libc/misc/syslog/Makefile | 1 + libc/misc/sysvipc/Makefile | 1 + libc/misc/time/Makefile | 1 + libc/misc/tsearch/Makefile | 1 + libc/misc/utmp/Makefile | 1 + libc/pwd_grp/Makefile | 1 + libc/signal/Makefile | 1 + libc/signal/allocrtsig.c | 5 +++-- libc/stdio/Makefile | 1 + libc/stdio/getdelim.c | 8 ++++---- libc/stdio/getline.c | 8 ++++---- libc/stdlib/Makefile | 1 + libc/stdlib/div.c | 8 ++++---- libc/stdlib/ldiv.c | 9 ++++---- libc/stdlib/malloc-930716/Makefile | 1 + libc/stdlib/malloc-simple/Makefile | 1 + libc/stdlib/malloc/Makefile | 1 + libc/string/Makefile | 1 + libc/string/strsignal.c | 20 +++++++++++++++--- libc/sysdeps/Makefile | 1 + libc/sysdeps/linux/Makefile | 1 + libc/sysdeps/linux/arm/Makefile | 1 + libc/sysdeps/linux/arm/vfork.S | 9 ++++---- libc/sysdeps/linux/common/Makefile | 4 ++-- libc/sysdeps/linux/common/create_module.c | 9 ++++---- libc/sysdeps/linux/common/kernel_version.c | 9 ++++---- libc/sysdeps/linux/common/statfix.c | 9 ++++---- libc/sysdeps/linux/common/statfix64.c | 9 ++++---- libc/sysdeps/linux/i386/Makefile | 1 + libc/sysdeps/linux/i386/crt0.c | 9 +++----- libc/sysdeps/linux/m68k/Makefile | 1 + libc/sysdeps/linux/m68k/crt0.c | 9 +++----- libc/sysdeps/linux/mips/Makefile | 1 + libc/sysdeps/linux/powerpc/Makefile | 1 + libc/sysdeps/linux/sparc/Makefile | 1 + libc/sysdeps/linux/sparc/fork.c | 9 ++++---- libc/sysdeps/linux/v850/Makefile | 26 ++++++++++++++++------- libc/termios/Makefile | 1 + libc/unistd/Makefile | 1 + libc/unistd/daemon.c | 33 ++++++++++++++---------------- libc/unistd/getlogin.c | 9 ++++---- libcrypt/Makefile | 1 + libcrypt/crypt.c | 6 +++--- libcrypt/des.c | 2 +- libcrypt/md5.c | 2 +- libm/Makefile | 20 ++++++++++++++---- libm/powerpc/Makefile | 20 ++++++++++++++---- libresolv/Makefile | 2 ++ libresolv/resolv.c | 5 +++-- libutil/Makefile | 1 + test/Makefile | 6 +----- test/args/Makefile | 18 ++++++++++++++++ test/args/arg_test.c | 5 +++-- test/assert/Makefile | 18 ++++++++++++++++ test/assert/assert.c | 5 +++-- test/ctype/Makefile | 18 ++++++++++++++++ test/ctype/ctype.c | 5 +++-- test/ldso/Makefile | 18 ++++++++++++++++ test/malloc/Makefile | 18 ++++++++++++++++ test/math/Makefile | 20 ++++++++++++++++++ test/misc/Makefile | 18 ++++++++++++++++ test/mmap/Makefile | 18 ++++++++++++++++ test/pwd_grp/Makefile | 18 ++++++++++++++++ test/setjmp/Makefile | 18 ++++++++++++++++ test/signal/Makefile | 18 ++++++++++++++++ test/signal/signal.c | 5 +++-- test/silly/Makefile | 18 ++++++++++++++++ test/stat/Makefile | 18 ++++++++++++++++ test/stdlib/Makefile | 18 ++++++++++++++++ test/string/Makefile | 18 ++++++++++++++++ test/termios/Makefile | 18 ++++++++++++++++ test/testsuite.h | 5 +++-- test/unistd/Makefile | 18 ++++++++++++++++ test/unistd/fork.c | 5 +++-- test/unistd/vfork.c | 4 ++-- 115 files changed, 679 insertions(+), 182 deletions(-) diff --git a/Makefile b/Makefile index 76ac7afc6..21536f88a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for uClibc # -# Copyright (C) 2000, 2001 by Lineo, inc. -# Written by Erik Andersen , +# Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free @@ -16,6 +16,7 @@ # You should have received a copy of the GNU Library General Public License # along with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Makefile for uClibc # # Derived in part from the Linux-8086 C library, the GNU C Library, and several # other sundry sources. Files within this library are copyright by their diff --git a/Rules.mak b/Rules.mak index c9ae77fd8..76b1bc628 100644 --- a/Rules.mak +++ b/Rules.mak @@ -3,9 +3,9 @@ # This file contains rules which are shared between multiple Makefiles. All # normal configuration options live in the file named "Config". You probably # should not mess with this file unless you know what you are doing... -# -Erik Andersen < andersee@debian.org> # -# Copyright (C) 2000, 2001 by Lineo, inc. +# Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/debian/copyright b/debian/copyright index ef56a5d1a..fc824049e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,9 +3,9 @@ Mon, 25 Jun 2001 22:13:43 -0700. The source is a snapshot of the uClibc CVS tree at :pserver:anonymous@cvs.uclinux.org:/var/cvs. Password -is anonymous, module name is uClibc. +is "", module name is uClibc. -Upstream Maintainer: Erik Andersen +Upstream Maintainer: Erik Andersen Copyright: diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index 84df57da4..d68a3e2a5 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -1,10 +1,11 @@ # Library Configuration rules for uClibc # -# This file contains rules which are shared between multiple Makefiles. Feel -# free to adjust to taste... -# -Erik Andersen +# This file contains rules which are shared between multiple Makefiles. All +# normal configuration options live in the file named "Config". You probably +# should not mess with this file unless you know what you are doing... # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/extra/Configs/Config.cross.arm.uclinux b/extra/Configs/Config.cross.arm.uclinux index 636574d32..5058c4e59 100644 --- a/extra/Configs/Config.cross.arm.uclinux +++ b/extra/Configs/Config.cross.arm.uclinux @@ -1,10 +1,11 @@ # Library Configuration rules for uClibc # -# This file contains rules which are shared between multiple Makefiles. Feel -# free to adjust to taste... -# -Erik Andersen +# This file contains rules which are shared between multiple Makefiles. All +# normal configuration options live in the file named "Config". You probably +# should not mess with this file unless you know what you are doing... # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 5a4f4be75..12f2bb929 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -1,10 +1,11 @@ # Library Configuration rules for uClibc # -# This file contains rules which are shared between multiple Makefiles. Feel -# free to adjust to taste... -# -Erik Andersen +# This file contains rules which are shared between multiple Makefiles. All +# normal configuration options live in the file named "Config". You probably +# should not mess with this file unless you know what you are doing... # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free @@ -45,7 +46,7 @@ STRIPTOOL = $(CROSS)strip # Set the following to `true' to make a debuggable build, and `false' for # production builds. -DODEBUG = false +DODEBUG = true # Compiler warnings you want to see WARNINGS=-Wall @@ -114,19 +115,19 @@ UNIFIED_SYSCALL = false # If you want large file summit support (greater then 2 Gib), # turn this on. This has no effect unless your kernel supports # lfs. This currently does nothing, but may someday... -DOLFS = false +DOLFS = true # If you want to include RPC support, enable this. RPC is almost never used # for anything except NFS support, so unless you plan to use NFS, leave this # disabled. This is off by default. -INCLUDE_RPC = false +INCLUDE_RPC = true # If you want to include support for the next version of the Internet # Protocol: IP version 6, enable this. This is off by default. INCLUDE_IPV6 = false # If you want to compile the library as PIC code, turn this on. -DOPIC = false +DOPIC = true diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k index 77fc37816..1ebe7b097 100644 --- a/extra/Configs/Config.m68k +++ b/extra/Configs/Config.m68k @@ -1,10 +1,11 @@ # Library Configuration rules for uClibc # -# This file contains rules which are shared between multiple Makefiles. Feel -# free to adjust to taste... -# -Erik Andersen +# This file contains rules which are shared between multiple Makefiles. All +# normal configuration options live in the file named "Config". You probably +# should not mess with this file unless you know what you are doing... # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff index 6d9dc5a52..c45243315 100644 --- a/extra/Configs/Config.m68k.coff +++ b/extra/Configs/Config.m68k.coff @@ -1,10 +1,11 @@ # Library Configuration rules for uClibc # -# This file contains rules which are shared between multiple Makefiles. Feel -# free to adjust to taste... -# -Erik Andersen +# This file contains rules which are shared between multiple Makefiles. All +# normal configuration options live in the file named "Config". You probably +# should not mess with this file unless you know what you are doing... # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index e17d41f97..817a6083a 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -1,10 +1,11 @@ # Library Configuration rules for uClibc # -# This file contains rules which are shared between multiple Makefiles. Feel -# free to adjust to taste... -# -Erik Andersen +# This file contains rules which are shared between multiple Makefiles. All +# normal configuration options live in the file named "Config". You probably +# should not mess with this file unless you know what you are doing... # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel index e17d41f97..817a6083a 100644 --- a/extra/Configs/Config.mipsel +++ b/extra/Configs/Config.mipsel @@ -1,10 +1,11 @@ # Library Configuration rules for uClibc # -# This file contains rules which are shared between multiple Makefiles. Feel -# free to adjust to taste... -# -Erik Andersen +# This file contains rules which are shared between multiple Makefiles. All +# normal configuration options live in the file named "Config". You probably +# should not mess with this file unless you know what you are doing... # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 90bd41cae..7022dfd45 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -1,10 +1,11 @@ # Library Configuration rules for uClibc # -# This file contains rules which are shared between multiple Makefiles. Feel -# free to adjust to taste... -# -Erik Andersen +# This file contains rules which are shared between multiple Makefiles. All +# normal configuration options live in the file named "Config". You probably +# should not mess with this file unless you know what you are doing... # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 580161be6..5b5645727 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -1,8 +1,8 @@ # Library Configuration rules for uClibc # -# This file contains rules which are shared between multiple Makefiles. Feel -# free to adjust to taste... -# -Erik Andersen +# This file contains rules which are shared between multiple Makefiles. All +# normal configuration options live in the file named "Config". You probably +# should not mess with this file unless you know what you are doing... # # Copyright (C) 2000 by Lineo, inc. # Copyright (C) 2001 by Hewlett-Packard Australia diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e index 4c80cad65..a519f2577 100644 --- a/extra/Configs/Config.v850e +++ b/extra/Configs/Config.v850e @@ -1,10 +1,11 @@ # Library Configuration rules for uClibc # -# This file contains rules which are shared between multiple Makefiles. Feel -# free to adjust to taste... -# -Erik Andersen +# This file contains rules which are shared between multiple Makefiles. All +# normal configuration options live in the file named "Config". You probably +# should not mess with this file unless you know what you are doing... # -# Copyright (C) 2000, 2001 by Lineo, inc. +# Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/extra/Makefile b/extra/Makefile index fa4b50b44..14ce2d5ed 100644 --- a/extra/Makefile +++ b/extra/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/extra/gcc-uClibc/Makefile b/extra/gcc-uClibc/Makefile index b27d440fb..6a6773b6a 100644 --- a/extra/gcc-uClibc/Makefile +++ b/extra/gcc-uClibc/Makefile @@ -1,3 +1,9 @@ +# Makefile for building a fake gcc/binutils toolchain +# that simply spoofs the location of the C library +# +# Copyright (C) 2000,2001 Erik Andersen +# + TOPDIR = ../../ include $(TOPDIR)Rules.mak diff --git a/extra/gcc-uClibc/gcc-uClibc.c b/extra/gcc-uClibc/gcc-uClibc.c index fc3a58dd7..3dc93b41e 100644 --- a/extra/gcc-uClibc/gcc-uClibc.c +++ b/extra/gcc-uClibc/gcc-uClibc.c @@ -207,15 +207,34 @@ int main(int argc, char **argv) use_build_dir = 1; } else if (strcmp("--uclibc-use-rpath",argv[j]) == 0) { use_rpath = 1; + } +#if 0 } else { gcc_argv[i++] = argv[j]; } +#endif + } + if (linking && source_count) { + if (use_start) { + gcc_argv[i++] = crt0_path[use_build_dir]; + gcc_argv[i++] = "-e _start"; + } } + + if (use_stdinc) { gcc_argv[i++] = nostdinc; gcc_argv[i++] = uClibc_inc[use_build_dir]; gcc_argv[i++] = GCC_INCDIR; } + + for ( j = 1 ; j < argc ; j++ ) { + if (strcmp("--uclibc-use-build-dir",argv[j]) != 0 && + strcmp("--uclibc-use-rpath",argv[j]) != 0) { + gcc_argv[i++] = argv[j]; + } + } + if (linking && source_count) { if (!use_static_linking) { if (dlstr && use_build_dir) { @@ -232,9 +251,12 @@ int main(int argc, char **argv) if (!use_build_dir) { gcc_argv[i++] = usr_lib_path; } +#if 0 if (use_start) { + gcc_argv[i++] = "-e _start"; gcc_argv[i++] = crt0_path[use_build_dir]; } +#endif if (use_stdlib) { gcc_argv[i++] = nostdlib; gcc_argv[i++] = "-lc"; diff --git a/include/ctype.h b/include/ctype.h index 81f09bebe..8f1bb9d99 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -3,8 +3,8 @@ * ctype.h * Character classification and conversion * - * Copyright (C) 2000 by Lineo, inc. - * Written by Erik Andersen , + * Copyright (C) 2000 by Lineo, inc. + * Copyright (C) 2000,2001 Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/include/string.h b/include/string.h index 13bdca993..761a59587 100644 --- a/include/string.h +++ b/include/string.h @@ -62,16 +62,16 @@ extern int memcmp (__const void *__s1, __const void *__s2, size_t __n) extern void *memchr (__const void *__s, int __c, size_t __n) __THROW __attribute_pure__; -#if 0 //#ifdef __USE_GNU +#if 0 /* Search in S for C. This is similar to `memchr' but there is no length limit. */ extern void *rawmemchr (__const void *__s, int __c) __THROW __attribute_pure__; +#endif /* Search N bytes of S for the final occurrence of C. */ extern void *memrchr (__const void *__s, int __c, size_t __n) __THROW __attribute_pure__; -#endif /* Copy SRC to DEST. */ diff --git a/ldso/Makefile b/ldso/Makefile index c606a9fba..722757ebd 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -1,3 +1,25 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# Derived in part from the Linux-8086 C library, the GNU C Library, and several +# other sundry sources. Files within this library are copyright by their +# respective copyright holders. + TOPDIR=../ include $(TOPDIR)Rules.mak diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 617784ec9..a61998b10 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile index 24e53fb69..3187ee340 100644 --- a/ldso/libdl/Makefile +++ b/ldso/libdl/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/ldso/man/Makefile b/ldso/man/Makefile index a701e1513..de6aef512 100644 --- a/ldso/man/Makefile +++ b/ldso/man/Makefile @@ -1,3 +1,25 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# Derived in part from the Linux-8086 C library, the GNU C Library, and several +# other sundry sources. Files within this library are copyright by their +# respective copyright holders. + include ../Config.mk ALL = #ld.so.info diff --git a/ldso/util/Makefile b/ldso/util/Makefile index baa3fa897..6e3d5530b 100644 --- a/ldso/util/Makefile +++ b/ldso/util/Makefile @@ -1,3 +1,25 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# Derived in part from the Linux-8086 C library, the GNU C Library, and several +# other sundry sources. Files within this library are copyright by their +# respective copyright holders. + TOPDIR=../../ include $(TOPDIR)Rules.mak diff --git a/ldso/util/ldd.c b/ldso/util/ldd.c index 482c74f17..aea135e60 100644 --- a/ldso/util/ldd.c +++ b/ldso/util/ldd.c @@ -2,13 +2,14 @@ /* * A small little ldd implementation for uClibc * - * Copyright (C) 2001 by Lineo, inc. - * Written by Erik Andersen , + * Copyright (C) 2000 by Lineo, inc. + * Copyright (C) 2000,2001 Erik Andersen + * Written by Erik Andersen * * Several functions in this file (specifically, elf_find_section_type(), * elf_find_phdr_type(), and elf_find_dynamic(), were stolen from elflib.c from * elfvector (http://www.BitWagon.com/elfvector.html) by John F. Reiser - * , and which is copyright 2000 BitWagon Software LLC + * , which is copyright 2000 BitWagon Software LLC * (GPL2). * * This program is free software; you can redistribute it and/or modify diff --git a/ldso/util/readelf.c b/ldso/util/readelf.c index 0006f5f9e..4467fc684 100644 --- a/ldso/util/readelf.c +++ b/ldso/util/readelf.c @@ -2,13 +2,14 @@ /* * A small little readelf implementation for uClibc * - * Copyright (C) 2001 by Lineo, inc. - * Written by Erik Andersen , + * Copyright (C) 2000 by Lineo, inc. + * Copyright (C) 2000,2001 Erik Andersen + * Written by Erik Andersen * * Several functions in this file (specifically, elf_find_section_type(), * elf_find_phdr_type(), and elf_find_dynamic(), were stolen from elflib.c from * elfvector (http://www.BitWagon.com/elfvector.html) by John F. Reiser - * , and which is copyright 2000 BitWagon Software LLC + * , which is copyright 2000 BitWagon Software LLC * (GPL2). * * This program is free software; you can redistribute it and/or modify diff --git a/libc/Makefile b/libc/Makefile index 4001f2b2c..ee8dfef75 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -1,7 +1,7 @@ # Makefile for uClibc # -# Copyright (C) 2000, 2001 by Lineo, inc. -# Written by Erik Andersen , +# Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/inet/Makefile b/libc/inet/Makefile index 62ae92847..c9157bb84 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/inet/rpc/Makefile b/libc/inet/rpc/Makefile index f2c63bb88..08782e1a3 100644 --- a/libc/inet/rpc/Makefile +++ b/libc/inet/rpc/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/Makefile b/libc/misc/Makefile index aae04e184..eb0bf6ff0 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/assert/Makefile b/libc/misc/assert/Makefile index ad08d3dc9..6dc004b7b 100644 --- a/libc/misc/assert/Makefile +++ b/libc/misc/assert/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/ctype/Makefile b/libc/misc/ctype/Makefile index e0343ba00..ee3bfd04e 100644 --- a/libc/misc/ctype/Makefile +++ b/libc/misc/ctype/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/dirent/Makefile b/libc/misc/dirent/Makefile index 43f233619..4b942dbdd 100644 --- a/libc/misc/dirent/Makefile +++ b/libc/misc/dirent/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2001 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/file/Makefile b/libc/misc/file/Makefile index 746b8fb3e..bb0ea02d8 100644 --- a/libc/misc/file/Makefile +++ b/libc/misc/file/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/fnmatch/Makefile b/libc/misc/fnmatch/Makefile index d5484f864..d3373a0f7 100644 --- a/libc/misc/fnmatch/Makefile +++ b/libc/misc/fnmatch/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/glob/Makefile b/libc/misc/glob/Makefile index d6ea09b7e..e4ecd078a 100644 --- a/libc/misc/glob/Makefile +++ b/libc/misc/glob/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/internals/Makefile b/libc/misc/internals/Makefile index 93faa1929..8e4d160a9 100644 --- a/libc/misc/internals/Makefile +++ b/libc/misc/internals/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/locale/Makefile b/libc/misc/locale/Makefile index e90ada064..77a54bdc4 100644 --- a/libc/misc/locale/Makefile +++ b/libc/misc/locale/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/lsearch/Makefile b/libc/misc/lsearch/Makefile index 6506c8c49..69475c960 100644 --- a/libc/misc/lsearch/Makefile +++ b/libc/misc/lsearch/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/mntent/Makefile b/libc/misc/mntent/Makefile index 297e19f1f..65fa34623 100644 --- a/libc/misc/mntent/Makefile +++ b/libc/misc/mntent/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/regex/Makefile b/libc/misc/regex/Makefile index 30d9d4da0..fe2920ba6 100644 --- a/libc/misc/regex/Makefile +++ b/libc/misc/regex/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/syslog/Makefile b/libc/misc/syslog/Makefile index deca334f2..f715eceec 100644 --- a/libc/misc/syslog/Makefile +++ b/libc/misc/syslog/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/sysvipc/Makefile b/libc/misc/sysvipc/Makefile index 8280137ca..b3c60cb03 100644 --- a/libc/misc/sysvipc/Makefile +++ b/libc/misc/sysvipc/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/time/Makefile b/libc/misc/time/Makefile index a3f8ae231..5e953ab1c 100644 --- a/libc/misc/time/Makefile +++ b/libc/misc/time/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/tsearch/Makefile b/libc/misc/tsearch/Makefile index 3055f6458..5f10c4026 100644 --- a/libc/misc/tsearch/Makefile +++ b/libc/misc/tsearch/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/misc/utmp/Makefile b/libc/misc/utmp/Makefile index 438b5bd78..a3ef79bc7 100644 --- a/libc/misc/utmp/Makefile +++ b/libc/misc/utmp/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/pwd_grp/Makefile b/libc/pwd_grp/Makefile index d4dd97f01..f9b49c461 100644 --- a/libc/pwd_grp/Makefile +++ b/libc/pwd_grp/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/signal/Makefile b/libc/signal/Makefile index 4200e5e7b..9ee4249f7 100644 --- a/libc/signal/Makefile +++ b/libc/signal/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/signal/allocrtsig.c b/libc/signal/allocrtsig.c index b76be6452..0822999c8 100644 --- a/libc/signal/allocrtsig.c +++ b/libc/signal/allocrtsig.c @@ -1,8 +1,9 @@ /* * Ignore/stub out real-time signal allocation. * - * Copyright (C) 2001 by Lineo, inc. - * Written by Erik Andersen , + * Copyright (C) 2001 by Lineo, inc. and Erik Andersen + * Copyright (C) 2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index 81782d50f..70e18986f 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/stdio/getdelim.c b/libc/stdio/getdelim.c index 7cc1f8e84..fd073a4d2 100644 --- a/libc/stdio/getdelim.c +++ b/libc/stdio/getdelim.c @@ -1,9 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * getdelim for uClibc +/* getdelim for uClibc * - * Copyright (C) 2000 by Lineo, inc. - * Written by Erik Andersen , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/libc/stdio/getline.c b/libc/stdio/getline.c index 8b3331703..8f63bc6e0 100644 --- a/libc/stdio/getline.c +++ b/libc/stdio/getline.c @@ -1,9 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * getline for uClibc +/* getline for uClibc * - * Copyright (C) 2000 by Lineo, inc. - * Written by Erik Andersen , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index c228cd9d6..8e36fd18e 100644 --- a/libc/stdlib/Makefile +++ b/libc/stdlib/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/stdlib/div.c b/libc/stdlib/div.c index 0992c8047..7ca9a2244 100644 --- a/libc/stdlib/div.c +++ b/libc/stdlib/div.c @@ -1,9 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * div for uClibc +/* div for uClibc * - * Copyright (C) 2001 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/libc/stdlib/ldiv.c b/libc/stdlib/ldiv.c index 10e614870..230b6a944 100644 --- a/libc/stdlib/ldiv.c +++ b/libc/stdlib/ldiv.c @@ -1,9 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * ldiv for uClibc +/* ldiv for uClibc * - * Copyright (C) 2001 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ #include diff --git a/libc/stdlib/malloc-930716/Makefile b/libc/stdlib/malloc-930716/Makefile index 208c1a68d..444581b9b 100644 --- a/libc/stdlib/malloc-930716/Makefile +++ b/libc/stdlib/malloc-930716/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/stdlib/malloc-simple/Makefile b/libc/stdlib/malloc-simple/Makefile index a84578a0a..35e53515d 100644 --- a/libc/stdlib/malloc-simple/Makefile +++ b/libc/stdlib/malloc-simple/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/stdlib/malloc/Makefile b/libc/stdlib/malloc/Makefile index a280144d3..2454a8a2b 100644 --- a/libc/stdlib/malloc/Makefile +++ b/libc/stdlib/malloc/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/string/Makefile b/libc/string/Makefile index f2a183318..90a1b03a1 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/string/strsignal.c b/libc/string/strsignal.c index e482512f1..145488aa9 100644 --- a/libc/string/strsignal.c +++ b/libc/string/strsignal.c @@ -1,7 +1,21 @@ /* vi: set sw=4 ts=4: */ -/* Copyright (C) 2000 Erik Andersen , - * This file is part of the uClinux and is distributed under the - * GNU Library General Public License. +/* strsignal for uClibc + * + * Copyright (C) 2000,2001 by Erik Andersen + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Library General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License + * for more details. + * + * You should have received a copy of the GNU Library General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /* diff --git a/libc/sysdeps/Makefile b/libc/sysdeps/Makefile index cf35e3752..302041711 100644 --- a/libc/sysdeps/Makefile +++ b/libc/sysdeps/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/sysdeps/linux/Makefile b/libc/sysdeps/linux/Makefile index db3fcb36c..751342782 100644 --- a/libc/sysdeps/linux/Makefile +++ b/libc/sysdeps/linux/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile index 1e08d094b..0ecfe496e 100644 --- a/libc/sysdeps/linux/arm/Makefile +++ b/libc/sysdeps/linux/arm/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/sysdeps/linux/arm/vfork.S b/libc/sysdeps/linux/arm/vfork.S index 085946ae1..ccf815f12 100644 --- a/libc/sysdeps/linux/arm/vfork.S +++ b/libc/sysdeps/linux/arm/vfork.S @@ -1,9 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * fork for uClibc +/* vfork for uClibc * - * Copyright (C) 2000 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ #include diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 4c6a41bf9..e7d92573b 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -1,7 +1,7 @@ -# Copyright (C) 1995,1996 Robert de Bath Makefile -# for uClibc +# Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/sysdeps/linux/common/create_module.c b/libc/sysdeps/linux/common/create_module.c index a20395ea0..ca306cd90 100644 --- a/libc/sysdeps/linux/common/create_module.c +++ b/libc/sysdeps/linux/common/create_module.c @@ -1,9 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * Syscalls for uClibc +/* Syscalls for uClibc * - * Copyright (C) 2000 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ #include diff --git a/libc/sysdeps/linux/common/kernel_version.c b/libc/sysdeps/linux/common/kernel_version.c index 8e182a313..f31cd6186 100644 --- a/libc/sysdeps/linux/common/kernel_version.c +++ b/libc/sysdeps/linux/common/kernel_version.c @@ -1,7 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * Copyright (C) 1999,2000 by Lineo, inc. Written by Erik Andersen - * , +/* find_kernel_revision for uClibc + * + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -16,7 +18,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ #include diff --git a/libc/sysdeps/linux/common/statfix.c b/libc/sysdeps/linux/common/statfix.c index d06b9448e..3921deb0f 100644 --- a/libc/sysdeps/linux/common/statfix.c +++ b/libc/sysdeps/linux/common/statfix.c @@ -1,9 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * Convert from the kernel's version of struct stat to libc's version +/* Convert from the kernel's version of struct stat to libc's version * - * Copyright (C) 2000, 2001 by Lineo, inc. - * Written by Erik Andersen , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ /* Pull in whatever this particular arch's kernel thinks the kernel version of diff --git a/libc/sysdeps/linux/common/statfix64.c b/libc/sysdeps/linux/common/statfix64.c index 23759d754..00dafc562 100644 --- a/libc/sysdeps/linux/common/statfix64.c +++ b/libc/sysdeps/linux/common/statfix64.c @@ -1,9 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * Convert from the kernel's version of struct stat to libc's version +/* Convert from the kernel's version of struct stat to libc's version * - * Copyright (C) 2000, 2001 by Lineo, inc. - * Written by Erik Andersen , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index 531c78df9..4a333801f 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/sysdeps/linux/i386/crt0.c b/libc/sysdeps/linux/i386/crt0.c index 0498d06e1..02805fdde 100644 --- a/libc/sysdeps/linux/i386/crt0.c +++ b/libc/sysdeps/linux/i386/crt0.c @@ -1,10 +1,8 @@ -/* - * uClibc/sysdeps/linux/i386/crt0.S +/* vi: set sw=4 ts=4: */ +/* uClibc/sysdeps/linux/i386/crt0.S * Pull stuff off the stack and get uClibc moving. * - * Copyright (C) 2001 by Lineo, inc. - * Written by Erik Andersen , - * who is very pleased he managed to do this entirely in C code. + * Copyright (C) 2000,2001 by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -19,7 +17,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ extern void __uClibc_main(int argc,void *argv,void *envp); diff --git a/libc/sysdeps/linux/m68k/Makefile b/libc/sysdeps/linux/m68k/Makefile index 08906a909..ae81e2230 100644 --- a/libc/sysdeps/linux/m68k/Makefile +++ b/libc/sysdeps/linux/m68k/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/sysdeps/linux/m68k/crt0.c b/libc/sysdeps/linux/m68k/crt0.c index 0498d06e1..3b6b2279b 100644 --- a/libc/sysdeps/linux/m68k/crt0.c +++ b/libc/sysdeps/linux/m68k/crt0.c @@ -1,10 +1,8 @@ -/* - * uClibc/sysdeps/linux/i386/crt0.S +/* vi: set sw=4 ts=4: */ +/* uClibc/sysdeps/linux/m68k/crt0.S * Pull stuff off the stack and get uClibc moving. * - * Copyright (C) 2001 by Lineo, inc. - * Written by Erik Andersen , - * who is very pleased he managed to do this entirely in C code. + * Copyright (C) 2000,2001 by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -19,7 +17,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ extern void __uClibc_main(int argc,void *argv,void *envp); diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile index 8e1414050..ae0dd5fcd 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2001 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/sysdeps/linux/powerpc/Makefile b/libc/sysdeps/linux/powerpc/Makefile index cf9783dbd..3b737f740 100644 --- a/libc/sysdeps/linux/powerpc/Makefile +++ b/libc/sysdeps/linux/powerpc/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/sysdeps/linux/sparc/Makefile b/libc/sysdeps/linux/sparc/Makefile index 62e1a40d7..430324dae 100644 --- a/libc/sysdeps/linux/sparc/Makefile +++ b/libc/sysdeps/linux/sparc/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/sysdeps/linux/sparc/fork.c b/libc/sysdeps/linux/sparc/fork.c index af56d3675..6b3a34f98 100644 --- a/libc/sysdeps/linux/sparc/fork.c +++ b/libc/sysdeps/linux/sparc/fork.c @@ -1,9 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * fork for uClibc +/* fork for uClibc * - * Copyright (C) 2000 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ #include diff --git a/libc/sysdeps/linux/v850/Makefile b/libc/sysdeps/linux/v850/Makefile index 924b13b7c..dda7fba59 100644 --- a/libc/sysdeps/linux/v850/Makefile +++ b/libc/sysdeps/linux/v850/Makefile @@ -1,14 +1,26 @@ +# Makefile for uClibc # -# libc/sysdeps/linux/v850/Makefile -- Makefile for v850 machine-dependent dir +# Copyright (C) 2001 NEC Corporation +# Copyright (C) 2001 Miles Bader +# Copyright (C) 2000 Lineo, inc. # -# Copyright (C) 2001 NEC Corporation -# Copyright (C) 2001 Miles Bader -# Copyright (C) 2000 Lineo, inc. +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. # -# This file is subject to the terms and conditions of the GNU Library -# General Public License. See the file COPYING.LIB in the main -# directory of this archive for more details. +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. # +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# Derived in part from the Linux-8086 C library, the GNU C Library, and several +# other sundry sources. Files within this library are copyright by their +# respective copyright holders. TOPDIR=../../../../ include $(TOPDIR)Rules.mak diff --git a/libc/termios/Makefile b/libc/termios/Makefile index 77adfdcfc..d27c0a9af 100644 --- a/libc/termios/Makefile +++ b/libc/termios/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index 33905190f..d481bb5ad 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libc/unistd/daemon.c b/libc/unistd/daemon.c index d10c7931c..0cd827519 100644 --- a/libc/unistd/daemon.c +++ b/libc/unistd/daemon.c @@ -1,27 +1,24 @@ /* vi: set sw=4 ts=4: */ -/* - * daemon implementation for uClibc +/* daemon implementation for uClibc * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * - * Modified for uClibc by Erik Andersen - * , + * Modified for uClibc by Erik Andersen * - * The uClibc Library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * The GNU C Library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with the GNU C Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Library General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License + * for more details. + * + * You should have received a copy of the GNU Library General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Original copyright notice is retained at the end of this file. */ diff --git a/libc/unistd/getlogin.c b/libc/unistd/getlogin.c index 7f407dd13..505e6cf23 100644 --- a/libc/unistd/getlogin.c +++ b/libc/unistd/getlogin.c @@ -1,9 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * getlogin for uClibc +/* getlogin for uClibc * - * Copyright (C) 2001 by Lineo, inc. Written by - * Erik Andersen * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ #include diff --git a/libcrypt/Makefile b/libcrypt/Makefile index 5a30ca988..20c177ba3 100644 --- a/libcrypt/Makefile +++ b/libcrypt/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libcrypt/crypt.c b/libcrypt/crypt.c index 13d8efca5..4c489ed36 100644 --- a/libcrypt/crypt.c +++ b/libcrypt/crypt.c @@ -2,8 +2,9 @@ /* * crypt() for uClibc * - * Copyright (C) 2001 by Lineo, inc. Written by - * Erik Andersen , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -18,7 +19,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ #include diff --git a/libcrypt/des.c b/libcrypt/des.c index 04b1e7f2f..1c4ed7f94 100644 --- a/libcrypt/des.c +++ b/libcrypt/des.c @@ -6,7 +6,7 @@ * on Andy Tanenbaum's book "Computer Networks", and then rewritten in * C by Kees J. Bot, 7 Feb 1994. This code was ported from Minix to * uClibc on June 28, 2001 by Manuel Novoa III, and then reshuffled to - * be reentrant by Erik Andersen on June 28, 2001. + * be reentrant by Erik Andersen on June 28, 2001. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/libcrypt/md5.c b/libcrypt/md5.c index c9d65d21a..3bc669112 100644 --- a/libcrypt/md5.c +++ b/libcrypt/md5.c @@ -39,7 +39,7 @@ * * ---------------------------------------------------------------------------- * On April 19th, 2001 md5_crypt() was modified to make it reentrant - * by Erik Andersen , + * by Erik Andersen * * June 28, 2001 Manuel Novoa III * diff --git a/libm/Makefile b/libm/Makefile index 209ebcb6c..bd4c04adf 100644 --- a/libm/Makefile +++ b/libm/Makefile @@ -1,8 +1,21 @@ # Makefile for uClibc's math library -# Copyright (C) 2001 by Lineo, inc. # -# This math library is derived primarily from the Cephes Math Library, -# copyright by Stephen L. Moshier +# Copyright (C) 2000,2001 Erik Andersen +# +# The routines included in this math library are derived from the +# math library for Apple's MacOS X/Darwin math library, which was +# itself swiped from FreeBSD. The original copyright information +# is as follows: +# +# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. +# +# Developed at SunPro, a Sun Microsystems, Inc. business. +# Permission to use, copy, modify, and distribute this +# software is freely granted, provided that this notice +# is preserved. +# +# It has been ported to work with uClibc and generally behave +# by Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free @@ -17,7 +30,6 @@ # You should have received a copy of the GNU Library General Public License # along with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# TOPDIR=../ include $(TOPDIR)Rules.mak diff --git a/libm/powerpc/Makefile b/libm/powerpc/Makefile index dec4c49f3..5922d361e 100644 --- a/libm/powerpc/Makefile +++ b/libm/powerpc/Makefile @@ -1,8 +1,21 @@ # Makefile for uClibc's math library -# Copyright (C) 2001 by Lineo, inc. # -# This math library is derived primarily from the Cephes Math Library, -# copyright by Stephen L. Moshier +# Copyright (C) 2000,2001 Erik Andersen +# +# The routines included in this math library are derived from the +# math library for Apple's MacOS X/Darwin math library, which was +# itself swiped from FreeBSD. The original copyright information +# is as follows: +# +# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. +# +# Developed at SunPro, a Sun Microsystems, Inc. business. +# Permission to use, copy, modify, and distribute this +# software is freely granted, provided that this notice +# is preserved. +# +# It has been ported to work with uClibc and generally behave +# by Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free @@ -17,7 +30,6 @@ # You should have received a copy of the GNU Library General Public License # along with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# TOPDIR=../../ include $(TOPDIR)Rules.mak diff --git a/libresolv/Makefile b/libresolv/Makefile index 731a3ccd8..897532fcf 100644 --- a/libresolv/Makefile +++ b/libresolv/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free @@ -19,6 +20,7 @@ # Derived in part from the Linux-8086 C library, the GNU C Library, and several # other sundry sources. Files within this library are copyright by their # respective copyright holders. +# Makefile for uClibc TOPDIR=../ include $(TOPDIR)Rules.mak diff --git a/libresolv/resolv.c b/libresolv/resolv.c index f9fb959c8..c2ecdf6a5 100644 --- a/libresolv/resolv.c +++ b/libresolv/resolv.c @@ -2,8 +2,9 @@ /* * libresolv for uClibc * - * Copyright (C) 2001 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/libutil/Makefile b/libutil/Makefile index 399d52b2d..bd7083eff 100644 --- a/libutil/Makefile +++ b/libutil/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/test/Makefile b/test/Makefile index c67807bba..c3a5e52ef 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ # Makefile for uClibc # -# Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free @@ -15,10 +15,6 @@ # You should have received a copy of the GNU Library General Public License # along with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# Derived in part from the Linux-8086 C library, the GNU C Library, and several -# other sundry sources. Files within this library are copyright by their -# respective copyright holders. TOPDIR=../ include $(TOPDIR)Config diff --git a/test/args/Makefile b/test/args/Makefile index 509cddd96..a5a01dbf8 100644 --- a/test/args/Makefile +++ b/test/args/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/args/arg_test.c b/test/args/arg_test.c index c32b7b3b2..09a0fdb66 100644 --- a/test/args/arg_test.c +++ b/test/args/arg_test.c @@ -2,8 +2,9 @@ /* * Test application for argc and argv handling * - * Copyright (C) 2001 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/test/assert/Makefile b/test/assert/Makefile index 8b6a4281a..71f231d69 100644 --- a/test/assert/Makefile +++ b/test/assert/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/assert/assert.c b/test/assert/assert.c index 866c362f0..b63903e89 100644 --- a/test/assert/assert.c +++ b/test/assert/assert.c @@ -2,8 +2,9 @@ /* * Test application for functions defined in ctype.h * - * Copyright (C) 2000 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/test/ctype/Makefile b/test/ctype/Makefile index ca689f33f..16c49c284 100644 --- a/test/ctype/Makefile +++ b/test/ctype/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/ctype/ctype.c b/test/ctype/ctype.c index 3f7f703a0..8c87f1466 100644 --- a/test/ctype/ctype.c +++ b/test/ctype/ctype.c @@ -2,8 +2,9 @@ /* * Test application for functions defined in ctype.h * - * Copyright (C) 2000 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/test/ldso/Makefile b/test/ldso/Makefile index 06350ab91..0a3f010c3 100644 --- a/test/ldso/Makefile +++ b/test/ldso/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/malloc/Makefile b/test/malloc/Makefile index 0254995b4..b1f61cdc9 100644 --- a/test/malloc/Makefile +++ b/test/malloc/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/math/Makefile b/test/math/Makefile index f8321b92e..be7f261de 100644 --- a/test/math/Makefile +++ b/test/math/Makefile @@ -1,3 +1,23 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + + # Unix makefile for ieetst, eparanoi. # Set LARGEMEM 1 in qcalc.h for 32-bit memory addresses. # Define computer type and/or endianness in mconf.h. diff --git a/test/misc/Makefile b/test/misc/Makefile index 631e0ed2d..60476890f 100644 --- a/test/misc/Makefile +++ b/test/misc/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/mmap/Makefile b/test/mmap/Makefile index 5c99e36ba..fd7585545 100644 --- a/test/mmap/Makefile +++ b/test/mmap/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/pwd_grp/Makefile b/test/pwd_grp/Makefile index ae420c0d0..71a3f3b97 100644 --- a/test/pwd_grp/Makefile +++ b/test/pwd_grp/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/setjmp/Makefile b/test/setjmp/Makefile index 25a1e0fbf..a4a35191e 100644 --- a/test/setjmp/Makefile +++ b/test/setjmp/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/signal/Makefile b/test/signal/Makefile index aa462276d..07bd58cee 100644 --- a/test/signal/Makefile +++ b/test/signal/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/signal/signal.c b/test/signal/signal.c index c64b1d310..8272de3dc 100644 --- a/test/signal/signal.c +++ b/test/signal/signal.c @@ -2,8 +2,9 @@ /* * signal testing function for uClibc * - * Copyright (C) 2000 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/test/silly/Makefile b/test/silly/Makefile index fb343ff1a..6e983a7cf 100644 --- a/test/silly/Makefile +++ b/test/silly/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/stat/Makefile b/test/stat/Makefile index 90c189ad2..448e13e2d 100644 --- a/test/stat/Makefile +++ b/test/stat/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile index aad82827d..4d365609b 100644 --- a/test/stdlib/Makefile +++ b/test/stdlib/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/string/Makefile b/test/string/Makefile index 36d8a9cff..e53281fdd 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/termios/Makefile b/test/termios/Makefile index bbd99e476..683886a0b 100644 --- a/test/termios/Makefile +++ b/test/termios/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/testsuite.h b/test/testsuite.h index 39d31d85b..806a5c229 100644 --- a/test/testsuite.h +++ b/test/testsuite.h @@ -2,8 +2,9 @@ /* * Some simple macros for use in test applications. * - * Copyright (C) 2000, 2001 by Lineo, inc. - * Written by Erik Andersen , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/test/unistd/Makefile b/test/unistd/Makefile index faf716feb..fc77c35d1 100644 --- a/test/unistd/Makefile +++ b/test/unistd/Makefile @@ -1,3 +1,21 @@ +# Makefile for uClibc +# +# Copyright (C) 2000,2001 Erik Andersen +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU Library General Public License as published by the Free +# Software Foundation; either version 2 of the License, or (at your option) any +# later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more +# details. +# +# You should have received a copy of the GNU Library General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + TESTDIR=../ include $(TESTDIR)/Rules.mak diff --git a/test/unistd/fork.c b/test/unistd/fork.c index 8cd5a7803..9c8285620 100644 --- a/test/unistd/fork.c +++ b/test/unistd/fork.c @@ -2,8 +2,9 @@ /* * fork test for uClibc * - * Copyright (C) 1999,2000 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/test/unistd/vfork.c b/test/unistd/vfork.c index dca4464e0..301d800cb 100644 --- a/test/unistd/vfork.c +++ b/test/unistd/vfork.c @@ -2,8 +2,8 @@ /* * vfork test for uClibc * - * Copyright (C) 1999,2000 by Lineo, inc. Written by Erik Andersen - * , + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by -- cgit v1.2.3