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 --- libc/sysdeps/linux/sparc/Makefile | 1 + libc/sysdeps/linux/sparc/fork.c | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libc/sysdeps/linux/sparc') 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 -- cgit v1.2.3