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

vague misleading licensing grant in test files with V8 project as copyright holder #537

Closed
jonassmedegaard opened this issue Feb 24, 2022 · 1 comment · Fixed by #539
Closed

Comments

@jonassmedegaard
Copy link

Git commit 93b24dd introduced files tests/fixtures/ecma-version/13/class-static-blocks/* where `*.src.js^ files contain the following header:

// Copyright (C) 2021 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

This project includes a file LICENSE which contains a BSD-2-Clause license, but I strongly suspect that the license intended by that copyright holder is instead the same derived BSD-3-Clause license as used for the test262 project (a variant explicitly mentioning Ecma International in 3rd clause).

Please clarify licensing - e.g. by Including a file tests/fixtures/ecma-version/13/class-static-blocks/LICENSE with same content as https://github.com/tc39/test262/blob/main/LICENSE

@nzakas
Copy link
Member

nzakas commented Feb 25, 2022

Yeah, looks like we missed that file. Can you open a pull request to add it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants