- 2 Posts
- 4 Comments
Joined 3 months ago
Cake day: May 2nd, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
bluewhale_@lemmy.mlOPto
Open Source@lemmy.ml•How to include copyright notices in an open source project
2·17 days agoOkay thanks, this seems informative! I’ll take a closer look when I have time.
bluewhale_@lemmy.mlOPto
Open Source@lemmy.ml•How to include copyright notices in an open source project
1·17 days agoThanks! So if I simply use pip to get some libraries for my project, do I need to include the licenses (e.g. MIT) somewhere in my source code?
How about if I statically link them by building a executable that contains everything in a single file, so the user doesn’t have to install Python and all the libraries separately?
bluewhale_@lemmy.mlOPto
Open Source@lemmy.ml•How to include copyright notices in an open source project
1·17 days agoRight, I guess the licenses don’t typically give exact instructions on where to put it etc and the requirements can be met in multiple ways. I guess I’m just too stuck trying to understand what’s the typical way people do these things in their projects. :'D

Thanks! I had not found this resource before.