From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 6 19:03:36 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D5F8106566C for ; Tue, 6 Mar 2012 19:03:36 +0000 (UTC) (envelope-from yoctogram@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id E5A568FC18 for ; Tue, 6 Mar 2012 19:03:35 +0000 (UTC) Received: by vcmm1 with SMTP id m1so4263016vcm.13 for ; Tue, 06 Mar 2012 11:03:35 -0800 (PST) Received-SPF: pass (google.com: domain of yoctogram@gmail.com designates 10.220.155.132 as permitted sender) client-ip=10.220.155.132; Authentication-Results: mr.google.com; spf=pass (google.com: domain of yoctogram@gmail.com designates 10.220.155.132 as permitted sender) smtp.mail=yoctogram@gmail.com; dkim=pass header.i=yoctogram@gmail.com Received: from mr.google.com ([10.220.155.132]) by 10.220.155.132 with SMTP id s4mr3944954vcw.65.1331060615175 (num_hops = 1); Tue, 06 Mar 2012 11:03:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=6Wt6tEoZs1z4aD57+RjEmqLMYvVqd3eoo7GqnX98zF8=; b=kp0OOHnjUvziO1vhgcSUTLjsk9Dh7FQUCNDb5jLSWkug/SQ0l8Fih1dPPfUlDiLzG9 yrHmi0QvnJtZPtJzNWJs4puDhRT0mJFM+pl1bV+1M8Cvx4uYwINyKG12Tzhf1Li5vy+g +dO+1IbymHv25NQrnuF4bFl87s4B0QT5MlkZBnal06GeiHk9mJolbJbfrgtWEw7Ewi9t twGUHyyrslZ46gUbsUsx0yJha+9x62xiirXg0Ctqi8hQmTrxYimQFpRchp/kvuFELixR 30P5L8jtyVH3CYY9fQbZBPbgqW+uh/4RZ60AI26xEq+4h9VsNTTcOt8t0+j5aOAJPNbH xQfw== Received: by 10.220.155.132 with SMTP id s4mr3284221vcw.65.1331058735223; Tue, 06 Mar 2012 10:32:15 -0800 (PST) Received: from [192.168.1.100] (bas10-montrealak-1128593967.dsl.bell.ca. [67.68.250.47]) by mx.google.com with ESMTPS id ei6sm31942662vdc.6.2012.03.06.10.32.12 (version=SSLv3 cipher=OTHER); Tue, 06 Mar 2012 10:32:13 -0800 (PST) Message-ID: <4F565823.60102@gmail.com> Date: Tue, 06 Mar 2012 13:32:03 -0500 From: Yocto User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org References: <4F55A0EA.8000300@gmail.com> <4f5635d4.5Qp6ViEgiFLUuPKI%perryh@pluto.rain.com> <4F562C38.4010203@brandonfa.lk> <1331048954.32194.5.camel@revolution.hippie.lan> <4F56335E.9080802@brandonfa.lk> <4F563ADC.4000607@brandonfa.lk> <4F5652A1.30502@brandonfa.lk> In-Reply-To: <4F5652A1.30502@brandonfa.lk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 06 Mar 2012 19:16:21 +0000 Subject: Re: Graphical Terminal Environment X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2012 19:03:36 -0000 On 2012-03-06 13:08, Brandon Falk wrote: > Although SDL is > under the GPL still and I'd love to write mine under the BSD license. SDL 2.0 is under zlib license. And we use it under NetBSD without X11. www.libsdl.org/license.php // Yocto