Skip to content

Commit 449ea10

Browse files
author
Johannes Schickel
committed
WIN32: Make GPL headers consistent in themselves.
1 parent 3b73ceb commit 449ea10

File tree

9 files changed

+13
-8
lines changed

9 files changed

+13
-8
lines changed

backends/fs/windows/windows-fs-factory.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
*
2021
*/
2122

2223
#if defined(WIN32)

backends/fs/windows/windows-fs-factory.h

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
*
2021
*/
2122

2223
#ifndef WINDOWS_FILESYSTEM_FACTORY_H

backends/fs/windows/windows-fs.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
*
2021
*/
2122

2223
#if defined(WIN32)

backends/fs/windows/windows-fs.h

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
*
2021
*/
2122

2223
#ifndef WINDOWS_FILESYSTEM_H

backends/midi/windows.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
*
2021
*/
2122

2223
// Disable symbol overrides so that we can use system headers.

backends/plugins/win32/win32-provider.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
* modify it under the terms of the GNU General Public License
99
* as published by the Free Software Foundation; either version 2
1010
* of the License, or (at your option) any later version.
11-
11+
*
1212
* This program is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
16-
16+
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

backends/plugins/win32/win32-provider.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
* modify it under the terms of the GNU General Public License
99
* as published by the Free Software Foundation; either version 2
1010
* of the License, or (at your option) any later version.
11-
11+
*
1212
* This program is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
16-
16+
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

backends/saves/windows/windows-saves.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
* modify it under the terms of the GNU General Public License
99
* as published by the Free Software Foundation; either version 2
1010
* of the License, or (at your option) any later version.
11-
11+
*
1212
* This program is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
16-
16+
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

backends/saves/windows/windows-saves.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
* modify it under the terms of the GNU General Public License
99
* as published by the Free Software Foundation; either version 2
1010
* of the License, or (at your option) any later version.
11-
11+
*
1212
* This program is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
16-
16+
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

0 commit comments

Comments
 (0)