Re: [U-Boot-Users] DNS support in U-Boot
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=100url=/ ___ 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
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=100url=/ ___ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
[U-Boot-Users] DNS support in U-Boot
Hi, I recently made a simple DNS implementation in U-Boot. The attached file is a patch to U-Boot 1.2.0. DNS can be enabled by setting CFG_CMD_DNS. After performing a query, the serverip environment var is updated. Probably there are some cosmetic issues with the patch. Unfortunatly I do not have the time to correct these. So if anybody else likes DNS support in U-Boot and has the time, feel free to patch it in the main tree. Best regards, Pieter Voorthuijsen Prodrive B.V. Science Park Eindhoven P.O. box 28030 5602 JA Eindhoven The Netherlands Email [EMAIL PROTECTED] Tel: +31-40-2676258 Fax: +31-40-2676201 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. dns.diff Description: dns.diff - 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=100url=/___ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users