-
Notifications
You must be signed in to change notification settings - Fork 470
(FM-4046) Update to current msync configs [006831f] #589
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
|
Oi oi oi. You can't just override the license like that. Or at least you can't just remove the copyright 😱. |
|
The original "License" statement moved to NOTICE, in accordance to the ASF's guidelines for applying Apache-2.0. This doesn't change the legal status of anything as far as I can tell. I should probably add some words to that effect in the commit message. |
|
Oh, you're absolutely right. I missed that. |
This moves all copyright statements to the NOTICE file in accordance with the ASFs guidelines on applying the Apache-2.0 license.
8375b70 to
5415856
Compare
|
This commit message better? |
|
Yes, thank you! ❤️ |
(FM-4046) Update to current msync configs [006831f]
|
@DavidS But what happened to the MIT license bit?? I'm trying to figure out what should be in the metadata.json in puppet-unattended_upgrades. See |
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: |
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.
This is the MIT license though, isn't it?
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.
Apache-2.0, which the latter contributions through Puppet Labs, Inc., were licensed is more restrictive than the original MIT, it makes sense to have it in the main file. Attributions are still preserved in the NOTICE file, which is recommended by the Apache 2.0 application guidelines.
No description provided.