From owner-freebsd-ports@FreeBSD.ORG Sun Jan 8 02:46:14 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10D05106564A for ; Sun, 8 Jan 2012 02:46:14 +0000 (UTC) (envelope-from code@apotheon.net) Received: from oproxy4-pub.bluehost.com (oproxy4-pub.bluehost.com [69.89.21.11]) by mx1.freebsd.org (Postfix) with SMTP id D55EB8FC0C for ; Sun, 8 Jan 2012 02:46:13 +0000 (UTC) Received: (qmail 24151 invoked by uid 0); 8 Jan 2012 02:45:51 -0000 Received: from unknown (HELO box543.bluehost.com) (74.220.219.143) by cpoproxy1.bluehost.com with SMTP; 8 Jan 2012 02:45:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=apotheon.net; s=default; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=ohTr8V6xxDrirMHzN1WFfJa7dLFKV+f8TIFcy4wHtgo=; b=rwhF8tP2OvUSXIiBoIZRKHAx0+sIq91bEsqbiEQ7jRlTKMuBOJrUEo+BnKaIAiJZhqpz0kVNTVXoINYPSkVHTU0v3puClsEeY5augB5lcMxEI+Ebz6CjnruiqOV8mLQ5; Received: from c-24-8-180-234.hsd1.co.comcast.net ([24.8.180.234] helo=localhost) by box543.bluehost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1Rjila-0002eH-Rr for freebsd-ports@freebsd.org; Sat, 07 Jan 2012 19:45:50 -0700 Date: Sat, 7 Jan 2012 19:45:48 -0700 From: Chad Perrin To: freebsd-ports@freebsd.org Message-ID: <20120108024548.GC3602@hemlock.hydra> References: <4F08F46C.1000008@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F08F46C.1000008@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Identified-User: {2737:box543.bluehost.com:apotheon:apotheon.net} {sentby:smtp auth 24.8.180.234 authed with code@apotheon.net} Subject: Re: new port license question: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2012 02:46:14 -0000 On Sat, Jan 07, 2012 at 08:42:04PM -0500, Michael Scheidell wrote: > I am working on committing a new port; > > > ports/163698: new port graphics/py-stl (deprecates graphics/stl2pov) > > submitted by the author of py-stl. > > inside his man page, he has this: > > The latest version of this program is available at: > .Lk http://rsmith.home.xs4all.nl/software/ > .Sh LICENSE > To the extent possible under law, Roland Smith has waived all copyright and > related or neighboring rights to this manual. This work is published > from the > Netherlands. See > .Lk http://creativecommons.org/publicdomain/zero/1.0/ > > Do I need to add a 'LICENSE= BSD' in the makefile, or just leave it? No -- the license in this case is not one of the several BSD licenses. It is in fact the CC0 License, which offers as its first step an attempt to disclaim all copyright restrictions and claims. Because this is a very problematic thing to try to do internationally (a lot of jurisdictions have no legal concept of disclaiming copyright or dedication to the public domain before copyright term expires on its own), CC0 goes on to explicitly set forth license terms that come about as close to public domain as humanly possible. Saying "LICENSE=BSD" in the makefile would be inaccurate and confusing. Indicate the actual license. If I had to guess, that would mean "LICENSE=CC0", but rather than guess you should look into whether there's already a precedent set for how to refer to the CC0 license in FreeBSD port makefiles. -- Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]