Re: [Nightwing] [ES] Violación de la licencia GPL de Nightwing
Outback Dingo
outbackdingo en gmail.com
Mie Abr 15 04:36:31 ART 2009
FYI copyright OptimWIFI
1.21 +int ac_element_dispatcher(scew_element* element, ac_config_t *ac)
{
1.22 + scew_element* child = NULL;
1.23 +
1.24 + if (element == NULL)
1.25 + return 1;
1.26 +
1.27 + while ((child = scew_element_next(element, child)) != NULL)
{
1.28 + if (strncmp(scew_element_name(child), "system",
sizeof("system")) == 0) {
1.29 + ac_system_parser(child, &(ac->si));
1.30 + continue;
1.31 + }
1.32 + if (strncmp(scew_element_name(child), "lan",
sizeof("lan")) == 0) {
1.33 + continue;
1.34 + }
1.35 + if (strncmp(scew_element_name(child), "wan",
sizeof("wan")) == 0) {
1.36 + continue;
1.37 + }
1.38 + if (strncmp(scew_element_name(child), "wireless",
sizeof("wireless")) == 0) {
1.39 + continue;
1.40 + }
1.41 + if (strncmp(scew_element_name(child), "mac_filter",
sizeof("mac_filter")) == 0) {
1.42 + continue;
1.43 + }
1.44 + if (strncmp(scew_element_name(child), "hosts",
sizeof("hosts")) == 0) {
1.45 + continue;
1.46 + }
1.47 + if (strncmp(scew_element_name(child), "dhcp_hosts",
sizeof("dhcp_hosts")) == 0) {
1.48 + continue;
1.49 + }
1.50 + }
return 0;
2009/4/15 "Sebastián D. Criado" <sebastian.criado at gmail.com>
> El Lugro-Mesh Team quiere manifestar su descontento por las opiniones
> vertidas en diversos sitios por señor Scott Kamp (A.K.A. OutBackDingo o
> Dingo) y su repudio por la violación a la licencia GPLv3 del firmware
> Nightwing [1] mediante un comunicado que ponemos a disposición en este y
> otro lugares de la red.
>
> Dicho comunicado está disponible tanto en idioma Español [2] como en
> idioma Ingles [3]
>
> Desde ya, muchas gracias.
>
> [1] http://nightwing.lugro-mesh.org.ar/
> [2] http://nightwing.lugro-mesh.org.ar/doc/corriendo_dingos/
> [3] http://nightwing.lugro-mesh.org.ar/doc/corriendo_dingos/en/
>
> _______________________________________________
> Nightwing mailing list
> Nightwing at lugro.org.ar
> http://www.lugro.org.ar/mailman/listinfo/nightwing
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.lugro.org.ar/pipermail/nightwing/attachments/20090415/6de07f19/attachment.htm
Más información sobre la lista de distribución Nightwing