2021-01-27 13:42:22 +01:00
Each program should contain an initial section of ``++H*++`` comments lines, which includes a copyright and/or license statement. This rule must be fed with the header text that is expected in the header.
2020-06-30 12:47:33 +02:00
== Compliant Solution
----
H* Copyright (C) 2008-2013 SonarSource
H* mailto:contact AT sonarsource DOT com
H*
H* SonarQube is free software; you can redistribute it and/or
H* modify it under the terms of the GNU Lesser General Public
H* License as published by the Free Software Foundation; either
H* version 3 of the License, or (at your option) any later version.
H*
H* SonarQube is distributed in the hope that it will be useful,
H* but WITHOUT ANY WARRANTY; without even the implied warranty of
H* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
H* Lesser General Public License for more details.
H*
H* You should have received a copy of the GNU Lesser General Public License
H* along with this program; if not, write to the Free Software Foundation,
H* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
----
2021-06-02 20:44:38 +02:00
ifdef::rspecator-view[]
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::rspecator-view[]