diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-20 05:22:30 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-20 05:22:30 +0000 |
commit | 3caed4899f3cde2c1a22317117bc9a66047260da (patch) | |
tree | 584c9749dbf14d9079f3333c5577dae3244cc602 | |
parent | 85298896358e571994af860fd41356e423910403 (diff) |
Add LICENSE to libxrender, add MIT & NTP to the list of distributable licenses.
BKrev: 419ed496Bnvie_sGpJ9LxCRhP0rpzw
-rw-r--r-- | conf/licenses.conf | 1 | ||||
-rw-r--r-- | libxrender/libxrender_0.8.4.oe | 1 | ||||
-rw-r--r-- | libxrender/libxrender_cvs.oe | 1 | ||||
-rw-r--r-- | ntp/ntp-ssl_4.1.2.oe | 2 | ||||
-rw-r--r-- | ntp/ntp_4.1.2.oe | 2 |
5 files changed, 5 insertions, 2 deletions
diff --git a/conf/licenses.conf b/conf/licenses.conf index 262ddc5df9..e8a3ddae87 100644 --- a/conf/licenses.conf +++ b/conf/licenses.conf @@ -1 +1,2 @@ SRC_DISTRIBUTE_LICENSES = "GPL GPLv2 BSD LGPL Apache-2.0 BZIP2 QPL AFL" +SRC_DISTRIBUTE_LICENSES += "NTP MIT" diff --git a/libxrender/libxrender_0.8.4.oe b/libxrender/libxrender_0.8.4.oe index 176859a6a2..9257d5ef72 100644 --- a/libxrender/libxrender_0.8.4.oe +++ b/libxrender/libxrender_0.8.4.oe @@ -1,6 +1,7 @@ SECTION = "libs" DEPENDS = "renderext x11" DESCRIPTION = "X Render extension library." +LICENSE = "BSD" PR = "r1" SRC_URI = "${XLIBS_MIRROR}/libXrender-${PV}.tar.bz2 \ diff --git a/libxrender/libxrender_cvs.oe b/libxrender/libxrender_cvs.oe index 17a378de36..1f3ca94f91 100644 --- a/libxrender/libxrender_cvs.oe +++ b/libxrender/libxrender_cvs.oe @@ -3,6 +3,7 @@ PR = "r1" SECTION = "libs" DEPENDS = "renderext x11" DESCRIPTION = "X Render extension library." +LICENSE = "BSD" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrender \ file://autofoo.patch;patch=1" diff --git a/ntp/ntp-ssl_4.1.2.oe b/ntp/ntp-ssl_4.1.2.oe index 74385eda99..dd1072bab2 100644 --- a/ntp/ntp-ssl_4.1.2.oe +++ b/ntp/ntp-ssl_4.1.2.oe @@ -5,7 +5,7 @@ or satellite receiver or modem." SECTION = "console/network" PRIORITY = "optional" DEPENDS = "openssl" -LICENSE = "ntp" +LICENSE = "NTP" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV}.tar.gz \ file://configure.patch;patch=1 \ diff --git a/ntp/ntp_4.1.2.oe b/ntp/ntp_4.1.2.oe index e3b72fea7f..59e906dcde 100644 --- a/ntp/ntp_4.1.2.oe +++ b/ntp/ntp_4.1.2.oe @@ -4,7 +4,7 @@ another server or reference time source, such as a radio \ or satellite receiver or modem." SECTION = "console/network" PRIORITY = "optional" -LICENSE = "ntp" +LICENSE = "NTP" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV}.tar.gz \ file://configure.patch;patch=1 \ |