From owner-freebsd-security Mon Oct 14 9:14:16 2002 Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0142137B401 for ; Mon, 14 Oct 2002 09:14:14 -0700 (PDT) Received: from arbornet.org (m-net.arbornet.org [209.142.209.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6319B43E65 for ; Mon, 14 Oct 2002 09:14:13 -0700 (PDT) (envelope-from polytarp@m-net.arbornet.org) Received: from m-net.arbornet.org (localhost [127.0.0.1]) by arbornet.org (8.12.3/8.11.2) with ESMTP id g9EGFVAj058559; Mon, 14 Oct 2002 12:15:31 -0400 (EDT) (envelope-from polytarp@m-net.arbornet.org) Received: from localhost (polytarp@localhost) by m-net.arbornet.org (8.12.3/8.12.3/Submit) with ESMTP id g9EGFUVb058556; Mon, 14 Oct 2002 12:15:31 -0400 (EDT) Date: Mon, 14 Oct 2002 12:15:30 -0400 (EDT) From: pgreen To: Brett Glass Cc: danderse@cs.utah.edu, Subject: Re: TCFS for FreeBSD? In-Reply-To: <4.3.2.7.2.20021014085509.00e0d530@localhost> Message-ID: <20021014121425.Q58385-100000@m-net.arbornet.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 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