# HG changeset patch # User Bradley M. Kuhn # Date 2014-07-03 01:03:18 # Node ID cc28a05562d3f67ed18c319895f56a84a8e4d796 # Parent 0fef0864baa0b8585d91d0adb640a3f0f2a35621 Clarify copyright and license of PyRoutes.JS diff --git a/rhodecode/public/js/rhodecode.js b/rhodecode/public/js/rhodecode.js --- a/rhodecode/public/js/rhodecode.js +++ b/rhodecode/public/js/rhodecode.js @@ -151,7 +151,8 @@ ColorGenerator.prototype = { } /** - * PyRoutesJS + * A customized version of PyRoutes.JS from https://pypi.python.org/pypi/pyroutes.js/ + * which is copyright Stephane Klein and was made available under the BSD License. * * Usage pyroutes.url('mark_error_fixed',{"error_id":error_id}) // /mark_error_fixed/ */