We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec6c44 commit 777eb84Copy full SHA for 777eb84
purl.js
@@ -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!)
+/*
+ * JQuery URL Parser plugin (The No-jQuery version!)
+ * 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
+ */
7
8
var purl = (function(undefined) {
9
0 commit comments