diff options
-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 |