diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-23 20:30:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-23 20:30:14 +0000 |
commit | 5030c003df63e41909f2774ef5c9255a000cabae (patch) | |
tree | 846da340d7b62d9bd17fb17799044a8caeda9c6f /x11-misc/xwit | |
parent | Fix LICENSE, 3-clause BSD according to COPYRIGHT file, bug 446762. (diff) | |
download | gentoo-2-5030c003df63e41909f2774ef5c9255a000cabae.tar.gz gentoo-2-5030c003df63e41909f2774ef5c9255a000cabae.tar.bz2 gentoo-2-5030c003df63e41909f2774ef5c9255a000cabae.zip |
Fix LICENSE, see README and notices in source files, bug 446764.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'x11-misc/xwit')
-rw-r--r-- | x11-misc/xwit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xwit/xwit-3.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xwit/ChangeLog b/x11-misc/xwit/ChangeLog index b655b7c9b671..79781155689a 100644 --- a/x11-misc/xwit/ChangeLog +++ b/x11-misc/xwit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xwit -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/ChangeLog,v 1.10 2010/04/03 00:55:17 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/ChangeLog,v 1.11 2012/12/23 20:30:14 ulm Exp $ + + 23 Dec 2012; Ulrich Müller <ulm@gentoo.org> xwit-3.4.ebuild: + Fix LICENSE, see README and notices in source files, bug 446764. 03 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> xwit-3.4.ebuild, +files/Makefile: diff --git a/x11-misc/xwit/xwit-3.4.ebuild b/x11-misc/xwit/xwit-3.4.ebuild index 0051b33ba370..6302982a2a53 100644 --- a/x11-misc/xwit/xwit-3.4.ebuild +++ b/x11-misc/xwit/xwit-3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.10 2010/04/03 00:55:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.11 2012/12/23 20:30:14 ulm Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -9,7 +9,7 @@ DESCRIPTION="A collection of simple routines to call some of those X11 functions HOMEPAGE="http://ftp.x.org/contrib/utilities/xwit-3.4.README" SRC_URI="http://ftp.x.org/contrib/utilities/${P}.tar.gz" -LICENSE="as-is" +LICENSE="public-domain HPND" SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" |