aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-28 13:02:28 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-28 13:02:28 +0200
commit8464589daaa95ba0f03f35d19fca4acd64c47c59 (patch)
tree85c37862100a45029831b83b66a2f9c34536d0b5
parentnewebuild: Add ${ECLASS} to unsupported EAPI error (diff)
downloadgentoo-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.vim6
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