From 1b8bc4096ef135efe3bd303d4029536e825d37c8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Thu, 2 Oct 2014 16:42:41 +0200 Subject: [PATCH] SONAR-5558 Add licence info, update WS API label --- .../src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' -%>
Version <%= sonar_version -%> - + LGPL v3 - Community - Documentation - Get Support - Plugins - - API + Web Service API <% unless DatabaseVersion.production? %>

Embedded database should be used for evaluation purpose only

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. -- 2.39.5