jquery uses the MIT license agreement; the MIT license agreement is an open source software license agreement. The agreement requires that the copyright statement and license statement must be included in the software and all copies of the software. The authorized person has the rights Use, copy, modify, merge, publish, distribute, sublicense and sell the Software and copies of the Software.
The operating environment of this tutorial: windows10 system, jquery3.2.1 version, Dell G3 computer.
jQuery is free and open source, using the MIT license
The jQuery development team has removed GNU General Public License (GPL) license, only the MIT license is retained. Previously a dual license format was used. The team said that using only one license can make the management of the jQuery Foundation simple and will not affect developers' continued use of any project.
MIT is an open source software license agreement
The rights of the authorized person
The authorized person has the right to use, copy, modify, merge, and publish Issue, distribute, sublicense and sell the Software and copies of the Software.
The authorized person can modify the authorization terms to the appropriate content according to the needs of the program.
Licensee Obligations
A copyright notice and a license notice must be included in the Software and in all copies of the Software.
Other important features
This license term is not a copyleft free software license term and is allowed to be used in free/open source software or non-free software (proprietary software).
The content of MIT can be changed according to the needs of the program copyright owner. This is also the essential difference between MIT and BSD (The BSD license, 3-clause BSD license).
MIT terms may coexist with other licensing terms. In addition, the MIT terms are also free software licensing terms recognized by the Free Software Foundation (FSF) and are compatible with the GPL.
Easy to understand with one picture:
Recommended related video tutorials: jQuery video tutorial
The above is the detailed content of What protocol does jquery use?. For more information, please follow other related articles on the PHP Chinese website!