You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using zstd, and are now encountering a license problem and we hope you can help us with some clarification or modification.
zstd is basically a dual license project but we've found three files have a different license announcement with other files.
one of the different files is zstd/lib/compress/zstd_ldm.c.
Other files' license announcement says dual license and
You may select, at your option, one of the above-listed licenses.
zstd_ldm.c doesn't have the last statement. Our company's legal team says in this situation we have to select the stricter license which is GPLv2 (which we don't want to use).
Is the absence of the last statement a negligence or is it intended ?
If it is a negligence, can we modify it and add the statement?
license annoucement in zstd_ldm.c:
/*
* Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
* in the COPYING file in the root directory of this source tree).
*/
license announcement in other files:
/*
* Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
* in the COPYING file in the root directory of this source tree).
* You may select, at your option, one of the above-listed licenses.
*/
Hi,
We are using zstd, and are now encountering a license problem and we hope you can help us with some clarification or modification.
zstd is basically a dual license project but we've found three files have a different license announcement with other files.
one of the different files is
zstd/lib/compress/zstd_ldm.c
.Other files' license announcement says dual license and
zstd_ldm.c doesn't have the last statement. Our company's legal team says in this situation we have to select the stricter license which is GPLv2 (which we don't want to use).
Is the absence of the last statement a negligence or is it intended ?
If it is a negligence, can we modify it and add the statement?
license annoucement in zstd_ldm.c:
license announcement in other files:
all files without the last statement:
https://github.com/facebook/zstd/blob/dev/lib/compress/zstd_ldm.c
https://github.com/facebook/zstd/blob/dev/lib/common/threading.h
https://github.com/facebook/zstd/blob/dev/lib/compress/zstd_ldm.h
The text was updated successfully, but these errors were encountered: