diff --git a/arm7/source/main.cpp b/arm7/source/main.cpp index ec65bda..12f3520 100644 --- a/arm7/source/main.cpp +++ b/arm7/source/main.cpp @@ -3,18 +3,7 @@ Copyright (C) 2008-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/arm9/source/animation.cpp b/arm9/source/animation.cpp index 3e034ea..b95bac0 100644 --- a/arm9/source/animation.cpp +++ b/arm9/source/animation.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "animation.h" diff --git a/arm9/source/animation.h b/arm9/source/animation.h index 8f478a8..d0a3b48 100644 --- a/arm9/source/animation.h +++ b/arm9/source/animation.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/bigclock.cpp b/arm9/source/bigclock.cpp index 9cf2e6d..2ea55bd 100644 --- a/arm9/source/bigclock.cpp +++ b/arm9/source/bigclock.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "bigclock.h" diff --git a/arm9/source/bigclock.h b/arm9/source/bigclock.h index 2c09ef5..39e2121 100644 --- a/arm9/source/bigclock.h +++ b/arm9/source/bigclock.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/bmp15.cpp b/arm9/source/bmp15.cpp index 1d30b7b..5f588f1 100644 --- a/arm9/source/bmp15.cpp +++ b/arm9/source/bmp15.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ //� diff --git a/arm9/source/bmp15.h b/arm9/source/bmp15.h index 35dbb81..14ded90 100644 --- a/arm9/source/bmp15.h +++ b/arm9/source/bmp15.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/calendar.cpp b/arm9/source/calendar.cpp index 9288d6b..db58100 100644 --- a/arm9/source/calendar.cpp +++ b/arm9/source/calendar.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "calendar.h" diff --git a/arm9/source/calendar.h b/arm9/source/calendar.h index 61ab51f..5588a5d 100644 --- a/arm9/source/calendar.h +++ b/arm9/source/calendar.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/calendarwnd.cpp b/arm9/source/calendarwnd.cpp index 8964b0a..26a47dc 100644 --- a/arm9/source/calendarwnd.cpp +++ b/arm9/source/calendarwnd.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "calendarwnd.h" diff --git a/arm9/source/calendarwnd.h b/arm9/source/calendarwnd.h index 80b2af3..0283088 100644 --- a/arm9/source/calendarwnd.h +++ b/arm9/source/calendarwnd.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/cheatwnd.cpp b/arm9/source/cheatwnd.cpp index c897956..0f3ada5 100644 --- a/arm9/source/cheatwnd.cpp +++ b/arm9/source/cheatwnd.cpp @@ -4,18 +4,7 @@ Portions copyright (C) 2008 bliss (bliss@hanirc.org) Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "cheatwnd.h" diff --git a/arm9/source/cheatwnd.h b/arm9/source/cheatwnd.h index af8330f..65e7040 100644 --- a/arm9/source/cheatwnd.h +++ b/arm9/source/cheatwnd.h @@ -2,18 +2,7 @@ cheatwnd.h Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/datetime.cpp b/arm9/source/datetime.cpp index 402fd4f..7d939dd 100644 --- a/arm9/source/datetime.cpp +++ b/arm9/source/datetime.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "datetime.h" diff --git a/arm9/source/datetime.h b/arm9/source/datetime.h index 20316e3..22c047e 100644 --- a/arm9/source/datetime.h +++ b/arm9/source/datetime.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/dbgtool.h b/arm9/source/dbgtool.h index ccd317e..3b4f321 100644 --- a/arm9/source/dbgtool.h +++ b/arm9/source/dbgtool.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/diskicon.cpp b/arm9/source/diskicon.cpp index 4ad3d66..e2c0286 100644 --- a/arm9/source/diskicon.cpp +++ b/arm9/source/diskicon.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "diskicon.h" diff --git a/arm9/source/diskicon.h b/arm9/source/diskicon.h index ffe9ccd..8e95ef5 100644 --- a/arm9/source/diskicon.h +++ b/arm9/source/diskicon.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/dslight.h b/arm9/source/dslight.h index 58dfc69..a802ce8 100644 --- a/arm9/source/dslight.h +++ b/arm9/source/dslight.h @@ -4,16 +4,5 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/arm9/source/dsrom.cpp b/arm9/source/dsrom.cpp index a839c13..45195f6 100644 --- a/arm9/source/dsrom.cpp +++ b/arm9/source/dsrom.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "dsrom.h" diff --git a/arm9/source/dsrom.h b/arm9/source/dsrom.h index a6caf53..5fbe3e3 100644 --- a/arm9/source/dsrom.h +++ b/arm9/source/dsrom.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/exptools.cpp b/arm9/source/exptools.cpp index 4dbe368..affd60d 100644 --- a/arm9/source/exptools.cpp +++ b/arm9/source/exptools.cpp @@ -3,18 +3,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "exptools.h" diff --git a/arm9/source/exptools.h b/arm9/source/exptools.h index 686e44e..44838d9 100644 --- a/arm9/source/exptools.h +++ b/arm9/source/exptools.h @@ -3,18 +3,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/expwnd.cpp b/arm9/source/expwnd.cpp index 2aba622..05ff600 100644 --- a/arm9/source/expwnd.cpp +++ b/arm9/source/expwnd.cpp @@ -3,18 +3,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "expwnd.h" diff --git a/arm9/source/expwnd.h b/arm9/source/expwnd.h index 1b85489..93e82bb 100644 --- a/arm9/source/expwnd.h +++ b/arm9/source/expwnd.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/favorites.cpp b/arm9/source/favorites.cpp index 24d1ac6..e57cb0d 100644 --- a/arm9/source/favorites.cpp +++ b/arm9/source/favorites.cpp @@ -3,18 +3,7 @@ Copyright (C) 2008 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "favorites.h" diff --git a/arm9/source/favorites.h b/arm9/source/favorites.h index 468667f..0d38be2 100644 --- a/arm9/source/favorites.h +++ b/arm9/source/favorites.h @@ -3,18 +3,7 @@ Copyright (C) 2008 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/fileicons.cpp b/arm9/source/fileicons.cpp index c4b4ec3..a4da8ff 100644 --- a/arm9/source/fileicons.cpp +++ b/arm9/source/fileicons.cpp @@ -2,18 +2,7 @@ fileicons.cpp Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "fileicons.h" diff --git a/arm9/source/fileicons.h b/arm9/source/fileicons.h index 7c46a87..0d2e0bb 100644 --- a/arm9/source/fileicons.h +++ b/arm9/source/fileicons.h @@ -2,18 +2,7 @@ fileicons.h Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/flags.h b/arm9/source/flags.h index 378789f..3e0621e 100644 --- a/arm9/source/flags.h +++ b/arm9/source/flags.h @@ -3,18 +3,7 @@ Copyright (C) 2008 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/font/font.cpp b/arm9/source/font/font.cpp index af05214..fc0a8d5 100644 --- a/arm9/source/font/font.cpp +++ b/arm9/source/font/font.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "font.h" diff --git a/arm9/source/font/font.h b/arm9/source/font/font.h index ae630ad..8468670 100644 --- a/arm9/source/font/font.h +++ b/arm9/source/font/font.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/font/font_pcf.cpp b/arm9/source/font/font_pcf.cpp index cae6814..b2d4db6 100644 --- a/arm9/source/font/font_pcf.cpp +++ b/arm9/source/font/font_pcf.cpp @@ -3,18 +3,7 @@ Copyright (C) 2008-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "font_pcf.h" diff --git a/arm9/source/font/font_pcf.h b/arm9/source/font/font_pcf.h index 05e3075..46eeab3 100644 --- a/arm9/source/font/font_pcf.h +++ b/arm9/source/font/font_pcf.h @@ -3,18 +3,7 @@ Copyright (C) 2008-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ /* diff --git a/arm9/source/font/font_pcf_internals.h b/arm9/source/font/font_pcf_internals.h index bfa67f5..82ec6e5 100644 --- a/arm9/source/font/font_pcf_internals.h +++ b/arm9/source/font/font_pcf_internals.h @@ -3,18 +3,7 @@ Copyright (C) 2008-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/font/fontfactory.cpp b/arm9/source/font/fontfactory.cpp index 8634003..c54ca97 100644 --- a/arm9/source/font/fontfactory.cpp +++ b/arm9/source/font/fontfactory.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "fontfactory.h" diff --git a/arm9/source/font/fontfactory.h b/arm9/source/font/fontfactory.h index 79ed999..8e98b63 100644 --- a/arm9/source/font/fontfactory.h +++ b/arm9/source/font/fontfactory.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/arm9/source/gamecode.h b/arm9/source/gamecode.h index 034a506..272f826 100644 --- a/arm9/source/gamecode.h +++ b/arm9/source/gamecode.h @@ -2,18 +2,7 @@ gamecode.h Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/gbaloader.cpp b/arm9/source/gbaloader.cpp index 6af4fb3..1aba390 100644 --- a/arm9/source/gbaloader.cpp +++ b/arm9/source/gbaloader.cpp @@ -3,18 +3,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "gbaloader.h" diff --git a/arm9/source/gbaloader.h b/arm9/source/gbaloader.h index 338c906..2bc1c24 100644 --- a/arm9/source/gbaloader.h +++ b/arm9/source/gbaloader.h @@ -3,18 +3,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/gbanes.cpp b/arm9/source/gbanes.cpp index d84bc28..33d5c01 100644 --- a/arm9/source/gbanes.cpp +++ b/arm9/source/gbanes.cpp @@ -3,18 +3,7 @@ Copyright (C) 2008-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/arm9/source/gbapatcher.cpp b/arm9/source/gbapatcher.cpp index ad8fdab..fd92691 100644 --- a/arm9/source/gbapatcher.cpp +++ b/arm9/source/gbapatcher.cpp @@ -3,18 +3,7 @@ Copyright (C) 2008-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "gbapatcher.h" diff --git a/arm9/source/gbapatcher.h b/arm9/source/gbapatcher.h index fdea6a8..d3ca534 100644 --- a/arm9/source/gbapatcher.h +++ b/arm9/source/gbapatcher.h @@ -3,18 +3,7 @@ Copyright (C) 2008-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/gbasleep.cpp b/arm9/source/gbasleep.cpp index 810e6c9..d1de325 100644 --- a/arm9/source/gbasleep.cpp +++ b/arm9/source/gbasleep.cpp @@ -4,18 +4,7 @@ Copyright (C) 2008-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/arm9/source/gdi.cpp b/arm9/source/gdi.cpp index e7a06ce..3831675 100644 --- a/arm9/source/gdi.cpp +++ b/arm9/source/gdi.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "gdi.h" diff --git a/arm9/source/gdi.h b/arm9/source/gdi.h index 86aa5eb..16352ed 100644 --- a/arm9/source/gdi.h +++ b/arm9/source/gdi.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/globalsettings.cpp b/arm9/source/globalsettings.cpp index dd2046b..6d4f75f 100644 --- a/arm9/source/globalsettings.cpp +++ b/arm9/source/globalsettings.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "globalsettings.h" diff --git a/arm9/source/globalsettings.h b/arm9/source/globalsettings.h index f3ee8ee..5705404 100644 --- a/arm9/source/globalsettings.h +++ b/arm9/source/globalsettings.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/helpwnd.cpp b/arm9/source/helpwnd.cpp index 73ab0ff..480ac37 100644 --- a/arm9/source/helpwnd.cpp +++ b/arm9/source/helpwnd.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "helpwnd.h" diff --git a/arm9/source/helpwnd.h b/arm9/source/helpwnd.h index fb02865..7a17823 100644 --- a/arm9/source/helpwnd.h +++ b/arm9/source/helpwnd.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/icons.cpp b/arm9/source/icons.cpp index b215c6a..161c009 100644 --- a/arm9/source/icons.cpp +++ b/arm9/source/icons.cpp @@ -2,18 +2,7 @@ icons.cpp Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "icons.h" diff --git a/arm9/source/icons.h b/arm9/source/icons.h index 31944ab..cf4b501 100644 --- a/arm9/source/icons.h +++ b/arm9/source/icons.h @@ -2,18 +2,7 @@ icons.h Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/inifile.cpp b/arm9/source/inifile.cpp index 41d440b..bcb43d7 100644 --- a/arm9/source/inifile.cpp +++ b/arm9/source/inifile.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "inifile.h" diff --git a/arm9/source/inifile.h b/arm9/source/inifile.h index 7b4a119..20a0c72 100644 --- a/arm9/source/inifile.h +++ b/arm9/source/inifile.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009-2010 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/irqs.cpp b/arm9/source/irqs.cpp index 3c0afac..a365548 100644 --- a/arm9/source/irqs.cpp +++ b/arm9/source/irqs.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "irqs.h" diff --git a/arm9/source/irqs.h b/arm9/source/irqs.h index ed755ed..a60ed3d 100644 --- a/arm9/source/irqs.h +++ b/arm9/source/irqs.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/language.cpp b/arm9/source/language.cpp index b03eb17..4a1f77d 100644 --- a/arm9/source/language.cpp +++ b/arm9/source/language.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "language.h" diff --git a/arm9/source/language.h b/arm9/source/language.h index 67526af..748ba24 100644 --- a/arm9/source/language.h +++ b/arm9/source/language.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/main.cpp b/arm9/source/main.cpp index 0167e0f..9ef3a7d 100644 --- a/arm9/source/main.cpp +++ b/arm9/source/main.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/arm9/source/mainlist.cpp b/arm9/source/mainlist.cpp index 5e1e3b3..eabf4fa 100644 --- a/arm9/source/mainlist.cpp +++ b/arm9/source/mainlist.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ //� diff --git a/arm9/source/mainlist.h b/arm9/source/mainlist.h index ecf1721..804269e 100644 --- a/arm9/source/mainlist.h +++ b/arm9/source/mainlist.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/mainwnd.cpp b/arm9/source/mainwnd.cpp index df11b5f..2b9b79c 100644 --- a/arm9/source/mainwnd.cpp +++ b/arm9/source/mainwnd.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "mainwnd.h" diff --git a/arm9/source/mainwnd.h b/arm9/source/mainwnd.h index d9a48fa..e6d9540 100644 --- a/arm9/source/mainwnd.h +++ b/arm9/source/mainwnd.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/rominfownd.cpp b/arm9/source/rominfownd.cpp index c08b7a8..f6ff9fa 100644 --- a/arm9/source/rominfownd.cpp +++ b/arm9/source/rominfownd.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "rominfownd.h" diff --git a/arm9/source/rominfownd.h b/arm9/source/rominfownd.h index 54bb0d2..1e5d376 100644 --- a/arm9/source/rominfownd.h +++ b/arm9/source/rominfownd.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/romlauncher.cpp b/arm9/source/romlauncher.cpp index ce2c8f2..62f6e1d 100644 --- a/arm9/source/romlauncher.cpp +++ b/arm9/source/romlauncher.cpp @@ -2,18 +2,7 @@ romlauncher.cpp Copyright (C) 2010 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "romlauncher.h" diff --git a/arm9/source/romlauncher.h b/arm9/source/romlauncher.h index 4e04961..d06a594 100644 --- a/arm9/source/romlauncher.h +++ b/arm9/source/romlauncher.h @@ -2,18 +2,7 @@ romlauncher.h Copyright (C) 2010 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/romloader.cpp b/arm9/source/romloader.cpp index e07672a..6bf3cb3 100644 --- a/arm9/source/romloader.cpp +++ b/arm9/source/romloader.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "romloader.h" diff --git a/arm9/source/romloader.h b/arm9/source/romloader.h index 4e92f63..348ce81 100644 --- a/arm9/source/romloader.h +++ b/arm9/source/romloader.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/savemngr.cpp b/arm9/source/savemngr.cpp index e96e487..07f675f 100644 --- a/arm9/source/savemngr.cpp +++ b/arm9/source/savemngr.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ //� diff --git a/arm9/source/savemngr.h b/arm9/source/savemngr.h index 7d84254..e7d385d 100644 --- a/arm9/source/savemngr.h +++ b/arm9/source/savemngr.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/settingwnd.cpp b/arm9/source/settingwnd.cpp index bb1b5e3..14b347a 100644 --- a/arm9/source/settingwnd.cpp +++ b/arm9/source/settingwnd.cpp @@ -4,18 +4,7 @@ Copyright (C) 2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "settingwnd.h" diff --git a/arm9/source/settingwnd.h b/arm9/source/settingwnd.h index d925970..c00d19d 100644 --- a/arm9/source/settingwnd.h +++ b/arm9/source/settingwnd.h @@ -4,18 +4,7 @@ Copyright (C) 2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/singleton.h b/arm9/source/singleton.h index 621d4e3..e62bdcb 100644 --- a/arm9/source/singleton.h +++ b/arm9/source/singleton.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/sprite.cpp b/arm9/source/sprite.cpp index 817179e..b0c5ead 100644 --- a/arm9/source/sprite.cpp +++ b/arm9/source/sprite.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "sprite.h" diff --git a/arm9/source/sprite.h b/arm9/source/sprite.h index 69be809..965b9bf 100644 --- a/arm9/source/sprite.h +++ b/arm9/source/sprite.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/sram.cpp b/arm9/source/sram.cpp index 08254c3..af9b337 100644 --- a/arm9/source/sram.cpp +++ b/arm9/source/sram.cpp @@ -3,18 +3,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "sram.h" diff --git a/arm9/source/sram.h b/arm9/source/sram.h index 196f571..47070fc 100644 --- a/arm9/source/sram.h +++ b/arm9/source/sram.h @@ -3,18 +3,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/startmenu.cpp b/arm9/source/startmenu.cpp index 845952a..b911612 100644 --- a/arm9/source/startmenu.cpp +++ b/arm9/source/startmenu.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "startmenu.h" diff --git a/arm9/source/startmenu.h b/arm9/source/startmenu.h index 776baff..2f2fabd 100644 --- a/arm9/source/startmenu.h +++ b/arm9/source/startmenu.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/stringtool.cpp b/arm9/source/stringtool.cpp index e76d835..de7bb88 100644 --- a/arm9/source/stringtool.cpp +++ b/arm9/source/stringtool.cpp @@ -1,28 +1,8 @@ -/*--------------------------------------------------------------------------------- +/* + Copyright (C) 2007 Acekard, www.acekard.com - -Copyright (C) 2007 Acekard, www.acekard.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - ----------------------------------------------------------------------------------*/ + SPDX-License-Identifier: MIT +*/ #include "stringtool.h" #include diff --git a/arm9/source/stringtool.h b/arm9/source/stringtool.h index 08118fb..f1008b7 100644 --- a/arm9/source/stringtool.h +++ b/arm9/source/stringtool.h @@ -1,28 +1,8 @@ -/*--------------------------------------------------------------------------------- +/* + Copyright (C) 2007 Acekard, www.acekard.com - -Copyright (C) 2007 Acekard, www.acekard.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - ----------------------------------------------------------------------------------*/ + SPDX-License-Identifier: MIT +*/ #pragma once diff --git a/arm9/source/systemfilenames.h b/arm9/source/systemfilenames.h index 7e8b35c..57b9c35 100644 --- a/arm9/source/systemfilenames.h +++ b/arm9/source/systemfilenames.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/testcases.cpp b/arm9/source/testcases.cpp index efe9bc1..1579789 100644 --- a/arm9/source/testcases.cpp +++ b/arm9/source/testcases.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/arm9/source/testcases.h b/arm9/source/testcases.h index 7e5a0bb..277580f 100644 --- a/arm9/source/testcases.h +++ b/arm9/source/testcases.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/timer.cpp b/arm9/source/timer.cpp index f7945f8..32a8f64 100644 --- a/arm9/source/timer.cpp +++ b/arm9/source/timer.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "timer.h" diff --git a/arm9/source/timer.h b/arm9/source/timer.h index 5fbb543..7580c48 100644 --- a/arm9/source/timer.h +++ b/arm9/source/timer.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/timetool.cpp b/arm9/source/timetool.cpp index 2e4450d..7257eaf 100644 --- a/arm9/source/timetool.cpp +++ b/arm9/source/timetool.cpp @@ -1,28 +1,8 @@ -/*--------------------------------------------------------------------------------- +/* + Copyright (C) 2007 Acekard, www.acekard.com - -Copyright (C) 2007 Acekard, www.acekard.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - ----------------------------------------------------------------------------------*/ + SPDX-License-Identifier: MIT +*/ #include diff --git a/arm9/source/timetool.h b/arm9/source/timetool.h index 7b0e66c..7560779 100644 --- a/arm9/source/timetool.h +++ b/arm9/source/timetool.h @@ -1,28 +1,8 @@ -/*--------------------------------------------------------------------------------- +/* + Copyright (C) 2007 Acekard, www.acekard.com - -Copyright (C) 2007 Acekard, www.acekard.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - ----------------------------------------------------------------------------------*/ + SPDX-License-Identifier: MIT +*/ #pragma once diff --git a/arm9/source/ui/binaryfind.h b/arm9/source/ui/binaryfind.h index e97fb41..a7e25d7 100644 --- a/arm9/source/ui/binaryfind.h +++ b/arm9/source/ui/binaryfind.h @@ -2,18 +2,7 @@ binaryfind.h Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/bitmapdesc.cpp b/arm9/source/ui/bitmapdesc.cpp index 30d5c40..4bd7112 100644 --- a/arm9/source/ui/bitmapdesc.cpp +++ b/arm9/source/ui/bitmapdesc.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "bitmapdesc.h" diff --git a/arm9/source/ui/bitmapdesc.h b/arm9/source/ui/bitmapdesc.h index 304dff2..4da01fb 100644 --- a/arm9/source/ui/bitmapdesc.h +++ b/arm9/source/ui/bitmapdesc.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/button.cpp b/arm9/source/ui/button.cpp index 2dad455..2f041af 100644 --- a/arm9/source/ui/button.cpp +++ b/arm9/source/ui/button.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "button.h" diff --git a/arm9/source/ui/button.h b/arm9/source/ui/button.h index ded5c11..0c2ffc3 100644 --- a/arm9/source/ui/button.h +++ b/arm9/source/ui/button.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/form.cpp b/arm9/source/ui/form.cpp index 2910f36..3d17fad 100644 --- a/arm9/source/ui/form.cpp +++ b/arm9/source/ui/form.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "form.h" diff --git a/arm9/source/ui/form.h b/arm9/source/ui/form.h index f112c61..0f7d8d4 100644 --- a/arm9/source/ui/form.h +++ b/arm9/source/ui/form.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/formdesc.cpp b/arm9/source/ui/formdesc.cpp index c463777..438913f 100644 --- a/arm9/source/ui/formdesc.cpp +++ b/arm9/source/ui/formdesc.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "formdesc.h" diff --git a/arm9/source/ui/formdesc.h b/arm9/source/ui/formdesc.h index bcdfbbd..caabf4e 100644 --- a/arm9/source/ui/formdesc.h +++ b/arm9/source/ui/formdesc.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/keymessage.cpp b/arm9/source/ui/keymessage.cpp index 9327509..49e2ebe 100644 --- a/arm9/source/ui/keymessage.cpp +++ b/arm9/source/ui/keymessage.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "keymessage.h" diff --git a/arm9/source/ui/keymessage.h b/arm9/source/ui/keymessage.h index b43c987..1213f05 100644 --- a/arm9/source/ui/keymessage.h +++ b/arm9/source/ui/keymessage.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/listview.cpp b/arm9/source/ui/listview.cpp index 9653645..792b1dc 100644 --- a/arm9/source/ui/listview.cpp +++ b/arm9/source/ui/listview.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ //� diff --git a/arm9/source/ui/listview.h b/arm9/source/ui/listview.h index 6906128..8179989 100644 --- a/arm9/source/ui/listview.h +++ b/arm9/source/ui/listview.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/message.cpp b/arm9/source/ui/message.cpp index 1c9b287..ebd8405 100644 --- a/arm9/source/ui/message.cpp +++ b/arm9/source/ui/message.cpp @@ -4,16 +4,5 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/arm9/source/ui/message.h b/arm9/source/ui/message.h index f72ac75..9d48b9c 100644 --- a/arm9/source/ui/message.h +++ b/arm9/source/ui/message.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/msgbox.cpp b/arm9/source/ui/msgbox.cpp index 5fd0579..6115634 100644 --- a/arm9/source/ui/msgbox.cpp +++ b/arm9/source/ui/msgbox.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "msgbox.h" diff --git a/arm9/source/ui/msgbox.h b/arm9/source/ui/msgbox.h index b8f9002..a01d1cd 100644 --- a/arm9/source/ui/msgbox.h +++ b/arm9/source/ui/msgbox.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/point.h b/arm9/source/ui/point.h index ae57c55..b8875ab 100644 --- a/arm9/source/ui/point.h +++ b/arm9/source/ui/point.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/popmenu.cpp b/arm9/source/ui/popmenu.cpp index a249108..2656425 100644 --- a/arm9/source/ui/popmenu.cpp +++ b/arm9/source/ui/popmenu.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ //� diff --git a/arm9/source/ui/popmenu.h b/arm9/source/ui/popmenu.h index ebbc378..c092bb3 100644 --- a/arm9/source/ui/popmenu.h +++ b/arm9/source/ui/popmenu.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/progressbar.cpp b/arm9/source/ui/progressbar.cpp index b8bcaff..5fff607 100644 --- a/arm9/source/ui/progressbar.cpp +++ b/arm9/source/ui/progressbar.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "progressbar.h" diff --git a/arm9/source/ui/progressbar.h b/arm9/source/ui/progressbar.h index e4136cd..6e71a8b 100644 --- a/arm9/source/ui/progressbar.h +++ b/arm9/source/ui/progressbar.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/progresswnd.cpp b/arm9/source/ui/progresswnd.cpp index 72ec712..b45f80c 100644 --- a/arm9/source/ui/progresswnd.cpp +++ b/arm9/source/ui/progresswnd.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "progresswnd.h" diff --git a/arm9/source/ui/progresswnd.h b/arm9/source/ui/progresswnd.h index 8fd4ff3..b244907 100644 --- a/arm9/source/ui/progresswnd.h +++ b/arm9/source/ui/progresswnd.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/rectangle.cpp b/arm9/source/ui/rectangle.cpp index a196638..2a9d87a 100644 --- a/arm9/source/ui/rectangle.cpp +++ b/arm9/source/ui/rectangle.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "rectangle.h" diff --git a/arm9/source/ui/rectangle.h b/arm9/source/ui/rectangle.h index 0718fba..44ca287 100644 --- a/arm9/source/ui/rectangle.h +++ b/arm9/source/ui/rectangle.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/renderdesc.h b/arm9/source/ui/renderdesc.h index e2dda9a..67323c9 100644 --- a/arm9/source/ui/renderdesc.h +++ b/arm9/source/ui/renderdesc.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/sigslot.h b/arm9/source/ui/sigslot.h index 47e46c2..f91e5ab 100644 --- a/arm9/source/ui/sigslot.h +++ b/arm9/source/ui/sigslot.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ // __________________________________________________________________________________________________ diff --git a/arm9/source/ui/spinbox.cpp b/arm9/source/ui/spinbox.cpp index 04854a7..4fb12de 100644 --- a/arm9/source/ui/spinbox.cpp +++ b/arm9/source/ui/spinbox.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "spinbox.h" diff --git a/arm9/source/ui/spinbox.h b/arm9/source/ui/spinbox.h index cffa94a..d3281b9 100644 --- a/arm9/source/ui/spinbox.h +++ b/arm9/source/ui/spinbox.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/statictext.cpp b/arm9/source/ui/statictext.cpp index c1ae787..74236c0 100644 --- a/arm9/source/ui/statictext.cpp +++ b/arm9/source/ui/statictext.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "statictext.h" diff --git a/arm9/source/ui/statictext.h b/arm9/source/ui/statictext.h index f8dd03d..8a9d6e2 100644 --- a/arm9/source/ui/statictext.h +++ b/arm9/source/ui/statictext.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/touchmessage.h b/arm9/source/ui/touchmessage.h index f987411..df173f4 100644 --- a/arm9/source/ui/touchmessage.h +++ b/arm9/source/ui/touchmessage.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/ui.h b/arm9/source/ui/ui.h index 8a9879c..fcbfb95 100644 --- a/arm9/source/ui/ui.h +++ b/arm9/source/ui/ui.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/uisettings.cpp b/arm9/source/ui/uisettings.cpp index 8dc9044..e2767ef 100644 --- a/arm9/source/ui/uisettings.cpp +++ b/arm9/source/ui/uisettings.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "uisettings.h" diff --git a/arm9/source/ui/uisettings.h b/arm9/source/ui/uisettings.h index c5090a4..ca2f247 100644 --- a/arm9/source/ui/uisettings.h +++ b/arm9/source/ui/uisettings.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/window.cpp b/arm9/source/ui/window.cpp index f1a4521..88bda16 100644 --- a/arm9/source/ui/window.cpp +++ b/arm9/source/ui/window.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "window.h" diff --git a/arm9/source/ui/window.h b/arm9/source/ui/window.h index 3c4f2df..aad18b5 100644 --- a/arm9/source/ui/window.h +++ b/arm9/source/ui/window.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/ui/windowmanager.cpp b/arm9/source/ui/windowmanager.cpp index 3e4c944..944327e 100644 --- a/arm9/source/ui/windowmanager.cpp +++ b/arm9/source/ui/windowmanager.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "windowmanager.h" diff --git a/arm9/source/ui/windowmanager.h b/arm9/source/ui/windowmanager.h index 45418ef..97e73a1 100644 --- a/arm9/source/ui/windowmanager.h +++ b/arm9/source/ui/windowmanager.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/unicode.cpp b/arm9/source/unicode.cpp index 7b07cf9..7232cbf 100644 --- a/arm9/source/unicode.cpp +++ b/arm9/source/unicode.cpp @@ -4,18 +4,7 @@ Copyright (C) 2008 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "unicode.h" diff --git a/arm9/source/unicode.h b/arm9/source/unicode.h index 3bbb181..b11fb3e 100644 --- a/arm9/source/unicode.h +++ b/arm9/source/unicode.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/userinput.cpp b/arm9/source/userinput.cpp index d9f361e..d74671d 100644 --- a/arm9/source/userinput.cpp +++ b/arm9/source/userinput.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "userinput.h" diff --git a/arm9/source/userinput.h b/arm9/source/userinput.h index c503f31..b0d525d 100644 --- a/arm9/source/userinput.h +++ b/arm9/source/userinput.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/userwnd.cpp b/arm9/source/userwnd.cpp index 9f6ffa3..97b26ac 100644 --- a/arm9/source/userwnd.cpp +++ b/arm9/source/userwnd.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "userwnd.h" diff --git a/arm9/source/userwnd.h b/arm9/source/userwnd.h index c2f7520..31938a8 100644 --- a/arm9/source/userwnd.h +++ b/arm9/source/userwnd.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/arm9/source/version.h b/arm9/source/version.h index f658cec..09b497b 100644 --- a/arm9/source/version.h +++ b/arm9/source/version.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #define AKMENU_VERSION_MAIN "1" diff --git a/arm9/source/zoomingicon.cpp b/arm9/source/zoomingicon.cpp index 1e275d9..aadbdcb 100644 --- a/arm9/source/zoomingicon.cpp +++ b/arm9/source/zoomingicon.cpp @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #include "zoomingicon.h" diff --git a/arm9/source/zoomingicon.h b/arm9/source/zoomingicon.h index b3dce04..be4c5f8 100644 --- a/arm9/source/zoomingicon.h +++ b/arm9/source/zoomingicon.h @@ -4,18 +4,7 @@ Copyright (C) 2007-2009 somebody Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/share/fifotool.h b/share/fifotool.h index c442efb..2abaccd 100644 --- a/share/fifotool.h +++ b/share/fifotool.h @@ -2,18 +2,7 @@ fifotool.h Copyright (C) 2009 yellow wood goblin - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . + SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/share/memtool.h b/share/memtool.h index e2f0a20..d169e3a 100644 --- a/share/memtool.h +++ b/share/memtool.h @@ -1,28 +1,8 @@ -/*--------------------------------------------------------------------------------- +/* + Copyright (C) 2007 Acekard, www.acekard.com - -Copyright (C) 2007 Acekard, www.acekard.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - ----------------------------------------------------------------------------------*/ + SPDX-License-Identifier: MIT +*/ #pragma once