From a7fdfabf45c048a1f7b299fbd4d8ae5287a5f9dc Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Wed, 14 Apr 2021 11:02:42 -0700 Subject: [PATCH 1/2] iat: fix license, description --- srcpkgs/iat/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/iat/template b/srcpkgs/iat/template index f7921c53bf140a..7d0dd685d25043 100644 --- a/srcpkgs/iat/template +++ b/srcpkgs/iat/template @@ -1,11 +1,11 @@ # Template file for 'iat' pkgname=iat version=0.1.7 -revision=3 +revision=4 build_style=gnu-configure -short_desc="A tool for detecting the structure of many types of CD/DVD image" +short_desc="Tool for detecting the structure of many types of CD/DVD image" maintainer="Orphaned " -license="GPL-3" +license="GPL-3.0-or-later" homepage="http://sourceforge.net/projects/iat.berlios/" distfiles="${SOURCEFORGE_SITE}/${pkgname}.berlios/${pkgname}-${version}.tar.gz" checksum=b25d57fde28a02b2d87cd49fd1478b039adbd836351879a654fea14c27764b21 From 85d4021a39295d9f8bc47458c995f407efc16d3f Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Wed, 14 Apr 2021 11:02:42 -0700 Subject: [PATCH 2/2] iat: fix license, short desc The license is a bit out of the norm for this. The software claims to be GPL 2, the license file that the bundle with it is the GPL 3 license, and it has the BSD-2-Clause license bundling requirements and disclaimer. I'm giving it a custom license to cover all of the angles but there is a chance that one half or the other entirely supersedes the rest. --- srcpkgs/iat/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/iat/template b/srcpkgs/iat/template index 7d0dd685d25043..2bd0c6e84cf2a6 100644 --- a/srcpkgs/iat/template +++ b/srcpkgs/iat/template @@ -5,11 +5,13 @@ revision=4 build_style=gnu-configure short_desc="Tool for detecting the structure of many types of CD/DVD image" maintainer="Orphaned " -license="GPL-3.0-or-later" +license="custom:GPL-2.0-or-later-with-BSD-attribution-requirement" homepage="http://sourceforge.net/projects/iat.berlios/" distfiles="${SOURCEFORGE_SITE}/${pkgname}.berlios/${pkgname}-${version}.tar.gz" checksum=b25d57fde28a02b2d87cd49fd1478b039adbd836351879a654fea14c27764b21 post_install() { + sed '2,34p;d' src/main.c > LICENSE + vlicense LICENSE rm -rf ${DESTDIR}/usr/include }