Skip to content

Commit 777eb84

Browse files
committed
Update header block to reflect new license.
1 parent 7ec6c44 commit 777eb84

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

purl.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
// jQuery URL Parser plugin (No jQuery version!) - https://github.com/allmarkedup/jQuery-URL-Parser/tree/no-jquery
2-
// Written by Mark Perkins, mark@allmarkedup.com
3-
// License: http://unlicense.org/ (i.e. do what you want with it!)
1+
/*
2+
* JQuery URL Parser plugin (The No-jQuery version!)
3+
* Developed and maintanined by Mark Perkins, mark@allmarkedup.com
4+
* Source repository: https://github.com/allmarkedup/jQuery-URL-Parser
5+
* Licensed under an MIT-style license. See https://github.com/allmarkedup/jQuery-URL-Parser/blob/master/LICENSE for details.
6+
*/
47

58
var purl = (function(undefined) {
69

0 commit comments

Comments
 (0)