-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Milestone
Description
We will use the Boost Software License 1.0.
Also the Blue Oak License is very permissive and suits for our Open Source library.
Also we must add SPDX-Identifier to all source file.
For Boost Software License it will be:
// SPDX-License-Identifier: BSL-1.0For Blue Oak License it would be:
// SPDX-License-Identifier: BlueOak-1.0.0The SPDX identifiers also support the logical expressions (like OR, AND, etc.)
The combined SPDX-License-Identifier would be:
// SPDX-License-Identifier: BSL-1.0+ OR BlueOak-1.0.0+See slso https://spdx.dev/ids/ for reference.
Also note that the next commits fixing the missing identifiers should refer to this issue.
Reactions are currently unavailable
Metadata
Metadata
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request