Date: Mon, 14 Oct 2002 12:15:30 -0400 (EDT) From: pgreen <polytarp@m-net.arbornet.org> To: Brett Glass <brett@lariat.org> Cc: danderse@cs.utah.edu, <security@FreeBSD.ORG> Subject: Re: TCFS for FreeBSD? Message-ID: <20021014121425.Q58385-100000@m-net.arbornet.org> In-Reply-To: <4.3.2.7.2.20021014085509.00e0d530@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
fear_monger_straightener -- detect fear mongers
Copyright (C) 2002 Phil Green
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.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdio.h>
int main(void)
{
int n;
for (n = 0; n < 100; n++)
{
printf("I made Brett Glass look at GPLd code!");
}
return 0;
}
On Mon, 14 Oct 2002, Brett Glass wrote:
> At 07:52 AM 10/14/2002, pgreen wrote:
>
> >Wait, you can't look at the code? Is it too bright, blinding, or what?
>
> Looking at GPLed code puts programmers at risk of lawsuits claiming that
> anything similar to it which they later produce is derivative -- and
> therefore must later be licensed under the GPL and given away for free.
>
> --Brett
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-security" in the body of the message
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021014121425.Q58385-100000>
