-
Notifications
You must be signed in to change notification settings - Fork 326
Don't allude to mutating the Scala License #896
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
Conversation
Inspired by the comments from fommil in https://gitter.im/scala/contributors?at=5afc0c2e41f54f22e233305e
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.
LGTM! With the exception of a few grammatical errors though 😉
Thanks, Dale.
_posts/2018-05-15-license-change.md
Outdated
A number of contributors have expressed reservations about the asymmetry between our CLA (Apache v2) and our license (BSD-3). | ||
This change aligns our license with our CLA. | ||
This change fix this asymmetry. | ||
|
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.
fixes*
_posts/2018-05-15-license-change.md
Outdated
|
||
# How is the license different? | ||
# How is are the licenses different? |
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.
How are* the licenses...
cc @fommil |
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.
(other than the edits Heather has pointed out)
_posts/2018-05-15-license-change.md
Outdated
@@ -5,27 +5,27 @@ title: "Intent to adopt the Apache License 2.0 for Scala" | |||
by: Jorge Vicente Cantero and Adriaan Moors | |||
--- | |||
|
|||
Good news everyone! By popular demand, we intend to change the Scala license | |||
Good news everyone! By popular demand, we intend to change the license that Scala is distributed under | |||
from the [3-clause BSD License](https://github.com/scala/scala/blob/2.13.x/LICENSE) to the [Apache License v2.0](https://www.apache.org/licenses/LICENSE-2.0.html). | |||
You have until 10 August 2018 to raise any objections (see below for contact info). | |||
|
|||
# Is any of this legal advice? |
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'd move this to a footnote, it's kind of weird and formal as the first point, and I'd say redundant. It's important for lawyers to include these disclaimers in their notes to their clients, or a doctor to a patient, if they are just laying out the options, but I don't think there is any ambiguity here.
Thanks @heathermiller! (how embarrassing) |
Incorporated Sam's advice on the "legal advice" bullet point, so please re-review given that. |
👍 LGTM! Thank you! |
Inspired by the comments from fommil in https://gitter.im/scala/contributors?at=5afc0c2e41f54f22e233305e
WDYT?