gnu-misc-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GPL and other licences


From: Alexander Terekhov
Subject: Re: GPL and other licences
Date: Fri, 10 Feb 2006 14:59:18 +0100

Rui Miguel Silva Seabra wrote:
> 
> On Fri, 2006-02-10 at 13:38 +0100, Alexander Terekhov wrote:
> > Original:
> >
> >   unsigned explosive_power = 0;
> >   while (still_not_eliminated("FSF"))
> >     send_a_bomb("FSF", explosive_power += 10/*kiloton*/);
> >
> > Derivative:
> >
> >   unsigned explosive_power = 0;
> >   while (still_not_eliminated("FSF")) {
> >     fork();
> >     send_a_bomb("FSF", max((explosive_power += 10) + random(), 
> > 666)/*kiloton*/);
> >   }
> >
> > regards,
> > alexander.
> 
> Interesting. Are you now publicly writing violent aggression threats?
> 
> Rui

  void register_computer_game_player(const std::string & email_address ...
    if (email_address == "rms@1407.org")
      throw A_Real_Idiot("Rui");
    .
    .
    .

regards,
alexander.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]