Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJackie Jen
2,723 Pointscan i use GPL license as commercial
hi,
I have download a source code from website and i wish to use the source code in my program for commercial. And those source code i download is under license MIT & GPL. I know MIT license can be commercial use. How about GPL license?
1 Answer
William Li
Courses Plus Student 26,868 PointsYou have to be careful about library licensed under GPL, especially GPL version 3.
If your included some GPL v3 code in your codebase, then your codebase as a whole must be licensed under GPL v3 as well. You may still make it a commercial software and make money from it, but your work must be open sourced.
To learn more https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29
Evan Gatchell
5,878 PointsEvan Gatchell
5,878 Pointshttp://programmers.stackexchange.com/questions/47032/can-i-use-gpl-software-in-a-commercial-application