Conversation
Update the LICENSE file and project documentation to more accurately reflect the history and current governance of Video.js. Brightcove has never required contributors to sign a Contributor License Agreement (CLA) or transfer copyright. As a result, the existing “Copyright Brightcove, Inc.” line was misleading, since Brightcove doesn’t own all contributions. This change: Keeps the Apache 2.0 license text exactly as-is. Updates the attribution to accurately reflect the distributed ownership of the codebase. Aligns with common open source practice for projects without a CLA or copyright assignment. Acknowledges that Brightcove has registered the Video.js trademark. This is a documentation-only change — it does not affect licensing terms, the license type (Apache 2.0), or project usage.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9104 +/- ##
==========================================
+ Coverage 84.31% 84.96% +0.64%
==========================================
Files 120 120
Lines 8154 8154
Branches 1964 1964
==========================================
+ Hits 6875 6928 +53
+ Misses 1279 1226 -53 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
amtins
approved these changes
Oct 6, 2025
gkatsev
reviewed
Oct 6, 2025
|
|
||
| Video.js is a free and open source library, and we appreciate any help you're willing to give - whether it's fixing bugs, improving documentation, or suggesting new features. Check out the [contributing guide][contributing] for more! | ||
|
|
||
| _Video.js uses [BrowserStack][browserstack] for compatibility testing._ |
Member
There was a problem hiding this comment.
we need to keep this while were using browserstack.
README.md
Outdated
| Video.js is a free and open source library, and we appreciate any help you're willing to give - whether it's fixing bugs, improving documentation, or suggesting new features. Check out the [contributing guide][contributing] for more! | ||
|
|
||
| _Video.js uses [BrowserStack][browserstack] for compatibility testing._ | ||
| No contributor license agreement (CLA) has ever been required for contributions to Video.js. |
Member
There was a problem hiding this comment.
we should also probably link to https://github.com/videojs/admin/blob/main/CONTRIBUTING.md#developers-certificate-of-origin-11 here
gkatsev
approved these changes
Oct 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the LICENSE file and project documentation to more accurately reflect the history and current governance of Video.js.
Brightcove has never required contributors to sign a Contributor License Agreement (CLA) or transfer copyright. As a result, the existing “Copyright Brightcove, Inc.” line was misleading, since Brightcove doesn’t own all contributions.
This change:
Keeps the Apache 2.0 license text exactly as-is.
Updates the attribution to accurately reflect the distributed ownership of the codebase. Aligns with common open source practice for projects without a CLA or copyright assignment. Acknowledges that Brightcove has registered the Video.js trademark.
This is a documentation-only change — it does not affect licensing terms, the license type (Apache 2.0), or project usage.