Skip to content

Commit 96a2083

Browse files
Updated copyright notices for the new Flash AS 3.0 code
1 parent 2f575d0 commit 96a2083

23 files changed

+132
-14
lines changed

neo/swf/SWF.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Doom 3 BFG Edition GPL Source Code
55
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
66
Copyright (C) 2013 Robert Beckebans
7+
Copyright (C) 2023 Harrie van Ginneken
78
89
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
910

neo/swf/SWF_Abc.cpp

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1-
21
/*
32
===========================================================================
43
5-
Copyright (C) 2022 HvanGinneken
4+
Doom 3 BFG Edition GPL Source Code
5+
Copyright (C) 2023 Harrie van Ginneken
6+
7+
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
8+
9+
Doom 3 BFG Edition Source Code is free software: you can redistribute it and/or modify
10+
it under the terms of the GNU General Public License as published by
11+
the Free Software Foundation, either version 3 of the License, or
12+
(at your option) any later version.
13+
14+
Doom 3 BFG Edition Source Code is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
19+
You should have received a copy of the GNU General Public License
20+
along with Doom 3 BFG Edition Source Code. If not, see <http://www.gnu.org/licenses/>.
21+
22+
In addition, the Doom 3 BFG Edition Source Code is also subject to certain additional terms. You should have received a copy of these additional terms immediately following the terms and conditions of the GNU General Public License which accompanied the Doom 3 BFG Edition Source Code. If not, please request a copy in writing from id Software at the address below.
23+
24+
If you have questions concerning this license or the applicable additional terms, you may contact in writing id Software LLC, c/o ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.
625
726
===========================================================================
827
*/

neo/swf/SWF_Abc.h

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
/*
2+
===========================================================================
3+
4+
Doom 3 BFG Edition GPL Source Code
5+
Copyright (C) 2023 Harrie van Ginneken
6+
7+
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
8+
9+
Doom 3 BFG Edition Source Code is free software: you can redistribute it and/or modify
10+
it under the terms of the GNU General Public License as published by
11+
the Free Software Foundation, either version 3 of the License, or
12+
(at your option) any later version.
13+
14+
Doom 3 BFG Edition Source Code is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
19+
You should have received a copy of the GNU General Public License
20+
along with Doom 3 BFG Edition Source Code. If not, see <http://www.gnu.org/licenses/>.
21+
22+
In addition, the Doom 3 BFG Edition Source Code is also subject to certain additional terms. You should have received a copy of these additional terms immediately following the terms and conditions of the GNU General Public License which accompanied the Doom 3 BFG Edition Source Code. If not, please request a copy in writing from id Software at the address below.
23+
24+
If you have questions concerning this license or the applicable additional terms, you may contact in writing id Software LLC, c/o ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.
25+
26+
===========================================================================
27+
*/
128
#pragma once
229

330
#include "SWF_Enums.h"

neo/swf/SWF_Bitstream.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
Doom 3 BFG Edition GPL Source Code
55
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
6+
Copyright (C) 2023 Harrie van Ginneken
67
78
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
89

neo/swf/SWF_Bitstream.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
Doom 3 BFG Edition GPL Source Code
55
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
6+
Copyright (C) 2023 Harrie van Ginneken
67
78
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
89

neo/swf/SWF_Dictionary.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
Doom 3 BFG Edition GPL Source Code
55
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
6+
Copyright (C) 2023 Harrie van Ginneken
67
78
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
89

neo/swf/SWF_Enums.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
Doom 3 BFG Edition GPL Source Code
55
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
6+
Copyright (C) 2023 Harrie van Ginneken
67
78
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
89

neo/swf/SWF_EventDispatcher.cpp

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1-
21
/*
32
===========================================================================
43
5-
Copyright (C) 2022 HvanGinneken
4+
Doom 3 BFG Edition GPL Source Code
5+
Copyright (C) 2023 Harrie van Ginneken
6+
7+
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
8+
9+
Doom 3 BFG Edition Source Code is free software: you can redistribute it and/or modify
10+
it under the terms of the GNU General Public License as published by
11+
the Free Software Foundation, either version 3 of the License, or
12+
(at your option) any later version.
13+
14+
Doom 3 BFG Edition Source Code is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
19+
You should have received a copy of the GNU General Public License
20+
along with Doom 3 BFG Edition Source Code. If not, see <http://www.gnu.org/licenses/>.
21+
22+
In addition, the Doom 3 BFG Edition Source Code is also subject to certain additional terms. You should have received a copy of these additional terms immediately following the terms and conditions of the GNU General Public License which accompanied the Doom 3 BFG Edition Source Code. If not, please request a copy in writing from id Software at the address below.
23+
24+
If you have questions concerning this license or the applicable additional terms, you may contact in writing id Software LLC, c/o ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.
625
726
===========================================================================
827
*/

neo/swf/SWF_EventDispatcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
===========================================================================
33
44
Doom 3 BFG Edition GPL Source Code
5-
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
5+
Copyright (C) 2023 Harrie van Ginneken
66
77
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
88

neo/swf/SWF_Events.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Doom 3 BFG Edition GPL Source Code
55
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
66
Copyright (C) 2016-2017 Dustin Land
7+
Copyright (C) 2023 Harrie van Ginneken
78
89
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
910
@@ -161,10 +162,6 @@ idSWFScriptObject* idSWF::HitTest( idSWFSpriteInstance* spriteInstance, const sw
161162
else if( entry->type == SWF_DICT_MORPH )
162163
{
163164
// FIXME: this should be roughly the same as SWF_DICT_SHAPE
164-
165-
//} else if( entry->type == SWF_DICT_TEXT )
166-
//{
167-
// FIXME: this should be roughly the same as SWF_DICT_SHAPE
168165
}
169166
else if( entry->type == SWF_DICT_EDITTEXT || entry->type == SWF_DICT_TEXT )
170167
{

0 commit comments

Comments
 (0)