diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b5e230cf7..9c4a63637c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ #************************************************************************** # Lightspark, a free flash player implementation # -# Copyright (C) 2010-2012 Alessandro Pignotti +# Copyright (C) 2010-2013 Alessandro Pignotti # Copyright (C) 2010 Giacomo Spigler # # This program is free software: you can redistribute it and/or modify diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 404f6bfff9..e86fb44b2b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ #************************************************************************** # Lightspark, a free flash player implementation # -# Copyright (C) 2010-2012 Alessandro Pignotti +# Copyright (C) 2010-2013 Alessandro Pignotti # Copyright (C) 2010 Giacomo Spigler # # This program is free software: you can redistribute it and/or modify diff --git a/src/allclasses.cpp b/src/allclasses.cpp index 576b9123a2..8b9a47cbfb 100644 --- a/src/allclasses.cpp +++ b/src/allclasses.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/allclasses.h b/src/allclasses.h index f241b6fbbd..2fd75a7299 100644 --- a/src/allclasses.h +++ b/src/allclasses.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/asobject.cpp b/src/asobject.cpp index 4449071d3f..72011b0cfa 100644 --- a/src/asobject.cpp +++ b/src/asobject.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/asobject.h b/src/asobject.h index 1bb93592a7..b4ba25de87 100644 --- a/src/asobject.h +++ b/src/asobject.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/audio.cpp b/src/backends/audio.cpp index a178790bc8..887b5153a9 100644 --- a/src/backends/audio.cpp +++ b/src/backends/audio.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/audio.h b/src/backends/audio.h index 63be19e651..1eb32c256e 100644 --- a/src/backends/audio.h +++ b/src/backends/audio.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/builtindecoder.cpp b/src/backends/builtindecoder.cpp index 151f257d53..a444ce805e 100644 --- a/src/backends/builtindecoder.cpp +++ b/src/backends/builtindecoder.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/builtindecoder.h b/src/backends/builtindecoder.h index 5e36732824..22b2f09365 100644 --- a/src/backends/builtindecoder.h +++ b/src/backends/builtindecoder.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/config.cpp b/src/backends/config.cpp index aa6af6520e..ca5aa86691 100644 --- a/src/backends/config.cpp +++ b/src/backends/config.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/config.h b/src/backends/config.h index 13ff22e28b..8cd6634ac1 100644 --- a/src/backends/config.h +++ b/src/backends/config.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/decoder.cpp b/src/backends/decoder.cpp index b9f9aa7681..18e72e0166 100755 --- a/src/backends/decoder.cpp +++ b/src/backends/decoder.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/decoder.h b/src/backends/decoder.h index b34e6a2867..cddf058f90 100644 --- a/src/backends/decoder.h +++ b/src/backends/decoder.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/extscriptobject.cpp b/src/backends/extscriptobject.cpp index 58a545653f..fe58738c45 100644 --- a/src/backends/extscriptobject.cpp +++ b/src/backends/extscriptobject.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2012 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/extscriptobject.h b/src/backends/extscriptobject.h index 0390d66005..fdacf061b5 100644 --- a/src/backends/extscriptobject.h +++ b/src/backends/extscriptobject.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2012 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/geometry.cpp b/src/backends/geometry.cpp index bba6026bee..62beb7b071 100644 --- a/src/backends/geometry.cpp +++ b/src/backends/geometry.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/geometry.h b/src/backends/geometry.h index 1c71abcdef..f1ee3c7d05 100644 --- a/src/backends/geometry.h +++ b/src/backends/geometry.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/graphics.cpp b/src/backends/graphics.cpp index 860cde7158..84824193cb 100644 --- a/src/backends/graphics.cpp +++ b/src/backends/graphics.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/graphics.h b/src/backends/graphics.h index fab880c1ff..63ba009b68 100644 --- a/src/backends/graphics.h +++ b/src/backends/graphics.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/image.cpp b/src/backends/image.cpp index 2a0ad14e66..7eccc46035 100644 --- a/src/backends/image.cpp +++ b/src/backends/image.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Matthias Gehre (M.Gehre@gmx.de) + Copyright (C) 2011-2013 Matthias Gehre (M.Gehre@gmx.de) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/image.h b/src/backends/image.h index 16093f1950..1682521c0f 100644 --- a/src/backends/image.h +++ b/src/backends/image.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Matthias Gehre (M.Gehre@gmx.de) + Copyright (C) 2011-2013 Matthias Gehre (M.Gehre@gmx.de) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/input.cpp b/src/backends/input.cpp index e4c91f8f21..96ea76c03e 100644 --- a/src/backends/input.cpp +++ b/src/backends/input.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/input.h b/src/backends/input.h index 04d0669910..c1897f888a 100644 --- a/src/backends/input.h +++ b/src/backends/input.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/interfaces/IPlugin.cpp b/src/backends/interfaces/IPlugin.cpp index 6838beee64..0aef49d311 100644 --- a/src/backends/interfaces/IPlugin.cpp +++ b/src/backends/interfaces/IPlugin.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010 Alexandre Demers (papouta@hotmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/interfaces/IPlugin.h b/src/backends/interfaces/IPlugin.h index 38ff22d82d..5851f2d0bc 100644 --- a/src/backends/interfaces/IPlugin.h +++ b/src/backends/interfaces/IPlugin.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010 Alexandre Demers (papouta@hotmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/interfaces/audio/IAudioPlugin.cpp b/src/backends/interfaces/audio/IAudioPlugin.cpp index 1f0badf0a4..87060ff269 100644 --- a/src/backends/interfaces/audio/IAudioPlugin.cpp +++ b/src/backends/interfaces/audio/IAudioPlugin.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010 Alexandre Demers (papouta@hotmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/interfaces/audio/IAudioPlugin.h b/src/backends/interfaces/audio/IAudioPlugin.h index 3636e1e445..991805003b 100644 --- a/src/backends/interfaces/audio/IAudioPlugin.h +++ b/src/backends/interfaces/audio/IAudioPlugin.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010 Alexandre Demers (papouta@hotmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/interfaces/audio/pulse/PulsePlugin.cpp b/src/backends/interfaces/audio/pulse/PulsePlugin.cpp index 11399a0a80..0463bf4a8c 100644 --- a/src/backends/interfaces/audio/pulse/PulsePlugin.cpp +++ b/src/backends/interfaces/audio/pulse/PulsePlugin.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010 Alexandre Demers (papouta@hotmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/interfaces/audio/pulse/PulsePlugin.h b/src/backends/interfaces/audio/pulse/PulsePlugin.h index 2c6c505195..ce243cfa69 100644 --- a/src/backends/interfaces/audio/pulse/PulsePlugin.h +++ b/src/backends/interfaces/audio/pulse/PulsePlugin.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010 Alexandre Demers (papouta@hotmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/interfaces/audio/sdl/SDLPlugin.cpp b/src/backends/interfaces/audio/sdl/SDLPlugin.cpp index 1b765cbd4f..b88d84e779 100644 --- a/src/backends/interfaces/audio/sdl/SDLPlugin.cpp +++ b/src/backends/interfaces/audio/sdl/SDLPlugin.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2011 Ludger Krämer (dbluelle@blau-weissoedingen.de) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/interfaces/audio/sdl/SDLPlugin.h b/src/backends/interfaces/audio/sdl/SDLPlugin.h index fcdf2ea047..9cce8a78f1 100644 --- a/src/backends/interfaces/audio/sdl/SDLPlugin.h +++ b/src/backends/interfaces/audio/sdl/SDLPlugin.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2011 Ludger Krämer (dbluelle@blau-weissoedingen.de) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/interfaces/audio/winmm/WinMMPlugin.cpp b/src/backends/interfaces/audio/winmm/WinMMPlugin.cpp index b9fdbf36db..0e1d27b986 100644 --- a/src/backends/interfaces/audio/winmm/WinMMPlugin.cpp +++ b/src/backends/interfaces/audio/winmm/WinMMPlugin.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010 Alexandre Demers (papouta@hotmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/interfaces/audio/winmm/WinMMPlugin.h b/src/backends/interfaces/audio/winmm/WinMMPlugin.h index 5fe3020eb5..3b90180774 100644 --- a/src/backends/interfaces/audio/winmm/WinMMPlugin.h +++ b/src/backends/interfaces/audio/winmm/WinMMPlugin.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010 Alexandre Demers (papouta@hotmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/lsopengl.h b/src/backends/lsopengl.h index 5334007fce..0a5c178d1c 100644 --- a/src/backends/lsopengl.h +++ b/src/backends/lsopengl.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/netutils.cpp b/src/backends/netutils.cpp index df15464bb9..408c14b2ff 100644 --- a/src/backends/netutils.cpp +++ b/src/backends/netutils.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2012 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/netutils.h b/src/backends/netutils.h index b69af9771e..de2789b636 100644 --- a/src/backends/netutils.h +++ b/src/backends/netutils.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2012 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/pluginmanager.cpp b/src/backends/pluginmanager.cpp index 81b406fd39..ad9d3767f3 100644 --- a/src/backends/pluginmanager.cpp +++ b/src/backends/pluginmanager.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/pluginmanager.h b/src/backends/pluginmanager.h index 3b1011d967..8e4520fccd 100644 --- a/src/backends/pluginmanager.h +++ b/src/backends/pluginmanager.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/rendering.cpp b/src/backends/rendering.cpp index 0b13cbf8ab..08228dbcfa 100644 --- a/src/backends/rendering.cpp +++ b/src/backends/rendering.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/rendering.h b/src/backends/rendering.h index 3d6a722edb..5ce9fabb7e 100644 --- a/src/backends/rendering.h +++ b/src/backends/rendering.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/rendering_context.cpp b/src/backends/rendering_context.cpp index 71b9f7dd35..4a1bf2b333 100644 --- a/src/backends/rendering_context.cpp +++ b/src/backends/rendering_context.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/rendering_context.h b/src/backends/rendering_context.h index cfc826a308..16e4b20f95 100644 --- a/src/backends/rendering_context.h +++ b/src/backends/rendering_context.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/rtmputils.cpp b/src/backends/rtmputils.cpp index 3997e50279..131ae489aa 100644 --- a/src/backends/rtmputils.cpp +++ b/src/backends/rtmputils.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/rtmputils.h b/src/backends/rtmputils.h index 9a6be39912..7e9de512f6 100644 --- a/src/backends/rtmputils.h +++ b/src/backends/rtmputils.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/security.cpp b/src/backends/security.cpp index f04ce95cf9..f4605608bc 100644 --- a/src/backends/security.cpp +++ b/src/backends/security.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/security.h b/src/backends/security.h index 5a095cb608..9bd5502475 100644 --- a/src/backends/security.h +++ b/src/backends/security.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/urlutils.cpp b/src/backends/urlutils.cpp index dea23252b1..ebeaf9ca72 100644 --- a/src/backends/urlutils.cpp +++ b/src/backends/urlutils.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/urlutils.h b/src/backends/urlutils.h index 67c23db258..7c95982fd6 100644 --- a/src/backends/urlutils.h +++ b/src/backends/urlutils.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/backends/xml_support.cpp b/src/backends/xml_support.cpp index e7e1ac04e3..2aefaeefca 100644 --- a/src/backends/xml_support.cpp +++ b/src/backends/xml_support.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/backends/xml_support.h b/src/backends/xml_support.h index a5aaf0c550..5ef59b14d2 100644 --- a/src/backends/xml_support.h +++ b/src/backends/xml_support.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/compat.cpp b/src/compat.cpp index fd426628e0..f138d1ef45 100644 --- a/src/compat.cpp +++ b/src/compat.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/compat.h b/src/compat.h index 750a30820c..5934b65ede 100644 --- a/src/compat.h +++ b/src/compat.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/exceptions.h b/src/exceptions.h index 530c4888e8..99b02ab529 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/logger.cpp b/src/logger.cpp index 80d710ba7a..f74aae6908 100644 --- a/src/logger.cpp +++ b/src/logger.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/logger.h b/src/logger.h index 3752442e59..6bfc62ce02 100644 --- a/src/logger.h +++ b/src/logger.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index c5ef06289d..d0099bd7e9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2008-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2008-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -121,7 +121,7 @@ int main(int argc, char* argv[]) bindtextdomain("lightspark", localedir); textdomain("lightspark"); - LOG(LOG_INFO,"Lightspark version " << VERSION << " Copyright 2009-2012 Alessandro Pignotti and others"); + LOG(LOG_INFO,"Lightspark version " << VERSION << " Copyright 2009-2013 Alessandro Pignotti and others"); //Make GTK thread enabled #ifdef HAVE_G_THREAD_INIT diff --git a/src/memory_support.cpp b/src/memory_support.cpp index 585c55d9cf..edcd37c204 100644 --- a/src/memory_support.cpp +++ b/src/memory_support.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/memory_support.h b/src/memory_support.h index 09f021d5b2..fddda74d9c 100644 --- a/src/memory_support.h +++ b/src/memory_support.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/packed_begin.h b/src/packed_begin.h index c8d53a6729..618d0b51a9 100644 --- a/src/packed_begin.h +++ b/src/packed_begin.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/packed_end.h b/src/packed_end.h index 77020bea38..82d6a7c627 100644 --- a/src/packed_end.h +++ b/src/packed_end.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/amf3_generator.cpp b/src/parsing/amf3_generator.cpp index 064942a9ac..455cde7570 100644 --- a/src/parsing/amf3_generator.cpp +++ b/src/parsing/amf3_generator.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/amf3_generator.h b/src/parsing/amf3_generator.h index 024bb020b6..360685aaaa 100644 --- a/src/parsing/amf3_generator.h +++ b/src/parsing/amf3_generator.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010 Ennio Barbaro (e.barbaro@sssup.it) This program is free software: you can redistribute it and/or modify diff --git a/src/parsing/config.cpp b/src/parsing/config.cpp index cba9adf1b4..943b1b90ac 100644 --- a/src/parsing/config.cpp +++ b/src/parsing/config.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/config.h b/src/parsing/config.h index 6b6d09322c..231dcbb34c 100644 --- a/src/parsing/config.h +++ b/src/parsing/config.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/crossdomainpolicy.cpp b/src/parsing/crossdomainpolicy.cpp index 04bf2b5daa..08127bdfd9 100644 --- a/src/parsing/crossdomainpolicy.cpp +++ b/src/parsing/crossdomainpolicy.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/crossdomainpolicy.h b/src/parsing/crossdomainpolicy.h index 7d1989d20a..3177ba9f0f 100644 --- a/src/parsing/crossdomainpolicy.h +++ b/src/parsing/crossdomainpolicy.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/flv.cpp b/src/parsing/flv.cpp index 2975d1e8cd..6dc33d1f64 100644 --- a/src/parsing/flv.cpp +++ b/src/parsing/flv.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/flv.h b/src/parsing/flv.h index bf0a0b0b3c..4a3ba1b57d 100644 --- a/src/parsing/flv.h +++ b/src/parsing/flv.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/streams.cpp b/src/parsing/streams.cpp index a57835cb47..088e76e29f 100644 --- a/src/parsing/streams.cpp +++ b/src/parsing/streams.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/streams.h b/src/parsing/streams.h index 21175e8519..5560394640 100644 --- a/src/parsing/streams.h +++ b/src/parsing/streams.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/tags.cpp b/src/parsing/tags.cpp index 709444fe77..95ed8385a1 100644 --- a/src/parsing/tags.cpp +++ b/src/parsing/tags.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2008-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2008-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/tags.h b/src/parsing/tags.h index d1ea5f1a33..0b0ed10b9d 100644 --- a/src/parsing/tags.h +++ b/src/parsing/tags.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2008-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2008-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/tags_stub.cpp b/src/parsing/tags_stub.cpp index 013207ff46..e1b0365218 100644 --- a/src/parsing/tags_stub.cpp +++ b/src/parsing/tags_stub.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/textfile.cpp b/src/parsing/textfile.cpp index 770a4fdb3c..4e22698e99 100644 --- a/src/parsing/textfile.cpp +++ b/src/parsing/textfile.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lighspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/parsing/textfile.h b/src/parsing/textfile.h index 293c116302..33e3913454 100644 --- a/src/parsing/textfile.h +++ b/src/parsing/textfile.h @@ -1,7 +1,7 @@ /************************************************************************** Lighspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/platforms/engineutils.cpp b/src/platforms/engineutils.cpp index d23fd7fd39..4152b489b5 100644 --- a/src/platforms/engineutils.cpp +++ b/src/platforms/engineutils.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2011 Matthias Gehre (M.Gehre@gmx.de) This program is free software: you can redistribute it and/or modify diff --git a/src/platforms/engineutils.h b/src/platforms/engineutils.h index 42e836467c..ee3d1ab17b 100644 --- a/src/platforms/engineutils.h +++ b/src/platforms/engineutils.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/platforms/fastpaths.h b/src/platforms/fastpaths.h index e3c6c2d727..5d3b9f2dae 100644 --- a/src/platforms/fastpaths.h +++ b/src/platforms/fastpaths.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/platforms/fastpaths_amd64.asm b/src/platforms/fastpaths_amd64.asm index b940442421..936b14d4d7 100644 --- a/src/platforms/fastpaths_amd64.asm +++ b/src/platforms/fastpaths_amd64.asm @@ -1,7 +1,7 @@ ;************************************************************************** ; Lightspark, a free flash player implementation ; -; Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) +; Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as published by diff --git a/src/platforms/fastpaths_i686.asm b/src/platforms/fastpaths_i686.asm index 7c30819401..e2634edaec 100644 --- a/src/platforms/fastpaths_i686.asm +++ b/src/platforms/fastpaths_i686.asm @@ -1,7 +1,7 @@ ;************************************************************************** ; Lightspark, a free flash player implementation ; -; Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) +; Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as published by diff --git a/src/platforms/fastpaths_ppc.cpp b/src/platforms/fastpaths_ppc.cpp index 95c6a8aed5..98e713a1cb 100644 --- a/src/platforms/fastpaths_ppc.cpp +++ b/src/platforms/fastpaths_ppc.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/platforms/fastpaths_x86.cpp b/src/platforms/fastpaths_x86.cpp index 34210353e1..30d98b83ed 100644 --- a/src/platforms/fastpaths_x86.cpp +++ b/src/platforms/fastpaths_x86.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/platforms/slowpaths_generic.cpp b/src/platforms/slowpaths_generic.cpp index 3099d5f950..1d6e3abd48 100644 --- a/src/platforms/slowpaths_generic.cpp +++ b/src/platforms/slowpaths_generic.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/plugin/CMakeLists.txt b/src/plugin/CMakeLists.txt index 91ff687ffb..3d3f3a0db2 100644 --- a/src/plugin/CMakeLists.txt +++ b/src/plugin/CMakeLists.txt @@ -2,7 +2,7 @@ # Lightspark, a free flash player implementation # # Copyright (C) 2010 Giacomo Spigler -# Copyright (C) 2010-2012 Alessandro Pignotti +# Copyright (C) 2010-2013 Alessandro Pignotti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/src/plugin/np_entry.cpp b/src/plugin/np_entry.cpp index 7f4f21db90..d486132f46 100644 --- a/src/plugin/np_entry.cpp +++ b/src/plugin/np_entry.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lighspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/plugin/npn_gate.cpp b/src/plugin/npn_gate.cpp index 466729a28d..a00135a1b9 100644 --- a/src/plugin/npn_gate.cpp +++ b/src/plugin/npn_gate.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lighspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/plugin/npp_gate.cpp b/src/plugin/npp_gate.cpp index 0bf32f47d2..796de9307f 100644 --- a/src/plugin/npp_gate.cpp +++ b/src/plugin/npp_gate.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lighspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/plugin/npscriptobject.cpp b/src/plugin/npscriptobject.cpp index 48a77aeeef..e95ca663a5 100644 --- a/src/plugin/npscriptobject.cpp +++ b/src/plugin/npscriptobject.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/plugin/npscriptobject.h b/src/plugin/npscriptobject.h index 2dbd1df3b3..b94048fe71 100644 --- a/src/plugin/npscriptobject.h +++ b/src/plugin/npscriptobject.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/plugin/plugin.cpp b/src/plugin/plugin.cpp index 95a7625582..e8338e0568 100644 --- a/src/plugin/plugin.cpp +++ b/src/plugin/plugin.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lighspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify @@ -315,7 +315,7 @@ nsPluginInstance::nsPluginInstance(NPP aInstance, int16_t argc, char** argn, cha nsPluginInstanceBase(), mInstance(aInstance),mInitialized(FALSE),mWindow(0), mainDownloaderStream(NULL),mainDownloader(NULL),scriptObject(NULL),m_pt(NULL) { - LOG(LOG_INFO, "Lightspark version " << VERSION << " Copyright 2009-2012 Alessandro Pignotti and others"); + LOG(LOG_INFO, "Lightspark version " << VERSION << " Copyright 2009-2013 Alessandro Pignotti and others"); setTLSSys( NULL ); m_sys=new lightspark::SystemState(0, lightspark::SystemState::FLASH); //Files running in the plugin have REMOTE sandbox diff --git a/src/plugin/plugin.h b/src/plugin/plugin.h index bdcd462abd..a8a582384f 100644 --- a/src/plugin/plugin.h +++ b/src/plugin/plugin.h @@ -1,7 +1,7 @@ /************************************************************************** Lighspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) Copyright (C) 2010-2011 Timon Van Overveldt (timonvo@gmail.com) This program is free software: you can redistribute it and/or modify diff --git a/src/plugin/plugin.rc b/src/plugin/plugin.rc index 0ea1cfb9d6..8a1f831a04 100644 --- a/src/plugin/plugin.rc +++ b/src/plugin/plugin.rc @@ -23,7 +23,7 @@ VS_VERSION_INFO VERSIONINFO VALUE "FileOpenName", "Flash" VALUE "FileVersion", "12, 1, 0, 1" VALUE "InternalName", "nplightsparkplugin" - VALUE "LegalCopyright", "Copyright © 2009-2012 by the Lightspark team" + VALUE "LegalCopyright", "Copyright © 2009-2013 by the Lightspark team" VALUE "MIMEType", "application/x-shockwave-flash" VALUE "OriginalFilename", "nplightsparkplugin.dll" VALUE "ProductName", "Shockwave Flash" diff --git a/src/scripting/abc.cpp b/src/scripting/abc.cpp index 94f5f7576e..a9803a2306 100644 --- a/src/scripting/abc.cpp +++ b/src/scripting/abc.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/abc.h b/src/scripting/abc.h index 570ed9516a..c5677cf181 100644 --- a/src/scripting/abc.h +++ b/src/scripting/abc.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/abc_codesynt.cpp b/src/scripting/abc_codesynt.cpp index 83c1d5f8db..2018be31d9 100644 --- a/src/scripting/abc_codesynt.cpp +++ b/src/scripting/abc_codesynt.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/abc_fast_interpreter.cpp b/src/scripting/abc_fast_interpreter.cpp index dca1a2a6d2..e49334efee 100644 --- a/src/scripting/abc_fast_interpreter.cpp +++ b/src/scripting/abc_fast_interpreter.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/abc_interpreter.cpp b/src/scripting/abc_interpreter.cpp index cfb13545fa..c6af09dc1c 100644 --- a/src/scripting/abc_interpreter.cpp +++ b/src/scripting/abc_interpreter.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/abc_opcodes.cpp b/src/scripting/abc_opcodes.cpp index 81ca959a93..caef61aa9b 100644 --- a/src/scripting/abc_opcodes.cpp +++ b/src/scripting/abc_opcodes.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/abc_optimizer.cpp b/src/scripting/abc_optimizer.cpp index c6d8b7f43f..c19dd179ad 100644 --- a/src/scripting/abc_optimizer.cpp +++ b/src/scripting/abc_optimizer.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/abctypes.cpp b/src/scripting/abctypes.cpp index adcfb48a3d..5b81e2081f 100644 --- a/src/scripting/abctypes.cpp +++ b/src/scripting/abctypes.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/abctypes.h b/src/scripting/abctypes.h index 30aa7bada3..f70280a0b9 100644 --- a/src/scripting/abctypes.h +++ b/src/scripting/abctypes.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/abcutils.h b/src/scripting/abcutils.h index 7df641f2d2..8498c1a9a7 100644 --- a/src/scripting/abcutils.h +++ b/src/scripting/abcutils.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/argconv.h b/src/scripting/argconv.h index 45020291d8..78b51bdf23 100644 --- a/src/scripting/argconv.h +++ b/src/scripting/argconv.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Matthias Gehre (M.Gehre@gmx.de) + Copyright (C) 2011-2013 Matthias Gehre (M.Gehre@gmx.de) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/class.cpp b/src/scripting/class.cpp index 93608cdbeb..18d974196d 100644 --- a/src/scripting/class.cpp +++ b/src/scripting/class.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/class.h b/src/scripting/class.h index b5b50b91ee..7c82c35efe 100644 --- a/src/scripting/class.h +++ b/src/scripting/class.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/accessibility/flashaccessibility.cpp b/src/scripting/flash/accessibility/flashaccessibility.cpp index 54e72125ff..ebc460d3ea 100644 --- a/src/scripting/flash/accessibility/flashaccessibility.cpp +++ b/src/scripting/flash/accessibility/flashaccessibility.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/accessibility/flashaccessibility.h b/src/scripting/flash/accessibility/flashaccessibility.h index b7c8a1c7a6..19d00b84f4 100644 --- a/src/scripting/flash/accessibility/flashaccessibility.h +++ b/src/scripting/flash/accessibility/flashaccessibility.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/desktop/flashdesktop.cpp b/src/scripting/flash/desktop/flashdesktop.cpp index b4b208a0fd..ebf14e445a 100644 --- a/src/scripting/flash/desktop/flashdesktop.cpp +++ b/src/scripting/flash/desktop/flashdesktop.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/desktop/flashdesktop.h b/src/scripting/flash/desktop/flashdesktop.h index 97166dc447..3e96ed3304 100644 --- a/src/scripting/flash/desktop/flashdesktop.h +++ b/src/scripting/flash/desktop/flashdesktop.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/BitmapContainer.cpp b/src/scripting/flash/display/BitmapContainer.cpp index 3c6183fcc1..c8a8a788b4 100644 --- a/src/scripting/flash/display/BitmapContainer.cpp +++ b/src/scripting/flash/display/BitmapContainer.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/BitmapContainer.h b/src/scripting/flash/display/BitmapContainer.h index 1d8ce72ce7..b7541e2089 100644 --- a/src/scripting/flash/display/BitmapContainer.h +++ b/src/scripting/flash/display/BitmapContainer.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/BitmapData.cpp b/src/scripting/flash/display/BitmapData.cpp index 8ad88769a2..66e3c535dc 100644 --- a/src/scripting/flash/display/BitmapData.cpp +++ b/src/scripting/flash/display/BitmapData.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/BitmapData.h b/src/scripting/flash/display/BitmapData.h index ac5a6b6ca7..b4d792ef41 100644 --- a/src/scripting/flash/display/BitmapData.h +++ b/src/scripting/flash/display/BitmapData.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/DisplayObject.cpp b/src/scripting/flash/display/DisplayObject.cpp index 21d0cdaf09..fd94454d4d 100644 --- a/src/scripting/flash/display/DisplayObject.cpp +++ b/src/scripting/flash/display/DisplayObject.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/DisplayObject.h b/src/scripting/flash/display/DisplayObject.h index 0e90494f2d..6d2887c3f8 100644 --- a/src/scripting/flash/display/DisplayObject.h +++ b/src/scripting/flash/display/DisplayObject.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/IBitmapDrawable.cpp b/src/scripting/flash/display/IBitmapDrawable.cpp index a9bd62e13a..08135ac123 100644 --- a/src/scripting/flash/display/IBitmapDrawable.cpp +++ b/src/scripting/flash/display/IBitmapDrawable.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/IBitmapDrawable.h b/src/scripting/flash/display/IBitmapDrawable.h index 4356676ecb..4f49f957b5 100644 --- a/src/scripting/flash/display/IBitmapDrawable.h +++ b/src/scripting/flash/display/IBitmapDrawable.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/TokenContainer.cpp b/src/scripting/flash/display/TokenContainer.cpp index 246760f6d0..dfb345765e 100644 --- a/src/scripting/flash/display/TokenContainer.cpp +++ b/src/scripting/flash/display/TokenContainer.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/TokenContainer.h b/src/scripting/flash/display/TokenContainer.h index 0bf2cf514b..5fdb7b8155 100644 --- a/src/scripting/flash/display/TokenContainer.h +++ b/src/scripting/flash/display/TokenContainer.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/flashdisplay.cpp b/src/scripting/flash/display/flashdisplay.cpp index be27d66407..66213fdf92 100644 --- a/src/scripting/flash/display/flashdisplay.cpp +++ b/src/scripting/flash/display/flashdisplay.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/display/flashdisplay.h b/src/scripting/flash/display/flashdisplay.h index b98a927ecc..0ea7c8334b 100644 --- a/src/scripting/flash/display/flashdisplay.h +++ b/src/scripting/flash/display/flashdisplay.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/errors/flasherrors.cpp b/src/scripting/flash/errors/flasherrors.cpp index 094e32dab7..81c0a831ad 100644 --- a/src/scripting/flash/errors/flasherrors.cpp +++ b/src/scripting/flash/errors/flasherrors.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/errors/flasherrors.h b/src/scripting/flash/errors/flasherrors.h index 10337cd2df..115e54f166 100644 --- a/src/scripting/flash/errors/flasherrors.h +++ b/src/scripting/flash/errors/flasherrors.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/events/flashevents.cpp b/src/scripting/flash/events/flashevents.cpp index a70fa4fb79..6f99dfd417 100644 --- a/src/scripting/flash/events/flashevents.cpp +++ b/src/scripting/flash/events/flashevents.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/events/flashevents.h b/src/scripting/flash/events/flashevents.h index 7c8d64e84c..2c3cdfc293 100644 --- a/src/scripting/flash/events/flashevents.h +++ b/src/scripting/flash/events/flashevents.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/external/ExternalInterface.cpp b/src/scripting/flash/external/ExternalInterface.cpp index aff87ee2ec..7cc2130ad1 100644 --- a/src/scripting/flash/external/ExternalInterface.cpp +++ b/src/scripting/flash/external/ExternalInterface.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/external/ExternalInterface.h b/src/scripting/flash/external/ExternalInterface.h index 9a1d3a3f55..69ba1a9a3f 100644 --- a/src/scripting/flash/external/ExternalInterface.h +++ b/src/scripting/flash/external/ExternalInterface.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/filters/flashfilters.cpp b/src/scripting/flash/filters/flashfilters.cpp index a72510184d..9d70fc1155 100644 --- a/src/scripting/flash/filters/flashfilters.cpp +++ b/src/scripting/flash/filters/flashfilters.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/filters/flashfilters.h b/src/scripting/flash/filters/flashfilters.h index 0a17d9e6ac..2004b94c0d 100644 --- a/src/scripting/flash/filters/flashfilters.h +++ b/src/scripting/flash/filters/flashfilters.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/geom/flashgeom.cpp b/src/scripting/flash/geom/flashgeom.cpp index 9e54695548..4d7f12b667 100644 --- a/src/scripting/flash/geom/flashgeom.cpp +++ b/src/scripting/flash/geom/flashgeom.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/geom/flashgeom.h b/src/scripting/flash/geom/flashgeom.h index c5371f91d5..1ca359ab4d 100644 --- a/src/scripting/flash/geom/flashgeom.h +++ b/src/scripting/flash/geom/flashgeom.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/media/flashmedia.cpp b/src/scripting/flash/media/flashmedia.cpp index ac10822997..3caaa55d55 100644 --- a/src/scripting/flash/media/flashmedia.cpp +++ b/src/scripting/flash/media/flashmedia.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/media/flashmedia.h b/src/scripting/flash/media/flashmedia.h index cd0cfc7228..b7a2841d35 100644 --- a/src/scripting/flash/media/flashmedia.h +++ b/src/scripting/flash/media/flashmedia.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/net/URLRequestHeader.h b/src/scripting/flash/net/URLRequestHeader.h index bbe2a46927..031fc92d87 100644 --- a/src/scripting/flash/net/URLRequestHeader.h +++ b/src/scripting/flash/net/URLRequestHeader.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/net/URLStream.cpp b/src/scripting/flash/net/URLStream.cpp index cac9139fdc..1d3594a6f8 100644 --- a/src/scripting/flash/net/URLStream.cpp +++ b/src/scripting/flash/net/URLStream.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/net/URLStream.h b/src/scripting/flash/net/URLStream.h index f0677b881c..3497f6fb1c 100644 --- a/src/scripting/flash/net/URLStream.h +++ b/src/scripting/flash/net/URLStream.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/net/XMLSocket.cpp b/src/scripting/flash/net/XMLSocket.cpp index e1da76d7b9..273ce00447 100644 --- a/src/scripting/flash/net/XMLSocket.cpp +++ b/src/scripting/flash/net/XMLSocket.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/net/XMLSocket.h b/src/scripting/flash/net/XMLSocket.h index ce5e93e56e..6681e705a0 100644 --- a/src/scripting/flash/net/XMLSocket.h +++ b/src/scripting/flash/net/XMLSocket.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/net/flashnet.cpp b/src/scripting/flash/net/flashnet.cpp index 18dc85e9ce..7b268bc23f 100644 --- a/src/scripting/flash/net/flashnet.cpp +++ b/src/scripting/flash/net/flashnet.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/net/flashnet.h b/src/scripting/flash/net/flashnet.h index 0c711e6c80..0ab5b27e6f 100644 --- a/src/scripting/flash/net/flashnet.h +++ b/src/scripting/flash/net/flashnet.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/sensors/flashsensors.cpp b/src/scripting/flash/sensors/flashsensors.cpp index 8858c880a1..bee463b884 100644 --- a/src/scripting/flash/sensors/flashsensors.cpp +++ b/src/scripting/flash/sensors/flashsensors.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/sensors/flashsensors.h b/src/scripting/flash/sensors/flashsensors.h index cb026e6759..9f9ef19f18 100644 --- a/src/scripting/flash/sensors/flashsensors.h +++ b/src/scripting/flash/sensors/flashsensors.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/system/flashsystem.cpp b/src/scripting/flash/system/flashsystem.cpp index 80de9c3b1e..26701f6aa3 100644 --- a/src/scripting/flash/system/flashsystem.cpp +++ b/src/scripting/flash/system/flashsystem.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/system/flashsystem.h b/src/scripting/flash/system/flashsystem.h index a63ff2bd48..cf860639c5 100644 --- a/src/scripting/flash/system/flashsystem.h +++ b/src/scripting/flash/system/flashsystem.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/text/flashtext.cpp b/src/scripting/flash/text/flashtext.cpp index 8ec0627ccf..61c6c5236e 100644 --- a/src/scripting/flash/text/flashtext.cpp +++ b/src/scripting/flash/text/flashtext.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/text/flashtext.h b/src/scripting/flash/text/flashtext.h index 7483f839e8..1e1eae467c 100644 --- a/src/scripting/flash/text/flashtext.h +++ b/src/scripting/flash/text/flashtext.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/text/flashtextengine.cpp b/src/scripting/flash/text/flashtextengine.cpp index f5c5e06d3c..c9c4900e3a 100644 --- a/src/scripting/flash/text/flashtextengine.cpp +++ b/src/scripting/flash/text/flashtextengine.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/text/flashtextengine.h b/src/scripting/flash/text/flashtextengine.h index 95b0540c71..df2850176c 100644 --- a/src/scripting/flash/text/flashtextengine.h +++ b/src/scripting/flash/text/flashtextengine.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/ui/Keyboard.cpp b/src/scripting/flash/ui/Keyboard.cpp index 66b1371c05..0541cdbd6c 100644 --- a/src/scripting/flash/ui/Keyboard.cpp +++ b/src/scripting/flash/ui/Keyboard.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/ui/Keyboard.h b/src/scripting/flash/ui/Keyboard.h index 4ef371dc6a..a9188474a7 100644 --- a/src/scripting/flash/ui/Keyboard.h +++ b/src/scripting/flash/ui/Keyboard.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/ui/keycodes.h b/src/scripting/flash/ui/keycodes.h index dfa4b5f724..a76f5d2a52 100644 --- a/src/scripting/flash/ui/keycodes.h +++ b/src/scripting/flash/ui/keycodes.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/utils/flashutils.cpp b/src/scripting/flash/utils/flashutils.cpp index a78966de59..2fd997618a 100644 --- a/src/scripting/flash/utils/flashutils.cpp +++ b/src/scripting/flash/utils/flashutils.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/utils/flashutils.h b/src/scripting/flash/utils/flashutils.h index 26bcef8122..7b62359e33 100644 --- a/src/scripting/flash/utils/flashutils.h +++ b/src/scripting/flash/utils/flashutils.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/xml/flashxml.cpp b/src/scripting/flash/xml/flashxml.cpp index a5324a8800..3d0f0e727e 100644 --- a/src/scripting/flash/xml/flashxml.cpp +++ b/src/scripting/flash/xml/flashxml.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/flash/xml/flashxml.h b/src/scripting/flash/xml/flashxml.h index 331e2c99c9..a5eb485649 100644 --- a/src/scripting/flash/xml/flashxml.h +++ b/src/scripting/flash/xml/flashxml.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/ASString.cpp b/src/scripting/toplevel/ASString.cpp index 86924be6d6..10afb69a3f 100644 --- a/src/scripting/toplevel/ASString.cpp +++ b/src/scripting/toplevel/ASString.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/ASString.h b/src/scripting/toplevel/ASString.h index 83538a2d22..47338291e3 100644 --- a/src/scripting/toplevel/ASString.h +++ b/src/scripting/toplevel/ASString.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Array.cpp b/src/scripting/toplevel/Array.cpp index 83765f26d2..2dd5f36ca2 100644 --- a/src/scripting/toplevel/Array.cpp +++ b/src/scripting/toplevel/Array.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Array.h b/src/scripting/toplevel/Array.h index 087559cdf4..75dec816de 100644 --- a/src/scripting/toplevel/Array.h +++ b/src/scripting/toplevel/Array.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Boolean.cpp b/src/scripting/toplevel/Boolean.cpp index 327524ff50..5f31167e2f 100644 --- a/src/scripting/toplevel/Boolean.cpp +++ b/src/scripting/toplevel/Boolean.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Boolean.h b/src/scripting/toplevel/Boolean.h index b0beff1572..a56c1cc6f3 100644 --- a/src/scripting/toplevel/Boolean.h +++ b/src/scripting/toplevel/Boolean.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Date.cpp b/src/scripting/toplevel/Date.cpp index 6ebe409917..bceaba8227 100644 --- a/src/scripting/toplevel/Date.cpp +++ b/src/scripting/toplevel/Date.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Date.h b/src/scripting/toplevel/Date.h index 7f4cf285df..d456b535cd 100644 --- a/src/scripting/toplevel/Date.h +++ b/src/scripting/toplevel/Date.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Error.cpp b/src/scripting/toplevel/Error.cpp index de2b083c76..3865195d27 100644 --- a/src/scripting/toplevel/Error.cpp +++ b/src/scripting/toplevel/Error.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Error.h b/src/scripting/toplevel/Error.h index 580154d9e7..9e9b2f5b54 100644 --- a/src/scripting/toplevel/Error.h +++ b/src/scripting/toplevel/Error.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Integer.cpp b/src/scripting/toplevel/Integer.cpp index 050a699146..b920e4560b 100644 --- a/src/scripting/toplevel/Integer.cpp +++ b/src/scripting/toplevel/Integer.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Integer.h b/src/scripting/toplevel/Integer.h index c2c490ee62..96e571ab1f 100644 --- a/src/scripting/toplevel/Integer.h +++ b/src/scripting/toplevel/Integer.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Math.cpp b/src/scripting/toplevel/Math.cpp index d68e1e543d..da4ffed727 100644 --- a/src/scripting/toplevel/Math.cpp +++ b/src/scripting/toplevel/Math.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Math.h b/src/scripting/toplevel/Math.h index 4901695ed9..d2b670906a 100644 --- a/src/scripting/toplevel/Math.h +++ b/src/scripting/toplevel/Math.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Number.cpp b/src/scripting/toplevel/Number.cpp index b2a05f288c..7c4dbaa154 100644 --- a/src/scripting/toplevel/Number.cpp +++ b/src/scripting/toplevel/Number.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Number.h b/src/scripting/toplevel/Number.h index 8df4912d10..f03ddb0cbc 100644 --- a/src/scripting/toplevel/Number.h +++ b/src/scripting/toplevel/Number.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/RegExp.cpp b/src/scripting/toplevel/RegExp.cpp index 1807578f9f..1e1c5d5263 100644 --- a/src/scripting/toplevel/RegExp.cpp +++ b/src/scripting/toplevel/RegExp.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/RegExp.h b/src/scripting/toplevel/RegExp.h index aee06d3c34..2d7ef55d52 100644 --- a/src/scripting/toplevel/RegExp.h +++ b/src/scripting/toplevel/RegExp.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/UInteger.cpp b/src/scripting/toplevel/UInteger.cpp index 1f7c216007..3a1fc9615a 100644 --- a/src/scripting/toplevel/UInteger.cpp +++ b/src/scripting/toplevel/UInteger.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/UInteger.h b/src/scripting/toplevel/UInteger.h index 1d4e0c0dcb..fe0fbcc3da 100644 --- a/src/scripting/toplevel/UInteger.h +++ b/src/scripting/toplevel/UInteger.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Vector.cpp b/src/scripting/toplevel/Vector.cpp index 2f64333b69..36003382e6 100644 --- a/src/scripting/toplevel/Vector.cpp +++ b/src/scripting/toplevel/Vector.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/Vector.h b/src/scripting/toplevel/Vector.h index 4a446f6be7..24153679a1 100644 --- a/src/scripting/toplevel/Vector.h +++ b/src/scripting/toplevel/Vector.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/XML.cpp b/src/scripting/toplevel/XML.cpp index 62657ee7a3..16f0325801 100644 --- a/src/scripting/toplevel/XML.cpp +++ b/src/scripting/toplevel/XML.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/XML.h b/src/scripting/toplevel/XML.h index f855664ef5..5ff172a35b 100644 --- a/src/scripting/toplevel/XML.h +++ b/src/scripting/toplevel/XML.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/XMLList.cpp b/src/scripting/toplevel/XMLList.cpp index 536f577afb..0d594c1f8a 100644 --- a/src/scripting/toplevel/XMLList.cpp +++ b/src/scripting/toplevel/XMLList.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/XMLList.h b/src/scripting/toplevel/XMLList.h index 5a5250312a..e336061fe2 100644 --- a/src/scripting/toplevel/XMLList.h +++ b/src/scripting/toplevel/XMLList.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/toplevel.cpp b/src/scripting/toplevel/toplevel.cpp index 4362410224..95037b600e 100644 --- a/src/scripting/toplevel/toplevel.cpp +++ b/src/scripting/toplevel/toplevel.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/scripting/toplevel/toplevel.h b/src/scripting/toplevel/toplevel.h index 618edcd11b..500f85adc3 100644 --- a/src/scripting/toplevel/toplevel.h +++ b/src/scripting/toplevel/toplevel.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/smartrefs.h b/src/smartrefs.h index 36c291596e..68e19a301e 100644 --- a/src/smartrefs.h +++ b/src/smartrefs.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2011-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2011-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/swf.cpp b/src/swf.cpp index 9511ac2208..008fdaf637 100644 --- a/src/swf.cpp +++ b/src/swf.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2008-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2008-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/swf.h b/src/swf.h index 0b9b13b80e..419204ab2f 100644 --- a/src/swf.h +++ b/src/swf.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2008-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2008-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/swftypes.cpp b/src/swftypes.cpp index 5ba15a6735..d48afc721f 100644 --- a/src/swftypes.cpp +++ b/src/swftypes.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2008-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2008-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/swftypes.h b/src/swftypes.h index f897c64fb7..597c8c2790 100644 --- a/src/swftypes.h +++ b/src/swftypes.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2008-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2008-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/thread_pool.cpp b/src/thread_pool.cpp index ec868378bc..625572a76a 100644 --- a/src/thread_pool.cpp +++ b/src/thread_pool.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/thread_pool.h b/src/thread_pool.h index 39b0e4667f..1f537de18e 100644 --- a/src/thread_pool.h +++ b/src/thread_pool.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/threading.cpp b/src/threading.cpp index 4e1a501c08..26666a8b52 100644 --- a/src/threading.cpp +++ b/src/threading.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/threading.h b/src/threading.h index 31ce9925f0..eef5a2ec9f 100644 --- a/src/threading.h +++ b/src/threading.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/tightspark.cpp b/src/tightspark.cpp index dcbc0e0234..7209e3d808 100644 --- a/src/tightspark.cpp +++ b/src/tightspark.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2009-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2009-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/timer.cpp b/src/timer.cpp index ecdc47478a..966051223b 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/timer.h b/src/timer.h index 13b6b4817f..70e719a60d 100644 --- a/src/timer.h +++ b/src/timer.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2010-2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2010-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/tiny_string.cpp b/src/tiny_string.cpp index 2f600e8e42..8257cae011 100644 --- a/src/tiny_string.cpp +++ b/src/tiny_string.cpp @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/tiny_string.h b/src/tiny_string.h index 6b22107004..8c05750325 100644 --- a/src/tiny_string.h +++ b/src/tiny_string.h @@ -1,7 +1,7 @@ /************************************************************************** Lightspark, a free flash player implementation - Copyright (C) 2012 Alessandro Pignotti (a.pignotti@sssup.it) + Copyright (C) 2012-2013 Alessandro Pignotti (a.pignotti@sssup.it) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by