diff options
author | Tom Feist <shabble@metavore.org> | 2010-09-28 21:52:54 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-09-28 21:52:54 +0000 |
commit | d06c0bda422c6c26679c913eeee4f61a651ce3e7 (patch) | |
tree | 80a3bb6fd404e3e1e94e5e50c2783233b2b5fbcb | |
parent | vim_mode: Add UTF-8 support for ~. (diff) | |
download | irssi-scripts-d06c0bda422c6c26679c913eeee4f61a651ce3e7.tar.gz irssi-scripts-d06c0bda422c6c26679c913eeee4f61a651ce3e7.zip |
changed licence to MIT
Diffstat (limited to '')
-rw-r--r-- | vim-mode/vim_mode.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index d44452c..74ccd18 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -96,8 +96,8 @@ $VERSION = "1.0.1"; . 'rudi_s@#irssi/Freenode', name => "vim_mode", description => "Give Irssi Vim-like commands for editing the inputline", - license => "Public Domain", - changed => "20/9/2010" + license => "MIT", + changed => "28/9/2010" ); |