From owner-freebsd-current@freebsd.org Sun Jun 3 23:03:01 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0A7BFE9C87 for ; Sun, 3 Jun 2018 23:03:00 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ECDB828F7 for ; Sun, 3 Jun 2018 23:03:00 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w53N2uPr093140; Sun, 3 Jun 2018 16:02:56 -0700 (PDT) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd-rwg@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w53N2ufE093139; Sun, 3 Jun 2018 16:02:56 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201806032302.w53N2ufE093139@pdx.rh.CN85.dnsmgr.net> Subject: Re: SPDX-License-Id for new files In-Reply-To: To: Rick Macklem Date: Sun, 3 Jun 2018 16:02:56 -0700 (PDT) CC: "freebsd-current@freebsd.org" X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2018 23:03:01 -0000 > I have a few (3) new files in the projects/pnfs-planb-server subversion tree > that all have the 2 clause FreeBSD copyright. > > Do I just add the "SPDX..." line for this license at the top of the copyright comment > or is there some other exercise needed to be done for this? Just add the SPDX line, Try to make it the first line inside the block comment: /*- * SPDX-License-Identifier: BSD-2-Clause Regards, -- Rod Grimes rgrimes@freebsd.org