From eb84a42fdd1d1c2e228dcd691a67b8ad5eeda026 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 20 Sep 2006 21:41:13 +0000 Subject: The Software Freedom Law Center wants us to add a copyright notice to the generated binaries, to make copyright enforcement easier. Our liason with them (Bradley Kuhn) suggested the following text: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > Copyright (C) YEAR-2006  Erik Andersen, Rob Landley, and others. > Licensed under GPLv2.  See source distribution for full notice. And the busybox help message seems the least offensive place to put it. (At some point in the future, I need to strip 128 bytes from the binary to feel good about this, though. :) Minor header file cleanup while I was there, since libbb.h already #includes most of that stuff... --- include/libbb.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 86e88bf89..29df2c269 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -2,11 +2,10 @@ /* * Busybox main internal header file * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. - * * Based in part on code from sash, Copyright (c) 1999 by David I. Bell * Permission has been granted to redistribute this code under the GPL. - * + * + * Licensed under the GPL version 2, see the file LICENSE in this tarball. */ #ifndef __LIBBUSYBOX_H__ #define __LIBBUSYBOX_H__ 1 @@ -47,6 +46,8 @@ #ifdef CONFIG_LOCALE_SUPPORT #include +#else +#define setlocale(x,y) #endif #include "pwd_.h" -- cgit v1.2.3