Skip to content

Commit 312442f

Browse files
author
Johannes Schickel
committed
DS: Make GPL headers consistent in themselves.
1 parent aaff7b1 commit 312442f

30 files changed

+57
-52
lines changed

backends/fs/ds/ds-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
// Disable symbol overrides for FILE as that is used in FLAC headers

backends/fs/ds/ds-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 DS_FILESYSTEM_FACTORY_H

backends/fs/ds/ds-fs.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/fs/ds/ds-fs.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/platform/ds/arm7/source/main.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/platform/ds/arm9/source/blitters.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/platform/ds/arm9/source/blitters.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/platform/ds/arm9/source/cdaudio.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/platform/ds/arm9/source/cdaudio.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/platform/ds/arm9/source/dsmain.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/platform/ds/arm9/source/dsmain.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/platform/ds/arm9/source/dsoptions.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/platform/ds/arm9/source/dsoptions.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/platform/ds/arm9/source/gbampsave.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/platform/ds/arm9/source/gbampsave.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/platform/ds/arm9/source/keys.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/platform/ds/arm9/source/osystem_ds.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
*
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
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
*
2021
*/
2122

2223

backends/platform/ds/arm9/source/osystem_ds.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/platform/ds/arm9/source/portdefs.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/platform/ds/arm9/source/scummhelp.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/platform/ds/arm9/source/scummhelp.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/platform/ds/arm9/source/touchkeyboard.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
*
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
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*
2121
*/
22+
2223
#include <nds.h>
2324
#include "NDS/scummvm_ipc.h"
2425
#include "touchkeyboard.h"

backends/platform/ds/arm9/source/touchkeyboard.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/platform/ds/arm9/source/wordcompletion.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/platform/ds/arm9/source/wordcompletion.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/platform/ds/arm9/source/zipreader.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/platform/ds/arm9/source/zipreader.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/platform/ds/commoninclude/NDS/scummvm_ipc.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 SCUMMVM_IPC_INCLUDE

0 commit comments

Comments
 (0)