Skip to content

Commit 9a3c524

Browse files
authored
Merge pull request #381 from OpenATSGmbH/copilot/fix-cf0e067e-c595-4904-bae5-8693a3e324c7
Add GPL license headers to all C++ source and header files
2 parents 271dd72 + e4596e1 commit 9a3c524

File tree

268 files changed

+4536
-29
lines changed

Some content is hidden

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

268 files changed

+4536
-29
lines changed

src/asterix/asterixjsonparser.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* This file is part of OpenATS COMPASS.
3+
*
4+
* COMPASS is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* COMPASS is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
14+
* You should have received a copy of the GNU General Public License
15+
* along with COMPASS. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
118
#include "asterixjsonparser.h"
219

320
#include "compass.h"

src/asterix/asterixjsonparser.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* This file is part of OpenATS COMPASS.
3+
*
4+
* COMPASS is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* COMPASS is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
14+
* You should have received a copy of the GNU General Public License
15+
* along with COMPASS. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
118
#pragma once
219
#include "configurable.h"
320
#include "dbcontent/variable/variableset.h"

src/asterix/asterixjsonparserdetailwidget.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* This file is part of OpenATS COMPASS.
3+
*
4+
* COMPASS is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* COMPASS is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
14+
* You should have received a copy of the GNU General Public License
15+
* along with COMPASS. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
118
#include "asterixjsonparserdetailwidget.h"
219
#include "datatypeformatselectionwidget.h"
320
#include "dbcontent/variable/variable.h"

src/asterix/asterixjsonparserdetailwidget.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* This file is part of OpenATS COMPASS.
3+
*
4+
* COMPASS is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* COMPASS is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
14+
* You should have received a copy of the GNU General Public License
15+
* along with COMPASS. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
118
#pragma once
219

320
#include "asterixjsonparser.h"

src/asterix/asterixjsonparserwidget.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* This file is part of OpenATS COMPASS.
3+
*
4+
* COMPASS is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* COMPASS is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
14+
* You should have received a copy of the GNU General Public License
15+
* along with COMPASS. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
118
#include "asterixjsonparserwidget.h"
219
#include "asterixjsonparserdetailwidget.h"
320
#include "asterixjsonparser.h"

src/asterix/asterixjsonparserwidget.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* This file is part of OpenATS COMPASS.
3+
*
4+
* COMPASS is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* COMPASS is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
14+
* You should have received a copy of the GNU General Public License
15+
* along with COMPASS. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
118
#pragma once
219

320
#include <QWidget>

src/asterix/asterixjsonparsingschema.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* This file is part of OpenATS COMPASS.
3+
*
4+
* COMPASS is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* COMPASS is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
14+
* You should have received a copy of the GNU General Public License
15+
* along with COMPASS. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
118
#include "asterixjsonparsingschema.h"
219
#include "asteriximporttask.h"
320

src/asterix/asterixjsonparsingschema.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* This file is part of OpenATS COMPASS.
3+
*
4+
* COMPASS is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* COMPASS is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
14+
* You should have received a copy of the GNU General Public License
15+
* along with COMPASS. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
118
#pragma once
219

320
#include "configurable.h"

src/client/appmode.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* This file is part of OpenATS COMPASS.
3+
*
4+
* COMPASS is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* COMPASS is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
14+
* You should have received a copy of the GNU General Public License
15+
* along with COMPASS. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
118
#pragma once
219

320
#include <string>

src/client/mainwindow_commands.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* This file is part of OpenATS COMPASS.
3+
*
4+
* COMPASS is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* COMPASS is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
14+
* You should have received a copy of the GNU General Public License
15+
* along with COMPASS. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
118
#include "mainwindow_commands.h"
219
#include "mainwindow.h"
320
#include "compass.h"

0 commit comments

Comments
 (0)