Skip to content

Commit

Permalink
doc: fix formatting in LICENSE for RTF generation
Browse files Browse the repository at this point in the history
Current format does not render properly when converted to RTF by
the tools/license2rtf.js tool, specifically the wrong sections are
presented as bold, giving the wrong emphasis to the document.

This fix makes the formatting more consistent, with non-license
summary sections bold and the licenses themselves unformatted.

PR: #436
Reviewed-by: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-by: Bert Belder <bertbelder@gmail.com>
  • Loading branch information
rvagg authored and piscisaureus committed Jan 15, 2015
1 parent e789103 commit eec4c81
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
io.js is licensed for use as follows:

====

"""
Copyright io.js contributors. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -21,12 +20,12 @@ 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.

===
"""

This license applies to parts of io.js originating from the
https://github.com/joyent/node repository:

"""
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
Expand All @@ -45,11 +44,12 @@ 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.
"""

====
The io.js license applies to all parts of io.js that are not externally
maintained libraries.

This license applies to all parts of io.js that are not externally
maintained libraries. The externally maintained libraries used by io.js are:
The externally maintained libraries used by io.js are:

- V8, located at deps/v8. V8's license follows:
"""
Expand Down

0 comments on commit eec4c81

Please sign in to comment.