processing / processing/processing-contributions
Add license information to properties and guidance on licensing in documentation
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8
- Forks
- 8
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 3
Description
Context
A lot of existing Processing libraries don’t have an explicit license, and we haven’t really pushed for using open-source licenses in the past.
Yet, third-party libraries are often where new features get tried out before they make it into core. For this to be possible, they need to be using a compatible license.
Specifically, it would be a good idea for us to recommend using the LGPL v2.1 license which Processign core uses. This makes it easier to eventually bring features into core.
Note: Using GPL can be problematic because, while you can use LGPL code in a GPL project, you can’t do it the other way around.
Other permissive licenses like MIT are also compatible, but they’re less aligned with the spirit of the project since they allow commercial use of your code without contributing improvements back to the community.
Suggestion
It would make sense to add license info to the library properties and include some basic guidance on licensing in the documentation.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the scripts that generate the Contribution Manager and website data, then find where library properties are defined and where contribution guidance is documented. Add a license property and licensing guidance consistent with the stated recommendation, and verify that the generated outputs include the information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, tooling
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100