From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 16:47:53 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1B8A106567F for ; Thu, 16 Jun 2011 16:47:53 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3148FC1C for ; Thu, 16 Jun 2011 16:47:53 +0000 (UTC) Received: by vws18 with SMTP id 18so1864858vws.13 for ; Thu, 16 Jun 2011 09:47:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:reply-to:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=/VWS5xxS/ZJERK3OSQsOZ2B3qNKiLrBrQfctO6FKGkA=; b=p+VTFZTBdU5LPTPHjgxkAEpHHUVNuhOrn7EF7i7haAOfwrCklAQVslhlJCyDa2NI4h NctMIdLXk2Fq56sFaoBYr2751vSUrPky2o7h8YkrKIvgBtMoNpVKfB4XxNJJeYBsHhTO DfnC/OCe0peGLihso0ZzB0vcqZl72LX5GOdZw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=DeTXArnfFhvb2CW4U64T88ffLVQ/77AnymvS2bYAG50kRgHMuGx8R/Lhx4dTd16xRz dyfRdhVApTk15TqjOKsT9+ONNl+a9ckIw7P5BmhbZWlPg+wlYjfMTRHt45U2Ijltft2n eSdxGawRhnOoygVk5I0Rq4TfHK7OxzWDsvXtI= Received: by 10.52.109.228 with SMTP id hv4mr1599305vdb.42.1308242870263; Thu, 16 Jun 2011 09:47:50 -0700 (PDT) Received: from skynet.localnet (pool-108-28-47-226.washdc.fios.verizon.net [108.28.47.226]) by mx.google.com with ESMTPS id cf7sm605652vdb.14.2011.06.16.09.47.49 (version=SSLv3 cipher=OTHER); Thu, 16 Jun 2011 09:47:49 -0700 (PDT) From: Robert Simmons To: freebsd-questions@freebsd.org Date: Thu, 16 Jun 2011 12:47:46 -0400 User-Agent: KMail/1.13.6 (Linux/2.6.38-8-generic; KDE/4.6.4; i686; ; ) References: <4DF9174F.50708@danskdatacenter.dk> <201106161207.01042.rsimmons0@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201106161247.46782.rsimmons0@gmail.com> Subject: Re: free sco unix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rsimmons0@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2011 16:47:53 -0000 On Thursday, June 16, 2011 12:31:19 PM Reko Turja wrote: > In that fictional world MySQL needed a fork and some GPL'd programs > have been retroactively made completely closed source, forking denied > after taking the issue into court... I thought that Sun reversed that decision in 2008. Can you give some examples? There are two major GPL forks of MySQL right now: http://drizzle.org/ and http://mariadb.org/about/ MariaDB is the drop-in replacement for MySQL for people who want to get away from Oracle/MySQL AB.