From 06933f5b4ad8b10b380596486e90575aaffe388b Mon Sep 17 00:00:00 2001 From: William McArthur Date: Mon, 29 Apr 2002 22:56:53 +0000 Subject: Added LICENSE to skel.ebuild --- skel.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'skel.ebuild') diff --git a/skel.ebuild b/skel.ebuild index 7a5b8a5cdd7b..a4ba922aee7b 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: First Last -# $Header: /home/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp $ +# $Header: /home/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp $ # NOTE: The comments in this file are for instruction and # documentation. They're not meant to appear with your final, @@ -30,6 +30,11 @@ SRC_URI="ftp://foo.bar.com/${P}.tar.gz" # Homepage, not used by Portage directly but handy for developer reference HOMEPAGE="http://" +# License of the package. This must match the name of file(s) in +# /usr/portage/licenses/. For complex license combination see the developer +# docs on gentoo.org for details. +LICENSE="" + # Build-time dependencies, such as # ssl? ( >=openssl-0.9.6b ) # >=perl-5.6.1-r1 -- cgit v1.2.3-65-gdbad