diff options
| -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"    ); | 
