Skip to content
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

Add missing license files for vendor'd code #1346

Merged
merged 2 commits into from
Feb 3, 2021

Conversation

ivoanjo
Copy link
Member

@ivoanjo ivoanjo commented Feb 3, 2021

For both the ActiveRecord and the Redis vendored code, we need to include their licenses, because they are under the MIT license which states

Permission is hereby granted [...] to deal in the Software without
restriction, including without limitation the rights to use, copy,
[...] distribute [...] subject to the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

When vendoring code, we usually need to include the license.
ActiveRecord is distributed under the MIT license, which states

> Permission is hereby granted [...] to deal in the Software without
> restriction, including without limitation the rights to use, copy,
> [...] distribute [...] subject to the following conditions:
>
> The above copyright notice and this permission notice shall be
> included in all copies or substantial portions of the Software.

...which we were missing so far.
When vendoring code, we usually need to include the license.
Redis is distributed under the MIT license, which states

> Permission is hereby granted [...] to deal in the Software without
> restriction, including without limitation the rights to use, copy,
> [...] distribute [...] subject to the following conditions:
>
> The above copyright notice and this permission notice shall be
> included in all copies or substantial portions of the Software.

...which we were missing so far.
@ivoanjo ivoanjo requested a review from a team February 3, 2021 12:22
@ivoanjo ivoanjo merged commit ea38561 into master Feb 3, 2021
@ivoanjo ivoanjo deleted the fix/add-missing-license-files branch February 3, 2021 17:06
@github-actions github-actions bot added this to the 0.46.0 milestone Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants