diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2024-02-04 22:46:55 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-02-04 15:58:57 -0800 |
commit | f7ad88678d00babe5b82e62aa6708a0dea1ef315 (patch) | |
tree | 7113d1f69d3f0b99354593b3775034493571e1ce /net | |
parent | 9111b290d1dd67a1c7bb017c17569b3a35055eef (diff) |
net/ntpd: fix license
Replace "Unique" by the standard SPDX identifier for NTP license:
https://spdx.org/licenses/NTP.html
Fixes: 1aff45c6dd36f2a5875eadaeae2ed93da8ff6d45 (ntpd: add SPDX license information)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/ntpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 281c258e7..44cdb25e8 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ PKG_HASH:=f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19 -PKG_LICENSE:=Unique +PKG_LICENSE:=NTP PKG_LICENSE_FILES:=COPYRIGHT html/copyright.html PKG_CPE_ID:=cpe:/a:ntp:ntp |