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 --- 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 ++-- 25 files changed, 329 insertions(+), 19 deletions(-) (limited to 'test') 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