-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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 of some modules #8666
Comments
@cpojer Is it okay to replace any obsolete comments with current license comment: /**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/ |
Yes |
@pedrottimark can you ensure https://github.com/facebook/jest/blob/a501718b80b8b5fbfa3baed1c4fe88fe67b4b062/scripts/checkCopyrightHeaders.js complains about the dated headers? |
@SimenB The 11 files with obsolete license info match the copyright line 157 files fail if I change the criterion to the following four lines: * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. For example:
I am willing to go either way:
|
Have you done anything about this? There might not be compliance issues between MIT and BSD-style but it can be misleading while making Open Source Compliance review. It's always good to encourage such good practices when developing open source projects. |
@luisapace Yes, thank y’all for finding this problem. /cc @arturrz In #8783 and related chore #8815
So it has been fixed in the repo, although there has not been a new minor version yet |
anyone have ideas that why all child directory and parent DIR don't have License. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi, my team would use jest-circus, jest-core, jest-runtime, jest-cli (all 24.8.0) and to approve that I've to verify all its licenses.
Now I've seen that some modules (i.e.
)
show this header:
*_ This source code is licensed under the BSD-style license found in the
but in the root directory of the source I cannot see any BSD and PATENT license files.
Could you please clarify me what are the licenses?
Thanks for your support on this.
The text was updated successfully, but these errors were encountered: