From owner-svn-ports-head@FreeBSD.ORG Wed Feb 19 14:06:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8A08B6 for ; Wed, 19 Feb 2014 14:06:30 +0000 (UTC) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D2B01A05 for ; Wed, 19 Feb 2014 14:06:30 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id e16so444585qcx.21 for ; Wed, 19 Feb 2014 06:06:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=4AgmIMgPfQRfwoyrgne8qSAB2+qkfVRomT/4H6BRNm4=; b=SnJuyQeLOcptYps2k7Y40MKzylom6MH837zCIaSe9dN2xvK6YANL5SfhzlQwM9kFbb ICUyt1m8l1w2h+Sise4JpBp1zOw3zAqUivDKXTKHfg4DFERO8Hv8HBnyw0C9uVp7GtxL cq4R+L4oxVZDM2v3pe0mmVOnC2tYPGBF1gMhU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=4AgmIMgPfQRfwoyrgne8qSAB2+qkfVRomT/4H6BRNm4=; b=JHe9e/E6rZznxnG49CyuUnFVRXvLUjzMspJGwi1dzscL4OQvhG+Ir54mxizqbp4m2R E6imP5QWiO3HwgoqRagLaXpNbqyUM6x3qO8prMLTJrg6cy4Sw69R0Zd4hiBeLaeeH85q d44j36sI44oObOBsyr/sFRQ9kkz24DhpHxo6L3aREn5Rl9kCeXiIQSBjjCGa/ueOXP9F JeR1RirtyZr+gB1PJrp311lb2U49g04rkQH/7wPIfJhogXMXquaEdjg2Y68zuHToIQLI /JwQnW+jpoXWEz9+Cn8J0wILBs0GKLKCvWC7B+Dirqo824G8t7gVp1EYLv7KtlxcsOT5 9fgQ== X-Gm-Message-State: ALoCoQncyrzeczO2dfxGb9y6J8bFB8Sahax0b0pMAYZ3a/jSaNYfrzeZm5NIsvdGDQnv4luKvMCm X-Received: by 10.224.44.8 with SMTP id y8mr50839972qae.44.1392818789651; Wed, 19 Feb 2014 06:06:29 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.109.196 with HTTP; Wed, 19 Feb 2014 06:05:59 -0800 (PST) In-Reply-To: <20140219093431.GD149@gahrfit.gahr.ch> References: <201402171304.s1HD44W7050090@svn.freebsd.org> <20140219093431.GD149@gahrfit.gahr.ch> From: Eitan Adler Date: Wed, 19 Feb 2014 09:05:59 -0500 X-Google-Sender-Auth: FlgaK1GDGrbwu69Szn3qYw_LIew Message-ID: Subject: Re: svn commit: r344731 - in head: Mk Templates/Licenses To: gahr@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 14:06:31 -0000 On Wed, Feb 19, 2014 at 4:34 AM, Pietro Cerutti wrote: > On 2014-Feb-19, 01:10, Eitan Adler wrote: >> On Mon, Feb 17, 2014 at 8:04 AM, Pietro Cerutti wrote: >> >> > Log: >> > - Add PostgreSQL license to the database >> > +_LICENSE_NAME_PGSQL= PostgreSQL Licence (PostgreSQL) >> >> Please call this "PostgreSQL" or "POSTGRESQL". Despite the existing >> styles, I think the mixed-case version is better. We use the >> identifier as seen on this page: https://spdx.org/licenses/. > > Excuse me? /me confused. Thats what I get for doing anything at 1:00AM. We use the SPDX license list as a canonical source for license identifiers and names. Therefore the license ID should be "PostgreSQL" and it should be named "PostgreSQL License". In the past I've asked that the entire ID be uppercased. I now think thats a bad idea and we should just go with the exact id as named upstream. > >> > +_LICENSE_GROUPS_PGSQL= OSI COPYFREE >> > I'd rather wait until you get an official answer. They're lagging > behind, see http://directory.fsf.org/wiki/PostgreSQL#tab=Details, where > they state that the license is X11 / BSD. I missed the details tab last night. Since they consider the license to be X11 / BSD it falls under FSF GPL. OSI considers this open source so it gains OSI. Copyfree considers this free so it gains COPYFREE. The line above should have all four: FSF GPL OSI COPYFREE >> > Added: head/Templates/Licenses/PGSQL >> >> Please remove this file and set LICENSE_FILE. The license is a >> template as it requires per licensor changes. > > Oh, I thought templates was what Templates was for. Where should I put > LICENSE_FILE? mat@ answered this correctly :) -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams