Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 578E01A9239 for ; Mon, 8 Nov 2021 01:15:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 57E1284E60; Mon, 8 Nov 2021 01:15:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9057B84E55 for ; Mon, 8 Nov 2021 01:15:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RzJUrFMh_WKC for ; Mon, 8 Nov 2021 01:15:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DF70384D1B for ; Mon, 8 Nov 2021 01:15:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CBBB3FAEC; Mon, 8 Nov 2021 01:15:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636334135245960" MIME-Version: 1.0 Date: Mon, 8 Nov 2021 01:15:35 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/misc/labelnation To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20211108011535.CBBB3FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636334135245960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Nov 8 01:15:35 UTC 2021 Modified Files: pkgsrc/misc/labelnation: Makefile Log Message: misc/labelnation: Fix LICENSE GPL2, not GPL3 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/labelnation/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1636334135245960 Content-Disposition: inline Content-Length: 768 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/labelnation/Makefile diff -u pkgsrc/misc/labelnation/Makefile:1.8 pkgsrc/misc/labelnation/Makefile:1.9 --- pkgsrc/misc/labelnation/Makefile:1.8 Mon Nov 8 01:09:14 2021 +++ pkgsrc/misc/labelnation/Makefile Mon Nov 8 01:15:35 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2021/11/08 01:09:14 gdt Exp $ +# $NetBSD: Makefile,v 1.9 2021/11/08 01:15:35 gdt Exp $ DISTNAME= labelnation-1.218 CATEGORIES= misc @@ -7,7 +7,7 @@ MASTER_SITES= https://www.red-bean.com/ MAINTAINER= solevis@solevis.net HOMEPAGE= https://www.red-bean.com/labelnation/ COMMENT= Command-line label, business card printing program -LICENSE= gnu-gpl-v3 +LICENSE= gnu-gpl-v2 PYTHON_VERSIONS_ACCEPTED= 27 REPLACE_PYTHON= labelnation csv_to_ln --_----------=_1636334135245960--