Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ ScummVM code
************
xoreos-tools uses some ScummVM (<https://scummvm.org/>) code, most
prominently the endian, singleton and stream code. ScummVM is licensed under
version 2 or later of the GNU General Public License. For the full license
text, see doc/LICENSE.GPLv2 or <https://gnu.org/licenses/gpl-2.0.html>.
version 3 or later of the GNU General Public License. For the full license
text, see doc/LICENSE.GPLv3 or <https://gnu.org/licenses/gpl-3.0.html>.

Nintendo DS formats
*******************
Expand Down
13 changes: 6 additions & 7 deletions src/common/disposableptr.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/* Based on Cabal (<https://github.com/project-cabal/cabal/>) code,
* which in turn is based on ScummVM (<http://scummvm.org>) code,
* which is released under the terms of version 2 or later of the
* which is released under the terms of version 3 or later of the
* GNU General Public License.
*
* The original copyright note in ScummVM reads as follows:
Expand All @@ -33,19 +33,18 @@
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* 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 2
* of the License, or (at your option) any later version.
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef COMMON_DISPOSABLEPTR_H
Expand Down
13 changes: 6 additions & 7 deletions src/common/endianness.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/* Based on ScummVM (<http://scummvm.org>) code, which is released
* under the terms of version 2 or later of the GNU General Public
* under the terms of version 3 or later of the GNU General Public
* License.
*
* The original copyright note in ScummVM reads as follows:
Expand All @@ -32,19 +32,18 @@
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* 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 2
* of the License, or (at your option) any later version.
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef COMMON_ENDIAN_H
Expand Down
13 changes: 6 additions & 7 deletions src/common/memreadstream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/* Based on ScummVM (<http://scummvm.org>) code, which is released
* under the terms of version 2 or later of the GNU General Public
* under the terms of version 3 or later of the GNU General Public
* License.
*
* The original copyright note in ScummVM reads as follows:
Expand All @@ -32,19 +32,18 @@
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* 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 2
* of the License, or (at your option) any later version.
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <cassert>
Expand Down
13 changes: 6 additions & 7 deletions src/common/memreadstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/* Based on ScummVM (<http://scummvm.org>) code, which is released
* under the terms of version 2 or later of the GNU General Public
* under the terms of version 3 or later of the GNU General Public
* License.
*
* The original copyright note in ScummVM reads as follows:
Expand All @@ -32,19 +32,18 @@
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* 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 2
* of the License, or (at your option) any later version.
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef COMMON_MEMREADSTREAM_H
Expand Down
13 changes: 6 additions & 7 deletions src/common/memwritestream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/* Based on ScummVM (<http://scummvm.org>) code, which is released
* under the terms of version 2 or later of the GNU General Public
* under the terms of version 3 or later of the GNU General Public
* License.
*
* The original copyright note in ScummVM reads as follows:
Expand All @@ -32,19 +32,18 @@
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* 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 2
* of the License, or (at your option) any later version.
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <cassert>
Expand Down
13 changes: 6 additions & 7 deletions src/common/memwritestream.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/* Based on ScummVM (<http://scummvm.org>) code, which is released
* under the terms of version 2 or later of the GNU General Public
* under the terms of version 3 or later of the GNU General Public
* License.
*
* The original copyright note in ScummVM reads as follows:
Expand All @@ -32,19 +32,18 @@
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* 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 2
* of the License, or (at your option) any later version.
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef COMMON_MEMWRITESTREAM_H
Expand Down
13 changes: 6 additions & 7 deletions src/common/readstream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/* Based on ScummVM (<http://scummvm.org>) code, which is released
* under the terms of version 2 or later of the GNU General Public
* under the terms of version 3 or later of the GNU General Public
* License.
*
* The original copyright note in ScummVM reads as follows:
Expand All @@ -32,19 +32,18 @@
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* 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 2
* of the License, or (at your option) any later version.
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <cassert>
Expand Down
13 changes: 6 additions & 7 deletions src/common/readstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/* Based on ScummVM (<http://scummvm.org>) code, which is released
* under the terms of version 2 or later of the GNU General Public
* under the terms of version 3 or later of the GNU General Public
* License.
*
* The original copyright note in ScummVM reads as follows:
Expand All @@ -32,19 +32,18 @@
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* 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 2
* of the License, or (at your option) any later version.
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef COMMON_READSTREAM_H
Expand Down
13 changes: 6 additions & 7 deletions src/common/singleton.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/* Based on ScummVM (<http://scummvm.org>) code, which is released
* under the terms of version 2 or later of the GNU General Public
* under the terms of version 3 or later of the GNU General Public
* License.
*
* The original copyright note in ScummVM reads as follows:
Expand All @@ -32,19 +32,18 @@
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* 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 2
* of the License, or (at your option) any later version.
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef COMMON_SINGLETON_H
Expand Down
13 changes: 6 additions & 7 deletions src/common/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/* Based on ScummVM (<http://scummvm.org>) code, which is released
* under the terms of version 2 or later of the GNU General Public
* under the terms of version 3 or later of the GNU General Public
* License.
*
* The original copyright note in ScummVM reads as follows:
Expand All @@ -32,19 +32,18 @@
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* 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 2
* of the License, or (at your option) any later version.
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef COMMON_SYSTEM_H
Expand Down
13 changes: 6 additions & 7 deletions src/common/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

/* Based on ScummVM (<http://scummvm.org>) code, which is released
* under the terms of version 2 or later of the GNU General Public
* under the terms of version 3 or later of the GNU General Public
* License.
*
* The original copyright note in ScummVM reads as follows:
Expand All @@ -32,19 +32,18 @@
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* 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 2
* of the License, or (at your option) any later version.
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef COMMON_UTIL_H
Expand Down
Loading
Loading