Skip to content

Commit 9675eb8

Browse files
committed
treewide: fix licenses
Fix licenses. Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
1 parent 8ce03e3 commit 9675eb8

File tree

8 files changed

+22
-19
lines changed

8 files changed

+22
-19
lines changed

devel/diffutils/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=diffutils
1111
PKG_VERSION:=3.10
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
1515
PKG_SOURCE_URL:=@GNU/diffutils
1616
PKG_HASH:=90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e
1717

1818
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
19-
PKG_LICENSE:=GPL-3.0
19+
PKG_LICENSE:=GPL-3.0-or-later
2020
PKG_LICENSE_FILES:=COPYING
2121
PKG_CPE_ID:=cpe:/a:gnu:diffutils
2222

lang/python/python-chardet/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-chardet
1111
PKG_VERSION:=5.2.0
12-
PKG_RELEASE:=3
13-
PKG_LICENSE:=LGPL-2.1
12+
PKG_RELEASE:=4
1413

1514
PYPI_NAME:=chardet
1615
PKG_HASH:=1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7
1716

17+
PKG_LICENSE:=LGPL-2.1-or-later
18+
PKG_LICENSE_FILES:=LICENSE
19+
1820
HOST_BUILD_DEPENDS:= \
1921
python3/host \
2022
python-build/host \

libs/libpam/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=libpam
1111
PKG_VERSION:=1.7.1
12-
PKG_RELEASE:=4
12+
PKG_RELEASE:=5
1313

1414
PKG_SOURCE:=Linux-PAM-$(PKG_VERSION).tar.xz
1515
PKG_SOURCE_URL:=https://github.com/linux-pam/linux-pam/releases/download/v$(PKG_VERSION)
1616
PKG_HASH:=21dbcec6e01dd578f14789eac9024a18941e6f2702a05cf91b28c232eeb26ab0
1717
PKG_BUILD_DIR:=$(BUILD_DIR)/Linux-PAM-$(PKG_VERSION)
1818

1919
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
20-
PKG_LICENSE:=BSD-3c GPL
21-
PKG_LICENSE_FILES:=COPYING Copyright
20+
PKG_LICENSE:=BSD-3-Clause GPL-2.0-or-later
21+
PKG_LICENSE_FILES:=COPYING Copyright libpamc/License
2222
PKG_CPE_ID:=cpe:/a:linux-pam:linux-pam
2323

2424
PKG_FIXUP:=autoreconf

net/dhcpcd/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=dhcpcd
1111
PKG_VERSION:=10.0.10
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PKG_SOURCE_URL:=https://github.com/NetworkConfiguration/dhcpcd/releases/download/v$(PKG_VERSION)/
1515
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
1616
PKG_HASH:=d582012992efddd2442bb1213c518a37d90febbcf8b11f8e76448c710dacad27
1717

18-
PKG_LICENSE:=BSD-2c
19-
PKG_LICENSE_FILES:=
18+
PKG_LICENSE:=BSD-2-Clause
19+
PKG_LICENSE_FILES:=LICENSE
2020
PKG_CPE_ID:=cpe:/a:roy_marples:dhcpcd
2121

2222
PKG_MAINTAINER:=Marko Ratkaj <markoratkaj@gmail.com>

net/mptcpd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=mptcpd
44
PKG_VERSION:=0.13
5-
PKG_RELEASE:=1
5+
PKG_RELEASE:=2
66

77
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
88
PKG_SOURCE_URL:=https://github.com/multipath-tcp/mptcpd/releases/download/v$(PKG_VERSION)
99
PKG_HASH:=7acb115c50c89aff5e0e5c53df4aef5c9846e79b32442f8700ff6d737396edab
1010

1111
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
12-
PKG_LICENSE:=BSD-3-clause
12+
PKG_LICENSE:=BSD-3-Clause
1313
PKG_LICENSE_FILES:=COPYING
1414

1515
PKG_BUILD_DEPENDS:=USE_MUSL:argp-standalone

net/nginx/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=nginx
1111
PKG_VERSION:=1.26.3
12-
PKG_RELEASE:=3
12+
PKG_RELEASE:=4
1313

1414
PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=https://nginx.org/download/
1616
PKG_HASH:=69ee2b237744036e61d24b836668aad3040dda461fe6f570f1787eab570c75aa
1717

1818
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> \
1919
Christian Marangi <ansuelsmth@gmail.com>
20-
PKG_LICENSE:=2-clause BSD-like license
20+
PKG_LICENSE:=BSD-2-Clause
21+
PKG_LICENSE_FILES:=LICENSE
2122
PKG_CPE_ID:=cpe:/a:f5:nginx_open_source
2223

2324
PKG_FIXUP:=autoreconf

net/tcpreplay/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=tcpreplay
1111
PKG_VERSION:=4.5.2
12-
PKG_RELEASE:=3
12+
PKG_RELEASE:=4
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
1515
PKG_SOURCE_URL:=https://github.com/appneta/tcpreplay/releases/download/v$(PKG_VERSION)
1616
PKG_HASH:=2df15bc6d49f96a77617d137049f998193bbae95c1a31b04ca02856a24cbf384
1717

18-
PKG_LICENSE:=GPL-3.0
18+
PKG_LICENSE:=GPL-3.0-only
1919
PKG_LICENSE_FILES:=docs/LICENSE
2020
PKG_CPE_ID:=cpe:/a:broadcom:tcpreplay
2121

utils/hdparm/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=hdparm
1111
PKG_VERSION:=9.65
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
1616
PKG_HASH:=d14929f910d060932e717e9382425d47c2e7144235a53713d55a94f7de535a4b
1717

1818
PKG_MAINTAINER:=
19-
PKG_LICENSE:=BSD-Style Open Source License
20-
PKG_LICENSE_FILES:=LICENSE.TXT
19+
PKG_LICENSE:=BSD-2-Clause GPL-2.0-only
20+
PKG_LICENSE_FILES:=LICENSE.TXT apt.c
2121

2222
PKG_INSTALL:=1
2323
PKG_BUILD_PARALLEL:=1

0 commit comments

Comments
 (0)