Skip to content

Commit

Permalink
License.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Oct 7, 2011
1 parent f2ab665 commit 479a4e7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
16 changes: 10 additions & 6 deletions introduction.markdown
@@ -1,12 +1,16 @@
[Learn Vimscript the Hard Way][book] is a short book for users of the Vim editor who
want to learn how to customize Vim.
[Learn Vimscript the Hard Way][book] is a short book for users of the Vim editor
who want to learn how to customize Vim.

Before reading this book you should be comfortable using Vim and know what terms like
"buffer", "window" and "insert mode" mean.
Before reading this book you should be comfortable using Vim and know what terms
like "buffer", "window" and "insert mode" mean.

The book is [copyright][license] 2011 by Steve Losh, all rights reserved. You
can redistribute it as long as you don't make any changes and don't charge for
it.

The source code to the book is available [on BitBucket][hg] and [on GitHub][git]
under an [MIT/X11 license][license]. If you find any mistakes or feel you could
improve it feel free to send a pull request.
If you find any mistakes or feel you could improve it feel free to send a pull
request.

[book]: /
[hg]: http://bitbucket.org/sjl/learnvimscriptthehardway/
Expand Down
9 changes: 8 additions & 1 deletion license.markdown
@@ -1 +1,8 @@
license *here*
License
=======

This book is copyright (C) 2011 by Steve Losh.

You are free to distribute this book to anyone you want, so long as you do not
charge anything for it, and it is not altered. You must give away the book in
its entirety, or not at all.

0 comments on commit 479a4e7

Please sign in to comment.