-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: simplify support section of README #23170
Conversation
5d0e07e
to
40f9174
Compare
Make the Support section of the README file easier to read and understand.
40f9174
to
94aaa3f
Compare
Remember, libre != gratis; the open source license grants you the freedom to use | ||
and modify, but not commitments of other people's time. Please be respectful, | ||
and set your expectations accordingly. | ||
The open source license grants you the freedom to use Node.js. It does not |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the and modify
bit here could stay?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My thinking was that the MIT license says all of this:
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
I understand why we'd select use from that list, but it's less clear why we'd also include modify over copy or distribute. Just sticking with use seemed simplest and best.
So that was my thinking. If that's not persuasive, I'll restore and modify to the text.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe /s/modify/fix/ might give the reader the hint we imply ;)
(or "tweak")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Trott That’s okay with me, yeah… I guess I’ve thought that modify
would be the least likely of the verbs you used for which it would be assumed that it’s okay to do?
Landed in 37e8381 |
Make the Support section of the README file easier to read and understand. PR-URL: nodejs#23170 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Make the Support section of the README file easier to read and understand. PR-URL: #23170 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Make the Support section of the README file easier to read and understand. PR-URL: #23170 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Make the Support section of the README file easier to read and
understand.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes