Skip to content

Commit fdde218

Browse files
committed
Fix GPL comments in all files. ">." was missing from the end.
1 parent 9df2b84 commit fdde218

104 files changed

Lines changed: 106 additions & 107 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cppcheck.cbp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
<Unit filename="gui/checkthread.cpp" />
4040
<Unit filename="gui/checkthread.h" />
4141
<Unit filename="gui/common.h" />
42+
<Unit filename="gui/csvreport.cpp" />
43+
<Unit filename="gui/csvreport.h" />
4244
<Unit filename="gui/fileviewdialog.cpp" />
4345
<Unit filename="gui/fileviewdialog.h" />
4446
<Unit filename="gui/main.cpp" />
@@ -138,9 +140,6 @@
138140
<Unit filename="tools/dmake.cpp">
139141
<Option target="&lt;{~None~}&gt;" />
140142
</Unit>
141-
<Unit filename="tools/errmsg.cpp">
142-
<Option target="&lt;{~None~}&gt;" />
143-
</Unit>
144143
<Extensions>
145144
<code_completion />
146145
<debugger />

gui/aboutdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* GNU General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
#include <QDialog>
1919
#include <QVBoxLayout>

gui/aboutdialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* GNU General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

1919
#ifndef ABOUT_DIALOG_H

gui/applicationdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* GNU General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

1919
#include "applicationdialog.h"

gui/applicationdialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* GNU General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

1919
#ifndef APPLICATIONDIALOG_H

gui/applicationlist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* GNU General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

1919
#include "applicationlist.h"

gui/applicationlist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* GNU General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

1919
#ifndef APPLICATIONLIST_H

gui/checkthread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* GNU General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

1919

gui/checkthread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* GNU General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

1919

gui/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* GNU General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU General Public License
16-
* along with this program. If not, see <http://www.gnu.org/licenses/
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

1919
#ifndef COMMON_H

0 commit comments

Comments
 (0)