--version: fix license

This commit is contained in:
Steven Penny 2014-06-12 17:12:10 -05:00
parent 143e7a816f
commit 062883c89f
1 changed files with 3 additions and 2 deletions

View File

@ -62,9 +62,10 @@ Options:
function version () {
sed '1d;$d' <<< '
apt-cyg version 0.59
Written by Stephen Jungels
Copyright (c) 2005-9 Stephen Jungels. Released under the GPL.
The MIT License (MIT)
Copyright (c) 2005-9 Stephen Jungels
'
}