Skip to content

Commit

Permalink
+ Change License to GPL v3
Browse files Browse the repository at this point in the history
  • Loading branch information
labo committed Sep 11, 2017
1 parent 8eb365d commit 9c8ba71
Show file tree
Hide file tree
Showing 55 changed files with 1,574 additions and 6 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Sonar Report CNES
SonarQube is an open platform to manage code quality. This program can export code analysis from a SonarQube server as a docx file, xlsx file and text files.

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 free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

###Quickstart
- Setup a SonarQube instance
Expand Down Expand Up @@ -31,7 +31,6 @@ If you experienced a problem with the plugin please open an issue. Inside this i
If you want to do a PR, please put inside of it the reason of this pull request. If this pull request fix an issue please insert the number of the issue or explain inside of the PR how to reproduce this issue.

### License

Copyright 2017 LEQUAL.

Licensed under the [GNU Lesser General Public License, Version 3.0](https://www.gnu.org/licenses/lgpl.txt)
Licensed under the [GNU General Public License, Version 3.0](https://www.gnu.org/licenses/gpl.txt)
17 changes: 17 additions & 0 deletions src/main/java/fr/cnes/sonar/report/ReportCommandLine.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report;

import fr.cnes.sonar.report.exceptions.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exceptions;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exceptions;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exceptions;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exceptions;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exceptions;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exceptions;

/**
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/fr/cnes/sonar/report/exporters/ConsoleExporter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exporters;

import fr.cnes.sonar.report.exceptions.BadExportationDataTypeException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/fr/cnes/sonar/report/exporters/IExporter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exporters;

import fr.cnes.sonar.report.exceptions.BadExportationDataTypeException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/fr/cnes/sonar/report/exporters/JsonExporter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exporters;

import fr.cnes.sonar.report.exceptions.BadExportationDataTypeException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/fr/cnes/sonar/report/exporters/XmlExporter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exporters;

import fr.cnes.sonar.report.exceptions.BadExportationDataTypeException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/fr/cnes/sonar/report/exporters/docx/DataAdapter.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exporters.docx;

import fr.cnes.sonar.report.input.StringManager;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exporters.docx;

import fr.cnes.sonar.report.exceptions.BadExportationDataTypeException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/fr/cnes/sonar/report/exporters/docx/DocXTools.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exporters.docx;

import fr.cnes.sonar.report.input.StringManager;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.exporters.docx;

import fr.cnes.sonar.report.model.Value;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/fr/cnes/sonar/report/factory/ReportFactory.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.factory;

import fr.cnes.sonar.report.exceptions.BadSonarQubeRequestException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/fr/cnes/sonar/report/input/Params.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.input;

import fr.cnes.sonar.report.exceptions.MissingParameterException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/fr/cnes/sonar/report/input/ParamsFactory.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of cnesreport.
*
* cnesreport is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cnesreport 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with cnesreport. If not, see <http://www.gnu.org/licenses/>.
*/

package fr.cnes.sonar.report.input;

import fr.cnes.sonar.report.exceptions.MalformedParameterException;
Expand Down
Loading

0 comments on commit 9c8ba71

Please sign in to comment.