Added version info

This commit is contained in:
Dennis Hotson 2012-05-16 21:35:17 +10:00
parent 771dcd24fb
commit 3e0a1be334

View File

@ -1,27 +1,29 @@
/** /**
Copyright (c) 2010 Dennis Hotson * Springy v1.0.1
*
Permission is hereby granted, free of charge, to any person * Copyright (c) 2010 Dennis Hotson
obtaining a copy of this software and associated documentation *
files (the "Software"), to deal in the Software without * Permission is hereby granted, free of charge, to any person
restriction, including without limitation the rights to use, * obtaining a copy of this software and associated documentation
copy, modify, merge, publish, distribute, sublicense, and/or sell * files (the "Software"), to deal in the Software without
copies of the Software, and to permit persons to whom the * restriction, including without limitation the rights to use,
Software is furnished to do so, subject to the following * copy, modify, merge, publish, distribute, sublicense, and/or sell
conditions: * copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
The above copyright notice and this permission notice shall be * conditions:
included in all copies or substantial portions of the Software. *
* The above copyright notice and this permission notice shall be
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * included in all copies or substantial portions of the Software.
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES *
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
OTHER DEALINGS IN THE SOFTWARE. * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
*/ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*/
var Graph = function() { var Graph = function() {
this.nodeSet = {}; this.nodeSet = {};