# HG changeset patch # User Bradley M. Kuhn # Date 1404342198 14400 # Node ID cc28a05562d3f67ed18c319895f56a84a8e4d796 # Parent 0fef0864baa0b8585d91d0adb640a3f0f2a35621 Clarify copyright and license of PyRoutes.JS diff -r 0fef0864baa0 -r cc28a05562d3 rhodecode/public/js/rhodecode.js --- a/rhodecode/public/js/rhodecode.js Sun May 18 19:20:11 2014 -0400 +++ b/rhodecode/public/js/rhodecode.js Wed Jul 02 19:03:18 2014 -0400 @@ -151,7 +151,8 @@ } /** - * 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/ */