diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-16 19:17:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-16 19:17:09 +0200 |
commit | 612370f642c2efeb0d1a44457fe6c5c486441228 (patch) | |
tree | 4f1b13827a75ba5f9de0c3a4171271d112487c98 | |
parent | syntax/ebuild: Update flag-o-matic keywords (diff) | |
download | gentoo-syntax-612370f642c2efeb0d1a44457fe6c5c486441228.tar.gz gentoo-syntax-612370f642c2efeb0d1a44457fe6c5c486441228.tar.bz2 gentoo-syntax-612370f642c2efeb0d1a44457fe6c5c486441228.zip |
Update copyright line for new ebuildsgentoo-syntax-20181023
-rw-r--r-- | plugin/gentoo-common.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |