Skip to content

Commit 298ecf5

Browse files
committed
changed license info
1 parent 783dba1 commit 298ecf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

beforePostBack.jquery.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "beforePostBack",
3-
"version" : "1.0.1",
3+
"version" : "1.0.2",
44
"title" : "A jQuery plugin to add event handlers to ASP.NET's postback.",
55
"author" : {
66
"name" : "Peter Morlion",
@@ -9,8 +9,8 @@
99
},
1010
"licenses" : [
1111
{
12-
"type" : "GPLv2",
13-
"url" : "http://opensource.org/licenses/GPL-2.0"
12+
"type" : "MIT",
13+
"url" : "http://opensource.org/licenses/MIT"
1414
}
1515
],
1616
"dependencies" : {
@@ -19,4 +19,4 @@
1919
"description" : "This jQuery plugin allows you to subscribe to ASP.NET's postback. Because ASP.NET (WebForms) doesn't raise a submit event, we need another way of subscribing to the postback. This plugin allows you to execute javascript functions before the form is posted to the server.",
2020
"keywords" : [ "asp.net", "postback" ],
2121
"homepage" : "http://github.com/petermorlion/jquery.beforePostBack"
22-
}
22+
}

0 commit comments

Comments
 (0)