diff --git a/lib/bootstrap.js b/lib/bootstrap.js index c689f6b2..23abaa2f 100644 --- a/lib/bootstrap.js +++ b/lib/bootstrap.js @@ -1,10 +1,10 @@ /** * Bootstrap JavaScript Library * (c) 2006 - 2011 Juerg Lehni, http://lehni.org/ - * + * * Bootstrap is released under the MIT license * http://bootstrapjs.org/ - * + * * Inspirations: * http://dean.edwards.name/weblog/2006/03/base/ * http://dev.helma.org/Wiki/JavaScript+Inheritance+Sugar/ diff --git a/lib/parse-js.js b/lib/parse-js.js index 500d873d..fde85b1f 100644 --- a/lib/parse-js.js +++ b/lib/parse-js.js @@ -1,14 +1,14 @@ /** * A JavaScript tokenizer / parser / generator. - * + * * Distributed under the BSD license. - * + * * Copyright (c) 2010, Mihai Bazon * http://mihai.bazon.net/blog/ - * + * * Modifications and adaption to browser (c) 2011, Juerg Lehni * http://lehni.org/ - * + * * Based on parse-js, (c) Marijn Haverbeke * http://marijn.haverbeke.nl/parse-js/ */