Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Commit 7e597d5

Browse files
committed
TOOLS: LGPL -> GPL headers
1 parent 81ad269 commit 7e597d5

34 files changed

+555
-410
lines changed

AUTHORS

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
ResidualVM
22
**********
3-
Project Leader
4-
--------------
3+
Project Leaders
4+
---------------
55
Pawel Kolodziejski
6+
Einar Johan T. Somaen
67

78
Teams
89
-----
910
Grim Team:
1011
James Brown - Core developer (retired)
1112
Giulio Camuffo - Core developer
13+
Dries Harnie - EMI support, various code fixes and
14+
improvements
1215
Pawel Kolodziejski - Core developer (suspended)
1316
Einar Johan T. Somaen - EMI support, various code fixes and
1417
improvements
@@ -27,11 +30,13 @@ ResidualVM
2730
Thomas Allen - Various engine code fixes and improvements
2831
Torbjorn Andersson - Various code fixes
2932
Ori Avtalion - Lipsync, LAF support, various code fixes
30-
Robert Biro - Fixes to antiliasing
33+
Robert Biro - Antialiasing support
3134
Bastien Bouclet - Various fixes to engine
3235
Marcus Comstedt - Initial Dreamcast port
3336
Andrea Corna - Patcher module, various engine improvements
3437
Jonathan Gray - Various code fixes
38+
Tobias Gunkel - Initial Android port, few engines fixes
39+
Azamat H. Hackimov - Configure fix
3540
Vincent Hamm - Various engine code fixes and improvements
3641
Sven Hesse - Various compilation fixes
3742
Matthew Hoops - Some engine improvements, some work on EMI
@@ -43,7 +48,7 @@ ResidualVM
4348
Guillem Jover - Few code improvements
4449
Filippos Karapetis - Compilation fixes
4550
Joost Peters - Various code fixes
46-
George Macon - Compilation fixes
51+
George Macon - Few fixes
4752
Josh Matthews - Few fixes to engine
4853
Matthieu Milan - Various engine improvements
4954
Christian Neumair - Various optimisation patches
@@ -53,15 +58,15 @@ ResidualVM
5358
Julien Templier - create_project tool
5459
Pino Toscano - Debian GNU/Linux package files
5560
Lionel Ulmer - OpenGL optimisations
56-
Joni Vahamaki - A lot engine improvements and fixes
61+
Joni Vahamaki - A lot of engine improvements and fixes
5762
JenniBee - Compilation fixes
5863

5964
Myst 3:
6065
Matthew Hoops - Various engine improvements and code fixes
6166

6267
ScummVM code
6368
************
64-
ResidualVM use a lot of ScummVM code. For a list of authors look into
69+
ResidualVM uses a lot of ScummVM code. For a list of authors look into
6570
COPYRIGHT file.
6671

6772
Website code

COPYING.LGPL

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,5 +506,3 @@ necessary. Here is a sample; alter the names:
506506
Ty Coon, President of Vice
507507

508508
That's all there is to it!
509-
510-

COPYRIGHT

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
ResidualVM
2-
Copyright (C) 2003-2012 by the following:
2+
Copyright (C) 2003-2013 by the following:
3+
4+
Some of the code in this project was originally LGPL v2.1 (or later)
5+
but is used as GPL v2 (or later) starting from 19 Dec 2012.
36

47
If you have contributed to this project then you deserve to be on this
58
list. Contact us (see: AUTHORS) and we'll add you.
@@ -14,7 +17,10 @@ Giulio Camuffo
1417
Marcus Comstedt
1518
Andrea Corna
1619
Jonathan Gray
20+
Tobias Gunkel
21+
Azamat H. Hackimov
1722
Vincent Hamm
23+
Dries Harnie
1824
Sven Hesse
1925
Matthew Hoops
2026
Erich Hoover
@@ -39,9 +45,8 @@ Lionel Ulmer
3945
Joni Vahamaki
4046
JenniBee
4147

42-
4348
ScummVM
44-
Copyright (C) 2001-2012 by the following:
49+
Copyright (C) 2001-2013 by the following:
4550

4651
If you have contributed to this project then you deserve to be on this
4752
list. Contact us (see: AUTHORS) and we'll add you.

common/getopt.h

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
/* ResidualVM - A 3D game interpreter
2-
*
3-
* ResidualVM is the legal property of its developers, whose names
4-
* are too numerous to list here. Please refer to the AUTHORS
5-
* file distributed with this source distribution.
6-
7-
* This library is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
* Lesser General Public License for more details.
11-
12-
* You should have received a copy of the GNU Lesser General Public
13-
* License along with this library; if not, write to the Free Software
14-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
15-
*
16-
*/
2+
*
3+
* ResidualVM is the legal property of its developers, whose names
4+
* are too numerous to list here. Please refer to the COPYRIGHT
5+
* file distributed with this source distribution.
6+
*
7+
* This program is free software; you can redistribute it and/or
8+
* modify it under the terms of the GNU General Public License
9+
* as published by the Free Software Foundation; either version 2
10+
* of the License, or (at your option) any later version.
11+
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
17+
* You should have received a copy of the GNU General Public License
18+
* along with this program; if not, write to the Free Software
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
*
21+
*/
1722

1823
#ifndef GETOPT_H
1924
#define GETOPT_H

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22
#
3-
# configure -- custom configure script for ScummVM.
3+
# configure -- custom configure script for ResidualVM.
44
#
5-
# ScummVM is the legal property of its developers, whose names
5+
# ResidualVM is the legal property of its developers, whose names
66
# are too numerous to list here. Please refer to the COPYRIGHT
77
# file distributed with this source distribution.
88
#

tools/bm2bmp.cpp

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
/* Residual - A 3D game interpreter
2-
*
3-
* Residual is the legal property of its developers, whose names
4-
* are too numerous to list here. Please refer to the AUTHORS
5-
* file distributed with this source distribution.
6-
7-
* This library is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
* Lesser General Public License for more details.
11-
12-
* You should have received a copy of the GNU Lesser General Public
13-
* License along with this library; if not, write to the Free Software
14-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
15-
*
16-
*/
1+
/* ResidualVM - A 3D game interpreter
2+
*
3+
* ResidualVM is the legal property of its developers, whose names
4+
* are too numerous to list here. Please refer to the COPYRIGHT
5+
* file distributed with this source distribution.
6+
*
7+
* This program is free software; you can redistribute it and/or
8+
* modify it under the terms of the GNU General Public License
9+
* as published by the Free Software Foundation; either version 2
10+
* of the License, or (at your option) any later version.
11+
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
17+
* You should have received a copy of the GNU General Public License
18+
* along with this program; if not, write to the Free Software
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
*
21+
*/
1722

1823
/**
1924
* A tool that converts Grim's bm images to bmp bitmaps.

tools/bmtoppm.cpp

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
/* Residual - A 3D game interpreter
2-
*
3-
* Residual is the legal property of its developers, whose names
4-
* are too numerous to list here. Please refer to the AUTHORS
5-
* file distributed with this source distribution.
6-
7-
* This library is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
* Lesser General Public License for more details.
11-
12-
* You should have received a copy of the GNU Lesser General Public
13-
* License along with this library; if not, write to the Free Software
14-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
15-
*
16-
*/
1+
/* ResidualVM - A 3D game interpreter
2+
*
3+
* ResidualVM is the legal property of its developers, whose names
4+
* are too numerous to list here. Please refer to the COPYRIGHT
5+
* file distributed with this source distribution.
6+
*
7+
* This program is free software; you can redistribute it and/or
8+
* modify it under the terms of the GNU General Public License
9+
* as published by the Free Software Foundation; either version 2
10+
* of the License, or (at your option) any later version.
11+
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
17+
* You should have received a copy of the GNU General Public License
18+
* along with this program; if not, write to the Free Software
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
*
21+
*/
1722

1823
#include <stdio.h>
1924
#include <stdlib.h>

tools/delua.cpp

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
/* Residual - A 3D game interpreter
1+
/* ResidualVM - A 3D game interpreter
22
*
3-
* Residual is the legal property of its developers, whose names
4-
* are too numerous to list here. Please refer to the AUTHORS
3+
* ResidualVM is the legal property of its developers, whose names
4+
* are too numerous to list here. Please refer to the COPYRIGHT
55
* file distributed with this source distribution.
66
*
7-
* This library is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU Lesser General Public
9-
* License as published by the Free Software Foundation; either
10-
* version 2.1 of the License, or (at your option) any later version.
7+
* This program is free software; you can redistribute it and/or
8+
* modify it under the terms of the GNU General Public License
9+
* as published by the Free Software Foundation; either version 2
10+
* of the License, or (at your option) any later version.
1111
12-
* This library is distributed in the hope that it will be useful,
12+
* This program is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
1616
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this library; if not, write to the Free Software
19-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
17+
* You should have received a copy of the GNU General Public License
18+
* along with this program; if not, write to the Free Software
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*
2121
*/
2222

tools/diffr.cpp

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
/* ResidualVM - A 3D game interpreter
2-
*
3-
* ResidualVM is the legal property of its developers, whose names
4-
* are too numerous to list here. Please refer to the AUTHORS
5-
* file distributed with this source distribution.
6-
7-
* This library is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
* Lesser General Public License for more details.
11-
12-
* You should have received a copy of the GNU Lesser General Public
13-
* License along with this library; if not, write to the Free Software
14-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
15-
*
16-
*/
2+
*
3+
* ResidualVM is the legal property of its developers, whose names
4+
* are too numerous to list here. Please refer to the COPYRIGHT
5+
* file distributed with this source distribution.
6+
*
7+
* This program is free software; you can redistribute it and/or
8+
* modify it under the terms of the GNU General Public License
9+
* as published by the Free Software Foundation; either version 2
10+
* of the License, or (at your option) any later version.
11+
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
17+
* You should have received a copy of the GNU General Public License
18+
* along with this program; if not, write to the Free Software
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
*
21+
*/
1722

1823
//Large parts of this program have been taken from bsdiff written by Colin Percival:
1924
/*-

tools/emi/cosb2cos.cpp

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
/* Residual - A 3D game interpreter
2-
*
3-
* Residual is the legal property of its developers, whose names
4-
* are too numerous to list here. Please refer to the AUTHORS
5-
* file distributed with this source distribution.
1+
/* ResidualVM - A 3D game interpreter
2+
*
3+
* ResidualVM is the legal property of its developers, whose names
4+
* are too numerous to list here. Please refer to the COPYRIGHT
5+
* file distributed with this source distribution.
6+
*
7+
* This program is free software; you can redistribute it and/or
8+
* modify it under the terms of the GNU General Public License
9+
* as published by the Free Software Foundation; either version 2
10+
* of the License, or (at your option) any later version.
611
7-
* This library is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10-
* Lesser General Public License for more details.
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
1116
12-
* You should have received a copy of the GNU Lesser General Public
13-
* License along with this library; if not, write to the Free Software
14-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
15-
*
16-
*/
17+
* You should have received a copy of the GNU General Public License
18+
* along with this program; if not, write to the Free Software
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20+
*
21+
*/
1722

1823
#include <fstream>
1924
#include <string>

0 commit comments

Comments
 (0)