diff options
| -rw-r--r-- | MIT-LICENSE.txt | 22 | ||||
| -rw-r--r-- | README | 6 | 
2 files changed, 27 insertions, 1 deletions
| diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt new file mode 100644 index 00000000..993e793f --- /dev/null +++ b/MIT-LICENSE.txt @@ -0,0 +1,22 @@ +Copyright (c) 2010 Phil Crosby, Ilya Sukhar. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file @@ -11,7 +11,7 @@ Installation Instructions:  The settings page can be found by clicking the Options button next to Vimium on chrome://extensions. -================= +  Keyboard Bindings  ================= @@ -49,3 +49,7 @@ Manipulating tabs:    u       restore closed tab (i.e. unwind the 'd' command)  Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. + +License +======= +Copyright (c) 2010 Phil Crosby, Ilya Sukhar. See MIT-LICENSE.txt for details.
\ No newline at end of file | 
