diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-10-02 16:42:41 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-10-02 16:42:41 +0200 |
commit | 1b8bc4096ef135efe3bd303d4029536e825d37c8 (patch) | |
tree | c5525721ce49cf9c7ff4fd9a25dd36b1b13b52f1 | |
parent | 4ce2586f6c99f8384d9beda97938be4721f64b27 (diff) | |
download | sonarqube-1b8bc4096ef135efe3bd303d4029536e825d37c8.tar.gz sonarqube-1b8bc4096ef135efe3bd303d4029536e825d37c8.zip |
SONAR-5558 Add licence info, update WS API label
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index d9c1cad458a..1b6e846b19c 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -204,11 +204,12 @@ <%= 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> |