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

License inconsistency #259

Closed
joeyparrish opened this issue Apr 5, 2019 · 2 comments · Fixed by #262
Closed

License inconsistency #259

joeyparrish opened this issue Apr 5, 2019 · 2 comments · Fixed by #262

Comments

@joeyparrish
Copy link
Contributor

The tops of your source files say:

/**
 * mux.js
 *
 * Copyright (c) 2016 Brightcove
 * All rights reserved.
 */

But your LICENSE file says:

Copyright 2015 Brightcove

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

If this is intended to be licensed under Apache 2.0, can you please fix the tops of your source files to unambiguously state this instead of "all rights reserved"? What is currently in LICENSE would make a good header in the source files.

And could you please update LICENSE to contain the full text of the Apache 2.0 License, which contains the actual license terms in their full form?

Thanks!

@gkatsev
Copy link
Member

gkatsev commented Apr 22, 2019

Oops, yes, it's all licensed as apache 2.0

@gkatsev
Copy link
Member

gkatsev commented Apr 22, 2019

Sorry it's taken so long, we have a PR ready in #262

gkatsev added a commit that referenced this issue Apr 22, 2019
Update the LICENSE file to include the full text of the license, remove year from license, and add a header with a link to the license to each file.

Fixes #259
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 a pull request may close this issue.

2 participants