From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 5297340f for ; Wed, 5 Sep 2018 03:48:15 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 3F2E8A1A67; Wed, 5 Sep 2018 13:48:14 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 6B668A1A25; Wed, 5 Sep 2018 13:48:07 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1536119290; bh=NUIyoE/Qub5ZYWKoMiDfcQ1rLu3/Tfl4fL05SOK0IJs=; h=Date:From:To:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=UDpaotGvTx5VqiPwdNYK/NND3oLWbq5f+aZtgIOc086FFsdl+R+0duQUtd4y5yPMY F3YXcJwSd5brmdL9jzvx4/jhmxfZrf3PQ2DVUpz/ePNhxuVt0yO9H4gypnXSvh3fP0 9w3M67AuqLiC9zr6fldSor5Dsnm+Fy7vjibXmsEQ= Received: by minnie.tuhs.org (Postfix, from userid 1000) id CD5FBA1A23; Wed, 5 Sep 2018 13:48:05 +1000 (AEST) Date: Wed, 5 Sep 2018 13:48:05 +1000 From: Warren Toomey To: Warner Losh Message-ID: <20180905034805.GA23662@minnie.tuhs.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] Speaking of legality... X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Tue, Sep 04, 2018 at 09:39:40PM -0600, Warner Losh wrote: > I'm trying to recreate "a" source representation of the Venix for > Rainbow that I have. It's a v7 port, and I have all the .o's for it. > Most of the .o's compile, with the proper compiler, to the same code > that are in the .o's, at least judging from the .c file of the same > name in the TUHS archive. > The question is, what are the legal ramifications of publishing my > reconstruction? Good question. IANAL of course. Obviously, it's a port of V7 and the vanilla V7 is now under a free license. So I would guess that you only have to worry about the files in Venix which are different: drivers etc. Cheers, Warren