diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-26 22:27:44 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-30 11:38:11 +0200 |
commit | 1ba23e72c35a134731c4b961d3fab67a019b03f0 (patch) | |
tree | 589fe8295b419cac5b557900023f60d000de1153 /sonar-batch-protocol/src/main/protobuf/batch_report.proto | |
parent | 010a2f8c36eda773386e1d7778b32e849a75677b (diff) | |
download | sonarqube-1ba23e72c35a134731c4b961d3fab67a019b03f0.tar.gz sonarqube-1ba23e72c35a134731c4b961d3fab67a019b03f0.zip |
Change format of copyright headers in .proto files
Diffstat (limited to 'sonar-batch-protocol/src/main/protobuf/batch_report.proto')
-rw-r--r-- | sonar-batch-protocol/src/main/protobuf/batch_report.proto | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/sonar-batch-protocol/src/main/protobuf/batch_report.proto b/sonar-batch-protocol/src/main/protobuf/batch_report.proto index e973a338021..52ad2f48fd9 100644 --- a/sonar-batch-protocol/src/main/protobuf/batch_report.proto +++ b/sonar-batch-protocol/src/main/protobuf/batch_report.proto @@ -1,22 +1,20 @@ -/* - SonarQube, open source software quality management tool. - Copyright (C) 2008-2015 SonarSource - mailto:contact AT sonarsource DOT com - - SonarQube 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. - - SonarQube 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. -*/ +// SonarQube, open source software quality management tool. +// Copyright (C) 2008-2015 SonarSource +// mailto:contact AT sonarsource DOT com +// +// SonarQube 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. +// +// SonarQube 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. /* Notes |