Skip to content

Commit 5294316

Browse files
committed
dual license MIT and GPLv3
1 parent 57682c3 commit 5294316

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ use [Google Closure Compiler](http://closure-compiler.appspot.com/home):
9393

9494
## License ##
9595

96-
$.contextMenu is published under the [MIT license](http://www.opensource.org/licenses/mit-license.php).
96+
$.contextMenu is published under the [MIT license](http://www.opensource.org/licenses/mit-license) and [GPL v3](http://opensource.org/licenses/GPL-3.0).
9797

9898

9999
## Changelog ##

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2 id="authors">Authors</h2>
8585
</ul>
8686

8787
<h2 id="license">License</h2>
88-
<p>$.contextMenu is published under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</p>
88+
<p>$.contextMenu is published under the <a href="http://www.opensource.org/licenses/mit-license">MIT license</a> and <a href="http://opensource.org/licenses/GPL-3.0">GPL v3</a>.</p>
8989

9090
</div>
9191

src/jquery.contextMenu.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Rodney Rehm, Addy Osmani (patches for FF)
55
* Web: http://medialize.github.com/jQuery-contextMenu/
66
*
7-
* Licensed under the MIT License:
8-
* http://www.opensource.org/licenses/mit-license.php
7+
* Licensed under
8+
* MIT License http://www.opensource.org/licenses/mit-license
9+
* GPL v3 http://opensource.org/licenses/GPL-3.0
910
*
1011
*/
1112

0 commit comments

Comments
 (0)