Skip to content

Commit c0b2ed9

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

File tree

13 files changed

+35
-32
lines changed

13 files changed

+35
-32
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-async-generator/Makefile

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

1010
PKG_NAME:=python-async-generator
1111
PKG_VERSION:=1.10
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PYPI_NAME:=async_generator
1515
PKG_HASH:=6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144
1616

17-
PKG_LICENSE:=Apache-2.0|MIT
18-
PKG_LICENSE_FILES:=LICENSE.APACHE2|LICENSE.MIT
17+
PKG_LICENSE:=Apache-2.0 MIT
18+
PKG_LICENSE_FILES:=LICENSE.APACHE2 LICENSE.MIT
1919
PKG_MAINTAINER:=Julien Malik <julien.malik@paraiso.me>
2020

2121
include ../pypi.mk

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 \

lang/python/python-outcome/Makefile

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

1010
PKG_NAME:=python-outcome
1111
PKG_VERSION:=1.2.0
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PYPI_NAME:=outcome
1515
PKG_HASH:=6f82bd3de45da303cf1f771ecafa1633750a358436a8bb60e06a1ceb745d2672
1616

17-
PKG_LICENSE:=Apache-2.0|MIT
18-
PKG_LICENSE_FILES:=LICENSE.APACHE2|LICENSE.MIT
17+
PKG_LICENSE:=Apache-2.0 MIT
18+
PKG_LICENSE_FILES:=LICENSE.APACHE2 LICENSE.MIT
1919
PKG_MAINTAINER:=Julien Malik <julien.malik@paraiso.me>
2020

2121
include ../pypi.mk

lang/python/python-sniffio/Makefile

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

1010
PKG_NAME:=python-sniffio
1111
PKG_VERSION:=1.3.0
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PYPI_NAME:=sniffio
1515
PKG_HASH:=e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101
1616

17-
PKG_LICENSE:=Apache-2.0|MIT
18-
PKG_LICENSE_FILES:=LICENSE.APACHE2|LICENSE.MIT
17+
PKG_LICENSE:=Apache-2.0 MIT
18+
PKG_LICENSE_FILES:=LICENSE.APACHE2 LICENSE.MIT
1919
PKG_MAINTAINER:=Julien Malik <julien.malik@paraiso.me>
2020

2121
include ../pypi.mk

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

libs/libstrophe/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:=libstrophe
1111
PKG_VERSION:=0.13.1
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
1515
PKG_SOURCE_URL:=https://github.com/strophe/libstrophe/releases/download/$(PKG_VERSION)
1616
PKG_HASH:=86c0abd348ae66feb40b6886f2c7f04525f1d5b20a48c10d4db4ed532dc63f22
1717

1818
PKG_MAINTAINER:=Chih-Wei Chen <changeway@gmail.com>
19-
PKG_LICENSE:=MIT OR GPL-3.0-only
19+
PKG_LICENSE:=GPL-3.0-only MIT
2020
PKG_LICENSE_FILES:=COPYING
2121

2222
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

0 commit comments

Comments
 (0)