asam-ev / qc-framework

Mozilla Public License 2.0
15 stars 8 forks source link

Replace short license text in each file with SPDX license identifier #94

Open ClemensLinnhoff opened 3 months ago

ClemensLinnhoff commented 3 months ago

Is your feature request related to a problem? Please describe. Currently, the files have a license short text which is not machine readable, like

/*
 * This Source Code Form is subject to the terms of the Mozilla
 * Public License, v. 2.0. If a copy of the MPL was not distributed
 * with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
 */

Describe the solution you'd like Replace these short license texts with SPDX identifiers, like

// SPDX-License-Identifier: MPL-2.0

This is a lot shorter and machine readable.

MatteoRagni commented 3 months ago

Hi @ClemensLinnhoff , thanks for the issue.

I'll raise the topic at the next Framework meeting, supporting the request. Seems a good idea.

Thanks

MatteoRagni commented 3 months ago

We discussed the topic, and even if there is a general agreement on the suggestion you proposed, we need to escalate this to ASAM (the copyright owner) to have a final decision. We assigned this to @AsamDiegoSanchez.

AsamDiegoSanchez commented 2 months ago

We have revised it internally and from ASAM perspective we approve it.