how do you use public licenses? [closed]
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
开发者_如何学JAVA Improve this questionIf i want to use a public license, is it as easy as copying the license and putting it in my source code/making a new file, or is there something special i need to do to use it?
Here's a guide on how to use GNU licenses in your project. From the guide:
The process involves adding two elements to each source file of your program: a copyright notice (such as “Copyright 1999 Terry Jones”), and a statement of copying permission, saying that the program is distributed under the terms of the GNU General Public License (or the Lesser GPL).
Other public licenses should be similar, but be sure to check the website of the license you're using for specifics.
Just need to include the license and comply with it.
精彩评论