commit: 56d78daf051ff205a3e8e5b85081289e5f19c444
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 13:13:16 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 23:31:09 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=56d78daf
newebuild: Update default LICENSE for perl-module
plugin/newebuild.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index 05c8179..25f8aca 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -129,7 +129,7 @@ fun! <SID>MakeNewEbuild()
put =''
put ='DESCRIPTION=\"\"'
put =''
- put ='#LICENSE=\"\|\| ( Artistic GPL-1 GPL-2 GPL-3 )\"'
+ put ='#LICENSE=\"\|\| ( Artistic GPL-1+ )\"'
put ='SLOT=\"0\"'
put ='KEYWORDS=\"' . l:keywords . '\"'
put ='IUSE=\"\"'