pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross add LICENSE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8aeea8e2d531
branches:  trunk
changeset: 771246:8aeea8e2d531
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Dec 15 21:55:48 2021 +0000

description:
add LICENSE

diffstat:

 cross/aarch64-none-elf-gcc/Makefile |  3 ++-
 cross/arm-none-eabi-gcc/Makefile    |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r ae44ea44e2b2 -r 8aeea8e2d531 cross/aarch64-none-elf-gcc/Makefile
--- a/cross/aarch64-none-elf-gcc/Makefile       Wed Dec 15 21:12:20 2021 +0000
+++ b/cross/aarch64-none-elf-gcc/Makefile       Wed Dec 15 21:55:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/10/04 17:54:40 mrg Exp $
+# $NetBSD: Makefile,v 1.18 2021/12/15 21:55:48 tnn Exp $
 
 DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-aarch64-none-elf-${DISTNAME}
@@ -14,6 +14,7 @@
 MAINTAINER=            port-arm%NetBSD.org@localhost
 HOMEPAGE=              # none
 COMMENT=               GCC for bare metal AArch64 ELF
+LICENSE=               gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
 EXTRACT_SUFX=          .tar.xz
 
 # for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549
diff -r ae44ea44e2b2 -r 8aeea8e2d531 cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile  Wed Dec 15 21:12:20 2021 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile  Wed Dec 15 21:55:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2021/12/14 10:33:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.33 2021/12/15 21:55:48 tnn Exp $
 
 DISTNAME=              gcc-8.3.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
@@ -14,6 +14,7 @@
 MAINTAINER=            ryoon%NetBSD.org@localhost
 HOMEPAGE=              # none
 COMMENT=               GCC for bare metal ARM EABI
+LICENSE=               gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
 
 EXTRACT_USING=         bsdtar
 



Home | Main Index | Thread Index | Old Index