diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2018-03-21 17:33:08 +0100 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2018-04-04 14:25:32 +0200 |
commit | c9e60ded9b8ffe4f97c73447c3ceda6919662a1e (patch) | |
tree | 63e1e5d45933b59563a699285f36dc0d316340c2 /HEADER | |
parent | fc34c6d43e123cf7e789232b4cd40b470a18b33e (diff) | |
download | sonarqube-c9e60ded9b8ffe4f97c73447c3ceda6919662a1e.tar.gz sonarqube-c9e60ded9b8ffe4f97c73447c3ceda6919662a1e.zip |
BUILD-612 Implement the check of source headers
Diffstat (limited to 'HEADER')
-rw-r--r-- | HEADER | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/HEADER b/HEADER new file mode 100644 index 00000000000..6ad8cb3c0d3 --- /dev/null +++ b/HEADER @@ -0,0 +1,17 @@ +SonarQube +Copyright (C) 2009-${year} SonarSource SA +mailto:info AT sonarsource DOT com + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 3 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with this program; if not, write to the Free Software Foundation, +Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
\ No newline at end of file |