Skip to content

Commit 61de17d

Browse files
committed
Added license headers
1 parent 99af8f2 commit 61de17d

File tree

9 files changed

+154
-2
lines changed

9 files changed

+154
-2
lines changed

argaction.cpp

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

322
argAction::argAction()

argaction.h

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

main.cpp

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

mainwindow.cpp

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

mainwindow.h

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

mainwindow.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>787</width>
9+
<width>795</width>
1010
<height>466</height>
1111
</rect>
1212
</property>
@@ -1456,7 +1456,7 @@
14561456
<rect>
14571457
<x>0</x>
14581458
<y>0</y>
1459-
<width>787</width>
1459+
<width>795</width>
14601460
<height>24</height>
14611461
</rect>
14621462
</property>

outputwindow.cpp

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

outputwindow.h

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

settings.h

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

0 commit comments

Comments
 (0)