Skip to content

Commit bb53faf

Browse files
committed
Remove the bloated comment sections at the beginning of the files
1 parent e88c495 commit bb53faf

File tree

156 files changed

+0
-4560
lines changed

Some content is hidden

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

156 files changed

+0
-4560
lines changed

about_dialog.cpp

-30
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
/*
2-
***************************************************************************
3-
*
4-
* Author: Teunis van Beelen
5-
*
6-
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Teunis van Beelen
7-
*
8-
9-
*
10-
***************************************************************************
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation, either version 3 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24-
*
25-
***************************************************************************
26-
*/
27-
28-
29-
30-
311
#include "about_dialog.h"
322

333

about_dialog.h

-30
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
/*
2-
***************************************************************************
3-
*
4-
* Author: Teunis van Beelen
5-
*
6-
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Teunis van Beelen
7-
*
8-
9-
*
10-
***************************************************************************
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation, either version 3 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24-
*
25-
***************************************************************************
26-
*/
27-
28-
29-
30-
311
#ifndef ABOUT_FORM1_H
322
#define ABOUT_FORM1_H
333

active_file_chooser.cpp

-30
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
/*
2-
***************************************************************************
3-
*
4-
* Author: Teunis van Beelen
5-
*
6-
* Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Teunis van Beelen
7-
*
8-
9-
*
10-
***************************************************************************
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation, either version 3 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24-
*
25-
***************************************************************************
26-
*/
27-
28-
29-
30-
311
#include "active_file_chooser.h"
322

333

active_file_chooser.h

-30
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
/*
2-
***************************************************************************
3-
*
4-
* Author: Teunis van Beelen
5-
*
6-
* Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Teunis van Beelen
7-
*
8-
9-
*
10-
***************************************************************************
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation, either version 3 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24-
*
25-
***************************************************************************
26-
*/
27-
28-
29-
30-
311
#ifndef ACTIVEFILESAVERFORM1_H
322
#define ACTIVEFILESAVERFORM1_H
333

adjustfiltersettings.cpp

-29
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
/*
2-
***************************************************************************
3-
*
4-
* Author: Teunis van Beelen
5-
*
6-
* Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Teunis van Beelen
7-
*
8-
9-
*
10-
***************************************************************************
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation, either version 3 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24-
*
25-
***************************************************************************
26-
*/
27-
28-
29-
301
/*
312
323
type:

adjustfiltersettings.h

-30
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
/*
2-
***************************************************************************
3-
*
4-
* Author: Teunis van Beelen
5-
*
6-
* Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Teunis van Beelen
7-
*
8-
9-
*
10-
***************************************************************************
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation, either version 3 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24-
*
25-
***************************************************************************
26-
*/
27-
28-
29-
30-
311
#ifndef ADJUSTFILTERSETTINGS_H
322
#define ADJUSTFILTERSETTINGS_H
333

annotations_dock.cpp

-29
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
/*
2-
***************************************************************************
3-
*
4-
* Author: Teunis van Beelen
5-
*
6-
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Teunis van Beelen
7-
*
8-
9-
*
10-
***************************************************************************
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation, either version 3 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24-
*
25-
***************************************************************************
26-
*/
27-
28-
29-
301
#include "annotations_dock.h"
312

323

annotations_dock.h

-30
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
/*
2-
***************************************************************************
3-
*
4-
* Author: Teunis van Beelen
5-
*
6-
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Teunis van Beelen
7-
*
8-
9-
*
10-
***************************************************************************
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation, either version 3 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24-
*
25-
***************************************************************************
26-
*/
27-
28-
29-
30-
311
#ifndef ANNOTATIONSFORM1_H
322
#define ANNOTATIONSFORM1_H
333

ascii2edf.cpp

-29
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
/*
2-
***************************************************************************
3-
*
4-
* Author: Teunis van Beelen
5-
*
6-
* Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Teunis van Beelen
7-
*
8-
9-
*
10-
***************************************************************************
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation, either version 3 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24-
*
25-
***************************************************************************
26-
*/
27-
28-
29-
301
#include "ascii2edf.h"
312

323

ascii2edf.h

-28
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
/*
2-
***************************************************************************
3-
*
4-
* Author: Teunis van Beelen
5-
*
6-
* Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Teunis van Beelen
7-
*
8-
9-
*
10-
***************************************************************************
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation, either version 3 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24-
*
25-
***************************************************************************
26-
*/
27-
28-
291
#ifndef UI_ASCII2EDFFORM_H
302
#define UI_ASCII2EDFFORM_H
313

ascii_export.cpp

-29
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
/*
2-
***************************************************************************
3-
*
4-
* Author: Teunis van Beelen
5-
*
6-
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Teunis van Beelen
7-
*
8-
9-
*
10-
***************************************************************************
11-
*
12-
* This program is free software: you can redistribute it and/or modify
13-
* it under the terms of the GNU General Public License as published by
14-
* the Free Software Foundation, either version 3 of the License, or
15-
* (at your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful,
18-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
* GNU General Public License for more details.
21-
*
22-
* You should have received a copy of the GNU General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24-
*
25-
***************************************************************************
26-
*/
27-
28-
29-
301
#include "ascii_export.h"
312

323

0 commit comments

Comments
 (0)