Revision: 1361
Author: ccanepacc
Date: Mon Mar 24 12:26:15 2014 UTC
Log: update copyright header
http://code.google.com/p/los-cocos/source/detail?r=1361
Modified:
/trunk/cocos/__init__.py
/trunk/cocos/actions/__init__.py
/trunk/cocos/actions/base_actions.py
/trunk/cocos/actions/basegrid_actions.py
/trunk/cocos/actions/camera_actions.py
/trunk/cocos/actions/grid3d_actions.py
/trunk/cocos/actions/instant_actions.py
/trunk/cocos/actions/interval_actions.py
/trunk/cocos/actions/move_actions.py
/trunk/cocos/actions/quadmoveby_actions.py
/trunk/cocos/actions/tiledgrid_actions.py
/trunk/cocos/audio/__init__.py
/trunk/cocos/audio/actions.py
/trunk/cocos/audio/effect.py
/trunk/cocos/audio/exceptions.py
/trunk/cocos/audio/music.py
/trunk/cocos/batch.py
/trunk/cocos/camera.py
/trunk/cocos/cocosnode.py
/trunk/cocos/collision_model.py
/trunk/cocos/compat.py
/trunk/cocos/custom_clocks.py
/trunk/cocos/director.py
/trunk/cocos/draw.py
/trunk/cocos/framegrabber.py
/trunk/cocos/gl_framebuffer_object.py
/trunk/cocos/grid.py
/trunk/cocos/layer/__init__.py
/trunk/cocos/layer/base_layers.py
/trunk/cocos/layer/python_interpreter.py
/trunk/cocos/layer/scrolling.py
/trunk/cocos/layer/util_layers.py
/trunk/cocos/menu.py
/trunk/cocos/particle.py
/trunk/cocos/particle_systems.py
/trunk/cocos/path.py
/trunk/cocos/rect.py
/trunk/cocos/scene.py
/trunk/cocos/scenes/__init__.py
/trunk/cocos/scenes/pause.py
/trunk/cocos/scenes/transitions.py
/trunk/cocos/shader.py
/trunk/cocos/skeleton.py
/trunk/cocos/sprite.py
/trunk/cocos/text.py
/trunk/cocos/tiles.py
/trunk/cocos/utils.py
/trunk/cocos/wired.py
/trunk/tools/change_license.py
=======================================
--- /trunk/cocos/__init__.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/__init__.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/actions/__init__.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/actions/__init__.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/actions/base_actions.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/actions/base_actions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/actions/basegrid_actions.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/actions/basegrid_actions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/actions/camera_actions.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/actions/camera_actions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/actions/grid3d_actions.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/actions/grid3d_actions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/actions/instant_actions.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/actions/instant_actions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/actions/interval_actions.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/actions/interval_actions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/actions/move_actions.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/actions/move_actions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/actions/quadmoveby_actions.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/actions/quadmoveby_actions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/actions/tiledgrid_actions.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/actions/tiledgrid_actions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/audio/__init__.py Sat Mar 22 11:50:27 2014 UTC
+++ /trunk/cocos/audio/__init__.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/audio/actions.py Sun Aug 12 23:18:19 2012 UTC
+++ /trunk/cocos/audio/actions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/audio/effect.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/audio/effect.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/audio/exceptions.py Sun Aug 12 23:18:19 2012 UTC
+++ /trunk/cocos/audio/exceptions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/audio/music.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/audio/music.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/batch.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/batch.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/camera.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/camera.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/cocosnode.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/cocosnode.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/collision_model.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/collision_model.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/compat.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/compat.py Mon Mar 24 12:26:15 2014 UTC
@@ -1,3 +1,38 @@
+#
----------------------------------------------------------------------------
+# cocos2d
+# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
+# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of cocos2d nor the names of its
+# contributors may be used to endorse or promote products
+# derived from this software without specific prior written
+# permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
----------------------------------------------------------------------------
+
from __future__ import division, print_function, unicode_literals
import six
=======================================
--- /trunk/cocos/custom_clocks.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/custom_clocks.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/director.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/director.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/draw.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/draw.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/framegrabber.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/framegrabber.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/gl_framebuffer_object.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/gl_framebuffer_object.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/grid.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/grid.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/layer/__init__.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/layer/__init__.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/layer/base_layers.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/layer/base_layers.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/layer/python_interpreter.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/layer/python_interpreter.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/layer/scrolling.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/layer/scrolling.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/layer/util_layers.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/layer/util_layers.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/menu.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/menu.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/particle.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/particle.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/particle_systems.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/particle_systems.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/path.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/path.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/rect.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/rect.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/scene.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/scene.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/scenes/__init__.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/scenes/__init__.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/scenes/pause.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/scenes/pause.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/scenes/transitions.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/scenes/transitions.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/shader.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/shader.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/skeleton.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/skeleton.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/sprite.py Wed Mar 19 15:03:24 2014 UTC
+++ /trunk/cocos/sprite.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/text.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/text.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/tiles.py Mon Mar 24 11:58:58 2014 UTC
+++ /trunk/cocos/tiles.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/utils.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/utils.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/cocos/wired.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/cocos/wired.py Mon Mar 24 12:26:15 2014 UTC
@@ -2,6 +2,7 @@
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
=======================================
--- /trunk/tools/change_license.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/tools/change_license.py Mon Mar 24 12:26:15 2014 UTC
@@ -14,10 +14,9 @@
import os
import sys
-
old_license = """#
----------------------------------------------------------------------------
# cocos2d
-# Copyright (c) 2008-2011 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
+# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
# All rights reserved.
#
@@ -49,10 +48,12 @@
# POSSIBILITY OF SUCH DAMAGE.
#
----------------------------------------------------------------------------"""
+
new_license = """#
----------------------------------------------------------------------------
# cocos2d
# Copyright (c) 2008-2012 Daniel Moisset, Ricardo Quesada, Rayentray Tappa,
# Lucio Torre
+# Copyright (c) 2009-2014 Richard Jones, Claudio Canepa
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -164,6 +165,7 @@
report_match = not ('non' in mode)
for path in args:
+ print('args:', args)
if os.path.isdir(path):
for root, dirnames, filenames in os.walk(path):
for dirname in dirnames: