Skip to content

Commit f40cfbe

Browse files
committed
2015 - 2016.
1 parent 12f3bd6 commit f40cfbe

159 files changed

Lines changed: 162 additions & 162 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Richard Davey, Photon Storm Ltd.
3+
Copyright (c) 2016 Richard Davey, Photon Storm Ltd.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

src/Intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Richard Davey <rich@photonstorm.com>
3-
* @copyright 2015 Photon Storm Ltd.
3+
* @copyright 2016 Photon Storm Ltd.
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

src/Outro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Richard Davey <rich@photonstorm.com>
3-
* @copyright 2015 Photon Storm Ltd.
3+
* @copyright 2016 Photon Storm Ltd.
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

src/Phaser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global Phaser:true */
22
/**
33
* @author Richard Davey <rich@photonstorm.com>
4-
* @copyright 2015 Photon Storm Ltd.
4+
* @copyright 2016 Photon Storm Ltd.
55
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
66
*/
77

src/PixiDefaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global Phaser:true */
22
/**
33
* @author Richard Davey <rich@photonstorm.com>
4-
* @copyright 2015 Photon Storm Ltd.
4+
* @copyright 2016 Photon Storm Ltd.
55
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
66
*/
77

src/animation/Animation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Richard Davey <rich@photonstorm.com>
3-
* @copyright 2015 Photon Storm Ltd.
3+
* @copyright 2016 Photon Storm Ltd.
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

src/animation/AnimationManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Richard Davey <rich@photonstorm.com>
3-
* @copyright 2015 Photon Storm Ltd.
3+
* @copyright 2016 Photon Storm Ltd.
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

src/animation/AnimationParser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Richard Davey <rich@photonstorm.com>
3-
* @copyright 2015 Photon Storm Ltd.
3+
* @copyright 2016 Photon Storm Ltd.
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

src/animation/Frame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Richard Davey <rich@photonstorm.com>
3-
* @copyright 2015 Photon Storm Ltd.
3+
* @copyright 2016 Photon Storm Ltd.
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

src/animation/FrameData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Richard Davey <rich@photonstorm.com>
3-
* @copyright 2015 Photon Storm Ltd.
3+
* @copyright 2016 Photon Storm Ltd.
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

0 commit comments

Comments
 (0)