diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-16 15:59:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-16 15:59:43 +0000 |
commit | 2f63bfadbceb5e53c34aa1e3749c26510364d38f (patch) | |
tree | 15150d5f8b640a9a1f0e66a2c2f8939990c32050 /eclass/intel-sdp.eclass | |
parent | Version bump, closing #435096 (diff) | |
download | gentoo-2-2f63bfadbceb5e53c34aa1e3749c26510364d38f.tar.gz gentoo-2-2f63bfadbceb5e53c34aa1e3749c26510364d38f.tar.bz2 gentoo-2-2f63bfadbceb5e53c34aa1e3749c26510364d38f.zip |
Add old license jingle until we have fixed the license situation generally
Diffstat (limited to 'eclass/intel-sdp.eclass')
-rw-r--r-- | eclass/intel-sdp.eclass | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass index 2a2c1658e61d..f19db69feb0e 100644 --- a/eclass/intel-sdp.eclass +++ b/eclass/intel-sdp.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.1 2012/09/16 14:24:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.2 2012/09/16 15:59:43 jlec Exp $ # @ECLASS: intel-sdp.eclass # @MAINTAINER: @@ -227,6 +227,11 @@ INTEL_SDP_DB="${EROOT%/}"/opt/intel/intel-sdp-products.db intel-sdp_pkg_postinst() { + elog "Make sure you have recieved the an Intel license." + elog "To receive a non-commercial license, you need to register at:" + elog "http://software.intel.com/en-us/articles/non-commercial-software-development/" + elog "Install the license file into ${EROOT}opt/intel/licenses." + # add product registry to intel "database" local l r for r in ${INTEL_RPMS}; do |