From owner-freebsd-ports@FreeBSD.ORG Fri Aug 10 22:28:44 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC3B0106564A for ; Fri, 10 Aug 2012 22:28:44 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 77D808FC16 for ; Fri, 10 Aug 2012 22:28:43 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Szxh3-0005RC-JR for freebsd-ports@freebsd.org; Sat, 11 Aug 2012 00:28:34 +0200 Received: from 187.106.39.17 ([187.106.39.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Aug 2012 00:28:33 +0200 Received: from rakuco by 187.106.39.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Aug 2012 00:28:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Raphael Kubo da Costa Date: Fri, 10 Aug 2012 19:28:14 -0300 Lines: 13 Message-ID: <871uje4c1t.fsf@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 187.106.39.17 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (berkeley-unix) Cancel-Lock: sha1:KOpm9OMZSIX6WqTI/+oKoENG+gI= Subject: Right LICENSE* values for a GPLv2 port with a licensing exception 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: Fri, 10 Aug 2012 22:28:44 -0000 Hello there, I'm currently working on porting xsd [1], which is a GPLv2-licensed with an exception that allows the distribution of derivative works under other free software licenses. The contents of this exception can be found in [2]. In this case, how am I supposed to set the LICENSE* variables in the Makefile? Should I use LICENSE_COMB=dual and consider FLOSSE a separate license that must be agreed to besides the GPLv2? [1] http://www.codesynthesis.com/projects/xsd/ [2] http://www.codesynthesis.com/projects/xsd/FLOSSE