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

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

Open
ClemensLinnhoff opened this issue Jun 28, 2024 · 4 comments
Assignees
Labels
isState:ForCCBReview CCB will review it and change the status to ReadyForMerge if everything is ok isType:Feature An issue that adds new features to the project.

Comments

@ClemensLinnhoff
Copy link
Contributor

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.

@ClemensLinnhoff ClemensLinnhoff added the isType:Feature An issue that adds new features to the project. label Jun 28, 2024
@MatteoRagni MatteoRagni added the isState:New A new issue that needs to be classified to a type. label Jul 2, 2024
@MatteoRagni
Copy link
Collaborator

MatteoRagni commented Jul 2, 2024

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 MatteoRagni added isState:Accepted An issue that has been accepted by the group, which needs to be assigned to a responsible isState:InProgress An issue that is assigned a responsible, has a due date and clear requirements and removed isState:New A new issue that needs to be classified to a type. labels Jul 4, 2024
@MatteoRagni
Copy link
Collaborator

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
Copy link
Member

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

@AsamDiegoSanchez AsamDiegoSanchez removed the isState:Accepted An issue that has been accepted by the group, which needs to be assigned to a responsible label Jul 17, 2024
@MatteoRagni MatteoRagni added isState:Accepted An issue that has been accepted by the group, which needs to be assigned to a responsible and removed isState:Accepted An issue that has been accepted by the group, which needs to be assigned to a responsible labels Jul 17, 2024
@AsamDiegoSanchez AsamDiegoSanchez added this to the Wish List milestone Sep 12, 2024
@andreaskern74 andreaskern74 removed this from the Wish List milestone Oct 24, 2024
@andreaskern74
Copy link
Collaborator

Will be implemented in preparation for the official release 1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
isState:ForCCBReview CCB will review it and change the status to ReadyForMerge if everything is ok isType:Feature An issue that adds new features to the project.
Projects
Status: Ready for CCB's review
Development

No branches or pull requests

4 participants