Skip to content

Commit

Permalink
Determined license (MIT), added mention in readme, removed from to-do…
Browse files Browse the repository at this point in the history
… list
  • Loading branch information
xolox committed Mar 14, 2015
1 parent b96b93e commit 0bba06a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -105,8 +105,8 @@ please vote for it on [Vim Online] [vim-online].

## License

The license of this Vim plug-in is to be determined, please stand by while we
make up our mind ;-).
This software is licensed under the [MIT license] [mit].
© 2015 Peter Odding &lt;<peter@peterodding.com>&gt;.


[download-tlv-mode]: http://peterodding.com/code/vim/downloads/tlv-mode.zip
Expand All @@ -116,6 +116,7 @@ make up our mind ;-).
[llw]: http://vimdoc.sourceforge.net/htmldoc/quickfix.html#location-list-window
[m4]: http://en.wikipedia.org/wiki/M4_(computer_language)
[m4_syntax]: https://code.google.com/p/vim/source/browse/runtime/syntax/m4.vim
[mit]: http://en.wikipedia.org/wiki/MIT_License
[pathogen]: http://www.vim.org/scripts/script.php?script_id=2332
[sv]: http://en.wikipedia.org/wiki/SystemVerilog
[sv_syntax]: https://code.google.com/p/vim/source/browse/runtime/syntax/systemverilog.vim
Expand Down
9 changes: 0 additions & 9 deletions TODO.md
Expand Up @@ -2,18 +2,10 @@

This document lists work to be done on the *vim-tlv-mode* plug-in:

* Determine the license to use
* Get integrated syntax checking working (out of the box)

Each point is discussed in more detail below.

## Determine the license to use

I need to determine under what license the plug-in is to be shared with the
world. All of my existing Vim plug-ins have been shared under the [MIT license]
[mit] but this is the first time I've developed a Vim plug-in on commission so
I'll have to discuss this with the client.

## Get integrated syntax checking working (out of the box)

The integrated syntax checking is not working correctly (yet) while I consider
Expand Down Expand Up @@ -48,4 +40,3 @@ plug-in. Impediments for the integration between *vim-tlv-mode* and the
My goal is to have these issues resolved (in one way or another :-) as quickly
as possible.

[mit]: http://en.wikipedia.org/wiki/MIT_License

0 comments on commit 0bba06a

Please sign in to comment.