# HG changeset patch # User Steve Losh # Date 1318030974 14400 # Node ID 68cedd7c0f16658cad50cd0a50c850a5533ddea4 # Parent 04ff1cf8d752b4f2d61bbdd405f33cb051bc8c76 License. diff -r 04ff1cf8d752 -r 68cedd7c0f16 introduction.markdown --- a/introduction.markdown Fri Oct 07 19:30:07 2011 -0400 +++ b/introduction.markdown Fri Oct 07 19:42:54 2011 -0400 @@ -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/ diff -r 04ff1cf8d752 -r 68cedd7c0f16 license.markdown --- a/license.markdown Fri Oct 07 19:30:07 2011 -0400 +++ b/license.markdown Fri Oct 07 19:42:54 2011 -0400 @@ -1,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.