commit: 612370f642c2efeb0d1a44457fe6c5c486441228
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 17:17:09 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 17:17:09 2018 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=612370f6
Update copyright line for new ebuilds
plugin/gentoo-common.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/gentoo-common.vim b/plugin/gentoo-common.vim
index 09bdd34..fe00202 100644
--- a/plugin/gentoo-common.vim
+++ b/plugin/gentoo-common.vim
@@ -24,7 +24,7 @@ endfun
fun! GentooHeader(...)
" The shebang arg is optional
let l:year = strftime("%Y")
- let l:copyright = '# Copyright 1999-' . l:year . ' Gentoo Foundation'
+ let l:copyright = '# Copyright ' . l:year . ' Gentoo Authors'
" Only one arg allowed (shebang only)
if a:0 == 1