aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 21:21:08 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 21:21:08 +0000
commitad42ea5b0d506c6886eb87a4ff7f175598356cd3 (patch)
tree81fb6290ef50af3488a5ee0f97150b6503df6a3f /libbb
parentc49e4634f9c92aae68e4345d18594a6b3920fcdf (diff)
downloadbusybox-w32-ad42ea5b0d506c6886eb87a4ff7f175598356cd3.tar.gz
busybox-w32-ad42ea5b0d506c6886eb87a4ff7f175598356cd3.tar.bz2
busybox-w32-ad42ea5b0d506c6886eb87a4ff7f175598356cd3.zip
Update a bunch of docs. Run a script to update my email addr.
git-svn-id: svn://busybox.net/trunk/busybox@7061 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Makefile2
-rw-r--r--libbb/Makefile.in2
-rw-r--r--libbb/README16
-rw-r--r--libbb/chomp.c4
-rw-r--r--libbb/concat_path_file.c4
-rw-r--r--libbb/copyfd.c2
-rw-r--r--libbb/device_open.c2
-rw-r--r--libbb/error_msg.c2
-rw-r--r--libbb/error_msg_and_die.c2
-rw-r--r--libbb/fgets_str.c4
-rw-r--r--libbb/find_mount_point.c2
-rw-r--r--libbb/find_pid_by_name.c2
-rw-r--r--libbb/find_root_device.c4
-rw-r--r--libbb/full_read.c2
-rw-r--r--libbb/full_write.c2
-rw-r--r--libbb/get_console.c4
-rw-r--r--libbb/get_line_from_file.c4
-rw-r--r--libbb/herror_msg.c2
-rw-r--r--libbb/herror_msg_and_die.c2
-rw-r--r--libbb/inet_common.c4
-rw-r--r--libbb/inode_hash.c4
-rw-r--r--libbb/interface.c4
-rw-r--r--libbb/kernel_version.c2
-rw-r--r--libbb/libc5.c4
-rw-r--r--libbb/loop.c2
-rw-r--r--libbb/messages.c3
-rw-r--r--libbb/module_syscalls.c3
-rw-r--r--libbb/mtab.c2
-rw-r--r--libbb/mtab_file.c2
-rw-r--r--libbb/my_getgrgid.c2
-rw-r--r--libbb/my_getgrnam.c2
-rw-r--r--libbb/my_getpwnam.c2
-rw-r--r--libbb/my_getpwnamegid.c2
-rw-r--r--libbb/my_getpwuid.c2
-rw-r--r--libbb/perror_msg.c2
-rw-r--r--libbb/perror_msg_and_die.c2
-rw-r--r--libbb/print_file.c2
-rw-r--r--libbb/pw_encrypt.c2
-rw-r--r--libbb/read_package_field.c4
-rw-r--r--libbb/recursive_action.c2
-rw-r--r--libbb/safe_read.c2
-rw-r--r--libbb/safe_strncpy.c2
-rw-r--r--libbb/syscalls.c3
-rw-r--r--libbb/syslog_msg_with_name.c2
-rw-r--r--libbb/trim.c4
-rw-r--r--libbb/u_signal_names.c4
-rw-r--r--libbb/vdprintf.c2
-rw-r--r--libbb/verror_msg.c2
-rw-r--r--libbb/vherror_msg.c2
-rw-r--r--libbb/vperror_msg.c2
-rw-r--r--libbb/wfopen.c2
-rw-r--r--libbb/xfuncs.c2
-rw-r--r--libbb/xgetlarg.c2
-rw-r--r--libbb/xregcomp.c4
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 @@
1# Makefile for busybox 1# Makefile for busybox
2# 2#
3# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> 3# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# 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 @@
1# Makefile for busybox 1# Makefile for busybox
2# 2#
3# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> 3# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# 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 @@
1Please see the LICENSE file for copyright information. 1Please see the LICENSE file for copyright information (GPLv2)
2 2
3libbb is BusyBox's utility library. This all used to be in a single file 3libbb is BusyBox's utility library. All of this stuff used to be stuffed into
4(utility.c to be specific). When I split utility.c up to create libbb, I did 4a single file named utility.c. When I split utility.c to create libbb, some of
5not carefully fix up the copyright and licensing information. I'll do that for 5the very oldest stuff ended up without their original copyright and licensing
6the next release. 6information (which is now lost in the mists of time). If you see something
7 7that you wrote that is mis-attributed, do let me know so we can fix that up.
8For now, just trust me that a bunch of people have worked on this stuff,
9and it is all GPL'ed.
10 8
11 Erik Andersen 9 Erik Andersen
12 <andersee@codepoet.org> 10 <andersen@codepoet.org>
13 11
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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) many different people. If you wrote this, please 5 * Copyright (C) many different people.
6 * acknowledge your work. 6 * If you wrote this, please acknowledge your work.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) many different people. If you wrote this, please 5 * Copyright (C) many different people.
6 * acknowledge your work. 6 * If you wrote this, please acknowledge your work.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) many different people. If you wrote this, please 5 * Copyright (C) many different people.
6 * acknowledge your work. 6 * If you wrote this, please acknowledge your work.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
7 * Patched by a bunch of people. Feel free to acknowledge your work.
8 * 6 *
9 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) many different people. If you wrote this, please 5 * Copyright (C) many different people.
6 * acknowledge your work. 6 * If you wrote this, please acknowledge your work.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) many different people. If you wrote this, please 5 * Copyright (C) many different people.
6 * acknowledge your work. 6 * If you wrote this, please acknowledge your work.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
1/* 1/*
2 * stolen from net-tools-1.59 and stripped down for busybox by 2 * stolen from net-tools-1.59 and stripped down for busybox by
3 * Erik Andersen <andersee@debian.org> 3 * Erik Andersen <andersen@codepoet.org>
4 * 4 *
5 * Heavily modified by Manuel Novoa III Mar 12, 2001 5 * Heavily modified by Manuel Novoa III Mar 12, 2001
6 * 6 *
7 * Version: $Id: inet_common.c,v 1.6 2003/03/19 09:12:07 mjn3 Exp $ 7 * Version: $Id: inet_common.c,v 1.7 2003/07/14 21:20:55 andersen Exp $
8 * 8 *
9 */ 9 */
10 10
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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) many different people. If you wrote this, please 5 * Copyright (C) many different people.
6 * acknowledge your work. 6 * If you wrote this, please acknowledge your work.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * 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 @@
1/* 1/*
2 * stolen from net-tools-1.59 and stripped down for busybox by 2 * stolen from net-tools-1.59 and stripped down for busybox by
3 * Erik Andersen <andersee@debian.org> 3 * Erik Andersen <andersen@codepoet.org>
4 * 4 *
5 * Heavily modified by Manuel Novoa III Mar 12, 2001 5 * Heavily modified by Manuel Novoa III Mar 12, 2001
6 * 6 *
@@ -15,7 +15,7 @@
15 * that either displays or sets the characteristics of 15 * that either displays or sets the characteristics of
16 * one or more of the system's networking interfaces. 16 * one or more of the system's networking interfaces.
17 * 17 *
18 * Version: $Id: interface.c,v 1.15 2003/03/19 09:12:07 mjn3 Exp $ 18 * Version: $Id: interface.c,v 1.16 2003/07/14 21:20:55 andersen Exp $
19 * 19 *
20 * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> 20 * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
21 * and others. Copyright 1993 MicroWalt Corporation 21 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
14/* 14/*
15 * Some systems already have updwtmp(). Some don't... This is 15 * Some systems already have updwtmp(). Some don't... This is
16 * the updwtmp() implementation from uClibc, Copyright 2002 by 16 * the updwtmp() implementation from uClibc, Copyright 2002 by
17 * Erik Andersen <andersee@debian.org> 17 * Erik Andersen <andersen@codepoet.org>
18 */ 18 */
19extern void updwtmp(const char *wtmp_file, const struct utmp *lutmp) 19extern void updwtmp(const char *wtmp_file, const struct utmp *lutmp)
20{ 20{
@@ -96,7 +96,7 @@ ssize_t getline(char **linebuf, size_t *n, FILE *file)
96 * Copyright (c) 1991, 1993 96 * Copyright (c) 1991, 1993
97 * The Regents of the University of California. All rights reserved. 97 * The Regents of the University of California. All rights reserved.
98 * 98 *
99 * Modified for uClibc by Erik Andersen <andersee@debian.org> 99 * Modified for uClibc by Erik Andersen <andersen@codepoet.org>
100 * 100 *
101 * The uClibc Library is free software; you can redistribute it and/or 101 * The uClibc Library is free software; you can redistribute it and/or
102 * modify it under the terms of the GNU Library General Public License as 102 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen 3 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
4 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
5 * 4 *
6 * This program is free software; you can redistribute it and/or modify 5 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 6 * 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 @@
2/* 2/*
3 * some system calls possibly missing from libc 3 * some system calls possibly missing from libc
4 * 4 *
5 * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
7 * 6 *
8 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routine. 3 * Utility routine.
4 * 4 *
5 * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) many different people. If you wrote this, please 5 * Copyright (C) many different people.
6 * acknowledge your work. 6 * If you wrote this, please acknowledge your work.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * some system calls possibly missing from libc 3 * some system calls possibly missing from libc
4 * 4 *
5 * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
7 * 6 *
8 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) many different people. If you wrote this, please 5 * Copyright (C) many different people.
6 * acknowledge your work. 6 * If you wrote this, please acknowledge your work.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) many different people. If you wrote this, please 5 * Copyright (C) many different people.
6 * acknowledge your work. 6 * If you wrote this, please acknowledge your work.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> 5 * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * 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 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * Copyright (C) 2003 Erik Andersen <andersee@debian.org> 3 * Copyright (C) 2003 Erik Andersen <andersen@codepoet.org>
4 */ 4 */
5 5
6 6
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 @@
2/* 2/*
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) many different people. If you wrote this, please 5 * Copyright (C) many different people.
6 * acknowledge your work. 6 * If you wrote this, please acknowledge your work.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by