Re: [U-Boot-Users] DNS support in U-Boot

2008-10-23 Thread Pieter Voorthuijsen
Hello Wolfgang,
 
> We need a formal Signed-off-by: line for you for this patch.

Something like this?

Signed-off-by: Pieter Voorthuijsen <[EMAIL PROTECTED]>

I'm sure the code will be adapted by someone as it is only for 1.2.0, will they 
also add their signed-off lines?

> I think that such a license will not conflict with the GPL, 
> but I  am not  a lawyer, and it would be easier if it was 
> released under GPLv2.
> Do you think you could ask the author  to  re-release  it  (at  least
> alternatively) under GPLv2 ?

The answers from the author, Sergey Lyubka, where:

> > could you please let me know if:
> >
> > - You can re-release the DNS code under gplv2?
> > - If not, are we allowed to mix this code with gpl code?
> >
> No, I do not want to change the license.
> Yes, you are allowed to mix tadns code with GPLv2 code.

If the license still poses a problem, I think the best/fastest thing is to 
rewrite the pieces of TADNS still left in the code. It's not rocket-science, 
but to what level do we need to rewrite it?

Best regards,
Pieter Voorthuijsen

Disclaimer: The information contained in this email, including any attachments 
is 
confidential and is for the sole use of the intended recipient(s). Any 
unauthorized 
review, use, disclosure or distribution is prohibited. If you are not the 
intended 
recipient, please notify the sender immediately by replying to this message and 
destroy all copies of this message and any attachments.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


Re: [U-Boot-Users] DNS support in U-Boot

2008-10-14 Thread Wolfgang Denk
Dear Pieter,

In message <[EMAIL PROTECTED]> you wrote:
> 
> I recently made a simple DNS implementation in U-Boot.
> The attached file is a patch to U-Boot 1.2.0.

Thanks a lot.

We need a formal Signed-off-by: line for you for this patch.

Index: net/dns.c
===
--- net/dns.c   (revision 0)
+++ net/dns.c   (revision 0)
@@ -0,0 +1,213 @@
...
+/*
+ * Copyright (c) 2004-2005 Sergey Lyubka <[EMAIL PROTECTED]>
+ *
+ * "THE BEER-WARE LICENSE" (Revision 42):
+ * Sergey Lyubka wrote this file.  As long as you retain this notice you
+ * can do whatever you want with this stuff. If we meet some day, and you think
+ * this stuff is worth it, you can buy me a beer in return.
+ */

I think that such a license will not conflict with the GPL, but I  am
not  a lawyer, and it would be easier if it was released under GPLv2.
Do you think you could ask the author  to  re-release  it  (at  least
alternatively) under GPLv2 ?

Thanks in advance.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
I don't want to be young again, I just don't want to get any older.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users