Switch to side-by-side view

--- a/OSSEval/analysis/templates/analysis/analysis_report.html
+++ b/OSSEval/analysis/templates/analysis/analysis_report.html
@@ -6,8 +6,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
@@ -85,6 +83,10 @@
             {% endfor %}
         </fieldset>
         {% endfor %}
-
+        <footer id="site-footer">
+            <div class="footer-container" style="text-align: center">
+                <p>Powered by <a href="http://sosopensource.com" target="_blank"><img src="{% static "images/icon.png" %}"></a></p>
+            </div>
+        </footer>
     </body>
 </html>