-
Notifications
You must be signed in to change notification settings - Fork 15
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
Drafted response to question "What criteria determine whether an open… #124
base: main
Are you sure you want to change the base?
Conversation
… source project is in scope of the CRA?" This pull request contains an initial response to the question "What criteria determine whether an open source project is in scope of the CRA?". **It is not ready to be merged**, as some legal checks are required, and the segments on Open Source Stewards and manufacturers have not yet been written. It addresses issues:orcwg#16, orcwg#21, orcwg#33, and orcwg#64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this will both be the most sought after and hardest to answer question of all. I tried to make some suggestions on taking your draft forward, Jordan.
faq.md
Outdated
@@ -112,6 +112,15 @@ _It is worth noting however, that the intent of the EU legislators is to harmoni | |||
|
|||
#### Q: What criteria determine whether an open source project is in scope of the CRA? | |||
|
|||
- The CRA regulates _natural and legal persons_ (either an individual or an organisation that has a legal personality, like a business, foundation or charity). It places legal persons in three possible categories which with ascending requirements: out of scope, software steward, and manufacturer. | |||
- You are **out of scope** of the CRA (meaning you are not required to comply with the regulation), if you have not placed your project on the market. This means: | |||
- If you are not monetising your project at all, you are out of scope. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- If you are not monetising your project at all, you are out of scope. | |
- If you are not monetising your project at all, you are not a manufacturer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this to imply that you can still be a software steward ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed
handle manufacturer case first, clarify open source steward as per @maertsen 's proposal Co-authored-by: Maarten Aertsen <[email protected]>
Refactor of the Scope question, addition of the monetization question. Removal of points that could be considered speculative. Notes added highlighting that we are awaiting Commission Feedback.
@maertsen i just refactored to address some of the points you raised. let me know if this is better. as soon as we know more about the legal/natural persons situation and the monetisation question, we can give more detailed information. edit: in hindsight this still doesn't address your concerns about individuals potentially being software stewards. Let's hold off on this. |
… source project is in scope of the CRA?"
This pull request contains an initial response to the question "What criteria determine whether an open source project is in scope of the CRA?".
It is not ready to be merged, as some legal checks are required, and the segments on Open Source Stewards and manufacturers have not yet been written.
It addresses issues:#16, #21, #33, and #64