diff options
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/Makefile | 2 | ||||
-rw-r--r-- | debianutils/Makefile.in | 2 | ||||
-rw-r--r-- | debianutils/which.c | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/debianutils/Makefile b/debianutils/Makefile index 35b32e7..13181ea 100644 --- a/debianutils/Makefile +++ b/debianutils/Makefile @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> +# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/debianutils/Makefile.in b/debianutils/Makefile.in index 91887bd..313faa0 100644 --- a/debianutils/Makefile.in +++ b/debianutils/Makefile.in @@ -1,6 +1,6 @@ # Makefile for busybox # -# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> +# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/debianutils/which.c b/debianutils/which.c index fbcfb37..79a89c4 100644 --- a/debianutils/which.c +++ b/debianutils/which.c @@ -2,8 +2,7 @@ /* * Which implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> + * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |