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

Clarify license of marching cubes implementation #4

Open
paulapatience opened this issue Mar 6, 2024 · 0 comments
Open

Clarify license of marching cubes implementation #4

paulapatience opened this issue Mar 6, 2024 · 0 comments

Comments

@paulapatience
Copy link

I am going to port the C++ marching cubes implementation to another language and am seeking clarification with regards to its license. The repository's LICENSE.md consists of the MIT license, but the copyright notice of mc/MarchingCubes.h states the license as BSD-2, and that of mc/MarchingCubes.cpp has no accompanying license.

I assume that it is an oversight, as the license file was added after the marching cubes implementation, so presumably the intention is for the whole repository to be licensed under the MIT license, but it would be great if you could clarify that, possibly by removing the copyright notices of those files, or mentioning the MIT license therein.

If you wish to follow a standard convention, might I suggest something like the following:

// SPDX-FileCopyrightText: Copyright (c) 2016 Roberto Grosso
// SPDX-License-Identifier: MIT
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

No branches or pull requests

1 participant