--- a/OSSEval/OSSEval/utils.py
+++ b/OSSEval/OSSEval/utils.py
@@ -5,6 +5,8 @@
 # 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
@@ -12,11 +14,11 @@
 
 
 from json import JSONEncoder
+from lxml import html
+import urllib2
 from apiclient.discovery import build
 from apiclient.errors import HttpError
 import OSSEval
-import urllib2
-from lxml import html
 
 class Configuration():
     google_developerKey = OSSEval.google_developerKey