diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-23 16:16:24 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-23 16:19:16 +0200 |
commit | 177a0def06e21aa8c5d9f56e9200a8f484e1ede3 (patch) | |
tree | 8b59dc492abe8b13c07bd53947c5e12e896bdaae /app-emacs/google-c-style | |
parent | dev-db/mycli: Drop old (diff) | |
download | gentoo-177a0def06e21aa8c5d9f56e9200a8f484e1ede3.tar.gz gentoo-177a0def06e21aa8c5d9f56e9200a8f484e1ede3.tar.bz2 gentoo-177a0def06e21aa8c5d9f56e9200a8f484e1ede3.zip |
app-emacs/google-c-style: Specify LICENSE more precisely.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/google-c-style')
-rw-r--r-- | app-emacs/google-c-style/google-c-style-20091009-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild b/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild index c7353765122e..a99bcc7f98f6 100644 --- a/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild +++ b/app-emacs/google-c-style/google-c-style-20091009-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -9,7 +9,7 @@ DESCRIPTION="Provides the google C/C++ coding style" HOMEPAGE="https://github.com/google/styleguide" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +LICENSE="|| ( GPL-1+ Artistic )" SLOT="0" KEYWORDS="amd64 x86" IUSE="" |