changeset 4135:cc28a05562d3 rhodecode-2.2.5-gpl

Clarify copyright and license of PyRoutes.JS
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:03:18 -0400
parents 0fef0864baa0
children c558221cf702
files rhodecode/public/js/rhodecode.js
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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/<error_id>
  */