Skip to content

Commit 3e49bb8

Browse files
committed
Add GPL header to source files
1 parent 9b2f1f6 commit 3e49bb8

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed

main.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Dialog101
3+
Copyright (C) 2019-2022 Anthony Tibbs <[email protected]>
4+
5+
This program is free software; you can redistribute itand /or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License along
16+
with this program; if not, write to the Free Software Foundation, Inc.,
17+
51 Franklin Street, Fifth Floor, Boston, MA 02110 - 1301 USA.
18+
*/
19+
120
#include "mydialog.h"
221
#include <qcoreapplication.h>
322
#include <QtWidgets/QApplication>

mydialog.cpp

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Dialog101
3+
Copyright (C) 2019-2022 Anthony Tibbs <[email protected]>
4+
5+
This program is free software; you can redistribute itand /or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License along
16+
with this program; if not, write to the Free Software Foundation, Inc.,
17+
51 Franklin Street, Fifth Floor, Boston, MA 02110 - 1301 USA.
18+
*/
19+
120
#include "mydialog.h"
221
#include <QtWidgets/QFormLayout>
322
#include <QTranslator>

mydialog.h

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Dialog101
3+
Copyright (C) 2019-2022 Anthony Tibbs <[email protected]>
4+
5+
This program is free software; you can redistribute itand /or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation; either version 2 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License along
16+
with this program; if not, write to the Free Software Foundation, Inc.,
17+
51 Franklin Street, Fifth Floor, Boston, MA 02110 - 1301 USA.
18+
*/
19+
120
#pragma once
221

322
#include <QtWidgets/QDialog>

0 commit comments

Comments
 (0)