]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5558 Add licence info, update WS API label
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 2 Oct 2014 14:42:41 +0000 (16:42 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 2 Oct 2014 14:42:41 +0000 (16:42 +0200)
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb

index d9c1cad458a0ba4610bfcd2ea2f5804397273d39..1b6e846b19c7df61c7e4fcd7b7b898aba35d553b 100644 (file)
       <%= render 'branding/footer' -%>
       <div>
         Version <%= sonar_version -%> -
+        <a href="http://www.gnu.org/licenses/lgpl-3.0.txt" target="lgpl_v3">LGPL v3</a> -
         <a href="http://www.sonarqube.org" target="sonar">Community</a> -
         <a href="http://www.sonarqube.org/documentation" target="sonar_doc">Documentation</a> -
         <a href="http://www.sonarqube.org/support" target="support">Get Support</a> -
         <a href="http://sonar-plugins.codehaus.org" target="plugins">Plugins</a> -
-        <a href="<%= ApplicationController.root_context -%>/api_documentation">API</a>
+        <a href="<%= ApplicationController.root_context -%>/api_documentation">Web Service API</a>
         <% unless DatabaseVersion.production? %>
           <br><br><span class="error big" id="evaluation_warning">Embedded database should be used for evaluation purpose only</span>
           <br><br><span class="error">The embedded database will not scale, it will not support upgrading to newer versions of SonarQube, and there is no support for migrating your data out of it into a different database engine.</span>