diff options
Diffstat (limited to 'libbb')
54 files changed, 73 insertions, 80 deletions
diff --git a/libbb/Makefile b/libbb/Makefile index f6d021ce9..774cc75ed 100644 --- a/libbb/Makefile +++ b/libbb/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/libbb/Makefile.in b/libbb/Makefile.in index 98b0c66e2..cde3fb2fa 100644 --- a/libbb/Makefile.in +++ b/libbb/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/libbb/README b/libbb/README index d1886aeab..b92910055 100644 --- a/libbb/README +++ b/libbb/README @@ -1,13 +1,11 @@ -Please see the LICENSE file for copyright information. +Please see the LICENSE file for copyright information (GPLv2) -libbb is BusyBox's utility library. This all used to be in a single file -(utility.c to be specific). When I split utility.c up to create libbb, I did -not carefully fix up the copyright and licensing information. I'll do that for -the next release. - -For now, just trust me that a bunch of people have worked on this stuff, -and it is all GPL'ed. +libbb is BusyBox's utility library. All of this stuff used to be stuffed into +a single file named utility.c. When I split utility.c to create libbb, some of +the very oldest stuff ended up without their original copyright and licensing +information (which is now lost in the mists of time). If you see something +that you wrote that is mis-attributed, do let me know so we can fix that up. Erik Andersen - <andersee@codepoet.org> + <andersen@codepoet.org> diff --git a/libbb/chomp.c b/libbb/chomp.c index 94404a98d..4fcbb263d 100644 --- a/libbb/chomp.c +++ b/libbb/chomp.c @@ -2,8 +2,8 @@ /* * Utility routines. * - * Copyright (C) many different people. If you wrote this, please - * acknowledge your work. + * Copyright (C) many different people. + * If you wrote this, please acknowledge your work. * * 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/libbb/concat_path_file.c b/libbb/concat_path_file.c index b972ba6a3..f0ce3d91c 100644 --- a/libbb/concat_path_file.c +++ b/libbb/concat_path_file.c @@ -2,8 +2,8 @@ /* * Utility routines. * - * Copyright (C) many different people. If you wrote this, please - * acknowledge your work. + * Copyright (C) many different people. + * If you wrote this, please acknowledge your work. * * 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/libbb/copyfd.c b/libbb/copyfd.c index 41b78c7d6..05bed6b73 100644 --- a/libbb/copyfd.c +++ b/libbb/copyfd.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/device_open.c b/libbb/device_open.c index 42da1e1be..abfe2318a 100644 --- a/libbb/device_open.c +++ b/libbb/device_open.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/error_msg.c b/libbb/error_msg.c index 5456dd361..dbb25b7c9 100644 --- a/libbb/error_msg.c +++ b/libbb/error_msg.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/error_msg_and_die.c b/libbb/error_msg_and_die.c index 7e7393773..433f29d0f 100644 --- a/libbb/error_msg_and_die.c +++ b/libbb/error_msg_and_die.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/fgets_str.c b/libbb/fgets_str.c index 6588f9482..72fde58d1 100644 --- a/libbb/fgets_str.c +++ b/libbb/fgets_str.c @@ -2,8 +2,8 @@ /* * Utility routines. * - * Copyright (C) many different people. If you wrote this, please - * acknowledge your work. + * Copyright (C) many different people. + * If you wrote this, please acknowledge your work. * * 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/libbb/find_mount_point.c b/libbb/find_mount_point.c index 1eb5dc942..b63203852 100644 --- a/libbb/find_mount_point.c +++ b/libbb/find_mount_point.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/find_pid_by_name.c b/libbb/find_pid_by_name.c index b8490b724..b857c0bc7 100644 --- a/libbb/find_pid_by_name.c +++ b/libbb/find_pid_by_name.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/find_root_device.c b/libbb/find_root_device.c index 7cbac0c56..c595321df 100644 --- a/libbb/find_root_device.c +++ b/libbb/find_root_device.c @@ -2,9 +2,7 @@ /* * Utility routines. * - * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> - * Patched by a bunch of people. Feel free to acknowledge your work. + * 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/libbb/full_read.c b/libbb/full_read.c index 6c7e55c64..f4b332dca 100644 --- a/libbb/full_read.c +++ b/libbb/full_read.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/full_write.c b/libbb/full_write.c index 1106a53b4..6f2255516 100644 --- a/libbb/full_write.c +++ b/libbb/full_write.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/get_console.c b/libbb/get_console.c index 562b57703..1b24ceb57 100644 --- a/libbb/get_console.c +++ b/libbb/get_console.c @@ -2,8 +2,8 @@ /* * Utility routines. * - * Copyright (C) many different people. If you wrote this, please - * acknowledge your work. + * Copyright (C) many different people. + * If you wrote this, please acknowledge your work. * * 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/libbb/get_line_from_file.c b/libbb/get_line_from_file.c index 5af898934..3b6e1e778 100644 --- a/libbb/get_line_from_file.c +++ b/libbb/get_line_from_file.c @@ -2,8 +2,8 @@ /* * Utility routines. * - * Copyright (C) many different people. If you wrote this, please - * acknowledge your work. + * Copyright (C) many different people. + * If you wrote this, please acknowledge your work. * * 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/libbb/herror_msg.c b/libbb/herror_msg.c index 4fe921b29..fb2a17b73 100644 --- a/libbb/herror_msg.c +++ b/libbb/herror_msg.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/herror_msg_and_die.c b/libbb/herror_msg_and_die.c index 33a8c3e28..b53a56de8 100644 --- a/libbb/herror_msg_and_die.c +++ b/libbb/herror_msg_and_die.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/inet_common.c b/libbb/inet_common.c index 5e2343bdd..8b0ec8a0b 100644 --- a/libbb/inet_common.c +++ b/libbb/inet_common.c @@ -1,10 +1,10 @@ /* * stolen from net-tools-1.59 and stripped down for busybox by - * Erik Andersen <andersee@debian.org> + * Erik Andersen <andersen@codepoet.org> * * Heavily modified by Manuel Novoa III Mar 12, 2001 * - * Version: $Id: inet_common.c,v 1.6 2003/03/19 09:12:07 mjn3 Exp $ + * Version: $Id: inet_common.c,v 1.7 2003/07/14 21:20:55 andersen Exp $ * */ diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c index 4393a5188..ea82e8ce6 100644 --- a/libbb/inode_hash.c +++ b/libbb/inode_hash.c @@ -2,8 +2,8 @@ /* * Utility routines. * - * Copyright (C) many different people. If you wrote this, please - * acknowledge your work. + * Copyright (C) many different people. + * If you wrote this, please acknowledge your work. * * 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/libbb/interface.c b/libbb/interface.c index 531700f45..fb3a42a0c 100644 --- a/libbb/interface.c +++ b/libbb/interface.c @@ -1,6 +1,6 @@ /* * stolen from net-tools-1.59 and stripped down for busybox by - * Erik Andersen <andersee@debian.org> + * Erik Andersen <andersen@codepoet.org> * * Heavily modified by Manuel Novoa III Mar 12, 2001 * @@ -15,7 +15,7 @@ * that either displays or sets the characteristics of * one or more of the system's networking interfaces. * - * Version: $Id: interface.c,v 1.15 2003/03/19 09:12:07 mjn3 Exp $ + * Version: $Id: interface.c,v 1.16 2003/07/14 21:20:55 andersen Exp $ * * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> * and others. Copyright 1993 MicroWalt Corporation diff --git a/libbb/kernel_version.c b/libbb/kernel_version.c index 14b163654..740ac523c 100644 --- a/libbb/kernel_version.c +++ b/libbb/kernel_version.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/libc5.c b/libbb/libc5.c index 59c935e3d..ac7919626 100644 --- a/libbb/libc5.c +++ b/libbb/libc5.c @@ -14,7 +14,7 @@ /* * Some systems already have updwtmp(). Some don't... This is * the updwtmp() implementation from uClibc, Copyright 2002 by - * Erik Andersen <andersee@debian.org> + * Erik Andersen <andersen@codepoet.org> */ extern void updwtmp(const char *wtmp_file, const struct utmp *lutmp) { @@ -96,7 +96,7 @@ ssize_t getline(char **linebuf, size_t *n, FILE *file) * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * - * Modified for uClibc by Erik Andersen <andersee@debian.org> + * Modified for uClibc by Erik Andersen <andersen@codepoet.org> * * 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 diff --git a/libbb/loop.c b/libbb/loop.c index aae083b4a..7dba3e274 100644 --- a/libbb/loop.c +++ b/libbb/loop.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/messages.c b/libbb/messages.c index e5ffbf7f7..11493db12 100644 --- a/libbb/messages.c +++ b/libbb/messages.c @@ -1,7 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * 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 diff --git a/libbb/module_syscalls.c b/libbb/module_syscalls.c index b0ace74ea..6b6ebed06 100644 --- a/libbb/module_syscalls.c +++ b/libbb/module_syscalls.c @@ -2,8 +2,7 @@ /* * some system calls possibly missing from libc * - * 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 diff --git a/libbb/mtab.c b/libbb/mtab.c index 54905c724..a62169a26 100644 --- a/libbb/mtab.c +++ b/libbb/mtab.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/mtab_file.c b/libbb/mtab_file.c index 898e2fa89..58b0f66e2 100644 --- a/libbb/mtab_file.c +++ b/libbb/mtab_file.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/my_getgrgid.c b/libbb/my_getgrgid.c index 5bf905145..5a36c890d 100644 --- a/libbb/my_getgrgid.c +++ b/libbb/my_getgrgid.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/my_getgrnam.c b/libbb/my_getgrnam.c index eb5b58174..906727b76 100644 --- a/libbb/my_getgrnam.c +++ b/libbb/my_getgrnam.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/my_getpwnam.c b/libbb/my_getpwnam.c index ada2ffb56..57c2a01ec 100644 --- a/libbb/my_getpwnam.c +++ b/libbb/my_getpwnam.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/my_getpwnamegid.c b/libbb/my_getpwnamegid.c index 06071c9f2..1dd5674ec 100644 --- a/libbb/my_getpwnamegid.c +++ b/libbb/my_getpwnamegid.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/my_getpwuid.c b/libbb/my_getpwuid.c index dfe9b4948..ec2fcce74 100644 --- a/libbb/my_getpwuid.c +++ b/libbb/my_getpwuid.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/perror_msg.c b/libbb/perror_msg.c index f32c1c8fe..0928e4371 100644 --- a/libbb/perror_msg.c +++ b/libbb/perror_msg.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/perror_msg_and_die.c b/libbb/perror_msg_and_die.c index 57a21136d..122f3972b 100644 --- a/libbb/perror_msg_and_die.c +++ b/libbb/perror_msg_and_die.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/print_file.c b/libbb/print_file.c index 8417c10d3..6d3667b60 100644 --- a/libbb/print_file.c +++ b/libbb/print_file.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/pw_encrypt.c b/libbb/pw_encrypt.c index ac79f839f..ce6078539 100644 --- a/libbb/pw_encrypt.c +++ b/libbb/pw_encrypt.c @@ -2,7 +2,7 @@ /* * Utility routine. * - * Copyright (C) 1999-2002 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 diff --git a/libbb/read_package_field.c b/libbb/read_package_field.c index 42628f35c..abe8e06fd 100644 --- a/libbb/read_package_field.c +++ b/libbb/read_package_field.c @@ -2,8 +2,8 @@ /* * Utility routines. * - * Copyright (C) many different people. If you wrote this, please - * acknowledge your work. + * Copyright (C) many different people. + * If you wrote this, please acknowledge your work. * * 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/libbb/recursive_action.c b/libbb/recursive_action.c index 3ea107ca9..6ee59e8f1 100644 --- a/libbb/recursive_action.c +++ b/libbb/recursive_action.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/safe_read.c b/libbb/safe_read.c index b6d6d742f..67f3268c5 100644 --- a/libbb/safe_read.c +++ b/libbb/safe_read.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/safe_strncpy.c b/libbb/safe_strncpy.c index 0c5cf12ef..08a2a0d9c 100644 --- a/libbb/safe_strncpy.c +++ b/libbb/safe_strncpy.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/syscalls.c b/libbb/syscalls.c index 2434cb453..ee58d3674 100644 --- a/libbb/syscalls.c +++ b/libbb/syscalls.c @@ -2,8 +2,7 @@ /* * some system calls possibly missing from libc * - * 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 diff --git a/libbb/syslog_msg_with_name.c b/libbb/syslog_msg_with_name.c index bd3f44824..4b530416a 100644 --- a/libbb/syslog_msg_with_name.c +++ b/libbb/syslog_msg_with_name.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/trim.c b/libbb/trim.c index cb673cac3..75e7c2d43 100644 --- a/libbb/trim.c +++ b/libbb/trim.c @@ -2,8 +2,8 @@ /* * Utility routines. * - * Copyright (C) many different people. If you wrote this, please - * acknowledge your work. + * Copyright (C) many different people. + * If you wrote this, please acknowledge your work. * * 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/libbb/u_signal_names.c b/libbb/u_signal_names.c index aee1db07c..681358414 100644 --- a/libbb/u_signal_names.c +++ b/libbb/u_signal_names.c @@ -2,8 +2,8 @@ /* * Utility routines. * - * Copyright (C) many different people. If you wrote this, please - * acknowledge your work. + * Copyright (C) many different people. + * If you wrote this, please acknowledge your work. * * 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/libbb/vdprintf.c b/libbb/vdprintf.c index 0f250ae69..2a19dd182 100644 --- a/libbb/vdprintf.c +++ b/libbb/vdprintf.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/verror_msg.c b/libbb/verror_msg.c index 4612bf378..9270290cd 100644 --- a/libbb/verror_msg.c +++ b/libbb/verror_msg.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/vherror_msg.c b/libbb/vherror_msg.c index eb341bf84..ffdfd5283 100644 --- a/libbb/vherror_msg.c +++ b/libbb/vherror_msg.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/vperror_msg.c b/libbb/vperror_msg.c index febe4e22e..cd48af259 100644 --- a/libbb/vperror_msg.c +++ b/libbb/vperror_msg.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/wfopen.c b/libbb/wfopen.c index 22f22b373..368451c52 100644 --- a/libbb/wfopen.c +++ b/libbb/wfopen.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 299998948..8784b5058 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -2,7 +2,7 @@ /* * Utility routines. * - * 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 diff --git a/libbb/xgetlarg.c b/libbb/xgetlarg.c index c1bfa277a..ed5d3eb4f 100644 --- a/libbb/xgetlarg.c +++ b/libbb/xgetlarg.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Copyright (C) 2003 Erik Andersen <andersee@debian.org> + * Copyright (C) 2003 Erik Andersen <andersen@codepoet.org> */ diff --git a/libbb/xregcomp.c b/libbb/xregcomp.c index 56746ac53..bfccfec69 100644 --- a/libbb/xregcomp.c +++ b/libbb/xregcomp.c @@ -2,8 +2,8 @@ /* * Utility routines. * - * Copyright (C) many different people. If you wrote this, please - * acknowledge your work. + * Copyright (C) many different people. + * If you wrote this, please acknowledge your work. * * 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 |