--- a/OSSEval/OpenSourceProject/views.py
+++ b/OSSEval/OpenSourceProject/views.py
@@ -5,8 +5,6 @@
 # OSSeval is powered by the SOS Open Source AGPL edition.
 #  The AGPL requires that you do not remove the SOS Open Source attribution and copyright 
 #  notices from the user interface (see section 5.d below).
-#  Commercial licenses are available and do not require any SOS Open Source attributions
-#  or visible copyright notices but they are not permitted under this license.
 
 # OSSEval Copyright 2014 Bitergium SLL
 # SOS Open Source Copyright 2012 Roberto Galoppini
@@ -30,7 +28,7 @@
 import OpenSourceProject
 
 def test(request):
-    return HttpResponse(OpenSourceProject.flossmole_locale)
+    return HttpResponse(OpenSourceProject.record_limit)
 
 def instance_list_html(request, analysis_id):
     '''