public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Licensing on lib/bsearch.c?
@ 2009-11-19  8:33 Rusty Russell
  2009-11-19 15:39 ` André Goddard Rosa
  2009-11-21 21:15 ` Tim Abbott
  0 siblings, 2 replies; 3+ messages in thread
From: Rusty Russell @ 2009-11-19  8:33 UTC (permalink / raw)
  To: Tim Abbott; +Cc: André Goddard Rosa, linux-kernel

Hi Tim, Andre,

   I note that the license header on lib/bsearch.c is GPLv2.  I wanted to
steal it for SAMBA, which is GPLv3.  This is one reason all my kernel code is
v2 or later.

If you don't have strong objections, could you send something like the
following so I don't have to reimplement and re-test?

Thanks,
Rusty.

Subject: bsearch: extend license to GPL 2+

Rusty asked nicely.

diff --git a/lib/bsearch.c b/lib/bsearch.c
--- a/lib/bsearch.c
+++ b/lib/bsearch.c
@@ -6,7 +6,8 @@
  *
  * 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 the Free Software Foundation; version 2.
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
  */
 
 #include <linux/module.h>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-21 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19  8:33 Licensing on lib/bsearch.c? Rusty Russell
2009-11-19 15:39 ` André Goddard Rosa
2009-11-21 21:15 ` Tim Abbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox