[Buildroot] [PATCH 19/30] openntpd: add license info

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue Nov 13 11:05:53 UTC 2012


From: "Arnout Vandecappelle (Essensium/Mind)" <arnout at mind.be>

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
There is one license that I didn't include in the summary (but it's in
the license file):
"It may be used for any purpose as long as this notice remains intact
on all source code distributions."
Since the whole work is also covered by the much stronger BSD and MIT
licenses, I think it's OK to leave this out from the summary.  The
details are anyway in the full license text.
---
 package/openntpd/openntpd.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/openntpd/openntpd.mk b/package/openntpd/openntpd.mk
index f63a9c6..fab68b6 100644
--- a/package/openntpd/openntpd.mk
+++ b/package/openntpd/openntpd.mk
@@ -7,6 +7,8 @@
 OPENNTPD_VERSION = 3.9p1
 OPENNTPD_SITE = ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD
 OPENNTPD_CONF_OPT = --with-builtin-arc4random --disable-strip
+OPENNTPD_LICENSE = MIT-like, BSD-2c, BSD-3c
+OPENNTPD_LICENSE_FILES = LICENCE
 
 define OPENNTPD_UNINSTALL_TARGET_CMDS
 	rm -f $(TARGET_DIR)/usr/sbin/ntpd
-- 
1.7.10.4



More information about the buildroot mailing list