Skip to content

Commit

Permalink
License link update
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed May 10, 2019
1 parent fbeecd0 commit c91ed91
Show file tree
Hide file tree
Showing 1,380 changed files with 1,380 additions and 1,380 deletions.
2 changes: 1 addition & 1 deletion src/actions/Angle.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueInc = require('./PropertyValueInc');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/Call.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/actions/GetFirst.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/actions/GetLast.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/actions/GridAlign.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var AlignIn = require('../display/align/in/QuickSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/IncAlpha.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueInc = require('./PropertyValueInc');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/IncX.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueInc = require('./PropertyValueInc');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/IncXY.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueInc = require('./PropertyValueInc');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/IncY.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueInc = require('./PropertyValueInc');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/PlaceOnCircle.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/actions/PlaceOnEllipse.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/actions/PlaceOnLine.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var GetPoints = require('../geom/line/GetPoints');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/PlaceOnRectangle.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var MarchingAnts = require('../geom/rectangle/MarchingAnts');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/PlaceOnTriangle.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var BresenhamPoints = require('../geom/line/BresenhamPoints');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/PlayAnimation.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/actions/PropertyValueInc.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/actions/PropertyValueSet.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/actions/RandomCircle.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var Random = require('../geom/circle/Random');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/RandomEllipse.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var Random = require('../geom/ellipse/Random');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/RandomLine.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var Random = require('../geom/line/Random');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/RandomRectangle.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var Random = require('../geom/rectangle/Random');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/RandomTriangle.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var Random = require('../geom/triangle/Random');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/Rotate.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueInc = require('./PropertyValueInc');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/RotateAround.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var RotateAroundDistance = require('../math/RotateAroundDistance');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/RotateAroundDistance.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var MathRotateAroundDistance = require('../math/RotateAroundDistance');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/ScaleX.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueInc = require('./PropertyValueInc');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/ScaleXY.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueInc = require('./PropertyValueInc');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/ScaleY.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueInc = require('./PropertyValueInc');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetAlpha.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetBlendMode.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetDepth.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetHitArea.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetOrigin.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetRotation.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetScale.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetScaleX.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetScaleY.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetTint.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetVisible.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetX.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetXY.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/SetY.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var PropertyValueSet = require('./PropertyValueSet');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/ShiftPosition.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var Vector2 = require('../math/Vector2');
Expand Down
2 changes: 1 addition & 1 deletion src/actions/Shuffle.js
@@ -1,7 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/

var ArrayShuffle = require('../utils/array/Shuffle');
Expand Down

0 comments on commit c91ed91

Please sign in to comment.