diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-28 13:02:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-28 13:02:28 +0200 |
commit | 8464589daaa95ba0f03f35d19fca4acd64c47c59 (patch) | |
tree | 85c37862100a45029831b83b66a2f9c34536d0b5 | |
parent | newebuild: Add ${ECLASS} to unsupported EAPI error (diff) | |
download | gentoo-syntax-8464589daaa95ba0f03f35d19fca4acd64c47c59.tar.gz gentoo-syntax-8464589daaa95ba0f03f35d19fca4acd64c47c59.tar.bz2 gentoo-syntax-8464589daaa95ba0f03f35d19fca4acd64c47c59.zip |
newglep: Update license to CC-BY-SA 4.0gentoo-syntax-20210828
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | plugin/newglep.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/newglep.vim b/plugin/newglep.vim index 850ab5c..7f11075 100644 --- a/plugin/newglep.vim +++ b/plugin/newglep.vim @@ -63,9 +63,9 @@ fun! <SID>MakeNewGLEP() endif endfor " copyright - put ='This work is licensed under the Creative Commons Attribution-ShareAlike 3.0' - put ='Unported License. To view a copy of this license, visit' - put ='https://creativecommons.org/licenses/by-sa/3.0/.' + put ='This work is licensed under the Creative Commons Attribution-ShareAlike 4.0' + put ='International License. To view a copy of this license, visit' + put ='https://creativecommons.org/licenses/by-sa/4.0/.' " }}} " {{{ go to the first thing to edit |