From c91ed91ce37ae0838ee36adc56c63e81d48ebe66 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 10 May 2019 16:15:04 +0100 Subject: [PATCH] License link update --- src/actions/Angle.js | 2 +- src/actions/Call.js | 2 +- src/actions/GetFirst.js | 2 +- src/actions/GetLast.js | 2 +- src/actions/GridAlign.js | 2 +- src/actions/IncAlpha.js | 2 +- src/actions/IncX.js | 2 +- src/actions/IncXY.js | 2 +- src/actions/IncY.js | 2 +- src/actions/PlaceOnCircle.js | 2 +- src/actions/PlaceOnEllipse.js | 2 +- src/actions/PlaceOnLine.js | 2 +- src/actions/PlaceOnRectangle.js | 2 +- src/actions/PlaceOnTriangle.js | 2 +- src/actions/PlayAnimation.js | 2 +- src/actions/PropertyValueInc.js | 2 +- src/actions/PropertyValueSet.js | 2 +- src/actions/RandomCircle.js | 2 +- src/actions/RandomEllipse.js | 2 +- src/actions/RandomLine.js | 2 +- src/actions/RandomRectangle.js | 2 +- src/actions/RandomTriangle.js | 2 +- src/actions/Rotate.js | 2 +- src/actions/RotateAround.js | 2 +- src/actions/RotateAroundDistance.js | 2 +- src/actions/ScaleX.js | 2 +- src/actions/ScaleXY.js | 2 +- src/actions/ScaleY.js | 2 +- src/actions/SetAlpha.js | 2 +- src/actions/SetBlendMode.js | 2 +- src/actions/SetDepth.js | 2 +- src/actions/SetHitArea.js | 2 +- src/actions/SetOrigin.js | 2 +- src/actions/SetRotation.js | 2 +- src/actions/SetScale.js | 2 +- src/actions/SetScaleX.js | 2 +- src/actions/SetScaleY.js | 2 +- src/actions/SetTint.js | 2 +- src/actions/SetVisible.js | 2 +- src/actions/SetX.js | 2 +- src/actions/SetXY.js | 2 +- src/actions/SetY.js | 2 +- src/actions/ShiftPosition.js | 2 +- src/actions/Shuffle.js | 2 +- src/actions/SmoothStep.js | 2 +- src/actions/SmootherStep.js | 2 +- src/actions/Spread.js | 2 +- src/actions/ToggleVisible.js | 2 +- src/actions/WrapInRectangle.js | 2 +- src/actions/index.js | 2 +- src/actions/typedefs/index.js | 2 +- src/animations/Animation.js | 2 +- src/animations/AnimationFrame.js | 2 +- src/animations/AnimationManager.js | 2 +- src/animations/events/ADD_ANIMATION_EVENT.js | 2 +- src/animations/events/ANIMATION_COMPLETE_EVENT.js | 2 +- src/animations/events/ANIMATION_REPEAT_EVENT.js | 2 +- src/animations/events/ANIMATION_RESTART_EVENT.js | 2 +- src/animations/events/ANIMATION_START_EVENT.js | 2 +- src/animations/events/PAUSE_ALL_EVENT.js | 2 +- src/animations/events/REMOVE_ANIMATION_EVENT.js | 2 +- src/animations/events/RESUME_ALL_EVENT.js | 2 +- src/animations/events/SPRITE_ANIMATION_COMPLETE_EVENT.js | 2 +- src/animations/events/SPRITE_ANIMATION_KEY_COMPLETE_EVENT.js | 2 +- src/animations/events/SPRITE_ANIMATION_KEY_REPEAT_EVENT.js | 2 +- src/animations/events/SPRITE_ANIMATION_KEY_RESTART_EVENT.js | 2 +- src/animations/events/SPRITE_ANIMATION_KEY_START_EVENT.js | 2 +- src/animations/events/SPRITE_ANIMATION_KEY_UPDATE_EVENT.js | 2 +- src/animations/events/SPRITE_ANIMATION_REPEAT_EVENT.js | 2 +- src/animations/events/SPRITE_ANIMATION_RESTART_EVENT.js | 2 +- src/animations/events/SPRITE_ANIMATION_START_EVENT.js | 2 +- src/animations/events/SPRITE_ANIMATION_UPDATE_EVENT.js | 2 +- src/animations/events/index.js | 2 +- src/animations/index.js | 2 +- src/animations/typedefs/index.js | 2 +- src/cache/BaseCache.js | 2 +- src/cache/CacheManager.js | 2 +- src/cache/events/ADD_EVENT.js | 2 +- src/cache/events/REMOVE_EVENT.js | 2 +- src/cache/events/index.js | 2 +- src/cache/index.js | 2 +- src/cameras/2d/BaseCamera.js | 2 +- src/cameras/2d/Camera.js | 2 +- src/cameras/2d/CameraManager.js | 2 +- src/cameras/2d/effects/Fade.js | 2 +- src/cameras/2d/effects/Flash.js | 2 +- src/cameras/2d/effects/Pan.js | 2 +- src/cameras/2d/effects/Shake.js | 2 +- src/cameras/2d/effects/Zoom.js | 2 +- src/cameras/2d/effects/index.js | 2 +- src/cameras/2d/events/DESTROY_EVENT.js | 2 +- src/cameras/2d/events/FADE_IN_COMPLETE_EVENT.js | 2 +- src/cameras/2d/events/FADE_IN_START_EVENT.js | 2 +- src/cameras/2d/events/FADE_OUT_COMPLETE_EVENT.js | 2 +- src/cameras/2d/events/FADE_OUT_START_EVENT.js | 2 +- src/cameras/2d/events/FLASH_COMPLETE_EVENT.js | 2 +- src/cameras/2d/events/FLASH_START_EVENT.js | 2 +- src/cameras/2d/events/PAN_COMPLETE_EVENT.js | 2 +- src/cameras/2d/events/PAN_START_EVENT.js | 2 +- src/cameras/2d/events/POST_RENDER_EVENT.js | 2 +- src/cameras/2d/events/PRE_RENDER_EVENT.js | 2 +- src/cameras/2d/events/SHAKE_COMPLETE_EVENT.js | 2 +- src/cameras/2d/events/SHAKE_START_EVENT.js | 2 +- src/cameras/2d/events/ZOOM_COMPLETE_EVENT.js | 2 +- src/cameras/2d/events/ZOOM_START_EVENT.js | 2 +- src/cameras/2d/events/index.js | 2 +- src/cameras/2d/index.js | 2 +- src/cameras/2d/typedefs/index.js | 2 +- src/cameras/controls/FixedKeyControl.js | 2 +- src/cameras/controls/SmoothedKeyControl.js | 2 +- src/cameras/controls/index.js | 2 +- src/cameras/controls/typedefs/index.js | 2 +- src/cameras/index.js | 2 +- src/const.js | 2 +- src/core/Config.js | 2 +- src/core/CreateRenderer.js | 2 +- src/core/DebugHeader.js | 2 +- src/core/Game.js | 2 +- src/core/TimeStep.js | 2 +- src/core/VisibilityHandler.js | 2 +- src/core/events/BLUR_EVENT.js | 2 +- src/core/events/BOOT_EVENT.js | 2 +- src/core/events/DESTROY_EVENT.js | 2 +- src/core/events/FOCUS_EVENT.js | 2 +- src/core/events/HIDDEN_EVENT.js | 2 +- src/core/events/PAUSE_EVENT.js | 2 +- src/core/events/POST_RENDER_EVENT.js | 2 +- src/core/events/POST_STEP_EVENT.js | 2 +- src/core/events/PRE_RENDER_EVENT.js | 2 +- src/core/events/PRE_STEP_EVENT.js | 2 +- src/core/events/READY_EVENT.js | 2 +- src/core/events/RESUME_EVENT.js | 2 +- src/core/events/STEP_EVENT.js | 2 +- src/core/events/VISIBLE_EVENT.js | 2 +- src/core/events/index.js | 2 +- src/core/index.js | 2 +- src/core/typedefs/index.js | 2 +- src/create/GenerateTexture.js | 2 +- src/create/index.js | 2 +- src/create/palettes/Arne16.js | 2 +- src/create/palettes/C64.js | 2 +- src/create/palettes/CGA.js | 2 +- src/create/palettes/JMP.js | 2 +- src/create/palettes/MSX.js | 2 +- src/create/palettes/index.js | 2 +- src/create/typedefs/index.js | 2 +- src/curves/CubicBezierCurve.js | 2 +- src/curves/Curve.js | 2 +- src/curves/EllipseCurve.js | 2 +- src/curves/LineCurve.js | 2 +- src/curves/QuadraticBezierCurve.js | 2 +- src/curves/SplineCurve.js | 2 +- src/curves/index.js | 2 +- src/curves/path/MoveTo.js | 2 +- src/curves/path/Path.js | 2 +- src/curves/typedefs/index.js | 2 +- src/data/DataManager.js | 2 +- src/data/DataManagerPlugin.js | 2 +- src/data/events/CHANGE_DATA_EVENT.js | 2 +- src/data/events/CHANGE_DATA_KEY_EVENT.js | 2 +- src/data/events/REMOVE_DATA_EVENT.js | 2 +- src/data/events/SET_DATA_EVENT.js | 2 +- src/data/events/index.js | 2 +- src/data/index.js | 2 +- src/device/Audio.js | 2 +- src/device/Browser.js | 2 +- src/device/CanvasFeatures.js | 2 +- src/device/Features.js | 2 +- src/device/Fullscreen.js | 2 +- src/device/Input.js | 2 +- src/device/OS.js | 2 +- src/device/Video.js | 2 +- src/device/index.js | 2 +- src/display/align/const.js | 2 +- src/display/align/in/BottomCenter.js | 2 +- src/display/align/in/BottomLeft.js | 2 +- src/display/align/in/BottomRight.js | 2 +- src/display/align/in/Center.js | 2 +- src/display/align/in/LeftCenter.js | 2 +- src/display/align/in/QuickSet.js | 2 +- src/display/align/in/RightCenter.js | 2 +- src/display/align/in/TopCenter.js | 2 +- src/display/align/in/TopLeft.js | 2 +- src/display/align/in/TopRight.js | 2 +- src/display/align/in/index.js | 2 +- src/display/align/index.js | 2 +- src/display/align/to/BottomCenter.js | 2 +- src/display/align/to/BottomLeft.js | 2 +- src/display/align/to/BottomRight.js | 2 +- src/display/align/to/LeftBottom.js | 2 +- src/display/align/to/LeftCenter.js | 2 +- src/display/align/to/LeftTop.js | 2 +- src/display/align/to/RightBottom.js | 2 +- src/display/align/to/RightCenter.js | 2 +- src/display/align/to/RightTop.js | 2 +- src/display/align/to/TopCenter.js | 2 +- src/display/align/to/TopLeft.js | 2 +- src/display/align/to/TopRight.js | 2 +- src/display/align/to/index.js | 2 +- src/display/bounds/CenterOn.js | 2 +- src/display/bounds/GetBottom.js | 2 +- src/display/bounds/GetCenterX.js | 2 +- src/display/bounds/GetCenterY.js | 2 +- src/display/bounds/GetLeft.js | 2 +- src/display/bounds/GetOffsetX.js | 2 +- src/display/bounds/GetOffsetY.js | 2 +- src/display/bounds/GetRight.js | 2 +- src/display/bounds/GetTop.js | 2 +- src/display/bounds/SetBottom.js | 2 +- src/display/bounds/SetCenterX.js | 2 +- src/display/bounds/SetCenterY.js | 2 +- src/display/bounds/SetLeft.js | 2 +- src/display/bounds/SetRight.js | 2 +- src/display/bounds/SetTop.js | 2 +- src/display/bounds/index.js | 2 +- src/display/canvas/CanvasInterpolation.js | 2 +- src/display/canvas/CanvasPool.js | 2 +- src/display/canvas/Smoothing.js | 2 +- src/display/canvas/TouchAction.js | 2 +- src/display/canvas/UserSelect.js | 2 +- src/display/canvas/index.js | 2 +- src/display/color/Color.js | 2 +- src/display/color/ColorToRGBA.js | 2 +- src/display/color/ComponentToHex.js | 2 +- src/display/color/GetColor.js | 2 +- src/display/color/GetColor32.js | 2 +- src/display/color/HSLToColor.js | 2 +- src/display/color/HSVColorWheel.js | 2 +- src/display/color/HSVToRGB.js | 2 +- src/display/color/HexStringToColor.js | 2 +- src/display/color/HueToComponent.js | 2 +- src/display/color/IntegerToColor.js | 2 +- src/display/color/IntegerToRGB.js | 2 +- src/display/color/Interpolate.js | 2 +- src/display/color/ObjectToColor.js | 2 +- src/display/color/RGBStringToColor.js | 2 +- src/display/color/RGBToHSV.js | 2 +- src/display/color/RGBToString.js | 2 +- src/display/color/RandomRGB.js | 2 +- src/display/color/ValueToColor.js | 2 +- src/display/color/index.js | 2 +- src/display/index.js | 2 +- src/display/mask/BitmapMask.js | 2 +- src/display/mask/GeometryMask.js | 2 +- src/display/mask/index.js | 2 +- src/display/shader/BaseShader.js | 2 +- src/dom/AddToDOM.js | 2 +- src/dom/CreateDOMContainer.js | 2 +- src/dom/DOMContentLoaded.js | 2 +- src/dom/GetInnerHeight.js | 2 +- src/dom/GetScreenOrientation.js | 2 +- src/dom/GetTarget.js | 2 +- src/dom/ParseXML.js | 2 +- src/dom/RemoveFromDOM.js | 2 +- src/dom/RequestAnimationFrame.js | 2 +- src/dom/index.js | 2 +- src/events/EventEmitter.js | 2 +- src/events/index.js | 2 +- src/gameobjects/BuildGameObject.js | 2 +- src/gameobjects/BuildGameObjectAnimation.js | 2 +- src/gameobjects/DisplayList.js | 2 +- src/gameobjects/GameObject.js | 2 +- src/gameobjects/GameObjectCreator.js | 2 +- src/gameobjects/GameObjectFactory.js | 2 +- src/gameobjects/UpdateList.js | 2 +- src/gameobjects/bitmaptext/GetBitmapTextSize.js | 2 +- src/gameobjects/bitmaptext/ParseFromAtlas.js | 2 +- src/gameobjects/bitmaptext/ParseRetroFont.js | 2 +- src/gameobjects/bitmaptext/ParseXMLBitmapFont.js | 2 +- src/gameobjects/bitmaptext/RetroFont.js | 2 +- src/gameobjects/bitmaptext/const.js | 2 +- src/gameobjects/bitmaptext/dynamic/DynamicBitmapText.js | 2 +- .../bitmaptext/dynamic/DynamicBitmapTextCanvasRenderer.js | 2 +- src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextCreator.js | 2 +- src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextFactory.js | 2 +- src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextRender.js | 2 +- .../bitmaptext/dynamic/DynamicBitmapTextWebGLRenderer.js | 2 +- src/gameobjects/bitmaptext/static/BitmapText.js | 2 +- src/gameobjects/bitmaptext/static/BitmapTextCanvasRenderer.js | 2 +- src/gameobjects/bitmaptext/static/BitmapTextCreator.js | 2 +- src/gameobjects/bitmaptext/static/BitmapTextFactory.js | 2 +- src/gameobjects/bitmaptext/static/BitmapTextRender.js | 2 +- src/gameobjects/bitmaptext/static/BitmapTextWebGLRenderer.js | 2 +- src/gameobjects/bitmaptext/typedefs/index.js | 2 +- src/gameobjects/blitter/Blitter.js | 2 +- src/gameobjects/blitter/BlitterCanvasRenderer.js | 2 +- src/gameobjects/blitter/BlitterCreator.js | 2 +- src/gameobjects/blitter/BlitterFactory.js | 2 +- src/gameobjects/blitter/BlitterRender.js | 2 +- src/gameobjects/blitter/BlitterWebGLRenderer.js | 2 +- src/gameobjects/blitter/Bob.js | 2 +- src/gameobjects/components/Alpha.js | 2 +- src/gameobjects/components/Animation.js | 2 +- src/gameobjects/components/BlendMode.js | 2 +- src/gameobjects/components/ComputedSize.js | 2 +- src/gameobjects/components/Crop.js | 2 +- src/gameobjects/components/Depth.js | 2 +- src/gameobjects/components/Flip.js | 2 +- src/gameobjects/components/GetBounds.js | 2 +- src/gameobjects/components/Mask.js | 2 +- src/gameobjects/components/Origin.js | 2 +- src/gameobjects/components/PathFollower.js | 2 +- src/gameobjects/components/Pipeline.js | 2 +- src/gameobjects/components/ScrollFactor.js | 2 +- src/gameobjects/components/Size.js | 2 +- src/gameobjects/components/Texture.js | 2 +- src/gameobjects/components/TextureCrop.js | 2 +- src/gameobjects/components/Tint.js | 2 +- src/gameobjects/components/ToJSON.js | 2 +- src/gameobjects/components/Transform.js | 2 +- src/gameobjects/components/TransformMatrix.js | 2 +- src/gameobjects/components/Visible.js | 2 +- src/gameobjects/components/index.js | 2 +- src/gameobjects/container/Container.js | 2 +- src/gameobjects/container/ContainerCanvasRenderer.js | 2 +- src/gameobjects/container/ContainerCreator.js | 2 +- src/gameobjects/container/ContainerFactory.js | 2 +- src/gameobjects/container/ContainerRender.js | 2 +- src/gameobjects/container/ContainerWebGLRenderer.js | 2 +- src/gameobjects/domelement/CSSBlendModes.js | 2 +- src/gameobjects/domelement/DOMElement.js | 2 +- src/gameobjects/domelement/DOMElementCSSRenderer.js | 2 +- src/gameobjects/domelement/DOMElementFactory.js | 2 +- src/gameobjects/domelement/DOMElementRender.js | 2 +- src/gameobjects/events/DESTROY_EVENT.js | 2 +- src/gameobjects/events/index.js | 2 +- src/gameobjects/extern/Extern.js | 2 +- src/gameobjects/extern/ExternFactory.js | 2 +- src/gameobjects/extern/ExternRender.js | 2 +- src/gameobjects/extern/ExternWebGLRenderer.js | 2 +- src/gameobjects/graphics/Commands.js | 2 +- src/gameobjects/graphics/Graphics.js | 2 +- src/gameobjects/graphics/GraphicsCanvasRenderer.js | 2 +- src/gameobjects/graphics/GraphicsCreator.js | 2 +- src/gameobjects/graphics/GraphicsFactory.js | 2 +- src/gameobjects/graphics/GraphicsRender.js | 2 +- src/gameobjects/graphics/GraphicsWebGLRenderer.js | 2 +- src/gameobjects/graphics/typedefs/index.js | 2 +- src/gameobjects/group/Group.js | 2 +- src/gameobjects/group/GroupCreator.js | 2 +- src/gameobjects/group/GroupFactory.js | 2 +- src/gameobjects/group/typedefs/index.js | 2 +- src/gameobjects/image/Image.js | 2 +- src/gameobjects/image/ImageCanvasRenderer.js | 2 +- src/gameobjects/image/ImageCreator.js | 2 +- src/gameobjects/image/ImageFactory.js | 2 +- src/gameobjects/image/ImageRender.js | 2 +- src/gameobjects/image/ImageWebGLRenderer.js | 2 +- src/gameobjects/index.js | 2 +- src/gameobjects/lights/Light.js | 2 +- src/gameobjects/lights/LightsManager.js | 2 +- src/gameobjects/lights/LightsPlugin.js | 2 +- src/gameobjects/mesh/Mesh.js | 2 +- src/gameobjects/mesh/MeshCanvasRenderer.js | 2 +- src/gameobjects/mesh/MeshCreator.js | 2 +- src/gameobjects/mesh/MeshFactory.js | 2 +- src/gameobjects/mesh/MeshRender.js | 2 +- src/gameobjects/mesh/MeshWebGLRenderer.js | 2 +- src/gameobjects/particles/EmitterOp.js | 2 +- src/gameobjects/particles/GravityWell.js | 2 +- src/gameobjects/particles/Particle.js | 2 +- src/gameobjects/particles/ParticleEmitter.js | 2 +- src/gameobjects/particles/ParticleEmitterManager.js | 2 +- src/gameobjects/particles/ParticleManagerCanvasRenderer.js | 2 +- src/gameobjects/particles/ParticleManagerCreator.js | 2 +- src/gameobjects/particles/ParticleManagerFactory.js | 2 +- src/gameobjects/particles/ParticleManagerRender.js | 2 +- src/gameobjects/particles/ParticleManagerWebGLRenderer.js | 2 +- src/gameobjects/particles/index.js | 2 +- src/gameobjects/particles/typedefs/index.js | 2 +- src/gameobjects/particles/zones/DeathZone.js | 2 +- src/gameobjects/particles/zones/EdgeZone.js | 2 +- src/gameobjects/particles/zones/RandomZone.js | 2 +- src/gameobjects/particles/zones/index.js | 2 +- src/gameobjects/pathfollower/PathFollower.js | 2 +- src/gameobjects/pathfollower/PathFollowerFactory.js | 2 +- src/gameobjects/pathfollower/typedefs/index.js | 2 +- src/gameobjects/quad/Quad.js | 2 +- src/gameobjects/quad/QuadCreator.js | 2 +- src/gameobjects/quad/QuadFactory.js | 2 +- src/gameobjects/rendertexture/RenderTexture.js | 2 +- src/gameobjects/rendertexture/RenderTextureCanvasRenderer.js | 2 +- src/gameobjects/rendertexture/RenderTextureCreator.js | 2 +- src/gameobjects/rendertexture/RenderTextureFactory.js | 2 +- src/gameobjects/rendertexture/RenderTextureRender.js | 2 +- src/gameobjects/rendertexture/RenderTextureWebGLRenderer.js | 2 +- src/gameobjects/rendertexture/typedefs/index.js | 2 +- src/gameobjects/shader/Shader.js | 2 +- src/gameobjects/shader/ShaderCanvasRenderer.js | 2 +- src/gameobjects/shader/ShaderCreator.js | 2 +- src/gameobjects/shader/ShaderFactory.js | 2 +- src/gameobjects/shader/ShaderRender.js | 2 +- src/gameobjects/shader/ShaderWebGLRenderer.js | 2 +- src/gameobjects/shape/FillPathWebGL.js | 2 +- src/gameobjects/shape/FillStyleCanvas.js | 2 +- src/gameobjects/shape/LineStyleCanvas.js | 2 +- src/gameobjects/shape/Shape.js | 2 +- src/gameobjects/shape/StrokePathWebGL.js | 2 +- src/gameobjects/shape/arc/Arc.js | 2 +- src/gameobjects/shape/arc/ArcCanvasRenderer.js | 2 +- src/gameobjects/shape/arc/ArcFactory.js | 2 +- src/gameobjects/shape/arc/ArcRender.js | 2 +- src/gameobjects/shape/arc/ArcWebGLRenderer.js | 2 +- src/gameobjects/shape/curve/Curve.js | 2 +- src/gameobjects/shape/curve/CurveCanvasRenderer.js | 2 +- src/gameobjects/shape/curve/CurveFactory.js | 2 +- src/gameobjects/shape/curve/CurveRender.js | 2 +- src/gameobjects/shape/curve/CurveWebGLRenderer.js | 2 +- src/gameobjects/shape/ellipse/Ellipse.js | 2 +- src/gameobjects/shape/ellipse/EllipseCanvasRenderer.js | 2 +- src/gameobjects/shape/ellipse/EllipseFactory.js | 2 +- src/gameobjects/shape/ellipse/EllipseRender.js | 2 +- src/gameobjects/shape/ellipse/EllipseWebGLRenderer.js | 2 +- src/gameobjects/shape/grid/Grid.js | 2 +- src/gameobjects/shape/grid/GridCanvasRenderer.js | 2 +- src/gameobjects/shape/grid/GridFactory.js | 2 +- src/gameobjects/shape/grid/GridRender.js | 2 +- src/gameobjects/shape/grid/GridWebGLRenderer.js | 2 +- src/gameobjects/shape/isobox/IsoBox.js | 2 +- src/gameobjects/shape/isobox/IsoBoxCanvasRenderer.js | 2 +- src/gameobjects/shape/isobox/IsoBoxFactory.js | 2 +- src/gameobjects/shape/isobox/IsoBoxRender.js | 2 +- src/gameobjects/shape/isobox/IsoBoxWebGLRenderer.js | 2 +- src/gameobjects/shape/isotriangle/IsoTriangle.js | 2 +- src/gameobjects/shape/isotriangle/IsoTriangleCanvasRenderer.js | 2 +- src/gameobjects/shape/isotriangle/IsoTriangleFactory.js | 2 +- src/gameobjects/shape/isotriangle/IsoTriangleRender.js | 2 +- src/gameobjects/shape/isotriangle/IsoTriangleWebGLRenderer.js | 2 +- src/gameobjects/shape/line/Line.js | 2 +- src/gameobjects/shape/line/LineCanvasRenderer.js | 2 +- src/gameobjects/shape/line/LineFactory.js | 2 +- src/gameobjects/shape/line/LineRender.js | 2 +- src/gameobjects/shape/line/LineWebGLRenderer.js | 2 +- src/gameobjects/shape/polygon/Polygon.js | 2 +- src/gameobjects/shape/polygon/PolygonCanvasRenderer.js | 2 +- src/gameobjects/shape/polygon/PolygonFactory.js | 2 +- src/gameobjects/shape/polygon/PolygonRender.js | 2 +- src/gameobjects/shape/polygon/PolygonWebGLRenderer.js | 2 +- src/gameobjects/shape/rectangle/Rectangle.js | 2 +- src/gameobjects/shape/rectangle/RectangleCanvasRenderer.js | 2 +- src/gameobjects/shape/rectangle/RectangleFactory.js | 2 +- src/gameobjects/shape/rectangle/RectangleRender.js | 2 +- src/gameobjects/shape/rectangle/RectangleWebGLRenderer.js | 2 +- src/gameobjects/shape/star/Star.js | 2 +- src/gameobjects/shape/star/StarCanvasRenderer.js | 2 +- src/gameobjects/shape/star/StarFactory.js | 2 +- src/gameobjects/shape/star/StarRender.js | 2 +- src/gameobjects/shape/star/StarWebGLRenderer.js | 2 +- src/gameobjects/shape/triangle/Triangle.js | 2 +- src/gameobjects/shape/triangle/TriangleCanvasRenderer.js | 2 +- src/gameobjects/shape/triangle/TriangleFactory.js | 2 +- src/gameobjects/shape/triangle/TriangleRender.js | 2 +- src/gameobjects/shape/triangle/TriangleWebGLRenderer.js | 2 +- src/gameobjects/sprite/Sprite.js | 2 +- src/gameobjects/sprite/SpriteCanvasRenderer.js | 2 +- src/gameobjects/sprite/SpriteCreator.js | 2 +- src/gameobjects/sprite/SpriteFactory.js | 2 +- src/gameobjects/sprite/SpriteRender.js | 2 +- src/gameobjects/sprite/SpriteWebGLRenderer.js | 2 +- src/gameobjects/sprite/typedefs/index.js | 2 +- src/gameobjects/text/GetTextSize.js | 2 +- src/gameobjects/text/MeasureText.js | 2 +- src/gameobjects/text/TextStyle.js | 2 +- src/gameobjects/text/static/Text.js | 2 +- src/gameobjects/text/static/TextCanvasRenderer.js | 2 +- src/gameobjects/text/static/TextCreator.js | 2 +- src/gameobjects/text/static/TextFactory.js | 2 +- src/gameobjects/text/static/TextRender.js | 2 +- src/gameobjects/text/static/TextWebGLRenderer.js | 2 +- src/gameobjects/text/typedefs/index.js | 2 +- src/gameobjects/tilesprite/TileSprite.js | 2 +- src/gameobjects/tilesprite/TileSpriteCanvasRenderer.js | 2 +- src/gameobjects/tilesprite/TileSpriteCreator.js | 2 +- src/gameobjects/tilesprite/TileSpriteFactory.js | 2 +- src/gameobjects/tilesprite/TileSpriteRender.js | 2 +- src/gameobjects/tilesprite/TileSpriteWebGLRenderer.js | 2 +- src/gameobjects/tilesprite/typedefs/index.js | 2 +- src/gameobjects/typedefs/index.js | 2 +- src/gameobjects/zone/Zone.js | 2 +- src/gameobjects/zone/ZoneCreator.js | 2 +- src/gameobjects/zone/ZoneFactory.js | 2 +- src/geom/circle/Area.js | 2 +- src/geom/circle/Circle.js | 2 +- src/geom/circle/Circumference.js | 2 +- src/geom/circle/CircumferencePoint.js | 2 +- src/geom/circle/Clone.js | 2 +- src/geom/circle/Contains.js | 2 +- src/geom/circle/ContainsPoint.js | 2 +- src/geom/circle/ContainsRect.js | 2 +- src/geom/circle/CopyFrom.js | 2 +- src/geom/circle/Equals.js | 2 +- src/geom/circle/GetBounds.js | 2 +- src/geom/circle/GetPoint.js | 2 +- src/geom/circle/GetPoints.js | 2 +- src/geom/circle/Offset.js | 2 +- src/geom/circle/OffsetPoint.js | 2 +- src/geom/circle/Random.js | 2 +- src/geom/circle/index.js | 2 +- src/geom/ellipse/Area.js | 2 +- src/geom/ellipse/Circumference.js | 2 +- src/geom/ellipse/CircumferencePoint.js | 2 +- src/geom/ellipse/Clone.js | 2 +- src/geom/ellipse/Contains.js | 2 +- src/geom/ellipse/ContainsPoint.js | 2 +- src/geom/ellipse/ContainsRect.js | 2 +- src/geom/ellipse/CopyFrom.js | 2 +- src/geom/ellipse/Ellipse.js | 2 +- src/geom/ellipse/Equals.js | 2 +- src/geom/ellipse/GetBounds.js | 2 +- src/geom/ellipse/GetPoint.js | 2 +- src/geom/ellipse/GetPoints.js | 2 +- src/geom/ellipse/Offset.js | 2 +- src/geom/ellipse/OffsetPoint.js | 2 +- src/geom/ellipse/Random.js | 2 +- src/geom/ellipse/index.js | 2 +- src/geom/index.js | 2 +- src/geom/intersects/CircleToCircle.js | 2 +- src/geom/intersects/CircleToRectangle.js | 2 +- src/geom/intersects/GetCircleToCircle.js | 2 +- src/geom/intersects/GetCircleToRectangle.js | 2 +- src/geom/intersects/GetLineToCircle.js | 2 +- src/geom/intersects/GetLineToRectangle.js | 2 +- src/geom/intersects/GetRectangleIntersection.js | 2 +- src/geom/intersects/GetRectangleToRectangle.js | 2 +- src/geom/intersects/GetRectangleToTriangle.js | 2 +- src/geom/intersects/GetTriangleToCircle.js | 2 +- src/geom/intersects/GetTriangleToLine.js | 2 +- src/geom/intersects/GetTriangleToTriangle.js | 2 +- src/geom/intersects/LineToCircle.js | 2 +- src/geom/intersects/LineToLine.js | 2 +- src/geom/intersects/LineToRectangle.js | 2 +- src/geom/intersects/PointToLine.js | 2 +- src/geom/intersects/PointToLineSegment.js | 2 +- src/geom/intersects/RectangleToRectangle.js | 2 +- src/geom/intersects/RectangleToTriangle.js | 2 +- src/geom/intersects/RectangleToValues.js | 2 +- src/geom/intersects/TriangleToCircle.js | 2 +- src/geom/intersects/TriangleToLine.js | 2 +- src/geom/intersects/TriangleToTriangle.js | 2 +- src/geom/intersects/index.js | 2 +- src/geom/line/Angle.js | 2 +- src/geom/line/BresenhamPoints.js | 2 +- src/geom/line/CenterOn.js | 2 +- src/geom/line/Clone.js | 2 +- src/geom/line/CopyFrom.js | 2 +- src/geom/line/Equals.js | 2 +- src/geom/line/Extend.js | 2 +- src/geom/line/GetMidPoint.js | 2 +- src/geom/line/GetNearestPoint.js | 2 +- src/geom/line/GetNormal.js | 2 +- src/geom/line/GetPoint.js | 2 +- src/geom/line/GetPoints.js | 2 +- src/geom/line/GetShortestDistance.js | 2 +- src/geom/line/Height.js | 2 +- src/geom/line/Length.js | 2 +- src/geom/line/Line.js | 2 +- src/geom/line/NormalAngle.js | 2 +- src/geom/line/NormalX.js | 2 +- src/geom/line/NormalY.js | 2 +- src/geom/line/Offset.js | 2 +- src/geom/line/PerpSlope.js | 2 +- src/geom/line/Random.js | 2 +- src/geom/line/ReflectAngle.js | 2 +- src/geom/line/Rotate.js | 2 +- src/geom/line/RotateAroundPoint.js | 2 +- src/geom/line/RotateAroundXY.js | 2 +- src/geom/line/SetToAngle.js | 2 +- src/geom/line/Slope.js | 2 +- src/geom/line/Width.js | 2 +- src/geom/line/index.js | 2 +- src/geom/point/Ceil.js | 2 +- src/geom/point/Clone.js | 2 +- src/geom/point/CopyFrom.js | 2 +- src/geom/point/Equals.js | 2 +- src/geom/point/Floor.js | 2 +- src/geom/point/GetCentroid.js | 2 +- src/geom/point/GetMagnitude.js | 2 +- src/geom/point/GetMagnitudeSq.js | 2 +- src/geom/point/GetRectangleFromPoints.js | 2 +- src/geom/point/Interpolate.js | 2 +- src/geom/point/Invert.js | 2 +- src/geom/point/Negative.js | 2 +- src/geom/point/Point.js | 2 +- src/geom/point/Project.js | 2 +- src/geom/point/ProjectUnit.js | 2 +- src/geom/point/SetMagnitude.js | 2 +- src/geom/point/index.js | 2 +- src/geom/polygon/Clone.js | 2 +- src/geom/polygon/Contains.js | 2 +- src/geom/polygon/ContainsPoint.js | 2 +- src/geom/polygon/Earcut.js | 2 +- src/geom/polygon/GetAABB.js | 2 +- src/geom/polygon/GetNumberArray.js | 2 +- src/geom/polygon/GetPoints.js | 2 +- src/geom/polygon/Perimeter.js | 2 +- src/geom/polygon/Polygon.js | 2 +- src/geom/polygon/Reverse.js | 2 +- src/geom/polygon/Smooth.js | 2 +- src/geom/polygon/index.js | 2 +- src/geom/rectangle/Area.js | 2 +- src/geom/rectangle/Ceil.js | 2 +- src/geom/rectangle/CeilAll.js | 2 +- src/geom/rectangle/CenterOn.js | 2 +- src/geom/rectangle/Clone.js | 2 +- src/geom/rectangle/Contains.js | 2 +- src/geom/rectangle/ContainsPoint.js | 2 +- src/geom/rectangle/ContainsRect.js | 2 +- src/geom/rectangle/CopyFrom.js | 2 +- src/geom/rectangle/Decompose.js | 2 +- src/geom/rectangle/Equals.js | 2 +- src/geom/rectangle/FitInside.js | 2 +- src/geom/rectangle/FitOutside.js | 2 +- src/geom/rectangle/Floor.js | 2 +- src/geom/rectangle/FloorAll.js | 2 +- src/geom/rectangle/FromPoints.js | 2 +- src/geom/rectangle/GetAspectRatio.js | 2 +- src/geom/rectangle/GetCenter.js | 2 +- src/geom/rectangle/GetPoint.js | 2 +- src/geom/rectangle/GetPoints.js | 2 +- src/geom/rectangle/GetSize.js | 2 +- src/geom/rectangle/Inflate.js | 2 +- src/geom/rectangle/Intersection.js | 2 +- src/geom/rectangle/MarchingAnts.js | 2 +- src/geom/rectangle/MergePoints.js | 2 +- src/geom/rectangle/MergeRect.js | 2 +- src/geom/rectangle/MergeXY.js | 2 +- src/geom/rectangle/Offset.js | 2 +- src/geom/rectangle/OffsetPoint.js | 2 +- src/geom/rectangle/Overlaps.js | 2 +- src/geom/rectangle/Perimeter.js | 2 +- src/geom/rectangle/PerimeterPoint.js | 2 +- src/geom/rectangle/Random.js | 2 +- src/geom/rectangle/RandomOutside.js | 2 +- src/geom/rectangle/Rectangle.js | 2 +- src/geom/rectangle/SameDimensions.js | 2 +- src/geom/rectangle/Scale.js | 2 +- src/geom/rectangle/Union.js | 2 +- src/geom/rectangle/index.js | 2 +- src/geom/triangle/Area.js | 2 +- src/geom/triangle/BuildEquilateral.js | 2 +- src/geom/triangle/BuildFromPolygon.js | 2 +- src/geom/triangle/BuildRight.js | 2 +- src/geom/triangle/CenterOn.js | 2 +- src/geom/triangle/Centroid.js | 2 +- src/geom/triangle/CircumCenter.js | 2 +- src/geom/triangle/CircumCircle.js | 2 +- src/geom/triangle/Clone.js | 2 +- src/geom/triangle/Contains.js | 2 +- src/geom/triangle/ContainsArray.js | 2 +- src/geom/triangle/ContainsPoint.js | 2 +- src/geom/triangle/CopyFrom.js | 2 +- src/geom/triangle/Decompose.js | 2 +- src/geom/triangle/Equals.js | 2 +- src/geom/triangle/GetPoint.js | 2 +- src/geom/triangle/GetPoints.js | 2 +- src/geom/triangle/InCenter.js | 2 +- src/geom/triangle/Offset.js | 2 +- src/geom/triangle/Perimeter.js | 2 +- src/geom/triangle/Random.js | 2 +- src/geom/triangle/Rotate.js | 2 +- src/geom/triangle/RotateAroundPoint.js | 2 +- src/geom/triangle/RotateAroundXY.js | 2 +- src/geom/triangle/Triangle.js | 2 +- src/geom/triangle/index.js | 2 +- src/input/CreateInteractiveObject.js | 2 +- src/input/CreatePixelPerfectHandler.js | 2 +- src/input/InputManager.js | 2 +- src/input/InputPlugin.js | 2 +- src/input/InputPluginCache.js | 2 +- src/input/Pointer.js | 2 +- src/input/const.js | 2 +- src/input/events/BOOT_EVENT.js | 2 +- src/input/events/DESTROY_EVENT.js | 2 +- src/input/events/DRAG_END_EVENT.js | 2 +- src/input/events/DRAG_ENTER_EVENT.js | 2 +- src/input/events/DRAG_EVENT.js | 2 +- src/input/events/DRAG_LEAVE_EVENT.js | 2 +- src/input/events/DRAG_OVER_EVENT.js | 2 +- src/input/events/DRAG_START_EVENT.js | 2 +- src/input/events/DROP_EVENT.js | 2 +- src/input/events/GAMEOBJECT_DOWN_EVENT.js | 2 +- src/input/events/GAMEOBJECT_DRAG_END_EVENT.js | 2 +- src/input/events/GAMEOBJECT_DRAG_ENTER_EVENT.js | 2 +- src/input/events/GAMEOBJECT_DRAG_EVENT.js | 2 +- src/input/events/GAMEOBJECT_DRAG_LEAVE_EVENT.js | 2 +- src/input/events/GAMEOBJECT_DRAG_OVER_EVENT.js | 2 +- src/input/events/GAMEOBJECT_DRAG_START_EVENT.js | 2 +- src/input/events/GAMEOBJECT_DROP_EVENT.js | 2 +- src/input/events/GAMEOBJECT_MOVE_EVENT.js | 2 +- src/input/events/GAMEOBJECT_OUT_EVENT.js | 2 +- src/input/events/GAMEOBJECT_OVER_EVENT.js | 2 +- src/input/events/GAMEOBJECT_POINTER_DOWN_EVENT.js | 2 +- src/input/events/GAMEOBJECT_POINTER_MOVE_EVENT.js | 2 +- src/input/events/GAMEOBJECT_POINTER_OUT_EVENT.js | 2 +- src/input/events/GAMEOBJECT_POINTER_OVER_EVENT.js | 2 +- src/input/events/GAMEOBJECT_POINTER_UP_EVENT.js | 2 +- src/input/events/GAMEOBJECT_UP_EVENT.js | 2 +- src/input/events/GAME_OUT_EVENT.js | 2 +- src/input/events/GAME_OVER_EVENT.js | 2 +- src/input/events/MANAGER_BOOT_EVENT.js | 2 +- src/input/events/MANAGER_PROCESS_EVENT.js | 2 +- src/input/events/MANAGER_UPDATE_EVENT.js | 2 +- src/input/events/POINTERLOCK_CHANGE_EVENT.js | 2 +- src/input/events/POINTER_DOWN_EVENT.js | 2 +- src/input/events/POINTER_DOWN_OUTSIDE_EVENT.js | 2 +- src/input/events/POINTER_MOVE_EVENT.js | 2 +- src/input/events/POINTER_OUT_EVENT.js | 2 +- src/input/events/POINTER_OVER_EVENT.js | 2 +- src/input/events/POINTER_UP_EVENT.js | 2 +- src/input/events/POINTER_UP_OUTSIDE_EVENT.js | 2 +- src/input/events/PRE_UPDATE_EVENT.js | 2 +- src/input/events/SHUTDOWN_EVENT.js | 2 +- src/input/events/START_EVENT.js | 2 +- src/input/events/UPDATE_EVENT.js | 2 +- src/input/events/index.js | 2 +- src/input/gamepad/Axis.js | 2 +- src/input/gamepad/Button.js | 2 +- src/input/gamepad/Gamepad.js | 2 +- src/input/gamepad/GamepadPlugin.js | 2 +- src/input/gamepad/configs/SNES_USB_Controller.js | 2 +- src/input/gamepad/configs/Sony_PlayStation_DualShock_4.js | 2 +- src/input/gamepad/configs/XBox360_Controller.js | 2 +- src/input/gamepad/configs/index.js | 2 +- src/input/gamepad/events/BUTTON_DOWN_EVENT.js | 2 +- src/input/gamepad/events/BUTTON_UP_EVENT.js | 2 +- src/input/gamepad/events/CONNECTED_EVENT.js | 2 +- src/input/gamepad/events/DISCONNECTED_EVENT.js | 2 +- src/input/gamepad/events/GAMEPAD_BUTTON_DOWN_EVENT.js | 2 +- src/input/gamepad/events/GAMEPAD_BUTTON_UP_EVENT.js | 2 +- src/input/gamepad/events/index.js | 2 +- src/input/gamepad/index.js | 2 +- src/input/gamepad/typedefs/index.js | 2 +- src/input/index.js | 2 +- src/input/keyboard/KeyboardManager.js | 2 +- src/input/keyboard/KeyboardPlugin.js | 2 +- src/input/keyboard/combo/AdvanceKeyCombo.js | 2 +- src/input/keyboard/combo/KeyCombo.js | 2 +- src/input/keyboard/combo/ProcessKeyCombo.js | 2 +- src/input/keyboard/combo/ResetKeyCombo.js | 2 +- src/input/keyboard/events/ANY_KEY_DOWN_EVENT.js | 2 +- src/input/keyboard/events/ANY_KEY_UP_EVENT.js | 2 +- src/input/keyboard/events/COMBO_MATCH_EVENT.js | 2 +- src/input/keyboard/events/DOWN_EVENT.js | 2 +- src/input/keyboard/events/KEY_DOWN_EVENT.js | 2 +- src/input/keyboard/events/KEY_UP_EVENT.js | 2 +- src/input/keyboard/events/UP_EVENT.js | 2 +- src/input/keyboard/events/index.js | 2 +- src/input/keyboard/index.js | 2 +- src/input/keyboard/keys/DownDuration.js | 2 +- src/input/keyboard/keys/JustDown.js | 2 +- src/input/keyboard/keys/JustUp.js | 2 +- src/input/keyboard/keys/Key.js | 2 +- src/input/keyboard/keys/KeyCodes.js | 2 +- src/input/keyboard/keys/KeyMap.js | 2 +- src/input/keyboard/keys/UpDuration.js | 2 +- src/input/keyboard/typedefs/index.js | 2 +- src/input/mouse/MouseManager.js | 2 +- src/input/mouse/index.js | 2 +- src/input/touch/TouchManager.js | 2 +- src/input/touch/index.js | 2 +- src/input/typedefs/EventData.js | 2 +- src/input/typedefs/index.js | 2 +- src/loader/File.js | 2 +- src/loader/FileTypesManager.js | 2 +- src/loader/GetURL.js | 2 +- src/loader/LoaderPlugin.js | 2 +- src/loader/MergeXHRSettings.js | 2 +- src/loader/MultiFile.js | 2 +- src/loader/XHRLoader.js | 2 +- src/loader/XHRSettings.js | 2 +- src/loader/const.js | 2 +- src/loader/events/ADD_EVENT.js | 2 +- src/loader/events/COMPLETE_EVENT.js | 2 +- src/loader/events/FILE_COMPLETE_EVENT.js | 2 +- src/loader/events/FILE_KEY_COMPLETE_EVENT.js | 2 +- src/loader/events/FILE_LOAD_ERROR_EVENT.js | 2 +- src/loader/events/FILE_LOAD_EVENT.js | 2 +- src/loader/events/FILE_PROGRESS_EVENT.js | 2 +- src/loader/events/POST_PROCESS_EVENT.js | 2 +- src/loader/events/PROGRESS_EVENT.js | 2 +- src/loader/events/START_EVENT.js | 2 +- src/loader/events/index.js | 2 +- src/loader/filetypes/AnimationJSONFile.js | 2 +- src/loader/filetypes/AtlasJSONFile.js | 2 +- src/loader/filetypes/AtlasXMLFile.js | 2 +- src/loader/filetypes/AudioFile.js | 2 +- src/loader/filetypes/AudioSpriteFile.js | 2 +- src/loader/filetypes/BinaryFile.js | 2 +- src/loader/filetypes/BitmapFontFile.js | 2 +- src/loader/filetypes/CSSFile.js | 2 +- src/loader/filetypes/GLSLFile.js | 2 +- src/loader/filetypes/HTML5AudioFile.js | 2 +- src/loader/filetypes/HTMLFile.js | 2 +- src/loader/filetypes/HTMLTextureFile.js | 2 +- src/loader/filetypes/ImageFile.js | 2 +- src/loader/filetypes/JSONFile.js | 2 +- src/loader/filetypes/MultiAtlasFile.js | 2 +- src/loader/filetypes/MultiScriptFile.js | 2 +- src/loader/filetypes/PackFile.js | 2 +- src/loader/filetypes/PluginFile.js | 2 +- src/loader/filetypes/SVGFile.js | 2 +- src/loader/filetypes/SceneFile.js | 2 +- src/loader/filetypes/ScenePluginFile.js | 2 +- src/loader/filetypes/ScriptFile.js | 2 +- src/loader/filetypes/SpriteSheetFile.js | 2 +- src/loader/filetypes/TextFile.js | 2 +- src/loader/filetypes/TilemapCSVFile.js | 2 +- src/loader/filetypes/TilemapImpactFile.js | 2 +- src/loader/filetypes/TilemapJSONFile.js | 2 +- src/loader/filetypes/UnityAtlasFile.js | 2 +- src/loader/filetypes/XMLFile.js | 2 +- src/loader/filetypes/index.js | 2 +- src/loader/filetypes/typedefs/index.js | 2 +- src/loader/index.js | 2 +- src/loader/typedefs/index.js | 2 +- src/math/Average.js | 2 +- src/math/Bernstein.js | 2 +- src/math/Between.js | 2 +- src/math/CatmullRom.js | 2 +- src/math/CeilTo.js | 2 +- src/math/Clamp.js | 2 +- src/math/DegToRad.js | 2 +- src/math/Difference.js | 2 +- src/math/Factorial.js | 2 +- src/math/FloatBetween.js | 2 +- src/math/FloorTo.js | 2 +- src/math/FromPercent.js | 2 +- src/math/GetSpeed.js | 2 +- src/math/IsEven.js | 2 +- src/math/IsEvenStrict.js | 2 +- src/math/Linear.js | 2 +- src/math/Matrix3.js | 2 +- src/math/Matrix4.js | 2 +- src/math/MaxAdd.js | 2 +- src/math/MinSub.js | 2 +- src/math/Percent.js | 2 +- src/math/Quaternion.js | 2 +- src/math/RadToDeg.js | 2 +- src/math/RandomXY.js | 2 +- src/math/RandomXYZ.js | 2 +- src/math/RandomXYZW.js | 2 +- src/math/Rotate.js | 2 +- src/math/RotateAround.js | 2 +- src/math/RotateAroundDistance.js | 2 +- src/math/RotateVec3.js | 2 +- src/math/RoundAwayFromZero.js | 2 +- src/math/RoundTo.js | 2 +- src/math/SinCosTableGenerator.js | 2 +- src/math/SmoothStep.js | 2 +- src/math/SmootherStep.js | 2 +- src/math/TransformXY.js | 2 +- src/math/Vector2.js | 2 +- src/math/Vector3.js | 2 +- src/math/Vector4.js | 2 +- src/math/Within.js | 2 +- src/math/Wrap.js | 2 +- src/math/angle/Between.js | 2 +- src/math/angle/BetweenPoints.js | 2 +- src/math/angle/BetweenPointsY.js | 2 +- src/math/angle/BetweenY.js | 2 +- src/math/angle/CounterClockwise.js | 2 +- src/math/angle/Normalize.js | 2 +- src/math/angle/Reverse.js | 2 +- src/math/angle/RotateTo.js | 2 +- src/math/angle/ShortestBetween.js | 2 +- src/math/angle/Wrap.js | 2 +- src/math/angle/WrapDegrees.js | 2 +- src/math/angle/index.js | 2 +- src/math/const.js | 2 +- src/math/distance/DistanceBetween.js | 2 +- src/math/distance/DistancePower.js | 2 +- src/math/distance/DistanceSquared.js | 2 +- src/math/distance/index.js | 2 +- src/math/easing/EaseMap.js | 2 +- src/math/easing/back/In.js | 2 +- src/math/easing/back/InOut.js | 2 +- src/math/easing/back/Out.js | 2 +- src/math/easing/back/index.js | 2 +- src/math/easing/bounce/In.js | 2 +- src/math/easing/bounce/InOut.js | 2 +- src/math/easing/bounce/Out.js | 2 +- src/math/easing/bounce/index.js | 2 +- src/math/easing/circular/In.js | 2 +- src/math/easing/circular/InOut.js | 2 +- src/math/easing/circular/Out.js | 2 +- src/math/easing/circular/index.js | 2 +- src/math/easing/cubic/In.js | 2 +- src/math/easing/cubic/InOut.js | 2 +- src/math/easing/cubic/Out.js | 2 +- src/math/easing/cubic/index.js | 2 +- src/math/easing/elastic/In.js | 2 +- src/math/easing/elastic/InOut.js | 2 +- src/math/easing/elastic/Out.js | 2 +- src/math/easing/elastic/index.js | 2 +- src/math/easing/expo/In.js | 2 +- src/math/easing/expo/InOut.js | 2 +- src/math/easing/expo/Out.js | 2 +- src/math/easing/expo/index.js | 2 +- src/math/easing/index.js | 2 +- src/math/easing/linear/Linear.js | 2 +- src/math/easing/linear/index.js | 2 +- src/math/easing/quadratic/In.js | 2 +- src/math/easing/quadratic/InOut.js | 2 +- src/math/easing/quadratic/Out.js | 2 +- src/math/easing/quadratic/index.js | 2 +- src/math/easing/quartic/In.js | 2 +- src/math/easing/quartic/InOut.js | 2 +- src/math/easing/quartic/Out.js | 2 +- src/math/easing/quartic/index.js | 2 +- src/math/easing/quintic/In.js | 2 +- src/math/easing/quintic/InOut.js | 2 +- src/math/easing/quintic/Out.js | 2 +- src/math/easing/quintic/index.js | 2 +- src/math/easing/sine/In.js | 2 +- src/math/easing/sine/InOut.js | 2 +- src/math/easing/sine/Out.js | 2 +- src/math/easing/sine/index.js | 2 +- src/math/easing/stepped/Stepped.js | 2 +- src/math/easing/stepped/index.js | 2 +- src/math/fuzzy/Ceil.js | 2 +- src/math/fuzzy/Equal.js | 2 +- src/math/fuzzy/Floor.js | 2 +- src/math/fuzzy/GreaterThan.js | 2 +- src/math/fuzzy/LessThan.js | 2 +- src/math/fuzzy/index.js | 2 +- src/math/index.js | 2 +- src/math/interpolation/BezierInterpolation.js | 2 +- src/math/interpolation/CatmullRomInterpolation.js | 2 +- src/math/interpolation/CubicBezierInterpolation.js | 2 +- src/math/interpolation/LinearInterpolation.js | 2 +- src/math/interpolation/QuadraticBezierInterpolation.js | 2 +- src/math/interpolation/SmoothStepInterpolation.js | 2 +- src/math/interpolation/SmootherStepInterpolation.js | 2 +- src/math/interpolation/index.js | 2 +- src/math/pow2/GetPowerOfTwo.js | 2 +- src/math/pow2/IsSizePowerOfTwo.js | 2 +- src/math/pow2/IsValuePowerOfTwo.js | 2 +- src/math/pow2/index.js | 2 +- src/math/random-data-generator/RandomDataGenerator.js | 2 +- src/math/snap/SnapCeil.js | 2 +- src/math/snap/SnapFloor.js | 2 +- src/math/snap/SnapTo.js | 2 +- src/math/snap/index.js | 2 +- src/math/typedefs/index.js | 2 +- src/phaser-arcade-physics.js | 2 +- src/phaser-core.js | 2 +- src/phaser.js | 2 +- src/physics/arcade/ArcadeImage.js | 2 +- src/physics/arcade/ArcadePhysics.js | 2 +- src/physics/arcade/ArcadeSprite.js | 2 +- src/physics/arcade/Body.js | 2 +- src/physics/arcade/Collider.js | 2 +- src/physics/arcade/Factory.js | 2 +- src/physics/arcade/GetOverlapX.js | 2 +- src/physics/arcade/GetOverlapY.js | 2 +- src/physics/arcade/PhysicsGroup.js | 2 +- src/physics/arcade/SeparateX.js | 2 +- src/physics/arcade/SeparateY.js | 2 +- src/physics/arcade/StaticBody.js | 2 +- src/physics/arcade/StaticPhysicsGroup.js | 2 +- src/physics/arcade/World.js | 2 +- src/physics/arcade/components/Acceleration.js | 2 +- src/physics/arcade/components/Angular.js | 2 +- src/physics/arcade/components/Bounce.js | 2 +- src/physics/arcade/components/Debug.js | 2 +- src/physics/arcade/components/Drag.js | 2 +- src/physics/arcade/components/Enable.js | 2 +- src/physics/arcade/components/Friction.js | 2 +- src/physics/arcade/components/Gravity.js | 2 +- src/physics/arcade/components/Immovable.js | 2 +- src/physics/arcade/components/Mass.js | 2 +- src/physics/arcade/components/Size.js | 2 +- src/physics/arcade/components/Velocity.js | 2 +- src/physics/arcade/components/index.js | 2 +- src/physics/arcade/const.js | 2 +- src/physics/arcade/events/COLLIDE_EVENT.js | 2 +- src/physics/arcade/events/OVERLAP_EVENT.js | 2 +- src/physics/arcade/events/PAUSE_EVENT.js | 2 +- src/physics/arcade/events/RESUME_EVENT.js | 2 +- src/physics/arcade/events/TILE_COLLIDE_EVENT.js | 2 +- src/physics/arcade/events/TILE_OVERLAP_EVENT.js | 2 +- src/physics/arcade/events/WORLD_BOUNDS_EVENT.js | 2 +- src/physics/arcade/events/index.js | 2 +- src/physics/arcade/index.js | 2 +- src/physics/arcade/tilemap/ProcessTileCallbacks.js | 2 +- src/physics/arcade/tilemap/ProcessTileSeparationX.js | 2 +- src/physics/arcade/tilemap/ProcessTileSeparationY.js | 2 +- src/physics/arcade/tilemap/SeparateTile.js | 2 +- src/physics/arcade/tilemap/TileCheckX.js | 2 +- src/physics/arcade/tilemap/TileCheckY.js | 2 +- src/physics/arcade/tilemap/TileIntersectsBody.js | 2 +- src/physics/arcade/typedefs/index.js | 2 +- src/physics/impact/Body.js | 2 +- src/physics/impact/COLLIDES.js | 2 +- src/physics/impact/CollisionMap.js | 2 +- src/physics/impact/DefaultDefs.js | 2 +- src/physics/impact/Factory.js | 2 +- src/physics/impact/GetVelocity.js | 2 +- src/physics/impact/ImpactBody.js | 2 +- src/physics/impact/ImpactImage.js | 2 +- src/physics/impact/ImpactPhysics.js | 2 +- src/physics/impact/ImpactSprite.js | 2 +- src/physics/impact/SeparateX.js | 2 +- src/physics/impact/SeparateY.js | 2 +- src/physics/impact/Solver.js | 2 +- src/physics/impact/TYPE.js | 2 +- src/physics/impact/UpdateMotion.js | 2 +- src/physics/impact/World.js | 2 +- src/physics/impact/components/Acceleration.js | 2 +- src/physics/impact/components/BodyScale.js | 2 +- src/physics/impact/components/BodyType.js | 2 +- src/physics/impact/components/Bounce.js | 2 +- src/physics/impact/components/CheckAgainst.js | 2 +- src/physics/impact/components/Collides.js | 2 +- src/physics/impact/components/Debug.js | 2 +- src/physics/impact/components/Friction.js | 2 +- src/physics/impact/components/Gravity.js | 2 +- src/physics/impact/components/Offset.js | 2 +- src/physics/impact/components/SetGameObject.js | 2 +- src/physics/impact/components/Velocity.js | 2 +- src/physics/impact/components/index.js | 2 +- src/physics/impact/events/COLLIDE_EVENT.js | 2 +- src/physics/impact/events/PAUSE_EVENT.js | 2 +- src/physics/impact/events/RESUME_EVENT.js | 2 +- src/physics/impact/events/index.js | 2 +- src/physics/impact/index.js | 2 +- src/physics/impact/typedefs/index.js | 2 +- src/physics/index.js | 2 +- src/physics/matter-js/CustomMain.js | 2 +- src/physics/matter-js/Factory.js | 2 +- src/physics/matter-js/MatterGameObject.js | 2 +- src/physics/matter-js/MatterImage.js | 2 +- src/physics/matter-js/MatterPhysics.js | 2 +- src/physics/matter-js/MatterSprite.js | 2 +- src/physics/matter-js/MatterTileBody.js | 2 +- src/physics/matter-js/PhysicsEditorParser.js | 2 +- src/physics/matter-js/PointerConstraint.js | 2 +- src/physics/matter-js/World.js | 2 +- src/physics/matter-js/components/Bounce.js | 2 +- src/physics/matter-js/components/Collision.js | 2 +- src/physics/matter-js/components/Force.js | 2 +- src/physics/matter-js/components/Friction.js | 2 +- src/physics/matter-js/components/Gravity.js | 2 +- src/physics/matter-js/components/Mass.js | 2 +- src/physics/matter-js/components/Sensor.js | 2 +- src/physics/matter-js/components/SetBody.js | 2 +- src/physics/matter-js/components/Sleep.js | 2 +- src/physics/matter-js/components/Static.js | 2 +- src/physics/matter-js/components/Transform.js | 2 +- src/physics/matter-js/components/Velocity.js | 2 +- src/physics/matter-js/components/index.js | 2 +- src/physics/matter-js/events/AFTER_UPDATE_EVENT.js | 2 +- src/physics/matter-js/events/BEFORE_UPDATE_EVENT.js | 2 +- src/physics/matter-js/events/COLLISION_ACTIVE_EVENT.js | 2 +- src/physics/matter-js/events/COLLISION_END_EVENT.js | 2 +- src/physics/matter-js/events/COLLISION_START_EVENT.js | 2 +- src/physics/matter-js/events/DRAG_END_EVENT.js | 2 +- src/physics/matter-js/events/DRAG_EVENT.js | 2 +- src/physics/matter-js/events/DRAG_START_EVENT.js | 2 +- src/physics/matter-js/events/PAUSE_EVENT.js | 2 +- src/physics/matter-js/events/RESUME_EVENT.js | 2 +- src/physics/matter-js/events/SLEEP_END_EVENT.js | 2 +- src/physics/matter-js/events/SLEEP_START_EVENT.js | 2 +- src/physics/matter-js/events/index.js | 2 +- src/physics/matter-js/index.js | 2 +- src/physics/matter-js/poly-decomp/index.js | 2 +- src/physics/matter-js/typedefs/index.js | 2 +- src/plugins/DefaultPlugins.js | 2 +- src/plugins/PluginCache.js | 2 +- src/plugins/PluginManager.js | 2 +- src/plugins/index.js | 2 +- src/plugins/typedefs/index.js | 2 +- src/renderer/BlendModes.js | 2 +- src/renderer/ScaleModes.js | 2 +- src/renderer/canvas/CanvasRenderer.js | 2 +- src/renderer/canvas/index.js | 2 +- src/renderer/canvas/utils/GetBlendModes.js | 2 +- src/renderer/canvas/utils/SetTransform.js | 2 +- src/renderer/index.js | 2 +- src/renderer/snapshot/CanvasSnapshot.js | 2 +- src/renderer/snapshot/WebGLSnapshot.js | 2 +- src/renderer/snapshot/index.js | 2 +- src/renderer/snapshot/typedefs/index.js | 2 +- src/renderer/webgl/Utils.js | 2 +- src/renderer/webgl/WebGLPipeline.js | 2 +- src/renderer/webgl/WebGLRenderer.js | 2 +- src/renderer/webgl/index.js | 2 +- src/renderer/webgl/pipelines/BitmapMaskPipeline.js | 2 +- src/renderer/webgl/pipelines/ForwardDiffuseLightPipeline.js | 2 +- src/renderer/webgl/pipelines/TextureTintPipeline.js | 2 +- src/renderer/webgl/pipelines/components/ModelViewProjection.js | 2 +- src/renderer/webgl/pipelines/index.js | 2 +- src/scale/ScaleManager.js | 2 +- src/scale/const/CENTER_CONST.js | 2 +- src/scale/const/ORIENTATION_CONST.js | 2 +- src/scale/const/SCALE_MODE_CONST.js | 2 +- src/scale/const/ZOOM_CONST.js | 2 +- src/scale/const/index.js | 2 +- src/scale/events/ENTER_FULLSCREEN_EVENT.js | 2 +- src/scale/events/FULLSCREEN_FAILED_EVENT.js | 2 +- src/scale/events/FULLSCREEN_UNSUPPORTED_EVENT.js | 2 +- src/scale/events/LEAVE_FULLSCREEN_EVENT.js | 2 +- src/scale/events/ORIENTATION_CHANGE_EVENT.js | 2 +- src/scale/events/RESIZE_EVENT.js | 2 +- src/scale/events/index.js | 2 +- src/scale/index.js | 2 +- src/scene/GetPhysicsPlugins.js | 2 +- src/scene/GetScenePlugins.js | 2 +- src/scene/InjectionMap.js | 2 +- src/scene/Scene.js | 2 +- src/scene/SceneManager.js | 2 +- src/scene/ScenePlugin.js | 2 +- src/scene/Settings.js | 2 +- src/scene/Systems.js | 2 +- src/scene/const.js | 2 +- src/scene/events/BOOT_EVENT.js | 2 +- src/scene/events/CREATE_EVENT.js | 2 +- src/scene/events/DESTROY_EVENT.js | 2 +- src/scene/events/PAUSE_EVENT.js | 2 +- src/scene/events/POST_UPDATE_EVENT.js | 2 +- src/scene/events/PRE_UPDATE_EVENT.js | 2 +- src/scene/events/READY_EVENT.js | 2 +- src/scene/events/RENDER_EVENT.js | 2 +- src/scene/events/RESUME_EVENT.js | 2 +- src/scene/events/SHUTDOWN_EVENT.js | 2 +- src/scene/events/SLEEP_EVENT.js | 2 +- src/scene/events/START_EVENT.js | 2 +- src/scene/events/TRANSITION_COMPLETE_EVENT.js | 2 +- src/scene/events/TRANSITION_INIT_EVENT.js | 2 +- src/scene/events/TRANSITION_OUT_EVENT.js | 2 +- src/scene/events/TRANSITION_START_EVENT.js | 2 +- src/scene/events/TRANSITION_WAKE_EVENT.js | 2 +- src/scene/events/UPDATE_EVENT.js | 2 +- src/scene/events/WAKE_EVENT.js | 2 +- src/scene/events/index.js | 2 +- src/scene/index.js | 2 +- src/scene/typedefs/index.js | 2 +- src/sound/BaseSound.js | 2 +- src/sound/BaseSoundManager.js | 2 +- src/sound/SoundManagerCreator.js | 2 +- src/sound/events/COMPLETE_EVENT.js | 2 +- src/sound/events/DESTROY_EVENT.js | 2 +- src/sound/events/DETUNE_EVENT.js | 2 +- src/sound/events/GLOBAL_DETUNE_EVENT.js | 2 +- src/sound/events/GLOBAL_MUTE_EVENT.js | 2 +- src/sound/events/GLOBAL_RATE_EVENT.js | 2 +- src/sound/events/GLOBAL_VOLUME_EVENT.js | 2 +- src/sound/events/LOOPED_EVENT.js | 2 +- src/sound/events/LOOP_EVENT.js | 2 +- src/sound/events/MUTE_EVENT.js | 2 +- src/sound/events/PAUSE_ALL_EVENT.js | 2 +- src/sound/events/PAUSE_EVENT.js | 2 +- src/sound/events/PLAY_EVENT.js | 2 +- src/sound/events/RATE_EVENT.js | 2 +- src/sound/events/RESUME_ALL_EVENT.js | 2 +- src/sound/events/RESUME_EVENT.js | 2 +- src/sound/events/SEEK_EVENT.js | 2 +- src/sound/events/STOP_ALL_EVENT.js | 2 +- src/sound/events/STOP_EVENT.js | 2 +- src/sound/events/UNLOCKED_EVENT.js | 2 +- src/sound/events/VOLUME_EVENT.js | 2 +- src/sound/events/index.js | 2 +- src/sound/html5/HTML5AudioSound.js | 2 +- src/sound/html5/HTML5AudioSoundManager.js | 2 +- src/sound/index.js | 2 +- src/sound/noaudio/NoAudioSound.js | 2 +- src/sound/noaudio/NoAudioSoundManager.js | 2 +- src/sound/typedefs/index.js | 2 +- src/sound/webaudio/WebAudioSound.js | 2 +- src/sound/webaudio/WebAudioSoundManager.js | 2 +- src/structs/List.js | 2 +- src/structs/Map.js | 2 +- src/structs/ProcessQueue.js | 2 +- src/structs/RTree.js | 2 +- src/structs/Set.js | 2 +- src/structs/Size.js | 2 +- src/structs/index.js | 2 +- src/textures/CanvasTexture.js | 2 +- src/textures/Frame.js | 2 +- src/textures/Texture.js | 2 +- src/textures/TextureManager.js | 2 +- src/textures/TextureSource.js | 2 +- src/textures/const.js | 2 +- src/textures/events/ADD_EVENT.js | 2 +- src/textures/events/ERROR_EVENT.js | 2 +- src/textures/events/LOAD_EVENT.js | 2 +- src/textures/events/READY_EVENT.js | 2 +- src/textures/events/REMOVE_EVENT.js | 2 +- src/textures/events/index.js | 2 +- src/textures/index.js | 2 +- src/textures/parsers/AtlasXML.js | 2 +- src/textures/parsers/Canvas.js | 2 +- src/textures/parsers/Image.js | 2 +- src/textures/parsers/JSONArray.js | 2 +- src/textures/parsers/JSONHash.js | 2 +- src/textures/parsers/SpriteSheet.js | 2 +- src/textures/parsers/SpriteSheetFromAtlas.js | 2 +- src/textures/parsers/UnityYAML.js | 2 +- src/textures/parsers/index.js | 2 +- src/textures/typedefs/index.js | 2 +- src/tilemaps/Formats.js | 2 +- src/tilemaps/ImageCollection.js | 2 +- src/tilemaps/ParseToTilemap.js | 2 +- src/tilemaps/Tile.js | 2 +- src/tilemaps/Tilemap.js | 2 +- src/tilemaps/TilemapCreator.js | 2 +- src/tilemaps/TilemapFactory.js | 2 +- src/tilemaps/Tileset.js | 2 +- src/tilemaps/components/CalculateFacesAt.js | 2 +- src/tilemaps/components/CalculateFacesWithin.js | 2 +- src/tilemaps/components/Copy.js | 2 +- src/tilemaps/components/CreateFromTiles.js | 2 +- src/tilemaps/components/CullTiles.js | 2 +- src/tilemaps/components/Fill.js | 2 +- src/tilemaps/components/FilterTiles.js | 2 +- src/tilemaps/components/FindByIndex.js | 2 +- src/tilemaps/components/FindTile.js | 2 +- src/tilemaps/components/ForEachTile.js | 2 +- src/tilemaps/components/GetTileAt.js | 2 +- src/tilemaps/components/GetTileAtWorldXY.js | 2 +- src/tilemaps/components/GetTilesWithin.js | 2 +- src/tilemaps/components/GetTilesWithinShape.js | 2 +- src/tilemaps/components/GetTilesWithinWorldXY.js | 2 +- src/tilemaps/components/HasTileAt.js | 2 +- src/tilemaps/components/HasTileAtWorldXY.js | 2 +- src/tilemaps/components/IsInLayerBounds.js | 2 +- src/tilemaps/components/PutTileAt.js | 2 +- src/tilemaps/components/PutTileAtWorldXY.js | 2 +- src/tilemaps/components/PutTilesAt.js | 2 +- src/tilemaps/components/Randomize.js | 2 +- src/tilemaps/components/RemoveTileAt.js | 2 +- src/tilemaps/components/RemoveTileAtWorldXY.js | 2 +- src/tilemaps/components/RenderDebug.js | 2 +- src/tilemaps/components/ReplaceByIndex.js | 2 +- src/tilemaps/components/SetCollision.js | 2 +- src/tilemaps/components/SetCollisionBetween.js | 2 +- src/tilemaps/components/SetCollisionByExclusion.js | 2 +- src/tilemaps/components/SetCollisionByProperty.js | 2 +- src/tilemaps/components/SetCollisionFromCollisionGroup.js | 2 +- src/tilemaps/components/SetLayerCollisionIndex.js | 2 +- src/tilemaps/components/SetTileCollision.js | 2 +- src/tilemaps/components/SetTileIndexCallback.js | 2 +- src/tilemaps/components/SetTileLocationCallback.js | 2 +- src/tilemaps/components/Shuffle.js | 2 +- src/tilemaps/components/SwapByIndex.js | 2 +- src/tilemaps/components/TileToWorldX.js | 2 +- src/tilemaps/components/TileToWorldXY.js | 2 +- src/tilemaps/components/TileToWorldY.js | 2 +- src/tilemaps/components/WeightedRandomize.js | 2 +- src/tilemaps/components/WorldToTileX.js | 2 +- src/tilemaps/components/WorldToTileXY.js | 2 +- src/tilemaps/components/WorldToTileY.js | 2 +- src/tilemaps/components/index.js | 2 +- src/tilemaps/dynamiclayer/DynamicTilemapLayer.js | 2 +- src/tilemaps/dynamiclayer/DynamicTilemapLayerCanvasRenderer.js | 2 +- src/tilemaps/dynamiclayer/DynamicTilemapLayerRender.js | 2 +- src/tilemaps/dynamiclayer/DynamicTilemapLayerWebGLRenderer.js | 2 +- src/tilemaps/index.js | 2 +- src/tilemaps/mapdata/LayerData.js | 2 +- src/tilemaps/mapdata/MapData.js | 2 +- src/tilemaps/mapdata/ObjectLayer.js | 2 +- src/tilemaps/parsers/Parse.js | 2 +- src/tilemaps/parsers/Parse2DArray.js | 2 +- src/tilemaps/parsers/ParseCSV.js | 2 +- src/tilemaps/parsers/impact/ParseTileLayers.js | 2 +- src/tilemaps/parsers/impact/ParseTilesets.js | 2 +- src/tilemaps/parsers/impact/ParseWeltmeister.js | 2 +- src/tilemaps/parsers/index.js | 2 +- src/tilemaps/parsers/tiled/AssignTileProperties.js | 2 +- src/tilemaps/parsers/tiled/Base64Decode.js | 2 +- src/tilemaps/parsers/tiled/BuildTilesetIndex.js | 2 +- src/tilemaps/parsers/tiled/ParseGID.js | 2 +- src/tilemaps/parsers/tiled/ParseImageLayers.js | 2 +- src/tilemaps/parsers/tiled/ParseJSONTiled.js | 2 +- src/tilemaps/parsers/tiled/ParseObject.js | 2 +- src/tilemaps/parsers/tiled/ParseObjectLayers.js | 2 +- src/tilemaps/parsers/tiled/ParseTileLayers.js | 2 +- src/tilemaps/parsers/tiled/ParseTilesets.js | 2 +- src/tilemaps/parsers/tiled/Pick.js | 2 +- src/tilemaps/staticlayer/StaticTilemapLayer.js | 2 +- src/tilemaps/staticlayer/StaticTilemapLayerCanvasRenderer.js | 2 +- src/tilemaps/staticlayer/StaticTilemapLayerRender.js | 2 +- src/tilemaps/staticlayer/StaticTilemapLayerWebGLRenderer.js | 2 +- src/tilemaps/typedefs/index.js | 2 +- src/time/Clock.js | 2 +- src/time/TimerEvent.js | 2 +- src/time/index.js | 2 +- src/time/typedefs/index.js | 2 +- src/tweens/Timeline.js | 2 +- src/tweens/TweenManager.js | 2 +- src/tweens/builders/GetBoolean.js | 2 +- src/tweens/builders/GetEaseFunction.js | 2 +- src/tweens/builders/GetNewValue.js | 2 +- src/tweens/builders/GetProps.js | 2 +- src/tweens/builders/GetTargets.js | 2 +- src/tweens/builders/GetTweens.js | 2 +- src/tweens/builders/GetValueOp.js | 2 +- src/tweens/builders/NumberTweenBuilder.js | 2 +- src/tweens/builders/TimelineBuilder.js | 2 +- src/tweens/builders/TweenBuilder.js | 2 +- src/tweens/builders/index.js | 2 +- src/tweens/events/TIMELINE_COMPLETE_EVENT.js | 2 +- src/tweens/events/TIMELINE_LOOP_EVENT.js | 2 +- src/tweens/events/TIMELINE_PAUSE_EVENT.js | 2 +- src/tweens/events/TIMELINE_RESUME_EVENT.js | 2 +- src/tweens/events/TIMELINE_START_EVENT.js | 2 +- src/tweens/events/TIMELINE_UPDATE_EVENT.js | 2 +- src/tweens/events/index.js | 2 +- src/tweens/index.js | 2 +- src/tweens/tween/Defaults.js | 2 +- src/tweens/tween/ReservedProps.js | 2 +- src/tweens/tween/Tween.js | 2 +- src/tweens/tween/TweenData.js | 2 +- src/tweens/tween/const.js | 2 +- src/tweens/typedefs/index.js | 2 +- src/utils/Class.js | 2 +- src/utils/NOOP.js | 2 +- src/utils/array/Add.js | 2 +- src/utils/array/AddAt.js | 2 +- src/utils/array/BringToTop.js | 2 +- src/utils/array/CountAllMatching.js | 2 +- src/utils/array/Each.js | 2 +- src/utils/array/EachInRange.js | 2 +- src/utils/array/FindClosestInSorted.js | 2 +- src/utils/array/GetAll.js | 2 +- src/utils/array/GetFirst.js | 2 +- src/utils/array/GetRandom.js | 2 +- src/utils/array/MoveDown.js | 2 +- src/utils/array/MoveTo.js | 2 +- src/utils/array/MoveUp.js | 2 +- src/utils/array/NumberArray.js | 2 +- src/utils/array/NumberArrayStep.js | 2 +- src/utils/array/QuickSelect.js | 2 +- src/utils/array/Range.js | 2 +- src/utils/array/Remove.js | 2 +- src/utils/array/RemoveAt.js | 2 +- src/utils/array/RemoveBetween.js | 2 +- src/utils/array/RemoveRandomElement.js | 2 +- src/utils/array/Replace.js | 2 +- src/utils/array/RotateLeft.js | 2 +- src/utils/array/RotateRight.js | 2 +- src/utils/array/SafeRange.js | 2 +- src/utils/array/SendToBack.js | 2 +- src/utils/array/SetAll.js | 2 +- src/utils/array/Shuffle.js | 2 +- src/utils/array/SpliceOne.js | 2 +- src/utils/array/StableSort.js | 2 +- src/utils/array/Swap.js | 2 +- src/utils/array/index.js | 2 +- src/utils/array/matrix/CheckMatrix.js | 2 +- src/utils/array/matrix/MatrixToString.js | 2 +- src/utils/array/matrix/ReverseColumns.js | 2 +- src/utils/array/matrix/ReverseRows.js | 2 +- src/utils/array/matrix/Rotate180.js | 2 +- src/utils/array/matrix/RotateLeft.js | 2 +- src/utils/array/matrix/RotateMatrix.js | 2 +- src/utils/array/matrix/RotateRight.js | 2 +- src/utils/array/matrix/TransposeMatrix.js | 2 +- src/utils/array/matrix/index.js | 2 +- src/utils/index.js | 2 +- src/utils/object/Clone.js | 2 +- src/utils/object/Extend.js | 2 +- src/utils/object/GetAdvancedValue.js | 2 +- src/utils/object/GetFastValue.js | 2 +- src/utils/object/GetMinMaxValue.js | 2 +- src/utils/object/GetValue.js | 2 +- src/utils/object/HasAll.js | 2 +- src/utils/object/HasAny.js | 2 +- src/utils/object/HasValue.js | 2 +- src/utils/object/IsPlainObject.js | 2 +- src/utils/object/Merge.js | 2 +- src/utils/object/MergeRight.js | 2 +- src/utils/object/SetValue.js | 2 +- src/utils/object/index.js | 2 +- src/utils/string/Format.js | 2 +- src/utils/string/Pad.js | 2 +- src/utils/string/Reverse.js | 2 +- src/utils/string/UUID.js | 2 +- src/utils/string/UppercaseFirst.js | 2 +- src/utils/string/index.js | 2 +- 1380 files changed, 1380 insertions(+), 1380 deletions(-) diff --git a/src/actions/Angle.js b/src/actions/Angle.js index 025b28fefd..e7522bca15 100644 --- a/src/actions/Angle.js +++ b/src/actions/Angle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/Call.js b/src/actions/Call.js index 80fd76f3a9..af24a64500 100644 --- a/src/actions/Call.js +++ b/src/actions/Call.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/GetFirst.js b/src/actions/GetFirst.js index d92b81eb6f..65508f1c3d 100644 --- a/src/actions/GetFirst.js +++ b/src/actions/GetFirst.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/GetLast.js b/src/actions/GetLast.js index e3d1fc4777..1d459680bc 100644 --- a/src/actions/GetLast.js +++ b/src/actions/GetLast.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/GridAlign.js b/src/actions/GridAlign.js index ceb3c09bd4..e08a647272 100644 --- a/src/actions/GridAlign.js +++ b/src/actions/GridAlign.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/IncAlpha.js b/src/actions/IncAlpha.js index f7403e5353..b9c40a26c0 100644 --- a/src/actions/IncAlpha.js +++ b/src/actions/IncAlpha.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/IncX.js b/src/actions/IncX.js index b5351e2fe0..123b294c95 100644 --- a/src/actions/IncX.js +++ b/src/actions/IncX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/IncXY.js b/src/actions/IncXY.js index 8f4b746d01..7317466f75 100644 --- a/src/actions/IncXY.js +++ b/src/actions/IncXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/IncY.js b/src/actions/IncY.js index 9f953d8196..3cc8c4a401 100644 --- a/src/actions/IncY.js +++ b/src/actions/IncY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/PlaceOnCircle.js b/src/actions/PlaceOnCircle.js index 84d2c4e149..2a81f8dcea 100644 --- a/src/actions/PlaceOnCircle.js +++ b/src/actions/PlaceOnCircle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/PlaceOnEllipse.js b/src/actions/PlaceOnEllipse.js index 19bf893a7c..dd382b2cf3 100644 --- a/src/actions/PlaceOnEllipse.js +++ b/src/actions/PlaceOnEllipse.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/PlaceOnLine.js b/src/actions/PlaceOnLine.js index 609d0061ac..99583d4b7e 100644 --- a/src/actions/PlaceOnLine.js +++ b/src/actions/PlaceOnLine.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/PlaceOnRectangle.js b/src/actions/PlaceOnRectangle.js index 39003367d1..00b70e97fc 100644 --- a/src/actions/PlaceOnRectangle.js +++ b/src/actions/PlaceOnRectangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/PlaceOnTriangle.js b/src/actions/PlaceOnTriangle.js index ef47fd2c4e..182ea79318 100644 --- a/src/actions/PlaceOnTriangle.js +++ b/src/actions/PlaceOnTriangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/PlayAnimation.js b/src/actions/PlayAnimation.js index c409e2b75d..5ee5a3447f 100644 --- a/src/actions/PlayAnimation.js +++ b/src/actions/PlayAnimation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/PropertyValueInc.js b/src/actions/PropertyValueInc.js index 511ba83efe..eb27e050ae 100644 --- a/src/actions/PropertyValueInc.js +++ b/src/actions/PropertyValueInc.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/PropertyValueSet.js b/src/actions/PropertyValueSet.js index db83d670f9..6c88ee160d 100644 --- a/src/actions/PropertyValueSet.js +++ b/src/actions/PropertyValueSet.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/RandomCircle.js b/src/actions/RandomCircle.js index 8ad1895fb9..6e91b88f37 100644 --- a/src/actions/RandomCircle.js +++ b/src/actions/RandomCircle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/RandomEllipse.js b/src/actions/RandomEllipse.js index ed66284cb7..c432d8cda2 100644 --- a/src/actions/RandomEllipse.js +++ b/src/actions/RandomEllipse.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/RandomLine.js b/src/actions/RandomLine.js index f2669f7fda..526aeb269e 100644 --- a/src/actions/RandomLine.js +++ b/src/actions/RandomLine.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/RandomRectangle.js b/src/actions/RandomRectangle.js index 059d40372d..bcd972f6d7 100644 --- a/src/actions/RandomRectangle.js +++ b/src/actions/RandomRectangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/RandomTriangle.js b/src/actions/RandomTriangle.js index 99f1230ec8..e64f58f7f8 100644 --- a/src/actions/RandomTriangle.js +++ b/src/actions/RandomTriangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/Rotate.js b/src/actions/Rotate.js index fe4d27bc66..509b81935a 100644 --- a/src/actions/Rotate.js +++ b/src/actions/Rotate.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/RotateAround.js b/src/actions/RotateAround.js index 02ecce4cd5..2a63e81d57 100644 --- a/src/actions/RotateAround.js +++ b/src/actions/RotateAround.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/RotateAroundDistance.js b/src/actions/RotateAroundDistance.js index fa7ac259ac..0c0bfc62ec 100644 --- a/src/actions/RotateAroundDistance.js +++ b/src/actions/RotateAroundDistance.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/ScaleX.js b/src/actions/ScaleX.js index 563fbf4fab..ccfd9d1599 100644 --- a/src/actions/ScaleX.js +++ b/src/actions/ScaleX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/ScaleXY.js b/src/actions/ScaleXY.js index 6e5a9c671d..2e3488b1fa 100644 --- a/src/actions/ScaleXY.js +++ b/src/actions/ScaleXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/ScaleY.js b/src/actions/ScaleY.js index 2ac6dd902b..2b36ccf353 100644 --- a/src/actions/ScaleY.js +++ b/src/actions/ScaleY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetAlpha.js b/src/actions/SetAlpha.js index ec23be7e21..743160d851 100644 --- a/src/actions/SetAlpha.js +++ b/src/actions/SetAlpha.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetBlendMode.js b/src/actions/SetBlendMode.js index 2e5347542c..b92e6f7d1c 100644 --- a/src/actions/SetBlendMode.js +++ b/src/actions/SetBlendMode.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetDepth.js b/src/actions/SetDepth.js index eec592c194..2e7634394a 100644 --- a/src/actions/SetDepth.js +++ b/src/actions/SetDepth.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetHitArea.js b/src/actions/SetHitArea.js index a9339ab0b4..29c1f1295a 100644 --- a/src/actions/SetHitArea.js +++ b/src/actions/SetHitArea.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/SetOrigin.js b/src/actions/SetOrigin.js index dd70b00f66..086ed3e4fe 100644 --- a/src/actions/SetOrigin.js +++ b/src/actions/SetOrigin.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetRotation.js b/src/actions/SetRotation.js index e02e212964..a880d2745a 100644 --- a/src/actions/SetRotation.js +++ b/src/actions/SetRotation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetScale.js b/src/actions/SetScale.js index 24b8ef2f48..a8e94319cd 100644 --- a/src/actions/SetScale.js +++ b/src/actions/SetScale.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetScaleX.js b/src/actions/SetScaleX.js index d90b05c1c3..a371fa1999 100644 --- a/src/actions/SetScaleX.js +++ b/src/actions/SetScaleX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetScaleY.js b/src/actions/SetScaleY.js index 5437fb45e8..b8ad6735ec 100644 --- a/src/actions/SetScaleY.js +++ b/src/actions/SetScaleY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetTint.js b/src/actions/SetTint.js index 7f761d13ad..c312b6de4c 100644 --- a/src/actions/SetTint.js +++ b/src/actions/SetTint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/SetVisible.js b/src/actions/SetVisible.js index 89ce56091e..2664d1979d 100644 --- a/src/actions/SetVisible.js +++ b/src/actions/SetVisible.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetX.js b/src/actions/SetX.js index 8e338792fd..512c62bc73 100644 --- a/src/actions/SetX.js +++ b/src/actions/SetX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetXY.js b/src/actions/SetXY.js index 39eb797165..8e721d8f11 100644 --- a/src/actions/SetXY.js +++ b/src/actions/SetXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SetY.js b/src/actions/SetY.js index e5189d0aa9..c23c56d8fb 100644 --- a/src/actions/SetY.js +++ b/src/actions/SetY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/ShiftPosition.js b/src/actions/ShiftPosition.js index 14e730798b..ef815cd6bb 100644 --- a/src/actions/ShiftPosition.js +++ b/src/actions/ShiftPosition.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/Shuffle.js b/src/actions/Shuffle.js index 5dff5b522f..105816492b 100644 --- a/src/actions/Shuffle.js +++ b/src/actions/Shuffle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/actions/SmoothStep.js b/src/actions/SmoothStep.js index a7d3907d63..8df36122a3 100644 --- a/src/actions/SmoothStep.js +++ b/src/actions/SmoothStep.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MathSmoothStep = require('../math/SmoothStep'); diff --git a/src/actions/SmootherStep.js b/src/actions/SmootherStep.js index 6fbd663c4e..0c68d9ff8e 100644 --- a/src/actions/SmootherStep.js +++ b/src/actions/SmootherStep.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MathSmootherStep = require('../math/SmootherStep'); diff --git a/src/actions/Spread.js b/src/actions/Spread.js index 045a892780..eef8fd67e1 100644 --- a/src/actions/Spread.js +++ b/src/actions/Spread.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/ToggleVisible.js b/src/actions/ToggleVisible.js index 0bcba9dddb..b7b4234cd0 100644 --- a/src/actions/ToggleVisible.js +++ b/src/actions/ToggleVisible.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/WrapInRectangle.js b/src/actions/WrapInRectangle.js index 8cda17ac64..29bac9bc06 100644 --- a/src/actions/WrapInRectangle.js +++ b/src/actions/WrapInRectangle.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author samme * @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 Wrap = require('../math/Wrap'); diff --git a/src/actions/index.js b/src/actions/index.js index 8e9afd8194..7706446c77 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/actions/typedefs/index.js b/src/actions/typedefs/index.js index 26adfa9a21..79012818f9 100644 --- a/src/actions/typedefs/index.js +++ b/src/actions/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/Animation.js b/src/animations/Animation.js index ea3d9b5909..6d892db9a8 100644 --- a/src/animations/Animation.js +++ b/src/animations/Animation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clamp = require('../math/Clamp'); diff --git a/src/animations/AnimationFrame.js b/src/animations/AnimationFrame.js index ab92c40ac2..40d227a302 100644 --- a/src/animations/AnimationFrame.js +++ b/src/animations/AnimationFrame.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/animations/AnimationManager.js b/src/animations/AnimationManager.js index e9920c4626..4bb6a0a326 100644 --- a/src/animations/AnimationManager.js +++ b/src/animations/AnimationManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Animation = require('./Animation'); diff --git a/src/animations/events/ADD_ANIMATION_EVENT.js b/src/animations/events/ADD_ANIMATION_EVENT.js index 915903bda8..5c1ab9a4fb 100644 --- a/src/animations/events/ADD_ANIMATION_EVENT.js +++ b/src/animations/events/ADD_ANIMATION_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/ANIMATION_COMPLETE_EVENT.js b/src/animations/events/ANIMATION_COMPLETE_EVENT.js index 0cf453c9bd..199110a586 100644 --- a/src/animations/events/ANIMATION_COMPLETE_EVENT.js +++ b/src/animations/events/ANIMATION_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/ANIMATION_REPEAT_EVENT.js b/src/animations/events/ANIMATION_REPEAT_EVENT.js index 7f9b9d396c..d1b9fa825e 100644 --- a/src/animations/events/ANIMATION_REPEAT_EVENT.js +++ b/src/animations/events/ANIMATION_REPEAT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/ANIMATION_RESTART_EVENT.js b/src/animations/events/ANIMATION_RESTART_EVENT.js index 23a6f3e04e..075026d812 100644 --- a/src/animations/events/ANIMATION_RESTART_EVENT.js +++ b/src/animations/events/ANIMATION_RESTART_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/ANIMATION_START_EVENT.js b/src/animations/events/ANIMATION_START_EVENT.js index dfb06b2a20..c13205e747 100644 --- a/src/animations/events/ANIMATION_START_EVENT.js +++ b/src/animations/events/ANIMATION_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/PAUSE_ALL_EVENT.js b/src/animations/events/PAUSE_ALL_EVENT.js index 0cdbcefd2c..446b66be30 100644 --- a/src/animations/events/PAUSE_ALL_EVENT.js +++ b/src/animations/events/PAUSE_ALL_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/REMOVE_ANIMATION_EVENT.js b/src/animations/events/REMOVE_ANIMATION_EVENT.js index ca0f88ba44..b7fdffc836 100644 --- a/src/animations/events/REMOVE_ANIMATION_EVENT.js +++ b/src/animations/events/REMOVE_ANIMATION_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/RESUME_ALL_EVENT.js b/src/animations/events/RESUME_ALL_EVENT.js index 1a8cc968fd..96d7ed53b9 100644 --- a/src/animations/events/RESUME_ALL_EVENT.js +++ b/src/animations/events/RESUME_ALL_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/SPRITE_ANIMATION_COMPLETE_EVENT.js b/src/animations/events/SPRITE_ANIMATION_COMPLETE_EVENT.js index b20af287c3..ea2717868c 100644 --- a/src/animations/events/SPRITE_ANIMATION_COMPLETE_EVENT.js +++ b/src/animations/events/SPRITE_ANIMATION_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/SPRITE_ANIMATION_KEY_COMPLETE_EVENT.js b/src/animations/events/SPRITE_ANIMATION_KEY_COMPLETE_EVENT.js index 7492c5b36c..aa259b6e85 100644 --- a/src/animations/events/SPRITE_ANIMATION_KEY_COMPLETE_EVENT.js +++ b/src/animations/events/SPRITE_ANIMATION_KEY_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/SPRITE_ANIMATION_KEY_REPEAT_EVENT.js b/src/animations/events/SPRITE_ANIMATION_KEY_REPEAT_EVENT.js index 079a49755d..1985669351 100644 --- a/src/animations/events/SPRITE_ANIMATION_KEY_REPEAT_EVENT.js +++ b/src/animations/events/SPRITE_ANIMATION_KEY_REPEAT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/SPRITE_ANIMATION_KEY_RESTART_EVENT.js b/src/animations/events/SPRITE_ANIMATION_KEY_RESTART_EVENT.js index b18f6506e1..52b2ccc3e4 100644 --- a/src/animations/events/SPRITE_ANIMATION_KEY_RESTART_EVENT.js +++ b/src/animations/events/SPRITE_ANIMATION_KEY_RESTART_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/SPRITE_ANIMATION_KEY_START_EVENT.js b/src/animations/events/SPRITE_ANIMATION_KEY_START_EVENT.js index 745c6b538c..aeb06fb67b 100644 --- a/src/animations/events/SPRITE_ANIMATION_KEY_START_EVENT.js +++ b/src/animations/events/SPRITE_ANIMATION_KEY_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/SPRITE_ANIMATION_KEY_UPDATE_EVENT.js b/src/animations/events/SPRITE_ANIMATION_KEY_UPDATE_EVENT.js index 4a186235cc..a2ef63d878 100644 --- a/src/animations/events/SPRITE_ANIMATION_KEY_UPDATE_EVENT.js +++ b/src/animations/events/SPRITE_ANIMATION_KEY_UPDATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/SPRITE_ANIMATION_REPEAT_EVENT.js b/src/animations/events/SPRITE_ANIMATION_REPEAT_EVENT.js index 6e48167383..7d4d4e4ed8 100644 --- a/src/animations/events/SPRITE_ANIMATION_REPEAT_EVENT.js +++ b/src/animations/events/SPRITE_ANIMATION_REPEAT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/SPRITE_ANIMATION_RESTART_EVENT.js b/src/animations/events/SPRITE_ANIMATION_RESTART_EVENT.js index 85e3ef0f96..951d03562b 100644 --- a/src/animations/events/SPRITE_ANIMATION_RESTART_EVENT.js +++ b/src/animations/events/SPRITE_ANIMATION_RESTART_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/SPRITE_ANIMATION_START_EVENT.js b/src/animations/events/SPRITE_ANIMATION_START_EVENT.js index 110068c46d..d07c8c3f70 100644 --- a/src/animations/events/SPRITE_ANIMATION_START_EVENT.js +++ b/src/animations/events/SPRITE_ANIMATION_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/SPRITE_ANIMATION_UPDATE_EVENT.js b/src/animations/events/SPRITE_ANIMATION_UPDATE_EVENT.js index 0e33b73de9..25561fc505 100644 --- a/src/animations/events/SPRITE_ANIMATION_UPDATE_EVENT.js +++ b/src/animations/events/SPRITE_ANIMATION_UPDATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/events/index.js b/src/animations/events/index.js index 4f4e55f278..1bbd3094dc 100644 --- a/src/animations/events/index.js +++ b/src/animations/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/index.js b/src/animations/index.js index df26b55754..01c81a4d4b 100644 --- a/src/animations/index.js +++ b/src/animations/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/animations/typedefs/index.js b/src/animations/typedefs/index.js index a4f18578c0..be585c89eb 100644 --- a/src/animations/typedefs/index.js +++ b/src/animations/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cache/BaseCache.js b/src/cache/BaseCache.js index 01a9586c27..87cec5e1d3 100644 --- a/src/cache/BaseCache.js +++ b/src/cache/BaseCache.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/cache/CacheManager.js b/src/cache/CacheManager.js index 8d18f9e265..de0dbba043 100644 --- a/src/cache/CacheManager.js +++ b/src/cache/CacheManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BaseCache = require('./BaseCache'); diff --git a/src/cache/events/ADD_EVENT.js b/src/cache/events/ADD_EVENT.js index aae9276e1a..6f677081db 100644 --- a/src/cache/events/ADD_EVENT.js +++ b/src/cache/events/ADD_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cache/events/REMOVE_EVENT.js b/src/cache/events/REMOVE_EVENT.js index ed2fce337c..fb58e85cf1 100644 --- a/src/cache/events/REMOVE_EVENT.js +++ b/src/cache/events/REMOVE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cache/events/index.js b/src/cache/events/index.js index 9343b86fb5..1d51ca5b9e 100644 --- a/src/cache/events/index.js +++ b/src/cache/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cache/index.js b/src/cache/index.js index d2b93872d7..84e5686787 100644 --- a/src/cache/index.js +++ b/src/cache/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/BaseCamera.js b/src/cameras/2d/BaseCamera.js index cb800022ee..ad0e9c801f 100644 --- a/src/cameras/2d/BaseCamera.js +++ b/src/cameras/2d/BaseCamera.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/cameras/2d/Camera.js b/src/cameras/2d/Camera.js index 91a3bc30e3..0b4f8f3eee 100644 --- a/src/cameras/2d/Camera.js +++ b/src/cameras/2d/Camera.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BaseCamera = require('./BaseCamera'); diff --git a/src/cameras/2d/CameraManager.js b/src/cameras/2d/CameraManager.js index 98197da481..929e5166c3 100644 --- a/src/cameras/2d/CameraManager.js +++ b/src/cameras/2d/CameraManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Camera = require('./Camera'); diff --git a/src/cameras/2d/effects/Fade.js b/src/cameras/2d/effects/Fade.js index 409953cd02..b2007434f4 100644 --- a/src/cameras/2d/effects/Fade.js +++ b/src/cameras/2d/effects/Fade.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clamp = require('../../../math/Clamp'); diff --git a/src/cameras/2d/effects/Flash.js b/src/cameras/2d/effects/Flash.js index 7091d6aafd..779b6ff5a5 100644 --- a/src/cameras/2d/effects/Flash.js +++ b/src/cameras/2d/effects/Flash.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clamp = require('../../../math/Clamp'); diff --git a/src/cameras/2d/effects/Pan.js b/src/cameras/2d/effects/Pan.js index db98a198c0..9140c695bb 100644 --- a/src/cameras/2d/effects/Pan.js +++ b/src/cameras/2d/effects/Pan.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clamp = require('../../../math/Clamp'); diff --git a/src/cameras/2d/effects/Shake.js b/src/cameras/2d/effects/Shake.js index 1a2c434e5c..37a1e2b60a 100644 --- a/src/cameras/2d/effects/Shake.js +++ b/src/cameras/2d/effects/Shake.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clamp = require('../../../math/Clamp'); diff --git a/src/cameras/2d/effects/Zoom.js b/src/cameras/2d/effects/Zoom.js index f6f129cad8..e0333a48b2 100644 --- a/src/cameras/2d/effects/Zoom.js +++ b/src/cameras/2d/effects/Zoom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clamp = require('../../../math/Clamp'); diff --git a/src/cameras/2d/effects/index.js b/src/cameras/2d/effects/index.js index a9b5532b02..2ba245a43c 100644 --- a/src/cameras/2d/effects/index.js +++ b/src/cameras/2d/effects/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/DESTROY_EVENT.js b/src/cameras/2d/events/DESTROY_EVENT.js index 4e7ccef3bf..67dc011887 100644 --- a/src/cameras/2d/events/DESTROY_EVENT.js +++ b/src/cameras/2d/events/DESTROY_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/FADE_IN_COMPLETE_EVENT.js b/src/cameras/2d/events/FADE_IN_COMPLETE_EVENT.js index 6c699eaa0e..291f1fdc71 100644 --- a/src/cameras/2d/events/FADE_IN_COMPLETE_EVENT.js +++ b/src/cameras/2d/events/FADE_IN_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/FADE_IN_START_EVENT.js b/src/cameras/2d/events/FADE_IN_START_EVENT.js index 331056cc1a..b1f0983dcb 100644 --- a/src/cameras/2d/events/FADE_IN_START_EVENT.js +++ b/src/cameras/2d/events/FADE_IN_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/FADE_OUT_COMPLETE_EVENT.js b/src/cameras/2d/events/FADE_OUT_COMPLETE_EVENT.js index df9f1d1452..9c6c8bf06b 100644 --- a/src/cameras/2d/events/FADE_OUT_COMPLETE_EVENT.js +++ b/src/cameras/2d/events/FADE_OUT_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/FADE_OUT_START_EVENT.js b/src/cameras/2d/events/FADE_OUT_START_EVENT.js index 290b93717d..6fdfb7dae6 100644 --- a/src/cameras/2d/events/FADE_OUT_START_EVENT.js +++ b/src/cameras/2d/events/FADE_OUT_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/FLASH_COMPLETE_EVENT.js b/src/cameras/2d/events/FLASH_COMPLETE_EVENT.js index dff2f20969..83d873483c 100644 --- a/src/cameras/2d/events/FLASH_COMPLETE_EVENT.js +++ b/src/cameras/2d/events/FLASH_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/FLASH_START_EVENT.js b/src/cameras/2d/events/FLASH_START_EVENT.js index 5d0b8a7dac..2fb3e58a9c 100644 --- a/src/cameras/2d/events/FLASH_START_EVENT.js +++ b/src/cameras/2d/events/FLASH_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/PAN_COMPLETE_EVENT.js b/src/cameras/2d/events/PAN_COMPLETE_EVENT.js index a8273d6288..2f9e702eae 100644 --- a/src/cameras/2d/events/PAN_COMPLETE_EVENT.js +++ b/src/cameras/2d/events/PAN_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/PAN_START_EVENT.js b/src/cameras/2d/events/PAN_START_EVENT.js index c1cf21472b..68fc8e7ef0 100644 --- a/src/cameras/2d/events/PAN_START_EVENT.js +++ b/src/cameras/2d/events/PAN_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/POST_RENDER_EVENT.js b/src/cameras/2d/events/POST_RENDER_EVENT.js index 69abc82618..2681d219c8 100644 --- a/src/cameras/2d/events/POST_RENDER_EVENT.js +++ b/src/cameras/2d/events/POST_RENDER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/PRE_RENDER_EVENT.js b/src/cameras/2d/events/PRE_RENDER_EVENT.js index a693143885..92fa8fe95c 100644 --- a/src/cameras/2d/events/PRE_RENDER_EVENT.js +++ b/src/cameras/2d/events/PRE_RENDER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/SHAKE_COMPLETE_EVENT.js b/src/cameras/2d/events/SHAKE_COMPLETE_EVENT.js index 0c9475f06a..90f54be273 100644 --- a/src/cameras/2d/events/SHAKE_COMPLETE_EVENT.js +++ b/src/cameras/2d/events/SHAKE_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/SHAKE_START_EVENT.js b/src/cameras/2d/events/SHAKE_START_EVENT.js index cf397624b5..cf9b1d85aa 100644 --- a/src/cameras/2d/events/SHAKE_START_EVENT.js +++ b/src/cameras/2d/events/SHAKE_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/ZOOM_COMPLETE_EVENT.js b/src/cameras/2d/events/ZOOM_COMPLETE_EVENT.js index a722e8dfd5..888aa170a1 100644 --- a/src/cameras/2d/events/ZOOM_COMPLETE_EVENT.js +++ b/src/cameras/2d/events/ZOOM_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/ZOOM_START_EVENT.js b/src/cameras/2d/events/ZOOM_START_EVENT.js index 3e6d0cad0d..4e6b8d4aee 100644 --- a/src/cameras/2d/events/ZOOM_START_EVENT.js +++ b/src/cameras/2d/events/ZOOM_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/events/index.js b/src/cameras/2d/events/index.js index 991fd0eb7b..911aabbf1d 100644 --- a/src/cameras/2d/events/index.js +++ b/src/cameras/2d/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/index.js b/src/cameras/2d/index.js index 00f618cd59..9f1fed15c7 100644 --- a/src/cameras/2d/index.js +++ b/src/cameras/2d/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/2d/typedefs/index.js b/src/cameras/2d/typedefs/index.js index ab65aef714..e7710a38d2 100644 --- a/src/cameras/2d/typedefs/index.js +++ b/src/cameras/2d/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/controls/FixedKeyControl.js b/src/cameras/controls/FixedKeyControl.js index c41c1785c3..747b90ee12 100644 --- a/src/cameras/controls/FixedKeyControl.js +++ b/src/cameras/controls/FixedKeyControl.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/cameras/controls/SmoothedKeyControl.js b/src/cameras/controls/SmoothedKeyControl.js index 486f122769..4c3fd7913c 100644 --- a/src/cameras/controls/SmoothedKeyControl.js +++ b/src/cameras/controls/SmoothedKeyControl.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/cameras/controls/index.js b/src/cameras/controls/index.js index cbe03e116f..97d8e240c3 100644 --- a/src/cameras/controls/index.js +++ b/src/cameras/controls/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/controls/typedefs/index.js b/src/cameras/controls/typedefs/index.js index 623d78b096..99d973d4de 100644 --- a/src/cameras/controls/typedefs/index.js +++ b/src/cameras/controls/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/cameras/index.js b/src/cameras/index.js index 8cfe1fd841..64469548e0 100644 --- a/src/cameras/index.js +++ b/src/cameras/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/const.js b/src/const.js index 44633c413e..3261a96b4e 100644 --- a/src/const.js +++ b/src/const.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/Config.js b/src/core/Config.js index 9533c38c77..3e18f477cf 100644 --- a/src/core/Config.js +++ b/src/core/Config.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/core/CreateRenderer.js b/src/core/CreateRenderer.js index c469319308..d15f56bf49 100644 --- a/src/core/CreateRenderer.js +++ b/src/core/CreateRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CanvasInterpolation = require('../display/canvas/CanvasInterpolation'); diff --git a/src/core/DebugHeader.js b/src/core/DebugHeader.js index eafc9ad2fb..b1f5395c90 100644 --- a/src/core/DebugHeader.js +++ b/src/core/DebugHeader.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('../const'); diff --git a/src/core/Game.js b/src/core/Game.js index edf13552bb..4cfac2edcd 100644 --- a/src/core/Game.js +++ b/src/core/Game.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 AddToDOM = require('../dom/AddToDOM'); diff --git a/src/core/TimeStep.js b/src/core/TimeStep.js index b84ab628d2..023933c192 100644 --- a/src/core/TimeStep.js +++ b/src/core/TimeStep.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/core/VisibilityHandler.js b/src/core/VisibilityHandler.js index f1974a085d..863dc988a7 100644 --- a/src/core/VisibilityHandler.js +++ b/src/core/VisibilityHandler.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Events = require('./events'); diff --git a/src/core/events/BLUR_EVENT.js b/src/core/events/BLUR_EVENT.js index a593be8727..b6b8073e88 100644 --- a/src/core/events/BLUR_EVENT.js +++ b/src/core/events/BLUR_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/BOOT_EVENT.js b/src/core/events/BOOT_EVENT.js index ffad7b2f65..61ab1a6882 100644 --- a/src/core/events/BOOT_EVENT.js +++ b/src/core/events/BOOT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/DESTROY_EVENT.js b/src/core/events/DESTROY_EVENT.js index 9dd0cad47f..1e9631ee9d 100644 --- a/src/core/events/DESTROY_EVENT.js +++ b/src/core/events/DESTROY_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/FOCUS_EVENT.js b/src/core/events/FOCUS_EVENT.js index ecc181b55e..2619713d1a 100644 --- a/src/core/events/FOCUS_EVENT.js +++ b/src/core/events/FOCUS_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/HIDDEN_EVENT.js b/src/core/events/HIDDEN_EVENT.js index 101a26a110..d033e66e81 100644 --- a/src/core/events/HIDDEN_EVENT.js +++ b/src/core/events/HIDDEN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/PAUSE_EVENT.js b/src/core/events/PAUSE_EVENT.js index 999cfd9a03..30e203dcd1 100644 --- a/src/core/events/PAUSE_EVENT.js +++ b/src/core/events/PAUSE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/POST_RENDER_EVENT.js b/src/core/events/POST_RENDER_EVENT.js index 1c105f99a8..a4a6c0b6f6 100644 --- a/src/core/events/POST_RENDER_EVENT.js +++ b/src/core/events/POST_RENDER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/POST_STEP_EVENT.js b/src/core/events/POST_STEP_EVENT.js index 9bc5fd4721..e46ee21c1d 100644 --- a/src/core/events/POST_STEP_EVENT.js +++ b/src/core/events/POST_STEP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/PRE_RENDER_EVENT.js b/src/core/events/PRE_RENDER_EVENT.js index e0376ff582..e9e9e57597 100644 --- a/src/core/events/PRE_RENDER_EVENT.js +++ b/src/core/events/PRE_RENDER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/PRE_STEP_EVENT.js b/src/core/events/PRE_STEP_EVENT.js index cdc74874f5..e48e266f98 100644 --- a/src/core/events/PRE_STEP_EVENT.js +++ b/src/core/events/PRE_STEP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/READY_EVENT.js b/src/core/events/READY_EVENT.js index dfe7b3916a..58c9865c76 100644 --- a/src/core/events/READY_EVENT.js +++ b/src/core/events/READY_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/RESUME_EVENT.js b/src/core/events/RESUME_EVENT.js index 64bc9d2341..f176ef8036 100644 --- a/src/core/events/RESUME_EVENT.js +++ b/src/core/events/RESUME_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/STEP_EVENT.js b/src/core/events/STEP_EVENT.js index 4f5ede3165..d1baed27d5 100644 --- a/src/core/events/STEP_EVENT.js +++ b/src/core/events/STEP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/VISIBLE_EVENT.js b/src/core/events/VISIBLE_EVENT.js index 6ded8f73c8..7b375f874d 100644 --- a/src/core/events/VISIBLE_EVENT.js +++ b/src/core/events/VISIBLE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/events/index.js b/src/core/events/index.js index 4b3d33235c..fcbf00b8c0 100644 --- a/src/core/events/index.js +++ b/src/core/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/index.js b/src/core/index.js index 0c7ca64b80..96beb242f1 100644 --- a/src/core/index.js +++ b/src/core/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/core/typedefs/index.js b/src/core/typedefs/index.js index e448782dd9..9378d0abe5 100644 --- a/src/core/typedefs/index.js +++ b/src/core/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/create/GenerateTexture.js b/src/create/GenerateTexture.js index 6e986296e5..a7b8ef3268 100644 --- a/src/create/GenerateTexture.js +++ b/src/create/GenerateTexture.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Arne16 = require('./palettes/Arne16'); diff --git a/src/create/index.js b/src/create/index.js index c75c844c9d..4aa391c6b9 100644 --- a/src/create/index.js +++ b/src/create/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/create/palettes/Arne16.js b/src/create/palettes/Arne16.js index 8c2959f98c..0c5dc5421e 100644 --- a/src/create/palettes/Arne16.js +++ b/src/create/palettes/Arne16.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/create/palettes/C64.js b/src/create/palettes/C64.js index ae667b5568..ad3a91fefa 100644 --- a/src/create/palettes/C64.js +++ b/src/create/palettes/C64.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/create/palettes/CGA.js b/src/create/palettes/CGA.js index d793ef9f27..7c9f2dfa7e 100644 --- a/src/create/palettes/CGA.js +++ b/src/create/palettes/CGA.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/create/palettes/JMP.js b/src/create/palettes/JMP.js index 0dce8d1746..4369d128e3 100644 --- a/src/create/palettes/JMP.js +++ b/src/create/palettes/JMP.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/create/palettes/MSX.js b/src/create/palettes/MSX.js index 53ceb21d77..10cb14d0c3 100644 --- a/src/create/palettes/MSX.js +++ b/src/create/palettes/MSX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/create/palettes/index.js b/src/create/palettes/index.js index abf71e18a9..68d73eb78f 100644 --- a/src/create/palettes/index.js +++ b/src/create/palettes/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/create/typedefs/index.js b/src/create/typedefs/index.js index f554895a73..7b181fade1 100644 --- a/src/create/typedefs/index.js +++ b/src/create/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/curves/CubicBezierCurve.js b/src/curves/CubicBezierCurve.js index 0cf7ef5f61..f78fa47571 100644 --- a/src/curves/CubicBezierCurve.js +++ b/src/curves/CubicBezierCurve.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Based on the three.js Curve classes created by [zz85](http://www.lab4games.net/zz85/blog) diff --git a/src/curves/Curve.js b/src/curves/Curve.js index 3821c816b5..52a5b62387 100644 --- a/src/curves/Curve.js +++ b/src/curves/Curve.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/curves/EllipseCurve.js b/src/curves/EllipseCurve.js index 62592d8c7a..c279dd6b16 100644 --- a/src/curves/EllipseCurve.js +++ b/src/curves/EllipseCurve.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Based on the three.js Curve classes created by [zz85](http://www.lab4games.net/zz85/blog) diff --git a/src/curves/LineCurve.js b/src/curves/LineCurve.js index dba58b5867..d975576d52 100644 --- a/src/curves/LineCurve.js +++ b/src/curves/LineCurve.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Based on the three.js Curve classes created by [zz85](http://www.lab4games.net/zz85/blog) diff --git a/src/curves/QuadraticBezierCurve.js b/src/curves/QuadraticBezierCurve.js index c5d2adca74..910fd16117 100644 --- a/src/curves/QuadraticBezierCurve.js +++ b/src/curves/QuadraticBezierCurve.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/curves/SplineCurve.js b/src/curves/SplineCurve.js index b97d214963..d1db43c571 100644 --- a/src/curves/SplineCurve.js +++ b/src/curves/SplineCurve.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Based on the three.js Curve classes created by [zz85](http://www.lab4games.net/zz85/blog) diff --git a/src/curves/index.js b/src/curves/index.js index b7d955d1f2..597554d5cb 100644 --- a/src/curves/index.js +++ b/src/curves/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/curves/path/MoveTo.js b/src/curves/path/MoveTo.js index 204f73ac74..125d8d7583 100644 --- a/src/curves/path/MoveTo.js +++ b/src/curves/path/MoveTo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/curves/path/Path.js b/src/curves/path/Path.js index a5d7fc765c..f49685182b 100644 --- a/src/curves/path/Path.js +++ b/src/curves/path/Path.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Based on the three.js Curve classes created by [zz85](http://www.lab4games.net/zz85/blog) diff --git a/src/curves/typedefs/index.js b/src/curves/typedefs/index.js index f9110d1da1..182829e15d 100644 --- a/src/curves/typedefs/index.js +++ b/src/curves/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/data/DataManager.js b/src/data/DataManager.js index d620709089..1fe8836d06 100644 --- a/src/data/DataManager.js +++ b/src/data/DataManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/data/DataManagerPlugin.js b/src/data/DataManagerPlugin.js index 089f46f02f..b75ec4078a 100644 --- a/src/data/DataManagerPlugin.js +++ b/src/data/DataManagerPlugin.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/data/events/CHANGE_DATA_EVENT.js b/src/data/events/CHANGE_DATA_EVENT.js index 6ef96e18ff..84a0f3a78a 100644 --- a/src/data/events/CHANGE_DATA_EVENT.js +++ b/src/data/events/CHANGE_DATA_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/data/events/CHANGE_DATA_KEY_EVENT.js b/src/data/events/CHANGE_DATA_KEY_EVENT.js index 1dbf768e47..33394b58e6 100644 --- a/src/data/events/CHANGE_DATA_KEY_EVENT.js +++ b/src/data/events/CHANGE_DATA_KEY_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/data/events/REMOVE_DATA_EVENT.js b/src/data/events/REMOVE_DATA_EVENT.js index ca8f76fd1f..6bbbce88ac 100644 --- a/src/data/events/REMOVE_DATA_EVENT.js +++ b/src/data/events/REMOVE_DATA_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/data/events/SET_DATA_EVENT.js b/src/data/events/SET_DATA_EVENT.js index 73770f796b..77d2ca1f68 100644 --- a/src/data/events/SET_DATA_EVENT.js +++ b/src/data/events/SET_DATA_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/data/events/index.js b/src/data/events/index.js index 49d59f3b91..0523c301de 100644 --- a/src/data/events/index.js +++ b/src/data/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/data/index.js b/src/data/index.js index 809580b370..b0e1cc23db 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/device/Audio.js b/src/device/Audio.js index 5370cc08c2..57c6607ea1 100644 --- a/src/device/Audio.js +++ b/src/device/Audio.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Browser = require('./Browser'); diff --git a/src/device/Browser.js b/src/device/Browser.js index 17fcc482d2..5cbb29d682 100644 --- a/src/device/Browser.js +++ b/src/device/Browser.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 OS = require('./OS'); diff --git a/src/device/CanvasFeatures.js b/src/device/CanvasFeatures.js index 4f8bc47886..66773362b3 100644 --- a/src/device/CanvasFeatures.js +++ b/src/device/CanvasFeatures.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CanvasPool = require('../display/canvas/CanvasPool'); diff --git a/src/device/Features.js b/src/device/Features.js index fbf29f7f7b..b0913f0242 100644 --- a/src/device/Features.js +++ b/src/device/Features.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 OS = require('./OS'); diff --git a/src/device/Fullscreen.js b/src/device/Fullscreen.js index a9688580e2..8957f1b7db 100644 --- a/src/device/Fullscreen.js +++ b/src/device/Fullscreen.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/device/Input.js b/src/device/Input.js index 6bdbebfdf0..71e41ef801 100644 --- a/src/device/Input.js +++ b/src/device/Input.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Browser = require('./Browser'); diff --git a/src/device/OS.js b/src/device/OS.js index 195d260d88..fea9267ad0 100644 --- a/src/device/OS.js +++ b/src/device/OS.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/device/Video.js b/src/device/Video.js index eb18934ebe..0c2d50d518 100644 --- a/src/device/Video.js +++ b/src/device/Video.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/device/index.js b/src/device/index.js index b786a75dda..ee0a10441d 100644 --- a/src/device/index.js +++ b/src/device/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // This singleton is instantiated as soon as Phaser loads, diff --git a/src/display/align/const.js b/src/display/align/const.js index 3d90de4647..3af3cd1418 100644 --- a/src/display/align/const.js +++ b/src/display/align/const.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ALIGN_CONST = { diff --git a/src/display/align/in/BottomCenter.js b/src/display/align/in/BottomCenter.js index 979a9e4b50..3eac78b04a 100644 --- a/src/display/align/in/BottomCenter.js +++ b/src/display/align/in/BottomCenter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetBottom = require('../../bounds/GetBottom'); diff --git a/src/display/align/in/BottomLeft.js b/src/display/align/in/BottomLeft.js index aaa0422ddb..4222959467 100644 --- a/src/display/align/in/BottomLeft.js +++ b/src/display/align/in/BottomLeft.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetBottom = require('../../bounds/GetBottom'); diff --git a/src/display/align/in/BottomRight.js b/src/display/align/in/BottomRight.js index 22c51970de..d8c02a2558 100644 --- a/src/display/align/in/BottomRight.js +++ b/src/display/align/in/BottomRight.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetBottom = require('../../bounds/GetBottom'); diff --git a/src/display/align/in/Center.js b/src/display/align/in/Center.js index 77ecca3edb..fecb558837 100644 --- a/src/display/align/in/Center.js +++ b/src/display/align/in/Center.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CenterOn = require('../../bounds/CenterOn'); diff --git a/src/display/align/in/LeftCenter.js b/src/display/align/in/LeftCenter.js index 5441cc16e2..def1924137 100644 --- a/src/display/align/in/LeftCenter.js +++ b/src/display/align/in/LeftCenter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetCenterY = require('../../bounds/GetCenterY'); diff --git a/src/display/align/in/QuickSet.js b/src/display/align/in/QuickSet.js index d8f93d728a..cfd31c66b3 100644 --- a/src/display/align/in/QuickSet.js +++ b/src/display/align/in/QuickSet.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ALIGN_CONST = require('../const'); diff --git a/src/display/align/in/RightCenter.js b/src/display/align/in/RightCenter.js index 305b07d025..942994f0de 100644 --- a/src/display/align/in/RightCenter.js +++ b/src/display/align/in/RightCenter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetCenterY = require('../../bounds/GetCenterY'); diff --git a/src/display/align/in/TopCenter.js b/src/display/align/in/TopCenter.js index 3d3e9e1621..9f19562001 100644 --- a/src/display/align/in/TopCenter.js +++ b/src/display/align/in/TopCenter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetCenterX = require('../../bounds/GetCenterX'); diff --git a/src/display/align/in/TopLeft.js b/src/display/align/in/TopLeft.js index 3b73c63901..7d6879f854 100644 --- a/src/display/align/in/TopLeft.js +++ b/src/display/align/in/TopLeft.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetLeft = require('../../bounds/GetLeft'); diff --git a/src/display/align/in/TopRight.js b/src/display/align/in/TopRight.js index 27d987799a..5c42537f0b 100644 --- a/src/display/align/in/TopRight.js +++ b/src/display/align/in/TopRight.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetRight = require('../../bounds/GetRight'); diff --git a/src/display/align/in/index.js b/src/display/align/in/index.js index e49b3bac86..1078b48d52 100644 --- a/src/display/align/in/index.js +++ b/src/display/align/in/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/align/index.js b/src/display/align/index.js index b45df1cff9..34d0351908 100644 --- a/src/display/align/index.js +++ b/src/display/align/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/display/align/to/BottomCenter.js b/src/display/align/to/BottomCenter.js index 51be44929f..5acf69ff02 100644 --- a/src/display/align/to/BottomCenter.js +++ b/src/display/align/to/BottomCenter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetBottom = require('../../bounds/GetBottom'); diff --git a/src/display/align/to/BottomLeft.js b/src/display/align/to/BottomLeft.js index 8caa4f7647..76b9ed842b 100644 --- a/src/display/align/to/BottomLeft.js +++ b/src/display/align/to/BottomLeft.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetBottom = require('../../bounds/GetBottom'); diff --git a/src/display/align/to/BottomRight.js b/src/display/align/to/BottomRight.js index bcd687d5a0..80eb861fb5 100644 --- a/src/display/align/to/BottomRight.js +++ b/src/display/align/to/BottomRight.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetBottom = require('../../bounds/GetBottom'); diff --git a/src/display/align/to/LeftBottom.js b/src/display/align/to/LeftBottom.js index 46b05c4e85..49cadeace8 100644 --- a/src/display/align/to/LeftBottom.js +++ b/src/display/align/to/LeftBottom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetBottom = require('../../bounds/GetBottom'); diff --git a/src/display/align/to/LeftCenter.js b/src/display/align/to/LeftCenter.js index 895859b91a..428e6871e5 100644 --- a/src/display/align/to/LeftCenter.js +++ b/src/display/align/to/LeftCenter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetCenterY = require('../../bounds/GetCenterY'); diff --git a/src/display/align/to/LeftTop.js b/src/display/align/to/LeftTop.js index fb0565eedd..3a78aff920 100644 --- a/src/display/align/to/LeftTop.js +++ b/src/display/align/to/LeftTop.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetLeft = require('../../bounds/GetLeft'); diff --git a/src/display/align/to/RightBottom.js b/src/display/align/to/RightBottom.js index a7637a16ce..db62a01c93 100644 --- a/src/display/align/to/RightBottom.js +++ b/src/display/align/to/RightBottom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetBottom = require('../../bounds/GetBottom'); diff --git a/src/display/align/to/RightCenter.js b/src/display/align/to/RightCenter.js index 4165bb9573..a3465c9705 100644 --- a/src/display/align/to/RightCenter.js +++ b/src/display/align/to/RightCenter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetCenterY = require('../../bounds/GetCenterY'); diff --git a/src/display/align/to/RightTop.js b/src/display/align/to/RightTop.js index 142389a5d0..604e645d1e 100644 --- a/src/display/align/to/RightTop.js +++ b/src/display/align/to/RightTop.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetRight = require('../../bounds/GetRight'); diff --git a/src/display/align/to/TopCenter.js b/src/display/align/to/TopCenter.js index 302a3f968a..b003ffee29 100644 --- a/src/display/align/to/TopCenter.js +++ b/src/display/align/to/TopCenter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetCenterX = require('../../bounds/GetCenterX'); diff --git a/src/display/align/to/TopLeft.js b/src/display/align/to/TopLeft.js index 72c8e83196..d1d63dd28b 100644 --- a/src/display/align/to/TopLeft.js +++ b/src/display/align/to/TopLeft.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetLeft = require('../../bounds/GetLeft'); diff --git a/src/display/align/to/TopRight.js b/src/display/align/to/TopRight.js index 98db72b929..e502287186 100644 --- a/src/display/align/to/TopRight.js +++ b/src/display/align/to/TopRight.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetRight = require('../../bounds/GetRight'); diff --git a/src/display/align/to/index.js b/src/display/align/to/index.js index 18aceb8b24..02dc420c93 100644 --- a/src/display/align/to/index.js +++ b/src/display/align/to/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/CenterOn.js b/src/display/bounds/CenterOn.js index 3b629a67d1..75cc02ef88 100644 --- a/src/display/bounds/CenterOn.js +++ b/src/display/bounds/CenterOn.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SetCenterX = require('./SetCenterX'); diff --git a/src/display/bounds/GetBottom.js b/src/display/bounds/GetBottom.js index 3a840f045a..679793073d 100644 --- a/src/display/bounds/GetBottom.js +++ b/src/display/bounds/GetBottom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/GetCenterX.js b/src/display/bounds/GetCenterX.js index d9cdc1574e..687e994864 100644 --- a/src/display/bounds/GetCenterX.js +++ b/src/display/bounds/GetCenterX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/GetCenterY.js b/src/display/bounds/GetCenterY.js index 91713861b2..4d3c516fd9 100644 --- a/src/display/bounds/GetCenterY.js +++ b/src/display/bounds/GetCenterY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/GetLeft.js b/src/display/bounds/GetLeft.js index 239e821d96..fe11007276 100644 --- a/src/display/bounds/GetLeft.js +++ b/src/display/bounds/GetLeft.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/GetOffsetX.js b/src/display/bounds/GetOffsetX.js index b921ec470e..7c0c49cafa 100644 --- a/src/display/bounds/GetOffsetX.js +++ b/src/display/bounds/GetOffsetX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/GetOffsetY.js b/src/display/bounds/GetOffsetY.js index c777c3315c..be3d424264 100644 --- a/src/display/bounds/GetOffsetY.js +++ b/src/display/bounds/GetOffsetY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/GetRight.js b/src/display/bounds/GetRight.js index 0024d30209..ccad14c41d 100644 --- a/src/display/bounds/GetRight.js +++ b/src/display/bounds/GetRight.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/GetTop.js b/src/display/bounds/GetTop.js index 19610275b6..deb4b97267 100644 --- a/src/display/bounds/GetTop.js +++ b/src/display/bounds/GetTop.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/SetBottom.js b/src/display/bounds/SetBottom.js index 99611d0b2e..beb1d42ffb 100644 --- a/src/display/bounds/SetBottom.js +++ b/src/display/bounds/SetBottom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/SetCenterX.js b/src/display/bounds/SetCenterX.js index d6cf64fe04..1d98119625 100644 --- a/src/display/bounds/SetCenterX.js +++ b/src/display/bounds/SetCenterX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/SetCenterY.js b/src/display/bounds/SetCenterY.js index 8938bf3817..0e16ab17f6 100644 --- a/src/display/bounds/SetCenterY.js +++ b/src/display/bounds/SetCenterY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/SetLeft.js b/src/display/bounds/SetLeft.js index 9d0cc84ede..f1c8dcce21 100644 --- a/src/display/bounds/SetLeft.js +++ b/src/display/bounds/SetLeft.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/SetRight.js b/src/display/bounds/SetRight.js index 2b071a29e0..26f5afa1db 100644 --- a/src/display/bounds/SetRight.js +++ b/src/display/bounds/SetRight.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/SetTop.js b/src/display/bounds/SetTop.js index 088b5cd423..98ff025c83 100644 --- a/src/display/bounds/SetTop.js +++ b/src/display/bounds/SetTop.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/bounds/index.js b/src/display/bounds/index.js index ea6bb2aa62..9fd5996f01 100644 --- a/src/display/bounds/index.js +++ b/src/display/bounds/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/canvas/CanvasInterpolation.js b/src/display/canvas/CanvasInterpolation.js index d7addb1c78..ab74a39da1 100644 --- a/src/display/canvas/CanvasInterpolation.js +++ b/src/display/canvas/CanvasInterpolation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/canvas/CanvasPool.js b/src/display/canvas/CanvasPool.js index dd201c67e4..13f0e48b26 100644 --- a/src/display/canvas/CanvasPool.js +++ b/src/display/canvas/CanvasPool.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('../../const'); diff --git a/src/display/canvas/Smoothing.js b/src/display/canvas/Smoothing.js index 29975281d1..9f17253d47 100644 --- a/src/display/canvas/Smoothing.js +++ b/src/display/canvas/Smoothing.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Browser specific prefix, so not going to change between contexts, only between browsers diff --git a/src/display/canvas/TouchAction.js b/src/display/canvas/TouchAction.js index cb5e7c8aaf..8127ea4a57 100644 --- a/src/display/canvas/TouchAction.js +++ b/src/display/canvas/TouchAction.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/canvas/UserSelect.js b/src/display/canvas/UserSelect.js index 4301da9020..fc55812c41 100644 --- a/src/display/canvas/UserSelect.js +++ b/src/display/canvas/UserSelect.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/canvas/index.js b/src/display/canvas/index.js index 3b8482a152..c37dfdcfaa 100644 --- a/src/display/canvas/index.js +++ b/src/display/canvas/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/color/Color.js b/src/display/color/Color.js index 04496f136e..c743490666 100644 --- a/src/display/color/Color.js +++ b/src/display/color/Color.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/display/color/ColorToRGBA.js b/src/display/color/ColorToRGBA.js index 58be3a827e..3260b83df0 100644 --- a/src/display/color/ColorToRGBA.js +++ b/src/display/color/ColorToRGBA.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/color/ComponentToHex.js b/src/display/color/ComponentToHex.js index 66e3ad97e3..7411db08c7 100644 --- a/src/display/color/ComponentToHex.js +++ b/src/display/color/ComponentToHex.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/color/GetColor.js b/src/display/color/GetColor.js index 1dfd354107..18885ee09e 100644 --- a/src/display/color/GetColor.js +++ b/src/display/color/GetColor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/color/GetColor32.js b/src/display/color/GetColor32.js index f4a664f2ce..279d0f415b 100644 --- a/src/display/color/GetColor32.js +++ b/src/display/color/GetColor32.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/color/HSLToColor.js b/src/display/color/HSLToColor.js index 4d2252add3..a0159c5c1b 100644 --- a/src/display/color/HSLToColor.js +++ b/src/display/color/HSLToColor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Color = require('./Color'); diff --git a/src/display/color/HSVColorWheel.js b/src/display/color/HSVColorWheel.js index ea83cba0ff..1b033f058d 100644 --- a/src/display/color/HSVColorWheel.js +++ b/src/display/color/HSVColorWheel.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 HSVToRGB = require('./HSVToRGB'); diff --git a/src/display/color/HSVToRGB.js b/src/display/color/HSVToRGB.js index 66612f4990..f31936d5e8 100644 --- a/src/display/color/HSVToRGB.js +++ b/src/display/color/HSVToRGB.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetColor = require('./GetColor'); diff --git a/src/display/color/HexStringToColor.js b/src/display/color/HexStringToColor.js index 6cf62ce0cc..b82deb52da 100644 --- a/src/display/color/HexStringToColor.js +++ b/src/display/color/HexStringToColor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Color = require('./Color'); diff --git a/src/display/color/HueToComponent.js b/src/display/color/HueToComponent.js index d5f9009ac5..0d6ddf3f08 100644 --- a/src/display/color/HueToComponent.js +++ b/src/display/color/HueToComponent.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/color/IntegerToColor.js b/src/display/color/IntegerToColor.js index 368006c81f..fedf8e5a1b 100644 --- a/src/display/color/IntegerToColor.js +++ b/src/display/color/IntegerToColor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Color = require('./Color'); diff --git a/src/display/color/IntegerToRGB.js b/src/display/color/IntegerToRGB.js index a758630da2..87cffee058 100644 --- a/src/display/color/IntegerToRGB.js +++ b/src/display/color/IntegerToRGB.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/color/Interpolate.js b/src/display/color/Interpolate.js index f24d396698..7246a55dcb 100644 --- a/src/display/color/Interpolate.js +++ b/src/display/color/Interpolate.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Linear = require('../../math/Linear'); diff --git a/src/display/color/ObjectToColor.js b/src/display/color/ObjectToColor.js index 0c28d6e56b..338f32a05d 100644 --- a/src/display/color/ObjectToColor.js +++ b/src/display/color/ObjectToColor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Color = require('./Color'); diff --git a/src/display/color/RGBStringToColor.js b/src/display/color/RGBStringToColor.js index 75d370cafd..3d4a6d643c 100644 --- a/src/display/color/RGBStringToColor.js +++ b/src/display/color/RGBStringToColor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Color = require('./Color'); diff --git a/src/display/color/RGBToHSV.js b/src/display/color/RGBToHSV.js index 9d0c5018ea..d2207b9681 100644 --- a/src/display/color/RGBToHSV.js +++ b/src/display/color/RGBToHSV.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/color/RGBToString.js b/src/display/color/RGBToString.js index 8ac968b2dc..12480bdfa3 100644 --- a/src/display/color/RGBToString.js +++ b/src/display/color/RGBToString.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ComponentToHex = require('./ComponentToHex'); diff --git a/src/display/color/RandomRGB.js b/src/display/color/RandomRGB.js index 5c8d0e9a5a..6278eb46fe 100644 --- a/src/display/color/RandomRGB.js +++ b/src/display/color/RandomRGB.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Between = require('../../math/Between'); diff --git a/src/display/color/ValueToColor.js b/src/display/color/ValueToColor.js index 766667556d..e70690d672 100644 --- a/src/display/color/ValueToColor.js +++ b/src/display/color/ValueToColor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 HexStringToColor = require('./HexStringToColor'); diff --git a/src/display/color/index.js b/src/display/color/index.js index 8bfa0132c0..641594a906 100644 --- a/src/display/color/index.js +++ b/src/display/color/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Color = require('./Color'); diff --git a/src/display/index.js b/src/display/index.js index 86351d8f1b..7d2362b9d2 100644 --- a/src/display/index.js +++ b/src/display/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/mask/BitmapMask.js b/src/display/mask/BitmapMask.js index 10ae4b66f6..2621ff8df4 100644 --- a/src/display/mask/BitmapMask.js +++ b/src/display/mask/BitmapMask.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/display/mask/GeometryMask.js b/src/display/mask/GeometryMask.js index f1cb58f802..42920f3463 100644 --- a/src/display/mask/GeometryMask.js +++ b/src/display/mask/GeometryMask.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/display/mask/index.js b/src/display/mask/index.js index 17a360bf81..5db156b43a 100644 --- a/src/display/mask/index.js +++ b/src/display/mask/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/display/shader/BaseShader.js b/src/display/shader/BaseShader.js index c9e67e37c9..70016ba284 100644 --- a/src/display/shader/BaseShader.js +++ b/src/display/shader/BaseShader.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/dom/AddToDOM.js b/src/dom/AddToDOM.js index 92b7b1ec37..0c445be14d 100644 --- a/src/dom/AddToDOM.js +++ b/src/dom/AddToDOM.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/dom/CreateDOMContainer.js b/src/dom/CreateDOMContainer.js index 12dedc98b6..bd6435b608 100644 --- a/src/dom/CreateDOMContainer.js +++ b/src/dom/CreateDOMContainer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 AddToDOM = require('../dom/AddToDOM'); diff --git a/src/dom/DOMContentLoaded.js b/src/dom/DOMContentLoaded.js index 2a240fb542..3c1183328c 100644 --- a/src/dom/DOMContentLoaded.js +++ b/src/dom/DOMContentLoaded.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 OS = require('../device/OS'); diff --git a/src/dom/GetInnerHeight.js b/src/dom/GetInnerHeight.js index c3f15f3b5a..5ecbcc6d78 100644 --- a/src/dom/GetInnerHeight.js +++ b/src/dom/GetInnerHeight.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/dom/GetScreenOrientation.js b/src/dom/GetScreenOrientation.js index 7e8d6a8f87..fa1d97666c 100644 --- a/src/dom/GetScreenOrientation.js +++ b/src/dom/GetScreenOrientation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('../scale/const'); diff --git a/src/dom/GetTarget.js b/src/dom/GetTarget.js index c1caae482b..d04c2473b9 100644 --- a/src/dom/GetTarget.js +++ b/src/dom/GetTarget.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/dom/ParseXML.js b/src/dom/ParseXML.js index 1db1cddfd6..00903acf47 100644 --- a/src/dom/ParseXML.js +++ b/src/dom/ParseXML.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/dom/RemoveFromDOM.js b/src/dom/RemoveFromDOM.js index 243b929bfc..2a1e929f14 100644 --- a/src/dom/RemoveFromDOM.js +++ b/src/dom/RemoveFromDOM.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/dom/RequestAnimationFrame.js b/src/dom/RequestAnimationFrame.js index 43f8eae282..4e5c0c30ab 100644 --- a/src/dom/RequestAnimationFrame.js +++ b/src/dom/RequestAnimationFrame.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/dom/index.js b/src/dom/index.js index b01be62571..ecc2e2410e 100644 --- a/src/dom/index.js +++ b/src/dom/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/events/EventEmitter.js b/src/events/EventEmitter.js index 6310f91712..bd489222eb 100644 --- a/src/events/EventEmitter.js +++ b/src/events/EventEmitter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/events/index.js b/src/events/index.js index ef66927d27..35c5d5d2f1 100644 --- a/src/events/index.js +++ b/src/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/BuildGameObject.js b/src/gameobjects/BuildGameObject.js index e2e6f9867b..af6f39fc4e 100644 --- a/src/gameobjects/BuildGameObject.js +++ b/src/gameobjects/BuildGameObject.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BlendModes = require('../renderer/BlendModes'); diff --git a/src/gameobjects/BuildGameObjectAnimation.js b/src/gameobjects/BuildGameObjectAnimation.js index 150d52e2b6..f763fcc8dc 100644 --- a/src/gameobjects/BuildGameObjectAnimation.js +++ b/src/gameobjects/BuildGameObjectAnimation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetAdvancedValue = require('../utils/object/GetAdvancedValue'); diff --git a/src/gameobjects/DisplayList.js b/src/gameobjects/DisplayList.js index b3d9b5e7fb..66d87f4c2f 100644 --- a/src/gameobjects/DisplayList.js +++ b/src/gameobjects/DisplayList.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/gameobjects/GameObject.js b/src/gameobjects/GameObject.js index 3f72b0df08..26c752f31d 100644 --- a/src/gameobjects/GameObject.js +++ b/src/gameobjects/GameObject.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/gameobjects/GameObjectCreator.js b/src/gameobjects/GameObjectCreator.js index 9b7f82db50..82ef9434db 100644 --- a/src/gameobjects/GameObjectCreator.js +++ b/src/gameobjects/GameObjectCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/gameobjects/GameObjectFactory.js b/src/gameobjects/GameObjectFactory.js index 7ca86e0c57..13babd2388 100644 --- a/src/gameobjects/GameObjectFactory.js +++ b/src/gameobjects/GameObjectFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/gameobjects/UpdateList.js b/src/gameobjects/UpdateList.js index 0ad48bf648..4c8b28d9b8 100644 --- a/src/gameobjects/UpdateList.js +++ b/src/gameobjects/UpdateList.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/gameobjects/bitmaptext/GetBitmapTextSize.js b/src/gameobjects/bitmaptext/GetBitmapTextSize.js index f8e8231c1d..0b55ed2bb8 100644 --- a/src/gameobjects/bitmaptext/GetBitmapTextSize.js +++ b/src/gameobjects/bitmaptext/GetBitmapTextSize.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/bitmaptext/ParseFromAtlas.js b/src/gameobjects/bitmaptext/ParseFromAtlas.js index d4bc05a1bd..0bb08f929c 100644 --- a/src/gameobjects/bitmaptext/ParseFromAtlas.js +++ b/src/gameobjects/bitmaptext/ParseFromAtlas.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ParseXMLBitmapFont = require('./ParseXMLBitmapFont'); diff --git a/src/gameobjects/bitmaptext/ParseRetroFont.js b/src/gameobjects/bitmaptext/ParseRetroFont.js index 7c2409c65d..905028b82f 100644 --- a/src/gameobjects/bitmaptext/ParseRetroFont.js +++ b/src/gameobjects/bitmaptext/ParseRetroFont.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetValue = require('../../utils/object/GetValue'); diff --git a/src/gameobjects/bitmaptext/ParseXMLBitmapFont.js b/src/gameobjects/bitmaptext/ParseXMLBitmapFont.js index 189d3e0b38..cbb5516610 100644 --- a/src/gameobjects/bitmaptext/ParseXMLBitmapFont.js +++ b/src/gameobjects/bitmaptext/ParseXMLBitmapFont.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/bitmaptext/RetroFont.js b/src/gameobjects/bitmaptext/RetroFont.js index 70f13ac01a..bdc289ca30 100644 --- a/src/gameobjects/bitmaptext/RetroFont.js +++ b/src/gameobjects/bitmaptext/RetroFont.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RETRO_FONT_CONST = require('./const'); diff --git a/src/gameobjects/bitmaptext/const.js b/src/gameobjects/bitmaptext/const.js index 377931ed95..400febcb9d 100644 --- a/src/gameobjects/bitmaptext/const.js +++ b/src/gameobjects/bitmaptext/const.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RETRO_FONT_CONST = { diff --git a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapText.js b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapText.js index 14303dead1..2c0d0faed4 100644 --- a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapText.js +++ b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapText.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BitmapText = require('../static/BitmapText'); diff --git a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextCanvasRenderer.js b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextCanvasRenderer.js index 14e53f2909..b7fe08df9b 100644 --- a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextCanvasRenderer.js +++ b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SetTransform = require('../../../renderer/canvas/utils/SetTransform'); diff --git a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextCreator.js b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextCreator.js index 0b08beb867..c900be2a9e 100644 --- a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextCreator.js +++ b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BitmapText = require('./DynamicBitmapText'); diff --git a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextFactory.js b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextFactory.js index a6bda7642d..515d49111c 100644 --- a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextFactory.js +++ b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 DynamicBitmapText = require('./DynamicBitmapText'); diff --git a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextRender.js b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextRender.js index 369c401a1b..4f330bdf34 100644 --- a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextRender.js +++ b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextWebGLRenderer.js b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextWebGLRenderer.js index da06c8a164..eb7dff87ee 100644 --- a/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextWebGLRenderer.js +++ b/src/gameobjects/bitmaptext/dynamic/DynamicBitmapTextWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../../renderer/webgl/Utils'); diff --git a/src/gameobjects/bitmaptext/static/BitmapText.js b/src/gameobjects/bitmaptext/static/BitmapText.js index 44cf3b0450..af081c759c 100644 --- a/src/gameobjects/bitmaptext/static/BitmapText.js +++ b/src/gameobjects/bitmaptext/static/BitmapText.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/gameobjects/bitmaptext/static/BitmapTextCanvasRenderer.js b/src/gameobjects/bitmaptext/static/BitmapTextCanvasRenderer.js index ac3c745de2..fe1dcefd35 100644 --- a/src/gameobjects/bitmaptext/static/BitmapTextCanvasRenderer.js +++ b/src/gameobjects/bitmaptext/static/BitmapTextCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SetTransform = require('../../../renderer/canvas/utils/SetTransform'); diff --git a/src/gameobjects/bitmaptext/static/BitmapTextCreator.js b/src/gameobjects/bitmaptext/static/BitmapTextCreator.js index 217238423e..b8273bf10f 100644 --- a/src/gameobjects/bitmaptext/static/BitmapTextCreator.js +++ b/src/gameobjects/bitmaptext/static/BitmapTextCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BitmapText = require('./BitmapText'); diff --git a/src/gameobjects/bitmaptext/static/BitmapTextFactory.js b/src/gameobjects/bitmaptext/static/BitmapTextFactory.js index b5564d9882..e69f1bb96f 100644 --- a/src/gameobjects/bitmaptext/static/BitmapTextFactory.js +++ b/src/gameobjects/bitmaptext/static/BitmapTextFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BitmapText = require('./BitmapText'); diff --git a/src/gameobjects/bitmaptext/static/BitmapTextRender.js b/src/gameobjects/bitmaptext/static/BitmapTextRender.js index c005576951..57e5c14b94 100644 --- a/src/gameobjects/bitmaptext/static/BitmapTextRender.js +++ b/src/gameobjects/bitmaptext/static/BitmapTextRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/bitmaptext/static/BitmapTextWebGLRenderer.js b/src/gameobjects/bitmaptext/static/BitmapTextWebGLRenderer.js index 454a0e5e34..650df3b9e3 100644 --- a/src/gameobjects/bitmaptext/static/BitmapTextWebGLRenderer.js +++ b/src/gameobjects/bitmaptext/static/BitmapTextWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../../renderer/webgl/Utils'); diff --git a/src/gameobjects/bitmaptext/typedefs/index.js b/src/gameobjects/bitmaptext/typedefs/index.js index 78691b57f8..75c07406dd 100644 --- a/src/gameobjects/bitmaptext/typedefs/index.js +++ b/src/gameobjects/bitmaptext/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/blitter/Blitter.js b/src/gameobjects/blitter/Blitter.js index 567ac4c82a..4d05c4aa66 100644 --- a/src/gameobjects/blitter/Blitter.js +++ b/src/gameobjects/blitter/Blitter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BlitterRender = require('./BlitterRender'); diff --git a/src/gameobjects/blitter/BlitterCanvasRenderer.js b/src/gameobjects/blitter/BlitterCanvasRenderer.js index 08320cc260..a79dfffea4 100644 --- a/src/gameobjects/blitter/BlitterCanvasRenderer.js +++ b/src/gameobjects/blitter/BlitterCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/blitter/BlitterCreator.js b/src/gameobjects/blitter/BlitterCreator.js index 4013c2555d..981875d4ea 100644 --- a/src/gameobjects/blitter/BlitterCreator.js +++ b/src/gameobjects/blitter/BlitterCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Blitter = require('./Blitter'); diff --git a/src/gameobjects/blitter/BlitterFactory.js b/src/gameobjects/blitter/BlitterFactory.js index 3b3998a8d3..eedbf86357 100644 --- a/src/gameobjects/blitter/BlitterFactory.js +++ b/src/gameobjects/blitter/BlitterFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Blitter = require('./Blitter'); diff --git a/src/gameobjects/blitter/BlitterRender.js b/src/gameobjects/blitter/BlitterRender.js index a019338fbf..e9e9e8a29a 100644 --- a/src/gameobjects/blitter/BlitterRender.js +++ b/src/gameobjects/blitter/BlitterRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/blitter/BlitterWebGLRenderer.js b/src/gameobjects/blitter/BlitterWebGLRenderer.js index da0baccd30..ad9b464b71 100644 --- a/src/gameobjects/blitter/BlitterWebGLRenderer.js +++ b/src/gameobjects/blitter/BlitterWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../renderer/webgl/Utils'); diff --git a/src/gameobjects/blitter/Bob.js b/src/gameobjects/blitter/Bob.js index 0b61d9c595..91f5fdf4a4 100644 --- a/src/gameobjects/blitter/Bob.js +++ b/src/gameobjects/blitter/Bob.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/components/Alpha.js b/src/gameobjects/components/Alpha.js index 24cebc09f0..1af2e2ec67 100644 --- a/src/gameobjects/components/Alpha.js +++ b/src/gameobjects/components/Alpha.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clamp = require('../../math/Clamp'); diff --git a/src/gameobjects/components/Animation.js b/src/gameobjects/components/Animation.js index fc238f2e33..043ced3cce 100644 --- a/src/gameobjects/components/Animation.js +++ b/src/gameobjects/components/Animation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BaseAnimation = require('../../animations/Animation'); diff --git a/src/gameobjects/components/BlendMode.js b/src/gameobjects/components/BlendMode.js index 6a80c6fdce..f3db229d35 100644 --- a/src/gameobjects/components/BlendMode.js +++ b/src/gameobjects/components/BlendMode.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BlendModes = require('../../renderer/BlendModes'); diff --git a/src/gameobjects/components/ComputedSize.js b/src/gameobjects/components/ComputedSize.js index 25ed5192a9..24eef8746d 100644 --- a/src/gameobjects/components/ComputedSize.js +++ b/src/gameobjects/components/ComputedSize.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/components/Crop.js b/src/gameobjects/components/Crop.js index 9d29026253..9b4aa0d16e 100644 --- a/src/gameobjects/components/Crop.js +++ b/src/gameobjects/components/Crop.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/components/Depth.js b/src/gameobjects/components/Depth.js index d816caffd4..b3504a3401 100644 --- a/src/gameobjects/components/Depth.js +++ b/src/gameobjects/components/Depth.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/components/Flip.js b/src/gameobjects/components/Flip.js index 119d1a2e2f..f06e62014a 100644 --- a/src/gameobjects/components/Flip.js +++ b/src/gameobjects/components/Flip.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/components/GetBounds.js b/src/gameobjects/components/GetBounds.js index 23c4c0373f..f8a8c20789 100644 --- a/src/gameobjects/components/GetBounds.js +++ b/src/gameobjects/components/GetBounds.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Rectangle = require('../../geom/rectangle/Rectangle'); diff --git a/src/gameobjects/components/Mask.js b/src/gameobjects/components/Mask.js index 409c98a72b..bc8f298b1d 100644 --- a/src/gameobjects/components/Mask.js +++ b/src/gameobjects/components/Mask.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BitmapMask = require('../../display/mask/BitmapMask'); diff --git a/src/gameobjects/components/Origin.js b/src/gameobjects/components/Origin.js index 9a01669be9..7962a7be82 100644 --- a/src/gameobjects/components/Origin.js +++ b/src/gameobjects/components/Origin.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/components/PathFollower.js b/src/gameobjects/components/PathFollower.js index 5af5fcf9c6..8f0e77b201 100644 --- a/src/gameobjects/components/PathFollower.js +++ b/src/gameobjects/components/PathFollower.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 DegToRad = require('../../math/DegToRad'); diff --git a/src/gameobjects/components/Pipeline.js b/src/gameobjects/components/Pipeline.js index 2eda90a7fc..bc965b979a 100644 --- a/src/gameobjects/components/Pipeline.js +++ b/src/gameobjects/components/Pipeline.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/components/ScrollFactor.js b/src/gameobjects/components/ScrollFactor.js index a7ff7cee56..0e098ac584 100644 --- a/src/gameobjects/components/ScrollFactor.js +++ b/src/gameobjects/components/ScrollFactor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/components/Size.js b/src/gameobjects/components/Size.js index 7356da8092..31e1785aa3 100644 --- a/src/gameobjects/components/Size.js +++ b/src/gameobjects/components/Size.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/components/Texture.js b/src/gameobjects/components/Texture.js index 3ec271eacc..49d97b5a00 100644 --- a/src/gameobjects/components/Texture.js +++ b/src/gameobjects/components/Texture.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // bitmask flag for GameObject.renderMask diff --git a/src/gameobjects/components/TextureCrop.js b/src/gameobjects/components/TextureCrop.js index aa1748dd73..829ccd38ee 100644 --- a/src/gameobjects/components/TextureCrop.js +++ b/src/gameobjects/components/TextureCrop.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // bitmask flag for GameObject.renderMask diff --git a/src/gameobjects/components/Tint.js b/src/gameobjects/components/Tint.js index 6db344b5e4..8d5b2af735 100644 --- a/src/gameobjects/components/Tint.js +++ b/src/gameobjects/components/Tint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/components/ToJSON.js b/src/gameobjects/components/ToJSON.js index 10e0045291..76b6c5487f 100644 --- a/src/gameobjects/components/ToJSON.js +++ b/src/gameobjects/components/ToJSON.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/components/Transform.js b/src/gameobjects/components/Transform.js index 6834326569..dad128ee15 100644 --- a/src/gameobjects/components/Transform.js +++ b/src/gameobjects/components/Transform.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MATH_CONST = require('../../math/const'); diff --git a/src/gameobjects/components/TransformMatrix.js b/src/gameobjects/components/TransformMatrix.js index 4e4960ba5d..ff3ff85e05 100644 --- a/src/gameobjects/components/TransformMatrix.js +++ b/src/gameobjects/components/TransformMatrix.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/components/Visible.js b/src/gameobjects/components/Visible.js index 5df0ff96c4..311c7eb66b 100644 --- a/src/gameobjects/components/Visible.js +++ b/src/gameobjects/components/Visible.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // bitmask flag for GameObject.renderMask diff --git a/src/gameobjects/components/index.js b/src/gameobjects/components/index.js index 3415d0f8e4..dcc731a0cb 100644 --- a/src/gameobjects/components/index.js +++ b/src/gameobjects/components/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/container/Container.js b/src/gameobjects/container/Container.js index f61d40a52e..02a879694d 100644 --- a/src/gameobjects/container/Container.js +++ b/src/gameobjects/container/Container.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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 ArrayUtils = require('../../utils/array'); diff --git a/src/gameobjects/container/ContainerCanvasRenderer.js b/src/gameobjects/container/ContainerCanvasRenderer.js index 79bce6fc10..553a8ca971 100644 --- a/src/gameobjects/container/ContainerCanvasRenderer.js +++ b/src/gameobjects/container/ContainerCanvasRenderer.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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} */ /** diff --git a/src/gameobjects/container/ContainerCreator.js b/src/gameobjects/container/ContainerCreator.js index 450c54214c..ab1814cbe6 100644 --- a/src/gameobjects/container/ContainerCreator.js +++ b/src/gameobjects/container/ContainerCreator.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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 BuildGameObject = require('../BuildGameObject'); diff --git a/src/gameobjects/container/ContainerFactory.js b/src/gameobjects/container/ContainerFactory.js index eeaf18cf90..c6faec01d6 100644 --- a/src/gameobjects/container/ContainerFactory.js +++ b/src/gameobjects/container/ContainerFactory.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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 Container = require('./Container'); diff --git a/src/gameobjects/container/ContainerRender.js b/src/gameobjects/container/ContainerRender.js index 820fb1d120..6d89694d3a 100644 --- a/src/gameobjects/container/ContainerRender.js +++ b/src/gameobjects/container/ContainerRender.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/container/ContainerWebGLRenderer.js b/src/gameobjects/container/ContainerWebGLRenderer.js index a5c6360feb..b27ab678ad 100644 --- a/src/gameobjects/container/ContainerWebGLRenderer.js +++ b/src/gameobjects/container/ContainerWebGLRenderer.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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} */ /** diff --git a/src/gameobjects/domelement/CSSBlendModes.js b/src/gameobjects/domelement/CSSBlendModes.js index abd5df316b..467aa8ebda 100644 --- a/src/gameobjects/domelement/CSSBlendModes.js +++ b/src/gameobjects/domelement/CSSBlendModes.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/domelement/DOMElement.js b/src/gameobjects/domelement/DOMElement.js index e923239082..af30a72fbc 100644 --- a/src/gameobjects/domelement/DOMElement.js +++ b/src/gameobjects/domelement/DOMElement.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/domelement/DOMElementCSSRenderer.js b/src/gameobjects/domelement/DOMElementCSSRenderer.js index 9d41b7f660..5f2455eeaf 100644 --- a/src/gameobjects/domelement/DOMElementCSSRenderer.js +++ b/src/gameobjects/domelement/DOMElementCSSRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CSSBlendModes = require('./CSSBlendModes'); diff --git a/src/gameobjects/domelement/DOMElementFactory.js b/src/gameobjects/domelement/DOMElementFactory.js index 5033b7cc49..290b0dd692 100644 --- a/src/gameobjects/domelement/DOMElementFactory.js +++ b/src/gameobjects/domelement/DOMElementFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 DOMElement = require('./DOMElement'); diff --git a/src/gameobjects/domelement/DOMElementRender.js b/src/gameobjects/domelement/DOMElementRender.js index 0437add117..7f6b7c09b3 100644 --- a/src/gameobjects/domelement/DOMElementRender.js +++ b/src/gameobjects/domelement/DOMElementRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/events/DESTROY_EVENT.js b/src/gameobjects/events/DESTROY_EVENT.js index f43db2f910..88ad1086c8 100644 --- a/src/gameobjects/events/DESTROY_EVENT.js +++ b/src/gameobjects/events/DESTROY_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/events/index.js b/src/gameobjects/events/index.js index 1758afafc4..de25aab2a6 100644 --- a/src/gameobjects/events/index.js +++ b/src/gameobjects/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/extern/Extern.js b/src/gameobjects/extern/Extern.js index 7b9bcb9fa3..9748641da2 100644 --- a/src/gameobjects/extern/Extern.js +++ b/src/gameobjects/extern/Extern.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/extern/ExternFactory.js b/src/gameobjects/extern/ExternFactory.js index b98907aa67..dcfe7a2089 100644 --- a/src/gameobjects/extern/ExternFactory.js +++ b/src/gameobjects/extern/ExternFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Extern = require('./Extern'); diff --git a/src/gameobjects/extern/ExternRender.js b/src/gameobjects/extern/ExternRender.js index 47c2c07fca..5f27800315 100644 --- a/src/gameobjects/extern/ExternRender.js +++ b/src/gameobjects/extern/ExternRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/extern/ExternWebGLRenderer.js b/src/gameobjects/extern/ExternWebGLRenderer.js index af58976672..60ca9bf5bd 100644 --- a/src/gameobjects/extern/ExternWebGLRenderer.js +++ b/src/gameobjects/extern/ExternWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/graphics/Commands.js b/src/gameobjects/graphics/Commands.js index 73acd97b81..763a44f2f8 100644 --- a/src/gameobjects/graphics/Commands.js +++ b/src/gameobjects/graphics/Commands.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ module.exports = { diff --git a/src/gameobjects/graphics/Graphics.js b/src/gameobjects/graphics/Graphics.js index 1aea6752e5..b64c2a2c33 100644 --- a/src/gameobjects/graphics/Graphics.js +++ b/src/gameobjects/graphics/Graphics.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BaseCamera = require('../../cameras/2d/BaseCamera.js'); diff --git a/src/gameobjects/graphics/GraphicsCanvasRenderer.js b/src/gameobjects/graphics/GraphicsCanvasRenderer.js index 8e39b2f829..183225e526 100644 --- a/src/gameobjects/graphics/GraphicsCanvasRenderer.js +++ b/src/gameobjects/graphics/GraphicsCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Commands = require('./Commands'); diff --git a/src/gameobjects/graphics/GraphicsCreator.js b/src/gameobjects/graphics/GraphicsCreator.js index 4ab2a45dee..d4ea6eb929 100644 --- a/src/gameobjects/graphics/GraphicsCreator.js +++ b/src/gameobjects/graphics/GraphicsCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectCreator = require('../GameObjectCreator'); diff --git a/src/gameobjects/graphics/GraphicsFactory.js b/src/gameobjects/graphics/GraphicsFactory.js index 2e970f0edd..c444baacf5 100644 --- a/src/gameobjects/graphics/GraphicsFactory.js +++ b/src/gameobjects/graphics/GraphicsFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Graphics = require('./Graphics'); diff --git a/src/gameobjects/graphics/GraphicsRender.js b/src/gameobjects/graphics/GraphicsRender.js index 93369005cf..95bea6d07a 100644 --- a/src/gameobjects/graphics/GraphicsRender.js +++ b/src/gameobjects/graphics/GraphicsRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/graphics/GraphicsWebGLRenderer.js b/src/gameobjects/graphics/GraphicsWebGLRenderer.js index 064940ca92..362ca37d17 100644 --- a/src/gameobjects/graphics/GraphicsWebGLRenderer.js +++ b/src/gameobjects/graphics/GraphicsWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Commands = require('./Commands'); diff --git a/src/gameobjects/graphics/typedefs/index.js b/src/gameobjects/graphics/typedefs/index.js index 79eaa3722f..c047b71cc2 100644 --- a/src/gameobjects/graphics/typedefs/index.js +++ b/src/gameobjects/graphics/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/group/Group.js b/src/gameobjects/group/Group.js index f25c04d00f..140ece2d01 100644 --- a/src/gameobjects/group/Group.js +++ b/src/gameobjects/group/Group.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Actions = require('../../actions/'); diff --git a/src/gameobjects/group/GroupCreator.js b/src/gameobjects/group/GroupCreator.js index 9db3705ab3..9cb3e96630 100644 --- a/src/gameobjects/group/GroupCreator.js +++ b/src/gameobjects/group/GroupCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectCreator = require('../GameObjectCreator'); diff --git a/src/gameobjects/group/GroupFactory.js b/src/gameobjects/group/GroupFactory.js index da1db33243..e3632da0e6 100644 --- a/src/gameobjects/group/GroupFactory.js +++ b/src/gameobjects/group/GroupFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Group = require('./Group'); diff --git a/src/gameobjects/group/typedefs/index.js b/src/gameobjects/group/typedefs/index.js index 325cab6eae..790297fa91 100644 --- a/src/gameobjects/group/typedefs/index.js +++ b/src/gameobjects/group/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/image/Image.js b/src/gameobjects/image/Image.js index f2d22c1092..96fb17589f 100644 --- a/src/gameobjects/image/Image.js +++ b/src/gameobjects/image/Image.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/image/ImageCanvasRenderer.js b/src/gameobjects/image/ImageCanvasRenderer.js index e86e10728d..e1978509a0 100644 --- a/src/gameobjects/image/ImageCanvasRenderer.js +++ b/src/gameobjects/image/ImageCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/image/ImageCreator.js b/src/gameobjects/image/ImageCreator.js index 8dd9589d77..98dc5bb7cf 100644 --- a/src/gameobjects/image/ImageCreator.js +++ b/src/gameobjects/image/ImageCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BuildGameObject = require('../BuildGameObject'); diff --git a/src/gameobjects/image/ImageFactory.js b/src/gameobjects/image/ImageFactory.js index 64a0e1f144..8c06409bd8 100644 --- a/src/gameobjects/image/ImageFactory.js +++ b/src/gameobjects/image/ImageFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Image = require('./Image'); diff --git a/src/gameobjects/image/ImageRender.js b/src/gameobjects/image/ImageRender.js index 6acd91f539..b7ba9d8eb9 100644 --- a/src/gameobjects/image/ImageRender.js +++ b/src/gameobjects/image/ImageRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/image/ImageWebGLRenderer.js b/src/gameobjects/image/ImageWebGLRenderer.js index 40c2e190bf..83f697681c 100644 --- a/src/gameobjects/image/ImageWebGLRenderer.js +++ b/src/gameobjects/image/ImageWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/index.js b/src/gameobjects/index.js index ff68681f71..2893ff3fb5 100644 --- a/src/gameobjects/index.js +++ b/src/gameobjects/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/lights/Light.js b/src/gameobjects/lights/Light.js index 8bd0bacbf4..787cbfae2b 100644 --- a/src/gameobjects/lights/Light.js +++ b/src/gameobjects/lights/Light.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/lights/LightsManager.js b/src/gameobjects/lights/LightsManager.js index fde3b997ae..b67a5ed546 100644 --- a/src/gameobjects/lights/LightsManager.js +++ b/src/gameobjects/lights/LightsManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/lights/LightsPlugin.js b/src/gameobjects/lights/LightsPlugin.js index 090823f1d3..ca0633bac6 100644 --- a/src/gameobjects/lights/LightsPlugin.js +++ b/src/gameobjects/lights/LightsPlugin.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/mesh/Mesh.js b/src/gameobjects/mesh/Mesh.js index 1598caf9f4..48de46bd61 100644 --- a/src/gameobjects/mesh/Mesh.js +++ b/src/gameobjects/mesh/Mesh.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/mesh/MeshCanvasRenderer.js b/src/gameobjects/mesh/MeshCanvasRenderer.js index 3e84931115..b908ead6fc 100644 --- a/src/gameobjects/mesh/MeshCanvasRenderer.js +++ b/src/gameobjects/mesh/MeshCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/mesh/MeshCreator.js b/src/gameobjects/mesh/MeshCreator.js index 8deb82055a..53b1922c41 100644 --- a/src/gameobjects/mesh/MeshCreator.js +++ b/src/gameobjects/mesh/MeshCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BuildGameObject = require('../BuildGameObject'); diff --git a/src/gameobjects/mesh/MeshFactory.js b/src/gameobjects/mesh/MeshFactory.js index 50d190249a..6b3a44e194 100644 --- a/src/gameobjects/mesh/MeshFactory.js +++ b/src/gameobjects/mesh/MeshFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Mesh = require('./Mesh'); diff --git a/src/gameobjects/mesh/MeshRender.js b/src/gameobjects/mesh/MeshRender.js index 772ddbd13b..9fb1e6911f 100644 --- a/src/gameobjects/mesh/MeshRender.js +++ b/src/gameobjects/mesh/MeshRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/mesh/MeshWebGLRenderer.js b/src/gameobjects/mesh/MeshWebGLRenderer.js index f6fa8d087d..9b587239fc 100644 --- a/src/gameobjects/mesh/MeshWebGLRenderer.js +++ b/src/gameobjects/mesh/MeshWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../renderer/webgl/Utils'); diff --git a/src/gameobjects/particles/EmitterOp.js b/src/gameobjects/particles/EmitterOp.js index d2ad5ed49f..51c58e865f 100644 --- a/src/gameobjects/particles/EmitterOp.js +++ b/src/gameobjects/particles/EmitterOp.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/particles/GravityWell.js b/src/gameobjects/particles/GravityWell.js index bbb21f5e76..922df5fbf2 100644 --- a/src/gameobjects/particles/GravityWell.js +++ b/src/gameobjects/particles/GravityWell.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/particles/Particle.js b/src/gameobjects/particles/Particle.js index 3024c49f26..0de4c2b07c 100644 --- a/src/gameobjects/particles/Particle.js +++ b/src/gameobjects/particles/Particle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/particles/ParticleEmitter.js b/src/gameobjects/particles/ParticleEmitter.js index 4292760fd5..3e1a8a1465 100644 --- a/src/gameobjects/particles/ParticleEmitter.js +++ b/src/gameobjects/particles/ParticleEmitter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BlendModes = require('../../renderer/BlendModes'); diff --git a/src/gameobjects/particles/ParticleEmitterManager.js b/src/gameobjects/particles/ParticleEmitterManager.js index 10f8d0c87f..356e50ce12 100644 --- a/src/gameobjects/particles/ParticleEmitterManager.js +++ b/src/gameobjects/particles/ParticleEmitterManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/particles/ParticleManagerCanvasRenderer.js b/src/gameobjects/particles/ParticleManagerCanvasRenderer.js index e050aba861..331ff5d9da 100644 --- a/src/gameobjects/particles/ParticleManagerCanvasRenderer.js +++ b/src/gameobjects/particles/ParticleManagerCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/particles/ParticleManagerCreator.js b/src/gameobjects/particles/ParticleManagerCreator.js index 240076430a..11a22015fa 100644 --- a/src/gameobjects/particles/ParticleManagerCreator.js +++ b/src/gameobjects/particles/ParticleManagerCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectCreator = require('../GameObjectCreator'); diff --git a/src/gameobjects/particles/ParticleManagerFactory.js b/src/gameobjects/particles/ParticleManagerFactory.js index aed0339f21..58d50cf752 100644 --- a/src/gameobjects/particles/ParticleManagerFactory.js +++ b/src/gameobjects/particles/ParticleManagerFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../GameObjectFactory'); diff --git a/src/gameobjects/particles/ParticleManagerRender.js b/src/gameobjects/particles/ParticleManagerRender.js index 0683b3a21c..ab397d8bc6 100644 --- a/src/gameobjects/particles/ParticleManagerRender.js +++ b/src/gameobjects/particles/ParticleManagerRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/particles/ParticleManagerWebGLRenderer.js b/src/gameobjects/particles/ParticleManagerWebGLRenderer.js index e88711407d..690a3d30e3 100644 --- a/src/gameobjects/particles/ParticleManagerWebGLRenderer.js +++ b/src/gameobjects/particles/ParticleManagerWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../renderer/webgl/Utils'); diff --git a/src/gameobjects/particles/index.js b/src/gameobjects/particles/index.js index 622ea30671..44adc60bb6 100644 --- a/src/gameobjects/particles/index.js +++ b/src/gameobjects/particles/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/particles/typedefs/index.js b/src/gameobjects/particles/typedefs/index.js index 3056d594f8..37fdeb82a9 100644 --- a/src/gameobjects/particles/typedefs/index.js +++ b/src/gameobjects/particles/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/particles/zones/DeathZone.js b/src/gameobjects/particles/zones/DeathZone.js index 708f66dd66..600d0d2752 100644 --- a/src/gameobjects/particles/zones/DeathZone.js +++ b/src/gameobjects/particles/zones/DeathZone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/gameobjects/particles/zones/EdgeZone.js b/src/gameobjects/particles/zones/EdgeZone.js index 43acbb9abc..8b95694595 100644 --- a/src/gameobjects/particles/zones/EdgeZone.js +++ b/src/gameobjects/particles/zones/EdgeZone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/gameobjects/particles/zones/RandomZone.js b/src/gameobjects/particles/zones/RandomZone.js index ff5836716c..c0bbdaf9f4 100644 --- a/src/gameobjects/particles/zones/RandomZone.js +++ b/src/gameobjects/particles/zones/RandomZone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/gameobjects/particles/zones/index.js b/src/gameobjects/particles/zones/index.js index 629976e51c..2446efaa88 100644 --- a/src/gameobjects/particles/zones/index.js +++ b/src/gameobjects/particles/zones/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/pathfollower/PathFollower.js b/src/gameobjects/pathfollower/PathFollower.js index af62ad6538..66ffaf4945 100644 --- a/src/gameobjects/pathfollower/PathFollower.js +++ b/src/gameobjects/pathfollower/PathFollower.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/pathfollower/PathFollowerFactory.js b/src/gameobjects/pathfollower/PathFollowerFactory.js index 742979975e..c625c7e4cb 100644 --- a/src/gameobjects/pathfollower/PathFollowerFactory.js +++ b/src/gameobjects/pathfollower/PathFollowerFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../GameObjectFactory'); diff --git a/src/gameobjects/pathfollower/typedefs/index.js b/src/gameobjects/pathfollower/typedefs/index.js index 8a3ff540d9..1f228704c6 100644 --- a/src/gameobjects/pathfollower/typedefs/index.js +++ b/src/gameobjects/pathfollower/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/quad/Quad.js b/src/gameobjects/quad/Quad.js index 51bf889c3e..d5db81d24c 100644 --- a/src/gameobjects/quad/Quad.js +++ b/src/gameobjects/quad/Quad.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/quad/QuadCreator.js b/src/gameobjects/quad/QuadCreator.js index 62a87d85cb..7bb732ded4 100644 --- a/src/gameobjects/quad/QuadCreator.js +++ b/src/gameobjects/quad/QuadCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BuildGameObject = require('../BuildGameObject'); diff --git a/src/gameobjects/quad/QuadFactory.js b/src/gameobjects/quad/QuadFactory.js index 1600ee1e7e..7d5118255c 100644 --- a/src/gameobjects/quad/QuadFactory.js +++ b/src/gameobjects/quad/QuadFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Quad = require('./Quad'); diff --git a/src/gameobjects/rendertexture/RenderTexture.js b/src/gameobjects/rendertexture/RenderTexture.js index b4a0f16ee6..4e54589461 100644 --- a/src/gameobjects/rendertexture/RenderTexture.js +++ b/src/gameobjects/rendertexture/RenderTexture.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BlendModes = require('../../renderer/BlendModes'); diff --git a/src/gameobjects/rendertexture/RenderTextureCanvasRenderer.js b/src/gameobjects/rendertexture/RenderTextureCanvasRenderer.js index e322c3200e..ab0e3d71d6 100644 --- a/src/gameobjects/rendertexture/RenderTextureCanvasRenderer.js +++ b/src/gameobjects/rendertexture/RenderTextureCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/rendertexture/RenderTextureCreator.js b/src/gameobjects/rendertexture/RenderTextureCreator.js index 603ccbb23d..09023a40bc 100644 --- a/src/gameobjects/rendertexture/RenderTextureCreator.js +++ b/src/gameobjects/rendertexture/RenderTextureCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BuildGameObject = require('../BuildGameObject'); diff --git a/src/gameobjects/rendertexture/RenderTextureFactory.js b/src/gameobjects/rendertexture/RenderTextureFactory.js index 10906888ec..6c8664ede5 100644 --- a/src/gameobjects/rendertexture/RenderTextureFactory.js +++ b/src/gameobjects/rendertexture/RenderTextureFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../GameObjectFactory'); diff --git a/src/gameobjects/rendertexture/RenderTextureRender.js b/src/gameobjects/rendertexture/RenderTextureRender.js index 8bc3fff756..533ae338f2 100644 --- a/src/gameobjects/rendertexture/RenderTextureRender.js +++ b/src/gameobjects/rendertexture/RenderTextureRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/rendertexture/RenderTextureWebGLRenderer.js b/src/gameobjects/rendertexture/RenderTextureWebGLRenderer.js index 64bc143282..3a0fbe1032 100644 --- a/src/gameobjects/rendertexture/RenderTextureWebGLRenderer.js +++ b/src/gameobjects/rendertexture/RenderTextureWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../renderer/webgl/Utils'); diff --git a/src/gameobjects/rendertexture/typedefs/index.js b/src/gameobjects/rendertexture/typedefs/index.js index b445f885d4..910c8286dd 100644 --- a/src/gameobjects/rendertexture/typedefs/index.js +++ b/src/gameobjects/rendertexture/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/shader/Shader.js b/src/gameobjects/shader/Shader.js index c441d05e89..430a9ce0a6 100644 --- a/src/gameobjects/shader/Shader.js +++ b/src/gameobjects/shader/Shader.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/shader/ShaderCanvasRenderer.js b/src/gameobjects/shader/ShaderCanvasRenderer.js index 56b6a4833e..f923e92cd5 100644 --- a/src/gameobjects/shader/ShaderCanvasRenderer.js +++ b/src/gameobjects/shader/ShaderCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/shader/ShaderCreator.js b/src/gameobjects/shader/ShaderCreator.js index 0df8fb90aa..d039ca287f 100644 --- a/src/gameobjects/shader/ShaderCreator.js +++ b/src/gameobjects/shader/ShaderCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BuildGameObject = require('../BuildGameObject'); diff --git a/src/gameobjects/shader/ShaderFactory.js b/src/gameobjects/shader/ShaderFactory.js index 990299657b..165d85c27e 100644 --- a/src/gameobjects/shader/ShaderFactory.js +++ b/src/gameobjects/shader/ShaderFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Shader = require('./Shader'); diff --git a/src/gameobjects/shader/ShaderRender.js b/src/gameobjects/shader/ShaderRender.js index 3a0f913811..08eb418d34 100644 --- a/src/gameobjects/shader/ShaderRender.js +++ b/src/gameobjects/shader/ShaderRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/shader/ShaderWebGLRenderer.js b/src/gameobjects/shader/ShaderWebGLRenderer.js index 51a11ccd59..53f0a324bd 100644 --- a/src/gameobjects/shader/ShaderWebGLRenderer.js +++ b/src/gameobjects/shader/ShaderWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/shape/FillPathWebGL.js b/src/gameobjects/shape/FillPathWebGL.js index 2ff03827c3..49fe39edfd 100644 --- a/src/gameobjects/shape/FillPathWebGL.js +++ b/src/gameobjects/shape/FillPathWebGL.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../renderer/webgl/Utils'); diff --git a/src/gameobjects/shape/FillStyleCanvas.js b/src/gameobjects/shape/FillStyleCanvas.js index 3d6bd10b7c..454cc9f0a5 100644 --- a/src/gameobjects/shape/FillStyleCanvas.js +++ b/src/gameobjects/shape/FillStyleCanvas.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/shape/LineStyleCanvas.js b/src/gameobjects/shape/LineStyleCanvas.js index c257cf5419..4d49faab9e 100644 --- a/src/gameobjects/shape/LineStyleCanvas.js +++ b/src/gameobjects/shape/LineStyleCanvas.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/shape/Shape.js b/src/gameobjects/shape/Shape.js index 541be1b3ca..b81f522632 100644 --- a/src/gameobjects/shape/Shape.js +++ b/src/gameobjects/shape/Shape.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/shape/StrokePathWebGL.js b/src/gameobjects/shape/StrokePathWebGL.js index 24dd70ec2b..f2ff0731ae 100644 --- a/src/gameobjects/shape/StrokePathWebGL.js +++ b/src/gameobjects/shape/StrokePathWebGL.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../renderer/webgl/Utils'); diff --git a/src/gameobjects/shape/arc/Arc.js b/src/gameobjects/shape/arc/Arc.js index eee80843d6..5cfb57110e 100644 --- a/src/gameobjects/shape/arc/Arc.js +++ b/src/gameobjects/shape/arc/Arc.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ArcRender = require('./ArcRender'); diff --git a/src/gameobjects/shape/arc/ArcCanvasRenderer.js b/src/gameobjects/shape/arc/ArcCanvasRenderer.js index c4e42ebe6b..4e302edf8e 100644 --- a/src/gameobjects/shape/arc/ArcCanvasRenderer.js +++ b/src/gameobjects/shape/arc/ArcCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 DegToRad = require('../../../math/DegToRad'); diff --git a/src/gameobjects/shape/arc/ArcFactory.js b/src/gameobjects/shape/arc/ArcFactory.js index 1ac8ae195a..535d445305 100644 --- a/src/gameobjects/shape/arc/ArcFactory.js +++ b/src/gameobjects/shape/arc/ArcFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Arc = require('./Arc'); diff --git a/src/gameobjects/shape/arc/ArcRender.js b/src/gameobjects/shape/arc/ArcRender.js index 948821677b..71e7935bb1 100644 --- a/src/gameobjects/shape/arc/ArcRender.js +++ b/src/gameobjects/shape/arc/ArcRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/shape/arc/ArcWebGLRenderer.js b/src/gameobjects/shape/arc/ArcWebGLRenderer.js index 41139557d6..4b7fe5a113 100644 --- a/src/gameobjects/shape/arc/ArcWebGLRenderer.js +++ b/src/gameobjects/shape/arc/ArcWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillPathWebGL = require('../FillPathWebGL'); diff --git a/src/gameobjects/shape/curve/Curve.js b/src/gameobjects/shape/curve/Curve.js index 5516d10af4..016d47ca1b 100644 --- a/src/gameobjects/shape/curve/Curve.js +++ b/src/gameobjects/shape/curve/Curve.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/gameobjects/shape/curve/CurveCanvasRenderer.js b/src/gameobjects/shape/curve/CurveCanvasRenderer.js index 909420ba83..2fdd15bb4d 100644 --- a/src/gameobjects/shape/curve/CurveCanvasRenderer.js +++ b/src/gameobjects/shape/curve/CurveCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillStyleCanvas = require('../FillStyleCanvas'); diff --git a/src/gameobjects/shape/curve/CurveFactory.js b/src/gameobjects/shape/curve/CurveFactory.js index 3a86d736de..4a0757314b 100644 --- a/src/gameobjects/shape/curve/CurveFactory.js +++ b/src/gameobjects/shape/curve/CurveFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../../GameObjectFactory'); diff --git a/src/gameobjects/shape/curve/CurveRender.js b/src/gameobjects/shape/curve/CurveRender.js index a1a2b32b21..0ce54a8bc8 100644 --- a/src/gameobjects/shape/curve/CurveRender.js +++ b/src/gameobjects/shape/curve/CurveRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/shape/curve/CurveWebGLRenderer.js b/src/gameobjects/shape/curve/CurveWebGLRenderer.js index f777c859b7..c767b5d6ce 100644 --- a/src/gameobjects/shape/curve/CurveWebGLRenderer.js +++ b/src/gameobjects/shape/curve/CurveWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillPathWebGL = require('../FillPathWebGL'); diff --git a/src/gameobjects/shape/ellipse/Ellipse.js b/src/gameobjects/shape/ellipse/Ellipse.js index e0a5d3c34c..d56286cc93 100644 --- a/src/gameobjects/shape/ellipse/Ellipse.js +++ b/src/gameobjects/shape/ellipse/Ellipse.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/gameobjects/shape/ellipse/EllipseCanvasRenderer.js b/src/gameobjects/shape/ellipse/EllipseCanvasRenderer.js index 54e3e0f36e..1b2dfdb059 100644 --- a/src/gameobjects/shape/ellipse/EllipseCanvasRenderer.js +++ b/src/gameobjects/shape/ellipse/EllipseCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillStyleCanvas = require('../FillStyleCanvas'); diff --git a/src/gameobjects/shape/ellipse/EllipseFactory.js b/src/gameobjects/shape/ellipse/EllipseFactory.js index 2cf79541d2..9c9ff8d91d 100644 --- a/src/gameobjects/shape/ellipse/EllipseFactory.js +++ b/src/gameobjects/shape/ellipse/EllipseFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Ellipse = require('./Ellipse'); diff --git a/src/gameobjects/shape/ellipse/EllipseRender.js b/src/gameobjects/shape/ellipse/EllipseRender.js index 2e550b1f61..ae81d50e3d 100644 --- a/src/gameobjects/shape/ellipse/EllipseRender.js +++ b/src/gameobjects/shape/ellipse/EllipseRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/shape/ellipse/EllipseWebGLRenderer.js b/src/gameobjects/shape/ellipse/EllipseWebGLRenderer.js index 10e1032758..0715a21e00 100644 --- a/src/gameobjects/shape/ellipse/EllipseWebGLRenderer.js +++ b/src/gameobjects/shape/ellipse/EllipseWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillPathWebGL = require('../FillPathWebGL'); diff --git a/src/gameobjects/shape/grid/Grid.js b/src/gameobjects/shape/grid/Grid.js index c8255deca2..a8f95eafd5 100644 --- a/src/gameobjects/shape/grid/Grid.js +++ b/src/gameobjects/shape/grid/Grid.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/gameobjects/shape/grid/GridCanvasRenderer.js b/src/gameobjects/shape/grid/GridCanvasRenderer.js index a978f37efb..8ee0bc0bd3 100644 --- a/src/gameobjects/shape/grid/GridCanvasRenderer.js +++ b/src/gameobjects/shape/grid/GridCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillStyleCanvas = require('../FillStyleCanvas'); diff --git a/src/gameobjects/shape/grid/GridFactory.js b/src/gameobjects/shape/grid/GridFactory.js index 3e9853490b..31de243309 100644 --- a/src/gameobjects/shape/grid/GridFactory.js +++ b/src/gameobjects/shape/grid/GridFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../../GameObjectFactory'); diff --git a/src/gameobjects/shape/grid/GridRender.js b/src/gameobjects/shape/grid/GridRender.js index 62bd16f524..7219e40673 100644 --- a/src/gameobjects/shape/grid/GridRender.js +++ b/src/gameobjects/shape/grid/GridRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/shape/grid/GridWebGLRenderer.js b/src/gameobjects/shape/grid/GridWebGLRenderer.js index 5039dfc26b..5583855b67 100644 --- a/src/gameobjects/shape/grid/GridWebGLRenderer.js +++ b/src/gameobjects/shape/grid/GridWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../../renderer/webgl/Utils'); diff --git a/src/gameobjects/shape/isobox/IsoBox.js b/src/gameobjects/shape/isobox/IsoBox.js index 8e0cc8dd85..64486cac4a 100644 --- a/src/gameobjects/shape/isobox/IsoBox.js +++ b/src/gameobjects/shape/isobox/IsoBox.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 IsoBoxRender = require('./IsoBoxRender'); diff --git a/src/gameobjects/shape/isobox/IsoBoxCanvasRenderer.js b/src/gameobjects/shape/isobox/IsoBoxCanvasRenderer.js index d65addb1c2..3ea33dd908 100644 --- a/src/gameobjects/shape/isobox/IsoBoxCanvasRenderer.js +++ b/src/gameobjects/shape/isobox/IsoBoxCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillStyleCanvas = require('../FillStyleCanvas'); diff --git a/src/gameobjects/shape/isobox/IsoBoxFactory.js b/src/gameobjects/shape/isobox/IsoBoxFactory.js index fbc4daef0b..954e1843e3 100644 --- a/src/gameobjects/shape/isobox/IsoBoxFactory.js +++ b/src/gameobjects/shape/isobox/IsoBoxFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../../GameObjectFactory'); diff --git a/src/gameobjects/shape/isobox/IsoBoxRender.js b/src/gameobjects/shape/isobox/IsoBoxRender.js index 20f1598d89..c0c205e808 100644 --- a/src/gameobjects/shape/isobox/IsoBoxRender.js +++ b/src/gameobjects/shape/isobox/IsoBoxRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/shape/isobox/IsoBoxWebGLRenderer.js b/src/gameobjects/shape/isobox/IsoBoxWebGLRenderer.js index 9dc5dbdb98..431f0ddf27 100644 --- a/src/gameobjects/shape/isobox/IsoBoxWebGLRenderer.js +++ b/src/gameobjects/shape/isobox/IsoBoxWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../../renderer/webgl/Utils'); diff --git a/src/gameobjects/shape/isotriangle/IsoTriangle.js b/src/gameobjects/shape/isotriangle/IsoTriangle.js index 81556f2b69..6d5b0e5d88 100644 --- a/src/gameobjects/shape/isotriangle/IsoTriangle.js +++ b/src/gameobjects/shape/isotriangle/IsoTriangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/gameobjects/shape/isotriangle/IsoTriangleCanvasRenderer.js b/src/gameobjects/shape/isotriangle/IsoTriangleCanvasRenderer.js index 0a5776b56a..5b3af1d929 100644 --- a/src/gameobjects/shape/isotriangle/IsoTriangleCanvasRenderer.js +++ b/src/gameobjects/shape/isotriangle/IsoTriangleCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillStyleCanvas = require('../FillStyleCanvas'); diff --git a/src/gameobjects/shape/isotriangle/IsoTriangleFactory.js b/src/gameobjects/shape/isotriangle/IsoTriangleFactory.js index 22853a031e..ce7ce173a1 100644 --- a/src/gameobjects/shape/isotriangle/IsoTriangleFactory.js +++ b/src/gameobjects/shape/isotriangle/IsoTriangleFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../../GameObjectFactory'); diff --git a/src/gameobjects/shape/isotriangle/IsoTriangleRender.js b/src/gameobjects/shape/isotriangle/IsoTriangleRender.js index 9fdb701593..357c979552 100644 --- a/src/gameobjects/shape/isotriangle/IsoTriangleRender.js +++ b/src/gameobjects/shape/isotriangle/IsoTriangleRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/shape/isotriangle/IsoTriangleWebGLRenderer.js b/src/gameobjects/shape/isotriangle/IsoTriangleWebGLRenderer.js index bb27dd67d0..6202c16c5f 100644 --- a/src/gameobjects/shape/isotriangle/IsoTriangleWebGLRenderer.js +++ b/src/gameobjects/shape/isotriangle/IsoTriangleWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../../renderer/webgl/Utils'); diff --git a/src/gameobjects/shape/line/Line.js b/src/gameobjects/shape/line/Line.js index cb0fb35cca..1c26f1a47c 100644 --- a/src/gameobjects/shape/line/Line.js +++ b/src/gameobjects/shape/line/Line.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/gameobjects/shape/line/LineCanvasRenderer.js b/src/gameobjects/shape/line/LineCanvasRenderer.js index 2b1bc99d5b..dbc562950b 100644 --- a/src/gameobjects/shape/line/LineCanvasRenderer.js +++ b/src/gameobjects/shape/line/LineCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 LineStyleCanvas = require('../LineStyleCanvas'); diff --git a/src/gameobjects/shape/line/LineFactory.js b/src/gameobjects/shape/line/LineFactory.js index 02498b6664..e3240b0a5e 100644 --- a/src/gameobjects/shape/line/LineFactory.js +++ b/src/gameobjects/shape/line/LineFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../../GameObjectFactory'); diff --git a/src/gameobjects/shape/line/LineRender.js b/src/gameobjects/shape/line/LineRender.js index 2d55995dac..9dfd46843c 100644 --- a/src/gameobjects/shape/line/LineRender.js +++ b/src/gameobjects/shape/line/LineRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/shape/line/LineWebGLRenderer.js b/src/gameobjects/shape/line/LineWebGLRenderer.js index dc83b91504..66eab76182 100644 --- a/src/gameobjects/shape/line/LineWebGLRenderer.js +++ b/src/gameobjects/shape/line/LineWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../../renderer/webgl/Utils'); diff --git a/src/gameobjects/shape/polygon/Polygon.js b/src/gameobjects/shape/polygon/Polygon.js index de2f06776c..7e9d538b74 100644 --- a/src/gameobjects/shape/polygon/Polygon.js +++ b/src/gameobjects/shape/polygon/Polygon.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 PolygonRender = require('./PolygonRender'); diff --git a/src/gameobjects/shape/polygon/PolygonCanvasRenderer.js b/src/gameobjects/shape/polygon/PolygonCanvasRenderer.js index 7e7e08b0db..996cbb8faa 100644 --- a/src/gameobjects/shape/polygon/PolygonCanvasRenderer.js +++ b/src/gameobjects/shape/polygon/PolygonCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillStyleCanvas = require('../FillStyleCanvas'); diff --git a/src/gameobjects/shape/polygon/PolygonFactory.js b/src/gameobjects/shape/polygon/PolygonFactory.js index 5ca2576c3a..dd79c8a860 100644 --- a/src/gameobjects/shape/polygon/PolygonFactory.js +++ b/src/gameobjects/shape/polygon/PolygonFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../../GameObjectFactory'); diff --git a/src/gameobjects/shape/polygon/PolygonRender.js b/src/gameobjects/shape/polygon/PolygonRender.js index dd739b836c..f2c4995f68 100644 --- a/src/gameobjects/shape/polygon/PolygonRender.js +++ b/src/gameobjects/shape/polygon/PolygonRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/shape/polygon/PolygonWebGLRenderer.js b/src/gameobjects/shape/polygon/PolygonWebGLRenderer.js index 877c85cca8..b0ee8635f8 100644 --- a/src/gameobjects/shape/polygon/PolygonWebGLRenderer.js +++ b/src/gameobjects/shape/polygon/PolygonWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillPathWebGL = require('../FillPathWebGL'); diff --git a/src/gameobjects/shape/rectangle/Rectangle.js b/src/gameobjects/shape/rectangle/Rectangle.js index c7fca5589b..5f63755560 100644 --- a/src/gameobjects/shape/rectangle/Rectangle.js +++ b/src/gameobjects/shape/rectangle/Rectangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/gameobjects/shape/rectangle/RectangleCanvasRenderer.js b/src/gameobjects/shape/rectangle/RectangleCanvasRenderer.js index a978f37efb..8ee0bc0bd3 100644 --- a/src/gameobjects/shape/rectangle/RectangleCanvasRenderer.js +++ b/src/gameobjects/shape/rectangle/RectangleCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillStyleCanvas = require('../FillStyleCanvas'); diff --git a/src/gameobjects/shape/rectangle/RectangleFactory.js b/src/gameobjects/shape/rectangle/RectangleFactory.js index d47fbe4a56..6638c1128d 100644 --- a/src/gameobjects/shape/rectangle/RectangleFactory.js +++ b/src/gameobjects/shape/rectangle/RectangleFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../../GameObjectFactory'); diff --git a/src/gameobjects/shape/rectangle/RectangleRender.js b/src/gameobjects/shape/rectangle/RectangleRender.js index 9a2f6080b8..ef92d2924c 100644 --- a/src/gameobjects/shape/rectangle/RectangleRender.js +++ b/src/gameobjects/shape/rectangle/RectangleRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/shape/rectangle/RectangleWebGLRenderer.js b/src/gameobjects/shape/rectangle/RectangleWebGLRenderer.js index ead086b3d3..2108d55836 100644 --- a/src/gameobjects/shape/rectangle/RectangleWebGLRenderer.js +++ b/src/gameobjects/shape/rectangle/RectangleWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 StrokePathWebGL = require('../StrokePathWebGL'); diff --git a/src/gameobjects/shape/star/Star.js b/src/gameobjects/shape/star/Star.js index e6151cbf30..f6bde9e429 100644 --- a/src/gameobjects/shape/star/Star.js +++ b/src/gameobjects/shape/star/Star.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 StarRender = require('./StarRender'); diff --git a/src/gameobjects/shape/star/StarCanvasRenderer.js b/src/gameobjects/shape/star/StarCanvasRenderer.js index 68448663bd..8f03076260 100644 --- a/src/gameobjects/shape/star/StarCanvasRenderer.js +++ b/src/gameobjects/shape/star/StarCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillStyleCanvas = require('../FillStyleCanvas'); diff --git a/src/gameobjects/shape/star/StarFactory.js b/src/gameobjects/shape/star/StarFactory.js index 3810f26419..31b03bff6a 100644 --- a/src/gameobjects/shape/star/StarFactory.js +++ b/src/gameobjects/shape/star/StarFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Star = require('./Star'); diff --git a/src/gameobjects/shape/star/StarRender.js b/src/gameobjects/shape/star/StarRender.js index 811025c85b..45775d40b6 100644 --- a/src/gameobjects/shape/star/StarRender.js +++ b/src/gameobjects/shape/star/StarRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/shape/star/StarWebGLRenderer.js b/src/gameobjects/shape/star/StarWebGLRenderer.js index 6d9d55f986..c366672176 100644 --- a/src/gameobjects/shape/star/StarWebGLRenderer.js +++ b/src/gameobjects/shape/star/StarWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillPathWebGL = require('../FillPathWebGL'); diff --git a/src/gameobjects/shape/triangle/Triangle.js b/src/gameobjects/shape/triangle/Triangle.js index f61b95d63c..d96e8e47e3 100644 --- a/src/gameobjects/shape/triangle/Triangle.js +++ b/src/gameobjects/shape/triangle/Triangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/gameobjects/shape/triangle/TriangleCanvasRenderer.js b/src/gameobjects/shape/triangle/TriangleCanvasRenderer.js index 11d4361b1a..e338f4a011 100644 --- a/src/gameobjects/shape/triangle/TriangleCanvasRenderer.js +++ b/src/gameobjects/shape/triangle/TriangleCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FillStyleCanvas = require('../FillStyleCanvas'); diff --git a/src/gameobjects/shape/triangle/TriangleFactory.js b/src/gameobjects/shape/triangle/TriangleFactory.js index 6f1fc8fe88..0b811a4b85 100644 --- a/src/gameobjects/shape/triangle/TriangleFactory.js +++ b/src/gameobjects/shape/triangle/TriangleFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../../GameObjectFactory'); diff --git a/src/gameobjects/shape/triangle/TriangleRender.js b/src/gameobjects/shape/triangle/TriangleRender.js index 975b9c2f67..7b65b9fee1 100644 --- a/src/gameobjects/shape/triangle/TriangleRender.js +++ b/src/gameobjects/shape/triangle/TriangleRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/shape/triangle/TriangleWebGLRenderer.js b/src/gameobjects/shape/triangle/TriangleWebGLRenderer.js index a158a9ac23..b5ca44bab9 100644 --- a/src/gameobjects/shape/triangle/TriangleWebGLRenderer.js +++ b/src/gameobjects/shape/triangle/TriangleWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 StrokePathWebGL = require('../StrokePathWebGL'); diff --git a/src/gameobjects/sprite/Sprite.js b/src/gameobjects/sprite/Sprite.js index 38e1a0b593..f033cdd1da 100644 --- a/src/gameobjects/sprite/Sprite.js +++ b/src/gameobjects/sprite/Sprite.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/sprite/SpriteCanvasRenderer.js b/src/gameobjects/sprite/SpriteCanvasRenderer.js index 381634a3c0..c3d8300132 100644 --- a/src/gameobjects/sprite/SpriteCanvasRenderer.js +++ b/src/gameobjects/sprite/SpriteCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/sprite/SpriteCreator.js b/src/gameobjects/sprite/SpriteCreator.js index a645293b99..d653afcbe7 100644 --- a/src/gameobjects/sprite/SpriteCreator.js +++ b/src/gameobjects/sprite/SpriteCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BuildGameObject = require('../BuildGameObject'); diff --git a/src/gameobjects/sprite/SpriteFactory.js b/src/gameobjects/sprite/SpriteFactory.js index 4e00fc1086..d1a6dfa3ab 100644 --- a/src/gameobjects/sprite/SpriteFactory.js +++ b/src/gameobjects/sprite/SpriteFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../GameObjectFactory'); diff --git a/src/gameobjects/sprite/SpriteRender.js b/src/gameobjects/sprite/SpriteRender.js index 76ecd80025..11683ae956 100644 --- a/src/gameobjects/sprite/SpriteRender.js +++ b/src/gameobjects/sprite/SpriteRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/sprite/SpriteWebGLRenderer.js b/src/gameobjects/sprite/SpriteWebGLRenderer.js index de157fea25..319fdc2cf2 100644 --- a/src/gameobjects/sprite/SpriteWebGLRenderer.js +++ b/src/gameobjects/sprite/SpriteWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/sprite/typedefs/index.js b/src/gameobjects/sprite/typedefs/index.js index 99615597af..8f6520bac6 100644 --- a/src/gameobjects/sprite/typedefs/index.js +++ b/src/gameobjects/sprite/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/text/GetTextSize.js b/src/gameobjects/text/GetTextSize.js index 1a582ab3a7..82fa15ae41 100644 --- a/src/gameobjects/text/GetTextSize.js +++ b/src/gameobjects/text/GetTextSize.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/text/MeasureText.js b/src/gameobjects/text/MeasureText.js index c3fcf0ab0e..8b94ea7f36 100644 --- a/src/gameobjects/text/MeasureText.js +++ b/src/gameobjects/text/MeasureText.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CanvasPool = require('../../display/canvas/CanvasPool'); diff --git a/src/gameobjects/text/TextStyle.js b/src/gameobjects/text/TextStyle.js index 48509afe53..e1f24d07bf 100644 --- a/src/gameobjects/text/TextStyle.js +++ b/src/gameobjects/text/TextStyle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/gameobjects/text/static/Text.js b/src/gameobjects/text/static/Text.js index 4af3921a61..0bb23fc187 100644 --- a/src/gameobjects/text/static/Text.js +++ b/src/gameobjects/text/static/Text.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 AddToDOM = require('../../../dom/AddToDOM'); diff --git a/src/gameobjects/text/static/TextCanvasRenderer.js b/src/gameobjects/text/static/TextCanvasRenderer.js index cc75ac50fc..aae7aa86fb 100644 --- a/src/gameobjects/text/static/TextCanvasRenderer.js +++ b/src/gameobjects/text/static/TextCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/text/static/TextCreator.js b/src/gameobjects/text/static/TextCreator.js index 505263ce6c..e33bfbc801 100644 --- a/src/gameobjects/text/static/TextCreator.js +++ b/src/gameobjects/text/static/TextCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BuildGameObject = require('../../BuildGameObject'); diff --git a/src/gameobjects/text/static/TextFactory.js b/src/gameobjects/text/static/TextFactory.js index a6740bf5e4..1344cdd4ea 100644 --- a/src/gameobjects/text/static/TextFactory.js +++ b/src/gameobjects/text/static/TextFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Text = require('./Text'); diff --git a/src/gameobjects/text/static/TextRender.js b/src/gameobjects/text/static/TextRender.js index 400a80ee8a..e91cb7ebe0 100644 --- a/src/gameobjects/text/static/TextRender.js +++ b/src/gameobjects/text/static/TextRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../../utils/NOOP'); diff --git a/src/gameobjects/text/static/TextWebGLRenderer.js b/src/gameobjects/text/static/TextWebGLRenderer.js index 2591c6b3ef..90cbc504b9 100644 --- a/src/gameobjects/text/static/TextWebGLRenderer.js +++ b/src/gameobjects/text/static/TextWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../../renderer/webgl/Utils'); diff --git a/src/gameobjects/text/typedefs/index.js b/src/gameobjects/text/typedefs/index.js index 4698f6d3e3..5369fff1c7 100644 --- a/src/gameobjects/text/typedefs/index.js +++ b/src/gameobjects/text/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/tilesprite/TileSprite.js b/src/gameobjects/tilesprite/TileSprite.js index b984c22b52..97d204f733 100644 --- a/src/gameobjects/tilesprite/TileSprite.js +++ b/src/gameobjects/tilesprite/TileSprite.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CanvasPool = require('../../display/canvas/CanvasPool'); diff --git a/src/gameobjects/tilesprite/TileSpriteCanvasRenderer.js b/src/gameobjects/tilesprite/TileSpriteCanvasRenderer.js index ba19406359..054b99d8e2 100644 --- a/src/gameobjects/tilesprite/TileSpriteCanvasRenderer.js +++ b/src/gameobjects/tilesprite/TileSpriteCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/tilesprite/TileSpriteCreator.js b/src/gameobjects/tilesprite/TileSpriteCreator.js index af35136c7c..8595688ae3 100644 --- a/src/gameobjects/tilesprite/TileSpriteCreator.js +++ b/src/gameobjects/tilesprite/TileSpriteCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BuildGameObject = require('../BuildGameObject'); diff --git a/src/gameobjects/tilesprite/TileSpriteFactory.js b/src/gameobjects/tilesprite/TileSpriteFactory.js index 3b388a7581..d1aff5f5bb 100644 --- a/src/gameobjects/tilesprite/TileSpriteFactory.js +++ b/src/gameobjects/tilesprite/TileSpriteFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 TileSprite = require('./TileSprite'); diff --git a/src/gameobjects/tilesprite/TileSpriteRender.js b/src/gameobjects/tilesprite/TileSpriteRender.js index a975dd7222..8403470409 100644 --- a/src/gameobjects/tilesprite/TileSpriteRender.js +++ b/src/gameobjects/tilesprite/TileSpriteRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/gameobjects/tilesprite/TileSpriteWebGLRenderer.js b/src/gameobjects/tilesprite/TileSpriteWebGLRenderer.js index 49278dd9da..a3c761a1cb 100644 --- a/src/gameobjects/tilesprite/TileSpriteWebGLRenderer.js +++ b/src/gameobjects/tilesprite/TileSpriteWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../renderer/webgl/Utils'); diff --git a/src/gameobjects/tilesprite/typedefs/index.js b/src/gameobjects/tilesprite/typedefs/index.js index 505ada4b8e..ee20b48bd0 100644 --- a/src/gameobjects/tilesprite/typedefs/index.js +++ b/src/gameobjects/tilesprite/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/typedefs/index.js b/src/gameobjects/typedefs/index.js index 6b96aa1450..4ff6d5859a 100644 --- a/src/gameobjects/typedefs/index.js +++ b/src/gameobjects/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/gameobjects/zone/Zone.js b/src/gameobjects/zone/Zone.js index fa8b702496..d258246f46 100644 --- a/src/gameobjects/zone/Zone.js +++ b/src/gameobjects/zone/Zone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 BlendModes = require('../../renderer/BlendModes'); diff --git a/src/gameobjects/zone/ZoneCreator.js b/src/gameobjects/zone/ZoneCreator.js index 463640e804..5abd8797af 100644 --- a/src/gameobjects/zone/ZoneCreator.js +++ b/src/gameobjects/zone/ZoneCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectCreator = require('../GameObjectCreator'); diff --git a/src/gameobjects/zone/ZoneFactory.js b/src/gameobjects/zone/ZoneFactory.js index 3cc6386714..914f81d363 100644 --- a/src/gameobjects/zone/ZoneFactory.js +++ b/src/gameobjects/zone/ZoneFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Zone = require('./Zone'); diff --git a/src/geom/circle/Area.js b/src/geom/circle/Area.js index 73098f8092..38079c1f09 100644 --- a/src/geom/circle/Area.js +++ b/src/geom/circle/Area.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/circle/Circle.js b/src/geom/circle/Circle.js index ff7e8c1a32..8f49169204 100644 --- a/src/geom/circle/Circle.js +++ b/src/geom/circle/Circle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/geom/circle/Circumference.js b/src/geom/circle/Circumference.js index 822bc1746d..14741f0a7b 100644 --- a/src/geom/circle/Circumference.js +++ b/src/geom/circle/Circumference.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/circle/CircumferencePoint.js b/src/geom/circle/CircumferencePoint.js index 1f7fc43d78..356a01194b 100644 --- a/src/geom/circle/CircumferencePoint.js +++ b/src/geom/circle/CircumferencePoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/circle/Clone.js b/src/geom/circle/Clone.js index 2708dc2697..bd17523061 100644 --- a/src/geom/circle/Clone.js +++ b/src/geom/circle/Clone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Circle = require('./Circle'); diff --git a/src/geom/circle/Contains.js b/src/geom/circle/Contains.js index 33a830433a..e9ada651b6 100644 --- a/src/geom/circle/Contains.js +++ b/src/geom/circle/Contains.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/circle/ContainsPoint.js b/src/geom/circle/ContainsPoint.js index 3cae5e4760..b6ddcfff21 100644 --- a/src/geom/circle/ContainsPoint.js +++ b/src/geom/circle/ContainsPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Contains = require('./Contains'); diff --git a/src/geom/circle/ContainsRect.js b/src/geom/circle/ContainsRect.js index d9630d1e51..bd0580f544 100644 --- a/src/geom/circle/ContainsRect.js +++ b/src/geom/circle/ContainsRect.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Contains = require('./Contains'); diff --git a/src/geom/circle/CopyFrom.js b/src/geom/circle/CopyFrom.js index a507bdd81c..17a0a411d7 100644 --- a/src/geom/circle/CopyFrom.js +++ b/src/geom/circle/CopyFrom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/circle/Equals.js b/src/geom/circle/Equals.js index cbb67ba280..60e9fa9b36 100644 --- a/src/geom/circle/Equals.js +++ b/src/geom/circle/Equals.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/circle/GetBounds.js b/src/geom/circle/GetBounds.js index ae10466c45..a54f2cff69 100644 --- a/src/geom/circle/GetBounds.js +++ b/src/geom/circle/GetBounds.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Rectangle = require('../rectangle/Rectangle'); diff --git a/src/geom/circle/GetPoint.js b/src/geom/circle/GetPoint.js index b050f28760..bc9cea147a 100644 --- a/src/geom/circle/GetPoint.js +++ b/src/geom/circle/GetPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CircumferencePoint = require('./CircumferencePoint'); diff --git a/src/geom/circle/GetPoints.js b/src/geom/circle/GetPoints.js index 9a3e79d7fe..12577fa804 100644 --- a/src/geom/circle/GetPoints.js +++ b/src/geom/circle/GetPoints.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Circumference = require('./Circumference'); diff --git a/src/geom/circle/Offset.js b/src/geom/circle/Offset.js index a06969089c..a58bde0e12 100644 --- a/src/geom/circle/Offset.js +++ b/src/geom/circle/Offset.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/circle/OffsetPoint.js b/src/geom/circle/OffsetPoint.js index b1de023b77..f98353b8b1 100644 --- a/src/geom/circle/OffsetPoint.js +++ b/src/geom/circle/OffsetPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/circle/Random.js b/src/geom/circle/Random.js index 7a9c005b2c..5104c852e7 100644 --- a/src/geom/circle/Random.js +++ b/src/geom/circle/Random.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/circle/index.js b/src/geom/circle/index.js index bfbca09bb7..f9c1bcd7f1 100644 --- a/src/geom/circle/index.js +++ b/src/geom/circle/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Circle = require('./Circle'); diff --git a/src/geom/ellipse/Area.js b/src/geom/ellipse/Area.js index 706956a91c..aa16dd2e98 100644 --- a/src/geom/ellipse/Area.js +++ b/src/geom/ellipse/Area.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/ellipse/Circumference.js b/src/geom/ellipse/Circumference.js index 12bdeb1ab3..7f204bc9a1 100644 --- a/src/geom/ellipse/Circumference.js +++ b/src/geom/ellipse/Circumference.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/ellipse/CircumferencePoint.js b/src/geom/ellipse/CircumferencePoint.js index 9bf4393892..21bc290b90 100644 --- a/src/geom/ellipse/CircumferencePoint.js +++ b/src/geom/ellipse/CircumferencePoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/ellipse/Clone.js b/src/geom/ellipse/Clone.js index 8f481c54a2..24a8d4c784 100644 --- a/src/geom/ellipse/Clone.js +++ b/src/geom/ellipse/Clone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Ellipse = require('./Ellipse'); diff --git a/src/geom/ellipse/Contains.js b/src/geom/ellipse/Contains.js index b35a27d43b..55a68b0a06 100644 --- a/src/geom/ellipse/Contains.js +++ b/src/geom/ellipse/Contains.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/ellipse/ContainsPoint.js b/src/geom/ellipse/ContainsPoint.js index ff2f6a56c4..9fc3959a06 100644 --- a/src/geom/ellipse/ContainsPoint.js +++ b/src/geom/ellipse/ContainsPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Contains = require('./Contains'); diff --git a/src/geom/ellipse/ContainsRect.js b/src/geom/ellipse/ContainsRect.js index ee714d48a1..5498522d09 100644 --- a/src/geom/ellipse/ContainsRect.js +++ b/src/geom/ellipse/ContainsRect.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Contains = require('./Contains'); diff --git a/src/geom/ellipse/CopyFrom.js b/src/geom/ellipse/CopyFrom.js index c02673b48b..1f1a38e20e 100644 --- a/src/geom/ellipse/CopyFrom.js +++ b/src/geom/ellipse/CopyFrom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/ellipse/Ellipse.js b/src/geom/ellipse/Ellipse.js index 21461223c0..1c6a022a14 100644 --- a/src/geom/ellipse/Ellipse.js +++ b/src/geom/ellipse/Ellipse.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/geom/ellipse/Equals.js b/src/geom/ellipse/Equals.js index b1342e4e4f..4d731eeac2 100644 --- a/src/geom/ellipse/Equals.js +++ b/src/geom/ellipse/Equals.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/ellipse/GetBounds.js b/src/geom/ellipse/GetBounds.js index a849860a14..3d38544cf6 100644 --- a/src/geom/ellipse/GetBounds.js +++ b/src/geom/ellipse/GetBounds.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Rectangle = require('../rectangle/Rectangle'); diff --git a/src/geom/ellipse/GetPoint.js b/src/geom/ellipse/GetPoint.js index 19310cc7d4..a9b6592a17 100644 --- a/src/geom/ellipse/GetPoint.js +++ b/src/geom/ellipse/GetPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CircumferencePoint = require('./CircumferencePoint'); diff --git a/src/geom/ellipse/GetPoints.js b/src/geom/ellipse/GetPoints.js index 0b9fa6f6d9..79eefebf10 100644 --- a/src/geom/ellipse/GetPoints.js +++ b/src/geom/ellipse/GetPoints.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Circumference = require('./Circumference'); diff --git a/src/geom/ellipse/Offset.js b/src/geom/ellipse/Offset.js index 49ae26de5c..9be2344b03 100644 --- a/src/geom/ellipse/Offset.js +++ b/src/geom/ellipse/Offset.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/ellipse/OffsetPoint.js b/src/geom/ellipse/OffsetPoint.js index 31cde09585..06cf61cab5 100644 --- a/src/geom/ellipse/OffsetPoint.js +++ b/src/geom/ellipse/OffsetPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/ellipse/Random.js b/src/geom/ellipse/Random.js index a85b2d5acf..660f71fb87 100644 --- a/src/geom/ellipse/Random.js +++ b/src/geom/ellipse/Random.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/ellipse/index.js b/src/geom/ellipse/index.js index fbd3459f11..69768b325e 100644 --- a/src/geom/ellipse/index.js +++ b/src/geom/ellipse/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Ellipse = require('./Ellipse'); diff --git a/src/geom/index.js b/src/geom/index.js index 3397c12058..56bf71d798 100644 --- a/src/geom/index.js +++ b/src/geom/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/intersects/CircleToCircle.js b/src/geom/intersects/CircleToCircle.js index 2a0efcf2a1..9c459f063b 100644 --- a/src/geom/intersects/CircleToCircle.js +++ b/src/geom/intersects/CircleToCircle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 DistanceBetween = require('../../math/distance/DistanceBetween'); diff --git a/src/geom/intersects/CircleToRectangle.js b/src/geom/intersects/CircleToRectangle.js index 2221cffe93..96c46659f5 100644 --- a/src/geom/intersects/CircleToRectangle.js +++ b/src/geom/intersects/CircleToRectangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/intersects/GetCircleToCircle.js b/src/geom/intersects/GetCircleToCircle.js index a670f1c29e..40fefe2ce5 100644 --- a/src/geom/intersects/GetCircleToCircle.js +++ b/src/geom/intersects/GetCircleToCircle.js @@ -2,7 +2,7 @@ * @author Florian Vazelle * @author Geoffrey Glaive * @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 Point = require('../point/Point'); diff --git a/src/geom/intersects/GetCircleToRectangle.js b/src/geom/intersects/GetCircleToRectangle.js index 15e4becbec..926d63e144 100644 --- a/src/geom/intersects/GetCircleToRectangle.js +++ b/src/geom/intersects/GetCircleToRectangle.js @@ -2,7 +2,7 @@ * @author Florian Vazelle * @author Geoffrey Glaive * @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 GetLineToCircle = require('./GetLineToCircle'); diff --git a/src/geom/intersects/GetLineToCircle.js b/src/geom/intersects/GetLineToCircle.js index 1c8f748e4e..d49fb1c900 100644 --- a/src/geom/intersects/GetLineToCircle.js +++ b/src/geom/intersects/GetLineToCircle.js @@ -2,7 +2,7 @@ * @author Florian Vazelle * @author Geoffrey Glaive * @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 Point = require('../point/Point'); diff --git a/src/geom/intersects/GetLineToRectangle.js b/src/geom/intersects/GetLineToRectangle.js index f39c928a80..d46272d725 100644 --- a/src/geom/intersects/GetLineToRectangle.js +++ b/src/geom/intersects/GetLineToRectangle.js @@ -2,7 +2,7 @@ * @author Florian Vazelle * @author Geoffrey Glaive * @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 Point = require('../point/Point'); diff --git a/src/geom/intersects/GetRectangleIntersection.js b/src/geom/intersects/GetRectangleIntersection.js index 3282acf852..c0614fe034 100644 --- a/src/geom/intersects/GetRectangleIntersection.js +++ b/src/geom/intersects/GetRectangleIntersection.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Rectangle = require('../rectangle/Rectangle'); diff --git a/src/geom/intersects/GetRectangleToRectangle.js b/src/geom/intersects/GetRectangleToRectangle.js index d082a5aab9..605df3a605 100644 --- a/src/geom/intersects/GetRectangleToRectangle.js +++ b/src/geom/intersects/GetRectangleToRectangle.js @@ -2,7 +2,7 @@ * @author Florian Vazelle * @author Geoffrey Glaive * @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 GetLineToRectangle = require('./GetLineToRectangle'); diff --git a/src/geom/intersects/GetRectangleToTriangle.js b/src/geom/intersects/GetRectangleToTriangle.js index 3097267569..c0b357ef97 100644 --- a/src/geom/intersects/GetRectangleToTriangle.js +++ b/src/geom/intersects/GetRectangleToTriangle.js @@ -2,7 +2,7 @@ * @author Florian Vazelle * @author Geoffrey Glaive * @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 RectangleToTriangle = require('./RectangleToTriangle'); diff --git a/src/geom/intersects/GetTriangleToCircle.js b/src/geom/intersects/GetTriangleToCircle.js index 0a9493de6e..e531cdccdb 100644 --- a/src/geom/intersects/GetTriangleToCircle.js +++ b/src/geom/intersects/GetTriangleToCircle.js @@ -2,7 +2,7 @@ * @author Florian Vazelle * @author Geoffrey Glaive * @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 GetLineToCircle = require('./GetLineToCircle'); diff --git a/src/geom/intersects/GetTriangleToLine.js b/src/geom/intersects/GetTriangleToLine.js index 7e6d708433..7be8271568 100644 --- a/src/geom/intersects/GetTriangleToLine.js +++ b/src/geom/intersects/GetTriangleToLine.js @@ -2,7 +2,7 @@ * @author Florian Vazelle * @author Geoffrey Glaive * @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 Point = require('../point/Point'); diff --git a/src/geom/intersects/GetTriangleToTriangle.js b/src/geom/intersects/GetTriangleToTriangle.js index 2d25a017d0..d2f5cc91cb 100644 --- a/src/geom/intersects/GetTriangleToTriangle.js +++ b/src/geom/intersects/GetTriangleToTriangle.js @@ -2,7 +2,7 @@ * @author Florian Vazelle * @author Geoffrey Glaive * @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 TriangleToTriangle = require('./TriangleToTriangle'); diff --git a/src/geom/intersects/LineToCircle.js b/src/geom/intersects/LineToCircle.js index 61c896f802..d0bbc2c437 100644 --- a/src/geom/intersects/LineToCircle.js +++ b/src/geom/intersects/LineToCircle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Contains = require('../circle/Contains'); diff --git a/src/geom/intersects/LineToLine.js b/src/geom/intersects/LineToLine.js index f615fc1e3f..7b91feb917 100644 --- a/src/geom/intersects/LineToLine.js +++ b/src/geom/intersects/LineToLine.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/intersects/LineToRectangle.js b/src/geom/intersects/LineToRectangle.js index 3197da67ba..d6dcc6bd67 100644 --- a/src/geom/intersects/LineToRectangle.js +++ b/src/geom/intersects/LineToRectangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/intersects/PointToLine.js b/src/geom/intersects/PointToLine.js index a9d678583c..06383f7a37 100644 --- a/src/geom/intersects/PointToLine.js +++ b/src/geom/intersects/PointToLine.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Florian Mertens * @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} */ /** diff --git a/src/geom/intersects/PointToLineSegment.js b/src/geom/intersects/PointToLineSegment.js index 2a2b798663..724a343d51 100644 --- a/src/geom/intersects/PointToLineSegment.js +++ b/src/geom/intersects/PointToLineSegment.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 PointToLine = require('./PointToLine'); diff --git a/src/geom/intersects/RectangleToRectangle.js b/src/geom/intersects/RectangleToRectangle.js index 0c615f52b1..a796639b68 100644 --- a/src/geom/intersects/RectangleToRectangle.js +++ b/src/geom/intersects/RectangleToRectangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/intersects/RectangleToTriangle.js b/src/geom/intersects/RectangleToTriangle.js index 7c62ddfa9d..8acf5fca22 100644 --- a/src/geom/intersects/RectangleToTriangle.js +++ b/src/geom/intersects/RectangleToTriangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 LineToLine = require('./LineToLine'); diff --git a/src/geom/intersects/RectangleToValues.js b/src/geom/intersects/RectangleToValues.js index e71022ba95..9efa02e154 100644 --- a/src/geom/intersects/RectangleToValues.js +++ b/src/geom/intersects/RectangleToValues.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/intersects/TriangleToCircle.js b/src/geom/intersects/TriangleToCircle.js index 0dbff8cceb..302c0c3316 100644 --- a/src/geom/intersects/TriangleToCircle.js +++ b/src/geom/intersects/TriangleToCircle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 LineToCircle = require('./LineToCircle'); diff --git a/src/geom/intersects/TriangleToLine.js b/src/geom/intersects/TriangleToLine.js index 657e2b06fb..1aa3477ffe 100644 --- a/src/geom/intersects/TriangleToLine.js +++ b/src/geom/intersects/TriangleToLine.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Contains = require('../triangle/Contains'); diff --git a/src/geom/intersects/TriangleToTriangle.js b/src/geom/intersects/TriangleToTriangle.js index 58e744e3e2..72f73b6a57 100644 --- a/src/geom/intersects/TriangleToTriangle.js +++ b/src/geom/intersects/TriangleToTriangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ContainsArray = require('../triangle/ContainsArray'); diff --git a/src/geom/intersects/index.js b/src/geom/intersects/index.js index 5c2b9592ff..3d9d39b1f4 100644 --- a/src/geom/intersects/index.js +++ b/src/geom/intersects/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/Angle.js b/src/geom/line/Angle.js index 3c4b58958f..de6a1270db 100644 --- a/src/geom/line/Angle.js +++ b/src/geom/line/Angle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/BresenhamPoints.js b/src/geom/line/BresenhamPoints.js index 7ee40c1a56..9e02b0a719 100644 --- a/src/geom/line/BresenhamPoints.js +++ b/src/geom/line/BresenhamPoints.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/CenterOn.js b/src/geom/line/CenterOn.js index a633ec725a..b76ac4ab77 100644 --- a/src/geom/line/CenterOn.js +++ b/src/geom/line/CenterOn.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ diff --git a/src/geom/line/Clone.js b/src/geom/line/Clone.js index 92f015ae06..cc8d80be98 100644 --- a/src/geom/line/Clone.js +++ b/src/geom/line/Clone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Line = require('./Line'); diff --git a/src/geom/line/CopyFrom.js b/src/geom/line/CopyFrom.js index 124b1e0d8a..b9aa4e6558 100644 --- a/src/geom/line/CopyFrom.js +++ b/src/geom/line/CopyFrom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/Equals.js b/src/geom/line/Equals.js index f4b6725bcc..fda6434af8 100644 --- a/src/geom/line/Equals.js +++ b/src/geom/line/Equals.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/Extend.js b/src/geom/line/Extend.js index ad50a2383c..9508acbc3f 100644 --- a/src/geom/line/Extend.js +++ b/src/geom/line/Extend.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Length = require('./Length'); diff --git a/src/geom/line/GetMidPoint.js b/src/geom/line/GetMidPoint.js index 70bd8c4bb6..33d326f072 100644 --- a/src/geom/line/GetMidPoint.js +++ b/src/geom/line/GetMidPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/line/GetNearestPoint.js b/src/geom/line/GetNearestPoint.js index 9074bfa057..71b1c7c06c 100644 --- a/src/geom/line/GetNearestPoint.js +++ b/src/geom/line/GetNearestPoint.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Florian Mertens * @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 Point = require('../point/Point'); diff --git a/src/geom/line/GetNormal.js b/src/geom/line/GetNormal.js index 24ebaaf406..759140513c 100644 --- a/src/geom/line/GetNormal.js +++ b/src/geom/line/GetNormal.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MATH_CONST = require('../../math/const'); diff --git a/src/geom/line/GetPoint.js b/src/geom/line/GetPoint.js index 4226208b7b..397fb0b3de 100644 --- a/src/geom/line/GetPoint.js +++ b/src/geom/line/GetPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/line/GetPoints.js b/src/geom/line/GetPoints.js index 516a300f53..28d7486391 100644 --- a/src/geom/line/GetPoints.js +++ b/src/geom/line/GetPoints.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Length = require('./Length'); diff --git a/src/geom/line/GetShortestDistance.js b/src/geom/line/GetShortestDistance.js index 2ee6e88921..af01946592 100644 --- a/src/geom/line/GetShortestDistance.js +++ b/src/geom/line/GetShortestDistance.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Florian Mertens * @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} */ /** diff --git a/src/geom/line/Height.js b/src/geom/line/Height.js index f2c93be877..fd4603c740 100644 --- a/src/geom/line/Height.js +++ b/src/geom/line/Height.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/Length.js b/src/geom/line/Length.js index bfd1f7edb7..b4333d02bf 100644 --- a/src/geom/line/Length.js +++ b/src/geom/line/Length.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/Line.js b/src/geom/line/Line.js index 3d9e4222d7..9d7e2c37b2 100644 --- a/src/geom/line/Line.js +++ b/src/geom/line/Line.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/geom/line/NormalAngle.js b/src/geom/line/NormalAngle.js index f8f138a550..a843eb4038 100644 --- a/src/geom/line/NormalAngle.js +++ b/src/geom/line/NormalAngle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MATH_CONST = require('../../math/const'); diff --git a/src/geom/line/NormalX.js b/src/geom/line/NormalX.js index aa73d34923..41bff3529d 100644 --- a/src/geom/line/NormalX.js +++ b/src/geom/line/NormalX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MATH_CONST = require('../../math/const'); diff --git a/src/geom/line/NormalY.js b/src/geom/line/NormalY.js index 8b7c0c26d1..c21d0d48e3 100644 --- a/src/geom/line/NormalY.js +++ b/src/geom/line/NormalY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MATH_CONST = require('../../math/const'); diff --git a/src/geom/line/Offset.js b/src/geom/line/Offset.js index 5b73d01e9b..23ed9fdd60 100644 --- a/src/geom/line/Offset.js +++ b/src/geom/line/Offset.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/PerpSlope.js b/src/geom/line/PerpSlope.js index f9463a7e14..24b8439a1f 100644 --- a/src/geom/line/PerpSlope.js +++ b/src/geom/line/PerpSlope.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/Random.js b/src/geom/line/Random.js index 4c7190c6fd..73b3e1d59f 100644 --- a/src/geom/line/Random.js +++ b/src/geom/line/Random.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/line/ReflectAngle.js b/src/geom/line/ReflectAngle.js index a165dd88c8..df1de60253 100644 --- a/src/geom/line/ReflectAngle.js +++ b/src/geom/line/ReflectAngle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Angle = require('./Angle'); diff --git a/src/geom/line/Rotate.js b/src/geom/line/Rotate.js index 9afddf9f83..62cc98280b 100644 --- a/src/geom/line/Rotate.js +++ b/src/geom/line/Rotate.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RotateAroundXY = require('./RotateAroundXY'); diff --git a/src/geom/line/RotateAroundPoint.js b/src/geom/line/RotateAroundPoint.js index 65807fab51..1222943bfd 100644 --- a/src/geom/line/RotateAroundPoint.js +++ b/src/geom/line/RotateAroundPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RotateAroundXY = require('./RotateAroundXY'); diff --git a/src/geom/line/RotateAroundXY.js b/src/geom/line/RotateAroundXY.js index 1c5997ac56..7350ad7a0f 100644 --- a/src/geom/line/RotateAroundXY.js +++ b/src/geom/line/RotateAroundXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/SetToAngle.js b/src/geom/line/SetToAngle.js index 010372576a..3507c12c94 100644 --- a/src/geom/line/SetToAngle.js +++ b/src/geom/line/SetToAngle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/Slope.js b/src/geom/line/Slope.js index b79247824f..d0024b9be8 100644 --- a/src/geom/line/Slope.js +++ b/src/geom/line/Slope.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/Width.js b/src/geom/line/Width.js index b8d84c6ce1..d68b12212e 100644 --- a/src/geom/line/Width.js +++ b/src/geom/line/Width.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/line/index.js b/src/geom/line/index.js index 9d6d2551ff..001fc31a6d 100644 --- a/src/geom/line/index.js +++ b/src/geom/line/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Line = require('./Line'); diff --git a/src/geom/point/Ceil.js b/src/geom/point/Ceil.js index 874842561f..9bc0775952 100644 --- a/src/geom/point/Ceil.js +++ b/src/geom/point/Ceil.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/point/Clone.js b/src/geom/point/Clone.js index 7c10693e4d..f76fef8de2 100644 --- a/src/geom/point/Clone.js +++ b/src/geom/point/Clone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('./Point'); diff --git a/src/geom/point/CopyFrom.js b/src/geom/point/CopyFrom.js index 67c755ae52..009f5ea863 100644 --- a/src/geom/point/CopyFrom.js +++ b/src/geom/point/CopyFrom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/point/Equals.js b/src/geom/point/Equals.js index 671c482732..a4058a8f44 100644 --- a/src/geom/point/Equals.js +++ b/src/geom/point/Equals.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/point/Floor.js b/src/geom/point/Floor.js index eba47218b8..0f712a484f 100644 --- a/src/geom/point/Floor.js +++ b/src/geom/point/Floor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/point/GetCentroid.js b/src/geom/point/GetCentroid.js index 000110600f..ac31c42c5d 100644 --- a/src/geom/point/GetCentroid.js +++ b/src/geom/point/GetCentroid.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('./Point'); diff --git a/src/geom/point/GetMagnitude.js b/src/geom/point/GetMagnitude.js index 6668abab21..56601752e8 100644 --- a/src/geom/point/GetMagnitude.js +++ b/src/geom/point/GetMagnitude.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/point/GetMagnitudeSq.js b/src/geom/point/GetMagnitudeSq.js index 0c6e8657af..0332359444 100644 --- a/src/geom/point/GetMagnitudeSq.js +++ b/src/geom/point/GetMagnitudeSq.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/point/GetRectangleFromPoints.js b/src/geom/point/GetRectangleFromPoints.js index 6ea58f79cc..1d0b3d95a0 100644 --- a/src/geom/point/GetRectangleFromPoints.js +++ b/src/geom/point/GetRectangleFromPoints.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Rectangle = require('../rectangle/Rectangle'); diff --git a/src/geom/point/Interpolate.js b/src/geom/point/Interpolate.js index 042fce5436..d8afd2339f 100644 --- a/src/geom/point/Interpolate.js +++ b/src/geom/point/Interpolate.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('./Point'); diff --git a/src/geom/point/Invert.js b/src/geom/point/Invert.js index 788cfdfe32..7f5bc0a0cf 100644 --- a/src/geom/point/Invert.js +++ b/src/geom/point/Invert.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/point/Negative.js b/src/geom/point/Negative.js index adcc02cca0..4b521f6fd9 100644 --- a/src/geom/point/Negative.js +++ b/src/geom/point/Negative.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('./Point'); diff --git a/src/geom/point/Point.js b/src/geom/point/Point.js index cc0bc5abc5..f9c146373a 100644 --- a/src/geom/point/Point.js +++ b/src/geom/point/Point.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/geom/point/Project.js b/src/geom/point/Project.js index c284e9a519..46f2fd9d70 100644 --- a/src/geom/point/Project.js +++ b/src/geom/point/Project.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('./Point'); diff --git a/src/geom/point/ProjectUnit.js b/src/geom/point/ProjectUnit.js index 0d5c865923..8db5669109 100644 --- a/src/geom/point/ProjectUnit.js +++ b/src/geom/point/ProjectUnit.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('./Point'); diff --git a/src/geom/point/SetMagnitude.js b/src/geom/point/SetMagnitude.js index f535e0a3f2..1200c5b8fa 100644 --- a/src/geom/point/SetMagnitude.js +++ b/src/geom/point/SetMagnitude.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetMagnitude = require('./GetMagnitude'); diff --git a/src/geom/point/index.js b/src/geom/point/index.js index 5bb99cc2e1..d2e5279eca 100644 --- a/src/geom/point/index.js +++ b/src/geom/point/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('./Point'); diff --git a/src/geom/polygon/Clone.js b/src/geom/polygon/Clone.js index 1c1110a4de..762f2ebb84 100644 --- a/src/geom/polygon/Clone.js +++ b/src/geom/polygon/Clone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Polygon = require('./Polygon'); diff --git a/src/geom/polygon/Contains.js b/src/geom/polygon/Contains.js index 8c910577bc..f4dc959552 100644 --- a/src/geom/polygon/Contains.js +++ b/src/geom/polygon/Contains.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Checks whether the x and y coordinates are contained within this polygon. diff --git a/src/geom/polygon/ContainsPoint.js b/src/geom/polygon/ContainsPoint.js index 7f7f515f0c..f6dd37c0bd 100644 --- a/src/geom/polygon/ContainsPoint.js +++ b/src/geom/polygon/ContainsPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Contains = require('./Contains'); diff --git a/src/geom/polygon/Earcut.js b/src/geom/polygon/Earcut.js index 51f37b64a6..ad1bae8d72 100644 --- a/src/geom/polygon/Earcut.js +++ b/src/geom/polygon/Earcut.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Earcut 2.1.4 (December 4th 2018) diff --git a/src/geom/polygon/GetAABB.js b/src/geom/polygon/GetAABB.js index 89f718c700..be71876e91 100644 --- a/src/geom/polygon/GetAABB.js +++ b/src/geom/polygon/GetAABB.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Rectangle = require('../rectangle/Rectangle'); diff --git a/src/geom/polygon/GetNumberArray.js b/src/geom/polygon/GetNumberArray.js index 383369bc63..4936cf81c6 100644 --- a/src/geom/polygon/GetNumberArray.js +++ b/src/geom/polygon/GetNumberArray.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Export the points as an array of flat numbers, following the sequence [ x,y, x,y, x,y ] diff --git a/src/geom/polygon/GetPoints.js b/src/geom/polygon/GetPoints.js index d13a01eec8..ef0a6dca73 100644 --- a/src/geom/polygon/GetPoints.js +++ b/src/geom/polygon/GetPoints.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Length = require('../line/Length'); diff --git a/src/geom/polygon/Perimeter.js b/src/geom/polygon/Perimeter.js index 306feec7bd..e3b9a4b428 100644 --- a/src/geom/polygon/Perimeter.js +++ b/src/geom/polygon/Perimeter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Length = require('../line/Length'); diff --git a/src/geom/polygon/Polygon.js b/src/geom/polygon/Polygon.js index dcfea214e7..b48ca1cd26 100644 --- a/src/geom/polygon/Polygon.js +++ b/src/geom/polygon/Polygon.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/geom/polygon/Reverse.js b/src/geom/polygon/Reverse.js index 80966f7bbf..4c5c58b27a 100644 --- a/src/geom/polygon/Reverse.js +++ b/src/geom/polygon/Reverse.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/polygon/Smooth.js b/src/geom/polygon/Smooth.js index c9920d8b8c..0138f3210f 100644 --- a/src/geom/polygon/Smooth.js +++ b/src/geom/polygon/Smooth.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Igor Ognichenko * @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} */ /** diff --git a/src/geom/polygon/index.js b/src/geom/polygon/index.js index 14899654cf..dc6ff6e22e 100644 --- a/src/geom/polygon/index.js +++ b/src/geom/polygon/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Polygon = require('./Polygon'); diff --git a/src/geom/rectangle/Area.js b/src/geom/rectangle/Area.js index 405c5479d2..9851dcc8e1 100644 --- a/src/geom/rectangle/Area.js +++ b/src/geom/rectangle/Area.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/Ceil.js b/src/geom/rectangle/Ceil.js index b088d3c735..c6eb604884 100644 --- a/src/geom/rectangle/Ceil.js +++ b/src/geom/rectangle/Ceil.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/CeilAll.js b/src/geom/rectangle/CeilAll.js index 7a07e7b35b..2ca725ace5 100644 --- a/src/geom/rectangle/CeilAll.js +++ b/src/geom/rectangle/CeilAll.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/CenterOn.js b/src/geom/rectangle/CenterOn.js index 2784ab6cdc..b964155710 100644 --- a/src/geom/rectangle/CenterOn.js +++ b/src/geom/rectangle/CenterOn.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Centers this Rectangle so that the center coordinates match the given x and y values. diff --git a/src/geom/rectangle/Clone.js b/src/geom/rectangle/Clone.js index 03c42ad584..2354a7c321 100644 --- a/src/geom/rectangle/Clone.js +++ b/src/geom/rectangle/Clone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Rectangle = require('./Rectangle'); diff --git a/src/geom/rectangle/Contains.js b/src/geom/rectangle/Contains.js index d74ac79b24..385e138fcc 100644 --- a/src/geom/rectangle/Contains.js +++ b/src/geom/rectangle/Contains.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/ContainsPoint.js b/src/geom/rectangle/ContainsPoint.js index 8de1d9026d..5d158f86af 100644 --- a/src/geom/rectangle/ContainsPoint.js +++ b/src/geom/rectangle/ContainsPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Contains = require('./Contains'); diff --git a/src/geom/rectangle/ContainsRect.js b/src/geom/rectangle/ContainsRect.js index ccb13e93b3..c68697c68b 100644 --- a/src/geom/rectangle/ContainsRect.js +++ b/src/geom/rectangle/ContainsRect.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/CopyFrom.js b/src/geom/rectangle/CopyFrom.js index 1a815de2c0..13b78c5dae 100644 --- a/src/geom/rectangle/CopyFrom.js +++ b/src/geom/rectangle/CopyFrom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/Decompose.js b/src/geom/rectangle/Decompose.js index 91e35fdc73..d5278afba1 100644 --- a/src/geom/rectangle/Decompose.js +++ b/src/geom/rectangle/Decompose.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/Equals.js b/src/geom/rectangle/Equals.js index 1f0c55a03a..62dd16038f 100644 --- a/src/geom/rectangle/Equals.js +++ b/src/geom/rectangle/Equals.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/FitInside.js b/src/geom/rectangle/FitInside.js index 3fd9270a9e..193e08a697 100644 --- a/src/geom/rectangle/FitInside.js +++ b/src/geom/rectangle/FitInside.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetAspectRatio = require('./GetAspectRatio'); diff --git a/src/geom/rectangle/FitOutside.js b/src/geom/rectangle/FitOutside.js index d0f87ad4c0..ba0ba732d4 100644 --- a/src/geom/rectangle/FitOutside.js +++ b/src/geom/rectangle/FitOutside.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetAspectRatio = require('./GetAspectRatio'); diff --git a/src/geom/rectangle/Floor.js b/src/geom/rectangle/Floor.js index a4d09c1926..cc17b715f3 100644 --- a/src/geom/rectangle/Floor.js +++ b/src/geom/rectangle/Floor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/FloorAll.js b/src/geom/rectangle/FloorAll.js index cfde0c3bb3..f19c020d5b 100644 --- a/src/geom/rectangle/FloorAll.js +++ b/src/geom/rectangle/FloorAll.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/FromPoints.js b/src/geom/rectangle/FromPoints.js index 3953609462..505a16e603 100644 --- a/src/geom/rectangle/FromPoints.js +++ b/src/geom/rectangle/FromPoints.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Rectangle = require('./Rectangle'); diff --git a/src/geom/rectangle/GetAspectRatio.js b/src/geom/rectangle/GetAspectRatio.js index 7761b3cda3..59297ba380 100644 --- a/src/geom/rectangle/GetAspectRatio.js +++ b/src/geom/rectangle/GetAspectRatio.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/GetCenter.js b/src/geom/rectangle/GetCenter.js index 26426b9b2f..46b846b2cc 100644 --- a/src/geom/rectangle/GetCenter.js +++ b/src/geom/rectangle/GetCenter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/rectangle/GetPoint.js b/src/geom/rectangle/GetPoint.js index d02f872016..e9a7cd5538 100644 --- a/src/geom/rectangle/GetPoint.js +++ b/src/geom/rectangle/GetPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Perimeter = require('./Perimeter'); diff --git a/src/geom/rectangle/GetPoints.js b/src/geom/rectangle/GetPoints.js index 1bd981c2af..b0de154bc8 100644 --- a/src/geom/rectangle/GetPoints.js +++ b/src/geom/rectangle/GetPoints.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetPoint = require('./GetPoint'); diff --git a/src/geom/rectangle/GetSize.js b/src/geom/rectangle/GetSize.js index c7cb2b0a42..293ea513fb 100644 --- a/src/geom/rectangle/GetSize.js +++ b/src/geom/rectangle/GetSize.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/rectangle/Inflate.js b/src/geom/rectangle/Inflate.js index db1373b56e..5e25edcf2d 100644 --- a/src/geom/rectangle/Inflate.js +++ b/src/geom/rectangle/Inflate.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CenterOn = require('./CenterOn'); diff --git a/src/geom/rectangle/Intersection.js b/src/geom/rectangle/Intersection.js index 27095074ac..71d2ac8704 100644 --- a/src/geom/rectangle/Intersection.js +++ b/src/geom/rectangle/Intersection.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Rectangle = require('./Rectangle'); diff --git a/src/geom/rectangle/MarchingAnts.js b/src/geom/rectangle/MarchingAnts.js index e111d6c1bd..cf47502e66 100644 --- a/src/geom/rectangle/MarchingAnts.js +++ b/src/geom/rectangle/MarchingAnts.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Perimeter = require('./Perimeter'); diff --git a/src/geom/rectangle/MergePoints.js b/src/geom/rectangle/MergePoints.js index 96a4ba8b0c..bd02e049b8 100644 --- a/src/geom/rectangle/MergePoints.js +++ b/src/geom/rectangle/MergePoints.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/MergeRect.js b/src/geom/rectangle/MergeRect.js index 89f37e3a9d..17ec36a3a1 100644 --- a/src/geom/rectangle/MergeRect.js +++ b/src/geom/rectangle/MergeRect.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Merges source rectangle into target rectangle and returns target diff --git a/src/geom/rectangle/MergeXY.js b/src/geom/rectangle/MergeXY.js index c5c0403717..ca4372a8e6 100644 --- a/src/geom/rectangle/MergeXY.js +++ b/src/geom/rectangle/MergeXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/Offset.js b/src/geom/rectangle/Offset.js index a25f9546a9..c389e7c868 100644 --- a/src/geom/rectangle/Offset.js +++ b/src/geom/rectangle/Offset.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/OffsetPoint.js b/src/geom/rectangle/OffsetPoint.js index 6b05925a3f..2654fb66ee 100644 --- a/src/geom/rectangle/OffsetPoint.js +++ b/src/geom/rectangle/OffsetPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/Overlaps.js b/src/geom/rectangle/Overlaps.js index ee92eb75c4..a35cbf9e09 100644 --- a/src/geom/rectangle/Overlaps.js +++ b/src/geom/rectangle/Overlaps.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/Perimeter.js b/src/geom/rectangle/Perimeter.js index 3e9a2de090..f865932159 100644 --- a/src/geom/rectangle/Perimeter.js +++ b/src/geom/rectangle/Perimeter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/PerimeterPoint.js b/src/geom/rectangle/PerimeterPoint.js index 8531a8d14e..3180472222 100644 --- a/src/geom/rectangle/PerimeterPoint.js +++ b/src/geom/rectangle/PerimeterPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/rectangle/Random.js b/src/geom/rectangle/Random.js index c32146572b..fd03e70d12 100644 --- a/src/geom/rectangle/Random.js +++ b/src/geom/rectangle/Random.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/rectangle/RandomOutside.js b/src/geom/rectangle/RandomOutside.js index 045343c1c1..f41e193835 100644 --- a/src/geom/rectangle/RandomOutside.js +++ b/src/geom/rectangle/RandomOutside.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Between = require('../../math/Between'); diff --git a/src/geom/rectangle/Rectangle.js b/src/geom/rectangle/Rectangle.js index f84befb85e..6aab90f173 100644 --- a/src/geom/rectangle/Rectangle.js +++ b/src/geom/rectangle/Rectangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/geom/rectangle/SameDimensions.js b/src/geom/rectangle/SameDimensions.js index 750ff0b05d..7f3af51909 100644 --- a/src/geom/rectangle/SameDimensions.js +++ b/src/geom/rectangle/SameDimensions.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/rectangle/Scale.js b/src/geom/rectangle/Scale.js index 98f54ab590..b181b47441 100644 --- a/src/geom/rectangle/Scale.js +++ b/src/geom/rectangle/Scale.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Scales the width and height of this Rectangle by the given amounts. diff --git a/src/geom/rectangle/Union.js b/src/geom/rectangle/Union.js index 2535fbab77..ab1d5208ec 100644 --- a/src/geom/rectangle/Union.js +++ b/src/geom/rectangle/Union.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Rectangle = require('./Rectangle'); diff --git a/src/geom/rectangle/index.js b/src/geom/rectangle/index.js index e5a0e19077..d3bc773032 100644 --- a/src/geom/rectangle/index.js +++ b/src/geom/rectangle/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Rectangle = require('./Rectangle'); diff --git a/src/geom/triangle/Area.js b/src/geom/triangle/Area.js index 635aa9a011..400fc9d01f 100644 --- a/src/geom/triangle/Area.js +++ b/src/geom/triangle/Area.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // The 2D area of a triangle. The area value is always non-negative. diff --git a/src/geom/triangle/BuildEquilateral.js b/src/geom/triangle/BuildEquilateral.js index 67a2976263..1df526c626 100644 --- a/src/geom/triangle/BuildEquilateral.js +++ b/src/geom/triangle/BuildEquilateral.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Triangle = require('./Triangle'); diff --git a/src/geom/triangle/BuildFromPolygon.js b/src/geom/triangle/BuildFromPolygon.js index ad82dc430e..566a0ca034 100644 --- a/src/geom/triangle/BuildFromPolygon.js +++ b/src/geom/triangle/BuildFromPolygon.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 EarCut = require('../polygon/Earcut'); diff --git a/src/geom/triangle/BuildRight.js b/src/geom/triangle/BuildRight.js index d3178e25ac..07f77d5f50 100644 --- a/src/geom/triangle/BuildRight.js +++ b/src/geom/triangle/BuildRight.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Triangle = require('./Triangle'); diff --git a/src/geom/triangle/CenterOn.js b/src/geom/triangle/CenterOn.js index 23a0a67806..16ab3aae03 100644 --- a/src/geom/triangle/CenterOn.js +++ b/src/geom/triangle/CenterOn.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Centroid = require('./Centroid'); diff --git a/src/geom/triangle/Centroid.js b/src/geom/triangle/Centroid.js index b3a6e7061b..9062015fd1 100644 --- a/src/geom/triangle/Centroid.js +++ b/src/geom/triangle/Centroid.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/triangle/CircumCenter.js b/src/geom/triangle/CircumCenter.js index 740030bd80..b960c76d54 100644 --- a/src/geom/triangle/CircumCenter.js +++ b/src/geom/triangle/CircumCenter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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'); diff --git a/src/geom/triangle/CircumCircle.js b/src/geom/triangle/CircumCircle.js index 19590dcea1..d8c1336bf1 100644 --- a/src/geom/triangle/CircumCircle.js +++ b/src/geom/triangle/CircumCircle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Circle = require('../circle/Circle'); diff --git a/src/geom/triangle/Clone.js b/src/geom/triangle/Clone.js index b305e37201..bff6222e7f 100644 --- a/src/geom/triangle/Clone.js +++ b/src/geom/triangle/Clone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Triangle = require('./Triangle'); diff --git a/src/geom/triangle/Contains.js b/src/geom/triangle/Contains.js index e1ef648db1..1eff78ec7f 100644 --- a/src/geom/triangle/Contains.js +++ b/src/geom/triangle/Contains.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // http://www.blackpawn.com/texts/pointinpoly/ diff --git a/src/geom/triangle/ContainsArray.js b/src/geom/triangle/ContainsArray.js index e3a72154aa..f9a5bd6d6a 100644 --- a/src/geom/triangle/ContainsArray.js +++ b/src/geom/triangle/ContainsArray.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // http://www.blackpawn.com/texts/pointinpoly/ diff --git a/src/geom/triangle/ContainsPoint.js b/src/geom/triangle/ContainsPoint.js index 426a1c93ce..ce16b3b05a 100644 --- a/src/geom/triangle/ContainsPoint.js +++ b/src/geom/triangle/ContainsPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Contains = require('./Contains'); diff --git a/src/geom/triangle/CopyFrom.js b/src/geom/triangle/CopyFrom.js index d247210d46..30cc9cfa77 100644 --- a/src/geom/triangle/CopyFrom.js +++ b/src/geom/triangle/CopyFrom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/triangle/Decompose.js b/src/geom/triangle/Decompose.js index 26ed1d49ac..c4cb01fbec 100644 --- a/src/geom/triangle/Decompose.js +++ b/src/geom/triangle/Decompose.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/triangle/Equals.js b/src/geom/triangle/Equals.js index c3f1e1eda0..775f912581 100644 --- a/src/geom/triangle/Equals.js +++ b/src/geom/triangle/Equals.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/triangle/GetPoint.js b/src/geom/triangle/GetPoint.js index 3e31f03959..ae05cfc3e9 100644 --- a/src/geom/triangle/GetPoint.js +++ b/src/geom/triangle/GetPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/triangle/GetPoints.js b/src/geom/triangle/GetPoints.js index d24627bb6b..ed7821afca 100644 --- a/src/geom/triangle/GetPoints.js +++ b/src/geom/triangle/GetPoints.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Length = require('../line/Length'); diff --git a/src/geom/triangle/InCenter.js b/src/geom/triangle/InCenter.js index 92e83b1f42..59377864ce 100644 --- a/src/geom/triangle/InCenter.js +++ b/src/geom/triangle/InCenter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/triangle/Offset.js b/src/geom/triangle/Offset.js index 81fb77a17d..748ea6c3ec 100644 --- a/src/geom/triangle/Offset.js +++ b/src/geom/triangle/Offset.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/triangle/Perimeter.js b/src/geom/triangle/Perimeter.js index 42fd800d19..b3cb7c38ad 100644 --- a/src/geom/triangle/Perimeter.js +++ b/src/geom/triangle/Perimeter.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Length = require('../line/Length'); diff --git a/src/geom/triangle/Random.js b/src/geom/triangle/Random.js index ef109ed3ff..289cbd1327 100644 --- a/src/geom/triangle/Random.js +++ b/src/geom/triangle/Random.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Point = require('../point/Point'); diff --git a/src/geom/triangle/Rotate.js b/src/geom/triangle/Rotate.js index 134db82aaa..a4067ff9f2 100644 --- a/src/geom/triangle/Rotate.js +++ b/src/geom/triangle/Rotate.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RotateAroundXY = require('./RotateAroundXY'); diff --git a/src/geom/triangle/RotateAroundPoint.js b/src/geom/triangle/RotateAroundPoint.js index cd6ee92162..610182bad5 100644 --- a/src/geom/triangle/RotateAroundPoint.js +++ b/src/geom/triangle/RotateAroundPoint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RotateAroundXY = require('./RotateAroundXY'); diff --git a/src/geom/triangle/RotateAroundXY.js b/src/geom/triangle/RotateAroundXY.js index c0faca7e18..656ca21862 100644 --- a/src/geom/triangle/RotateAroundXY.js +++ b/src/geom/triangle/RotateAroundXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/geom/triangle/Triangle.js b/src/geom/triangle/Triangle.js index 4de62290ce..9278b9e16a 100644 --- a/src/geom/triangle/Triangle.js +++ b/src/geom/triangle/Triangle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/geom/triangle/index.js b/src/geom/triangle/index.js index d16240b55b..3f46a3fb62 100644 --- a/src/geom/triangle/index.js +++ b/src/geom/triangle/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Triangle = require('./Triangle'); diff --git a/src/input/CreateInteractiveObject.js b/src/input/CreateInteractiveObject.js index cbc33dd7fd..78a51bc3f8 100644 --- a/src/input/CreateInteractiveObject.js +++ b/src/input/CreateInteractiveObject.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/CreatePixelPerfectHandler.js b/src/input/CreatePixelPerfectHandler.js index 7d7d7eedb0..ae2742087d 100644 --- a/src/input/CreatePixelPerfectHandler.js +++ b/src/input/CreatePixelPerfectHandler.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/InputManager.js b/src/input/InputManager.js index 9b11df9cea..7bb880f1b6 100644 --- a/src/input/InputManager.js +++ b/src/input/InputManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/input/InputPlugin.js b/src/input/InputPlugin.js index 5c24ff9492..75192c62c8 100644 --- a/src/input/InputPlugin.js +++ b/src/input/InputPlugin.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Circle = require('../geom/circle/Circle'); diff --git a/src/input/InputPluginCache.js b/src/input/InputPluginCache.js index 1303ff6a01..6e3e371ee9 100644 --- a/src/input/InputPluginCache.js +++ b/src/input/InputPluginCache.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetValue = require('../utils/object/GetValue'); diff --git a/src/input/Pointer.js b/src/input/Pointer.js index 94a23ec135..f66c0707b5 100644 --- a/src/input/Pointer.js +++ b/src/input/Pointer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Angle = require('../math/angle/Between'); diff --git a/src/input/const.js b/src/input/const.js index b78742cb40..eeddafb45a 100644 --- a/src/input/const.js +++ b/src/input/const.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 INPUT_CONST = { diff --git a/src/input/events/BOOT_EVENT.js b/src/input/events/BOOT_EVENT.js index e9fe28778e..347df324ee 100644 --- a/src/input/events/BOOT_EVENT.js +++ b/src/input/events/BOOT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/DESTROY_EVENT.js b/src/input/events/DESTROY_EVENT.js index 7a682333b3..9d7abbb5ad 100644 --- a/src/input/events/DESTROY_EVENT.js +++ b/src/input/events/DESTROY_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/DRAG_END_EVENT.js b/src/input/events/DRAG_END_EVENT.js index 0ca4d17938..227be6349e 100644 --- a/src/input/events/DRAG_END_EVENT.js +++ b/src/input/events/DRAG_END_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/DRAG_ENTER_EVENT.js b/src/input/events/DRAG_ENTER_EVENT.js index 1b0ee850e6..2327ea6cf4 100644 --- a/src/input/events/DRAG_ENTER_EVENT.js +++ b/src/input/events/DRAG_ENTER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/DRAG_EVENT.js b/src/input/events/DRAG_EVENT.js index 7f9ea59926..3154a5d999 100644 --- a/src/input/events/DRAG_EVENT.js +++ b/src/input/events/DRAG_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/DRAG_LEAVE_EVENT.js b/src/input/events/DRAG_LEAVE_EVENT.js index 44f218b824..1d32bc36ea 100644 --- a/src/input/events/DRAG_LEAVE_EVENT.js +++ b/src/input/events/DRAG_LEAVE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/DRAG_OVER_EVENT.js b/src/input/events/DRAG_OVER_EVENT.js index 4864788fd2..566265e965 100644 --- a/src/input/events/DRAG_OVER_EVENT.js +++ b/src/input/events/DRAG_OVER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/DRAG_START_EVENT.js b/src/input/events/DRAG_START_EVENT.js index 9b5a1e781d..1436e2ea0b 100644 --- a/src/input/events/DRAG_START_EVENT.js +++ b/src/input/events/DRAG_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/DROP_EVENT.js b/src/input/events/DROP_EVENT.js index 23722a7874..d0ac225b2a 100644 --- a/src/input/events/DROP_EVENT.js +++ b/src/input/events/DROP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_DOWN_EVENT.js b/src/input/events/GAMEOBJECT_DOWN_EVENT.js index 56b114b6de..e6155411de 100644 --- a/src/input/events/GAMEOBJECT_DOWN_EVENT.js +++ b/src/input/events/GAMEOBJECT_DOWN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_DRAG_END_EVENT.js b/src/input/events/GAMEOBJECT_DRAG_END_EVENT.js index 822127e042..bec93e97a0 100644 --- a/src/input/events/GAMEOBJECT_DRAG_END_EVENT.js +++ b/src/input/events/GAMEOBJECT_DRAG_END_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_DRAG_ENTER_EVENT.js b/src/input/events/GAMEOBJECT_DRAG_ENTER_EVENT.js index aa2ccc543f..b46dac40cd 100644 --- a/src/input/events/GAMEOBJECT_DRAG_ENTER_EVENT.js +++ b/src/input/events/GAMEOBJECT_DRAG_ENTER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_DRAG_EVENT.js b/src/input/events/GAMEOBJECT_DRAG_EVENT.js index f21426df9f..f8b0419788 100644 --- a/src/input/events/GAMEOBJECT_DRAG_EVENT.js +++ b/src/input/events/GAMEOBJECT_DRAG_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_DRAG_LEAVE_EVENT.js b/src/input/events/GAMEOBJECT_DRAG_LEAVE_EVENT.js index bdf72857c5..c076b7c989 100644 --- a/src/input/events/GAMEOBJECT_DRAG_LEAVE_EVENT.js +++ b/src/input/events/GAMEOBJECT_DRAG_LEAVE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_DRAG_OVER_EVENT.js b/src/input/events/GAMEOBJECT_DRAG_OVER_EVENT.js index 317995add7..20f980bf49 100644 --- a/src/input/events/GAMEOBJECT_DRAG_OVER_EVENT.js +++ b/src/input/events/GAMEOBJECT_DRAG_OVER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_DRAG_START_EVENT.js b/src/input/events/GAMEOBJECT_DRAG_START_EVENT.js index 46ca575472..dab1843f01 100644 --- a/src/input/events/GAMEOBJECT_DRAG_START_EVENT.js +++ b/src/input/events/GAMEOBJECT_DRAG_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_DROP_EVENT.js b/src/input/events/GAMEOBJECT_DROP_EVENT.js index 8abe6a721d..250da9262c 100644 --- a/src/input/events/GAMEOBJECT_DROP_EVENT.js +++ b/src/input/events/GAMEOBJECT_DROP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_MOVE_EVENT.js b/src/input/events/GAMEOBJECT_MOVE_EVENT.js index 9b7f26889f..120658c020 100644 --- a/src/input/events/GAMEOBJECT_MOVE_EVENT.js +++ b/src/input/events/GAMEOBJECT_MOVE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_OUT_EVENT.js b/src/input/events/GAMEOBJECT_OUT_EVENT.js index df5ca0f8f4..e9ddf3f937 100644 --- a/src/input/events/GAMEOBJECT_OUT_EVENT.js +++ b/src/input/events/GAMEOBJECT_OUT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_OVER_EVENT.js b/src/input/events/GAMEOBJECT_OVER_EVENT.js index c2138c77a8..6496fe6d22 100644 --- a/src/input/events/GAMEOBJECT_OVER_EVENT.js +++ b/src/input/events/GAMEOBJECT_OVER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_POINTER_DOWN_EVENT.js b/src/input/events/GAMEOBJECT_POINTER_DOWN_EVENT.js index c2ce8ae316..5b16953aa0 100644 --- a/src/input/events/GAMEOBJECT_POINTER_DOWN_EVENT.js +++ b/src/input/events/GAMEOBJECT_POINTER_DOWN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_POINTER_MOVE_EVENT.js b/src/input/events/GAMEOBJECT_POINTER_MOVE_EVENT.js index 3a2f779bc4..c219f5899b 100644 --- a/src/input/events/GAMEOBJECT_POINTER_MOVE_EVENT.js +++ b/src/input/events/GAMEOBJECT_POINTER_MOVE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_POINTER_OUT_EVENT.js b/src/input/events/GAMEOBJECT_POINTER_OUT_EVENT.js index dece6f022d..59e7d54421 100644 --- a/src/input/events/GAMEOBJECT_POINTER_OUT_EVENT.js +++ b/src/input/events/GAMEOBJECT_POINTER_OUT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_POINTER_OVER_EVENT.js b/src/input/events/GAMEOBJECT_POINTER_OVER_EVENT.js index 711f168b06..c86f9870ab 100644 --- a/src/input/events/GAMEOBJECT_POINTER_OVER_EVENT.js +++ b/src/input/events/GAMEOBJECT_POINTER_OVER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_POINTER_UP_EVENT.js b/src/input/events/GAMEOBJECT_POINTER_UP_EVENT.js index 60ad75e69a..f774c56b02 100644 --- a/src/input/events/GAMEOBJECT_POINTER_UP_EVENT.js +++ b/src/input/events/GAMEOBJECT_POINTER_UP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAMEOBJECT_UP_EVENT.js b/src/input/events/GAMEOBJECT_UP_EVENT.js index 1a898160df..46afeed6c6 100644 --- a/src/input/events/GAMEOBJECT_UP_EVENT.js +++ b/src/input/events/GAMEOBJECT_UP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAME_OUT_EVENT.js b/src/input/events/GAME_OUT_EVENT.js index 0223a6514d..86fed0a878 100644 --- a/src/input/events/GAME_OUT_EVENT.js +++ b/src/input/events/GAME_OUT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/GAME_OVER_EVENT.js b/src/input/events/GAME_OVER_EVENT.js index fde3724af1..afb50f0d37 100644 --- a/src/input/events/GAME_OVER_EVENT.js +++ b/src/input/events/GAME_OVER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/MANAGER_BOOT_EVENT.js b/src/input/events/MANAGER_BOOT_EVENT.js index 9ac98064c0..2ab91ec008 100644 --- a/src/input/events/MANAGER_BOOT_EVENT.js +++ b/src/input/events/MANAGER_BOOT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/MANAGER_PROCESS_EVENT.js b/src/input/events/MANAGER_PROCESS_EVENT.js index 26d1760b04..3879711332 100644 --- a/src/input/events/MANAGER_PROCESS_EVENT.js +++ b/src/input/events/MANAGER_PROCESS_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/MANAGER_UPDATE_EVENT.js b/src/input/events/MANAGER_UPDATE_EVENT.js index 4e67177c69..5c64cef369 100644 --- a/src/input/events/MANAGER_UPDATE_EVENT.js +++ b/src/input/events/MANAGER_UPDATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/POINTERLOCK_CHANGE_EVENT.js b/src/input/events/POINTERLOCK_CHANGE_EVENT.js index 380f0d9310..a308d46a5b 100644 --- a/src/input/events/POINTERLOCK_CHANGE_EVENT.js +++ b/src/input/events/POINTERLOCK_CHANGE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/POINTER_DOWN_EVENT.js b/src/input/events/POINTER_DOWN_EVENT.js index 409f77f2fb..0a9a7ffb95 100644 --- a/src/input/events/POINTER_DOWN_EVENT.js +++ b/src/input/events/POINTER_DOWN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/POINTER_DOWN_OUTSIDE_EVENT.js b/src/input/events/POINTER_DOWN_OUTSIDE_EVENT.js index 672726f0c0..fd362cbfc8 100644 --- a/src/input/events/POINTER_DOWN_OUTSIDE_EVENT.js +++ b/src/input/events/POINTER_DOWN_OUTSIDE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/POINTER_MOVE_EVENT.js b/src/input/events/POINTER_MOVE_EVENT.js index 742d47ccd5..1db9ab62fb 100644 --- a/src/input/events/POINTER_MOVE_EVENT.js +++ b/src/input/events/POINTER_MOVE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/POINTER_OUT_EVENT.js b/src/input/events/POINTER_OUT_EVENT.js index 66bb458dc7..865952ea2a 100644 --- a/src/input/events/POINTER_OUT_EVENT.js +++ b/src/input/events/POINTER_OUT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/POINTER_OVER_EVENT.js b/src/input/events/POINTER_OVER_EVENT.js index 0041bdf18f..6aadc30150 100644 --- a/src/input/events/POINTER_OVER_EVENT.js +++ b/src/input/events/POINTER_OVER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/POINTER_UP_EVENT.js b/src/input/events/POINTER_UP_EVENT.js index 2700651c49..ab47ab62a4 100644 --- a/src/input/events/POINTER_UP_EVENT.js +++ b/src/input/events/POINTER_UP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/POINTER_UP_OUTSIDE_EVENT.js b/src/input/events/POINTER_UP_OUTSIDE_EVENT.js index 4ae991e608..3680e9ac10 100644 --- a/src/input/events/POINTER_UP_OUTSIDE_EVENT.js +++ b/src/input/events/POINTER_UP_OUTSIDE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/PRE_UPDATE_EVENT.js b/src/input/events/PRE_UPDATE_EVENT.js index 8af7176892..e5151746ab 100644 --- a/src/input/events/PRE_UPDATE_EVENT.js +++ b/src/input/events/PRE_UPDATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/SHUTDOWN_EVENT.js b/src/input/events/SHUTDOWN_EVENT.js index cdbaebf0ba..08f9ebb202 100644 --- a/src/input/events/SHUTDOWN_EVENT.js +++ b/src/input/events/SHUTDOWN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/START_EVENT.js b/src/input/events/START_EVENT.js index bf507ff8cd..8eed0fc429 100644 --- a/src/input/events/START_EVENT.js +++ b/src/input/events/START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/UPDATE_EVENT.js b/src/input/events/UPDATE_EVENT.js index baba084292..2edab80a93 100644 --- a/src/input/events/UPDATE_EVENT.js +++ b/src/input/events/UPDATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/events/index.js b/src/input/events/index.js index d49b2361bb..ecc3b1da04 100644 --- a/src/input/events/index.js +++ b/src/input/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/Axis.js b/src/input/gamepad/Axis.js index 789c38eacc..be170181a6 100644 --- a/src/input/gamepad/Axis.js +++ b/src/input/gamepad/Axis.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/input/gamepad/Button.js b/src/input/gamepad/Button.js index a2f065a5ae..067d70ce57 100644 --- a/src/input/gamepad/Button.js +++ b/src/input/gamepad/Button.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/input/gamepad/Gamepad.js b/src/input/gamepad/Gamepad.js index 3cda83b5ec..ff85053460 100644 --- a/src/input/gamepad/Gamepad.js +++ b/src/input/gamepad/Gamepad.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Axis = require('./Axis'); diff --git a/src/input/gamepad/GamepadPlugin.js b/src/input/gamepad/GamepadPlugin.js index 7eab281195..fbe47318c0 100644 --- a/src/input/gamepad/GamepadPlugin.js +++ b/src/input/gamepad/GamepadPlugin.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/input/gamepad/configs/SNES_USB_Controller.js b/src/input/gamepad/configs/SNES_USB_Controller.js index 94735b4808..84b7058bb1 100644 --- a/src/input/gamepad/configs/SNES_USB_Controller.js +++ b/src/input/gamepad/configs/SNES_USB_Controller.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/configs/Sony_PlayStation_DualShock_4.js b/src/input/gamepad/configs/Sony_PlayStation_DualShock_4.js index e5d0afba6a..1858771402 100644 --- a/src/input/gamepad/configs/Sony_PlayStation_DualShock_4.js +++ b/src/input/gamepad/configs/Sony_PlayStation_DualShock_4.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/configs/XBox360_Controller.js b/src/input/gamepad/configs/XBox360_Controller.js index 9ba80b4597..c927d7c0b6 100644 --- a/src/input/gamepad/configs/XBox360_Controller.js +++ b/src/input/gamepad/configs/XBox360_Controller.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/configs/index.js b/src/input/gamepad/configs/index.js index 3a1ec24cb8..639d184b19 100644 --- a/src/input/gamepad/configs/index.js +++ b/src/input/gamepad/configs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/events/BUTTON_DOWN_EVENT.js b/src/input/gamepad/events/BUTTON_DOWN_EVENT.js index 031be30e33..aaecc19ae8 100644 --- a/src/input/gamepad/events/BUTTON_DOWN_EVENT.js +++ b/src/input/gamepad/events/BUTTON_DOWN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/events/BUTTON_UP_EVENT.js b/src/input/gamepad/events/BUTTON_UP_EVENT.js index 8563b6cc89..88c5d3e293 100644 --- a/src/input/gamepad/events/BUTTON_UP_EVENT.js +++ b/src/input/gamepad/events/BUTTON_UP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/events/CONNECTED_EVENT.js b/src/input/gamepad/events/CONNECTED_EVENT.js index d0b506a370..286a429cf4 100644 --- a/src/input/gamepad/events/CONNECTED_EVENT.js +++ b/src/input/gamepad/events/CONNECTED_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/events/DISCONNECTED_EVENT.js b/src/input/gamepad/events/DISCONNECTED_EVENT.js index 6dd87d5477..442a775b85 100644 --- a/src/input/gamepad/events/DISCONNECTED_EVENT.js +++ b/src/input/gamepad/events/DISCONNECTED_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/events/GAMEPAD_BUTTON_DOWN_EVENT.js b/src/input/gamepad/events/GAMEPAD_BUTTON_DOWN_EVENT.js index c7cef250b9..7be189ef31 100644 --- a/src/input/gamepad/events/GAMEPAD_BUTTON_DOWN_EVENT.js +++ b/src/input/gamepad/events/GAMEPAD_BUTTON_DOWN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/events/GAMEPAD_BUTTON_UP_EVENT.js b/src/input/gamepad/events/GAMEPAD_BUTTON_UP_EVENT.js index 509fae4287..b5ba31e0b6 100644 --- a/src/input/gamepad/events/GAMEPAD_BUTTON_UP_EVENT.js +++ b/src/input/gamepad/events/GAMEPAD_BUTTON_UP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/events/index.js b/src/input/gamepad/events/index.js index 4509131844..390ff21f72 100644 --- a/src/input/gamepad/events/index.js +++ b/src/input/gamepad/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/index.js b/src/input/gamepad/index.js index 5076cf7d83..d5ae7b7808 100644 --- a/src/input/gamepad/index.js +++ b/src/input/gamepad/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/gamepad/typedefs/index.js b/src/input/gamepad/typedefs/index.js index 4dd0d29987..6f8b9135b3 100644 --- a/src/input/gamepad/typedefs/index.js +++ b/src/input/gamepad/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/index.js b/src/input/index.js index 67d39a601b..946380d689 100644 --- a/src/input/index.js +++ b/src/input/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/input/keyboard/KeyboardManager.js b/src/input/keyboard/KeyboardManager.js index 9102d5e8bb..5079fb8a39 100644 --- a/src/input/keyboard/KeyboardManager.js +++ b/src/input/keyboard/KeyboardManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ArrayRemove = require('../../utils/array/Remove'); diff --git a/src/input/keyboard/KeyboardPlugin.js b/src/input/keyboard/KeyboardPlugin.js index e9de542abb..8e59775d82 100644 --- a/src/input/keyboard/KeyboardPlugin.js +++ b/src/input/keyboard/KeyboardPlugin.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/input/keyboard/combo/AdvanceKeyCombo.js b/src/input/keyboard/combo/AdvanceKeyCombo.js index 45cb00526b..e6d79aae1b 100644 --- a/src/input/keyboard/combo/AdvanceKeyCombo.js +++ b/src/input/keyboard/combo/AdvanceKeyCombo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/combo/KeyCombo.js b/src/input/keyboard/combo/KeyCombo.js index 45a500d85a..99852d7dec 100644 --- a/src/input/keyboard/combo/KeyCombo.js +++ b/src/input/keyboard/combo/KeyCombo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/input/keyboard/combo/ProcessKeyCombo.js b/src/input/keyboard/combo/ProcessKeyCombo.js index 3d33937a9f..f8f4a70ead 100644 --- a/src/input/keyboard/combo/ProcessKeyCombo.js +++ b/src/input/keyboard/combo/ProcessKeyCombo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 AdvanceKeyCombo = require('./AdvanceKeyCombo'); diff --git a/src/input/keyboard/combo/ResetKeyCombo.js b/src/input/keyboard/combo/ResetKeyCombo.js index 715cd2ced8..9e227696c7 100644 --- a/src/input/keyboard/combo/ResetKeyCombo.js +++ b/src/input/keyboard/combo/ResetKeyCombo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/events/ANY_KEY_DOWN_EVENT.js b/src/input/keyboard/events/ANY_KEY_DOWN_EVENT.js index b3778b7eab..7059de7dc2 100644 --- a/src/input/keyboard/events/ANY_KEY_DOWN_EVENT.js +++ b/src/input/keyboard/events/ANY_KEY_DOWN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/events/ANY_KEY_UP_EVENT.js b/src/input/keyboard/events/ANY_KEY_UP_EVENT.js index 488945c2b1..3bd902144a 100644 --- a/src/input/keyboard/events/ANY_KEY_UP_EVENT.js +++ b/src/input/keyboard/events/ANY_KEY_UP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/events/COMBO_MATCH_EVENT.js b/src/input/keyboard/events/COMBO_MATCH_EVENT.js index a47fc0c8d3..32e4773b7e 100644 --- a/src/input/keyboard/events/COMBO_MATCH_EVENT.js +++ b/src/input/keyboard/events/COMBO_MATCH_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/events/DOWN_EVENT.js b/src/input/keyboard/events/DOWN_EVENT.js index 18d19d76dd..7717cff68e 100644 --- a/src/input/keyboard/events/DOWN_EVENT.js +++ b/src/input/keyboard/events/DOWN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/events/KEY_DOWN_EVENT.js b/src/input/keyboard/events/KEY_DOWN_EVENT.js index 2d14f888e5..bad7fe369e 100644 --- a/src/input/keyboard/events/KEY_DOWN_EVENT.js +++ b/src/input/keyboard/events/KEY_DOWN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/events/KEY_UP_EVENT.js b/src/input/keyboard/events/KEY_UP_EVENT.js index 362be28d78..c5a7438f62 100644 --- a/src/input/keyboard/events/KEY_UP_EVENT.js +++ b/src/input/keyboard/events/KEY_UP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/events/UP_EVENT.js b/src/input/keyboard/events/UP_EVENT.js index 653b55c599..686b42b83f 100644 --- a/src/input/keyboard/events/UP_EVENT.js +++ b/src/input/keyboard/events/UP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/events/index.js b/src/input/keyboard/events/index.js index c28586dd99..e206c5b01b 100644 --- a/src/input/keyboard/events/index.js +++ b/src/input/keyboard/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/index.js b/src/input/keyboard/index.js index 02ac95caa8..41ef6bced8 100644 --- a/src/input/keyboard/index.js +++ b/src/input/keyboard/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/keys/DownDuration.js b/src/input/keyboard/keys/DownDuration.js index b891832440..7d795c3649 100644 --- a/src/input/keyboard/keys/DownDuration.js +++ b/src/input/keyboard/keys/DownDuration.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/keys/JustDown.js b/src/input/keyboard/keys/JustDown.js index c544f1607f..e9ce916117 100644 --- a/src/input/keyboard/keys/JustDown.js +++ b/src/input/keyboard/keys/JustDown.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/keys/JustUp.js b/src/input/keyboard/keys/JustUp.js index 07c1b0c5e0..7fc8a8d459 100644 --- a/src/input/keyboard/keys/JustUp.js +++ b/src/input/keyboard/keys/JustUp.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/keys/Key.js b/src/input/keyboard/keys/Key.js index c8234f1aa1..3db5e8c178 100644 --- a/src/input/keyboard/keys/Key.js +++ b/src/input/keyboard/keys/Key.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../../utils/Class'); diff --git a/src/input/keyboard/keys/KeyCodes.js b/src/input/keyboard/keys/KeyCodes.js index 06038b20b4..4df01045fc 100644 --- a/src/input/keyboard/keys/KeyCodes.js +++ b/src/input/keyboard/keys/KeyCodes.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/keys/KeyMap.js b/src/input/keyboard/keys/KeyMap.js index 329eb7efd8..430265f431 100644 --- a/src/input/keyboard/keys/KeyMap.js +++ b/src/input/keyboard/keys/KeyMap.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 KeyCodes = require('./KeyCodes'); diff --git a/src/input/keyboard/keys/UpDuration.js b/src/input/keyboard/keys/UpDuration.js index 4ec6b8c9d2..ffe3c50d70 100644 --- a/src/input/keyboard/keys/UpDuration.js +++ b/src/input/keyboard/keys/UpDuration.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/keyboard/typedefs/index.js b/src/input/keyboard/typedefs/index.js index 946565e676..79303b9d01 100644 --- a/src/input/keyboard/typedefs/index.js +++ b/src/input/keyboard/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/mouse/MouseManager.js b/src/input/mouse/MouseManager.js index 9907e78c60..ca7b3f39ee 100644 --- a/src/input/mouse/MouseManager.js +++ b/src/input/mouse/MouseManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/input/mouse/index.js b/src/input/mouse/index.js index 436d6775f7..33374f02cd 100644 --- a/src/input/mouse/index.js +++ b/src/input/mouse/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/touch/TouchManager.js b/src/input/touch/TouchManager.js index a1456063a1..dc12769a69 100644 --- a/src/input/touch/TouchManager.js +++ b/src/input/touch/TouchManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/input/touch/index.js b/src/input/touch/index.js index 7c29ac4c9c..89ca6190fc 100644 --- a/src/input/touch/index.js +++ b/src/input/touch/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/typedefs/EventData.js b/src/input/typedefs/EventData.js index aa12a57019..62abd2a2e3 100644 --- a/src/input/typedefs/EventData.js +++ b/src/input/typedefs/EventData.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/input/typedefs/index.js b/src/input/typedefs/index.js index cd233bc700..be05435dfc 100644 --- a/src/input/typedefs/index.js +++ b/src/input/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/File.js b/src/loader/File.js index 9043f84c63..f1154a6881 100644 --- a/src/loader/File.js +++ b/src/loader/File.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/loader/FileTypesManager.js b/src/loader/FileTypesManager.js index be20de5558..43db938c85 100644 --- a/src/loader/FileTypesManager.js +++ b/src/loader/FileTypesManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 types = {}; diff --git a/src/loader/GetURL.js b/src/loader/GetURL.js index 9e16bd9560..25f3b8690f 100644 --- a/src/loader/GetURL.js +++ b/src/loader/GetURL.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/LoaderPlugin.js b/src/loader/LoaderPlugin.js index 08addfbb15..2787544f66 100644 --- a/src/loader/LoaderPlugin.js +++ b/src/loader/LoaderPlugin.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/loader/MergeXHRSettings.js b/src/loader/MergeXHRSettings.js index b9ee9ebf23..070d96938a 100644 --- a/src/loader/MergeXHRSettings.js +++ b/src/loader/MergeXHRSettings.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Extend = require('../utils/object/Extend'); diff --git a/src/loader/MultiFile.js b/src/loader/MultiFile.js index 2ed2f60753..533f971752 100644 --- a/src/loader/MultiFile.js +++ b/src/loader/MultiFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/loader/XHRLoader.js b/src/loader/XHRLoader.js index c8751608a1..3ccf4f9601 100644 --- a/src/loader/XHRLoader.js +++ b/src/loader/XHRLoader.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MergeXHRSettings = require('./MergeXHRSettings'); diff --git a/src/loader/XHRSettings.js b/src/loader/XHRSettings.js index 5b44b64afa..f326784776 100644 --- a/src/loader/XHRSettings.js +++ b/src/loader/XHRSettings.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/const.js b/src/loader/const.js index 27e5d95373..5f6971bc30 100644 --- a/src/loader/const.js +++ b/src/loader/const.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FILE_CONST = { diff --git a/src/loader/events/ADD_EVENT.js b/src/loader/events/ADD_EVENT.js index b9968eb270..49dda4560a 100644 --- a/src/loader/events/ADD_EVENT.js +++ b/src/loader/events/ADD_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/events/COMPLETE_EVENT.js b/src/loader/events/COMPLETE_EVENT.js index f8850f0338..0fffb23fe3 100644 --- a/src/loader/events/COMPLETE_EVENT.js +++ b/src/loader/events/COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/events/FILE_COMPLETE_EVENT.js b/src/loader/events/FILE_COMPLETE_EVENT.js index fc7896a742..1c3d0e4982 100644 --- a/src/loader/events/FILE_COMPLETE_EVENT.js +++ b/src/loader/events/FILE_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/events/FILE_KEY_COMPLETE_EVENT.js b/src/loader/events/FILE_KEY_COMPLETE_EVENT.js index 901ab991fc..d2b8cd5df9 100644 --- a/src/loader/events/FILE_KEY_COMPLETE_EVENT.js +++ b/src/loader/events/FILE_KEY_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/events/FILE_LOAD_ERROR_EVENT.js b/src/loader/events/FILE_LOAD_ERROR_EVENT.js index 9324038b94..1fd691c4e8 100644 --- a/src/loader/events/FILE_LOAD_ERROR_EVENT.js +++ b/src/loader/events/FILE_LOAD_ERROR_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/events/FILE_LOAD_EVENT.js b/src/loader/events/FILE_LOAD_EVENT.js index 4ce4ab98aa..f3cd21fc9c 100644 --- a/src/loader/events/FILE_LOAD_EVENT.js +++ b/src/loader/events/FILE_LOAD_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/events/FILE_PROGRESS_EVENT.js b/src/loader/events/FILE_PROGRESS_EVENT.js index 0a51e4ca72..8422671aa0 100644 --- a/src/loader/events/FILE_PROGRESS_EVENT.js +++ b/src/loader/events/FILE_PROGRESS_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/events/POST_PROCESS_EVENT.js b/src/loader/events/POST_PROCESS_EVENT.js index a234849256..a5f68a16b6 100644 --- a/src/loader/events/POST_PROCESS_EVENT.js +++ b/src/loader/events/POST_PROCESS_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/events/PROGRESS_EVENT.js b/src/loader/events/PROGRESS_EVENT.js index b9176ad025..929063f798 100644 --- a/src/loader/events/PROGRESS_EVENT.js +++ b/src/loader/events/PROGRESS_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/events/START_EVENT.js b/src/loader/events/START_EVENT.js index 3088bd502e..633a092857 100644 --- a/src/loader/events/START_EVENT.js +++ b/src/loader/events/START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/events/index.js b/src/loader/events/index.js index 0ce94a7c67..f48537b67e 100644 --- a/src/loader/events/index.js +++ b/src/loader/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/filetypes/AnimationJSONFile.js b/src/loader/filetypes/AnimationJSONFile.js index 98dcc8e70b..82fdbae8cd 100644 --- a/src/loader/filetypes/AnimationJSONFile.js +++ b/src/loader/filetypes/AnimationJSONFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/AtlasJSONFile.js b/src/loader/filetypes/AtlasJSONFile.js index 87c1c8d228..b0bc645bc8 100644 --- a/src/loader/filetypes/AtlasJSONFile.js +++ b/src/loader/filetypes/AtlasJSONFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/AtlasXMLFile.js b/src/loader/filetypes/AtlasXMLFile.js index 4b3e2eeff4..27ca6d5512 100644 --- a/src/loader/filetypes/AtlasXMLFile.js +++ b/src/loader/filetypes/AtlasXMLFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/AudioFile.js b/src/loader/filetypes/AudioFile.js index 568f6592ca..303004a924 100644 --- a/src/loader/filetypes/AudioFile.js +++ b/src/loader/filetypes/AudioFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/AudioSpriteFile.js b/src/loader/filetypes/AudioSpriteFile.js index 1692ce4c29..da9b47c1b1 100644 --- a/src/loader/filetypes/AudioSpriteFile.js +++ b/src/loader/filetypes/AudioSpriteFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 AudioFile = require('./AudioFile.js'); diff --git a/src/loader/filetypes/BinaryFile.js b/src/loader/filetypes/BinaryFile.js index 9c19ec6eeb..878ceecc9a 100644 --- a/src/loader/filetypes/BinaryFile.js +++ b/src/loader/filetypes/BinaryFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/BitmapFontFile.js b/src/loader/filetypes/BitmapFontFile.js index 47ff114e00..b9806237c9 100644 --- a/src/loader/filetypes/BitmapFontFile.js +++ b/src/loader/filetypes/BitmapFontFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/CSSFile.js b/src/loader/filetypes/CSSFile.js index eb713015b7..2e51dc4551 100644 --- a/src/loader/filetypes/CSSFile.js +++ b/src/loader/filetypes/CSSFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/GLSLFile.js b/src/loader/filetypes/GLSLFile.js index f86414a261..dc8a5995ba 100644 --- a/src/loader/filetypes/GLSLFile.js +++ b/src/loader/filetypes/GLSLFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/HTML5AudioFile.js b/src/loader/filetypes/HTML5AudioFile.js index 5bc3fa9f42..0c8344215c 100644 --- a/src/loader/filetypes/HTML5AudioFile.js +++ b/src/loader/filetypes/HTML5AudioFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/HTMLFile.js b/src/loader/filetypes/HTMLFile.js index bfe10efc2b..15653e6055 100644 --- a/src/loader/filetypes/HTMLFile.js +++ b/src/loader/filetypes/HTMLFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/HTMLTextureFile.js b/src/loader/filetypes/HTMLTextureFile.js index be356f3931..b9825ff60d 100644 --- a/src/loader/filetypes/HTMLTextureFile.js +++ b/src/loader/filetypes/HTMLTextureFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/ImageFile.js b/src/loader/filetypes/ImageFile.js index dcac06149d..3b028b47b6 100644 --- a/src/loader/filetypes/ImageFile.js +++ b/src/loader/filetypes/ImageFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/JSONFile.js b/src/loader/filetypes/JSONFile.js index fb13a87aa4..62573978f8 100644 --- a/src/loader/filetypes/JSONFile.js +++ b/src/loader/filetypes/JSONFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/MultiAtlasFile.js b/src/loader/filetypes/MultiAtlasFile.js index 02bd6d6ffd..e5e543efde 100644 --- a/src/loader/filetypes/MultiAtlasFile.js +++ b/src/loader/filetypes/MultiAtlasFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/MultiScriptFile.js b/src/loader/filetypes/MultiScriptFile.js index 668c30ff6d..0fd3cec7d4 100644 --- a/src/loader/filetypes/MultiScriptFile.js +++ b/src/loader/filetypes/MultiScriptFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/PackFile.js b/src/loader/filetypes/PackFile.js index db66ade591..3ac9ee593c 100644 --- a/src/loader/filetypes/PackFile.js +++ b/src/loader/filetypes/PackFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/PluginFile.js b/src/loader/filetypes/PluginFile.js index 1da5afb36c..455a92853e 100644 --- a/src/loader/filetypes/PluginFile.js +++ b/src/loader/filetypes/PluginFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/SVGFile.js b/src/loader/filetypes/SVGFile.js index ee2e0f6d2c..527c7cbb95 100644 --- a/src/loader/filetypes/SVGFile.js +++ b/src/loader/filetypes/SVGFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/SceneFile.js b/src/loader/filetypes/SceneFile.js index eac215f15d..0d35b7a4cf 100644 --- a/src/loader/filetypes/SceneFile.js +++ b/src/loader/filetypes/SceneFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/ScenePluginFile.js b/src/loader/filetypes/ScenePluginFile.js index fb53470c5b..798a44f025 100644 --- a/src/loader/filetypes/ScenePluginFile.js +++ b/src/loader/filetypes/ScenePluginFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/ScriptFile.js b/src/loader/filetypes/ScriptFile.js index f89b7159a4..cdf88f4cb8 100644 --- a/src/loader/filetypes/ScriptFile.js +++ b/src/loader/filetypes/ScriptFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/SpriteSheetFile.js b/src/loader/filetypes/SpriteSheetFile.js index 393406a308..af515ac496 100644 --- a/src/loader/filetypes/SpriteSheetFile.js +++ b/src/loader/filetypes/SpriteSheetFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/TextFile.js b/src/loader/filetypes/TextFile.js index a8ec06e8dd..3bc1aab6fd 100644 --- a/src/loader/filetypes/TextFile.js +++ b/src/loader/filetypes/TextFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/TilemapCSVFile.js b/src/loader/filetypes/TilemapCSVFile.js index 4a8f1f61b6..ba04c63074 100644 --- a/src/loader/filetypes/TilemapCSVFile.js +++ b/src/loader/filetypes/TilemapCSVFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/TilemapImpactFile.js b/src/loader/filetypes/TilemapImpactFile.js index 6abacd3df0..5ac53873ed 100644 --- a/src/loader/filetypes/TilemapImpactFile.js +++ b/src/loader/filetypes/TilemapImpactFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/TilemapJSONFile.js b/src/loader/filetypes/TilemapJSONFile.js index 4dae559049..ca3f4f8369 100644 --- a/src/loader/filetypes/TilemapJSONFile.js +++ b/src/loader/filetypes/TilemapJSONFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/UnityAtlasFile.js b/src/loader/filetypes/UnityAtlasFile.js index 6fa64c1072..7a62f80852 100644 --- a/src/loader/filetypes/UnityAtlasFile.js +++ b/src/loader/filetypes/UnityAtlasFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/XMLFile.js b/src/loader/filetypes/XMLFile.js index 5c3a96ae4a..7d1ccc32e4 100644 --- a/src/loader/filetypes/XMLFile.js +++ b/src/loader/filetypes/XMLFile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/loader/filetypes/index.js b/src/loader/filetypes/index.js index 97d32f4731..6e238e720a 100644 --- a/src/loader/filetypes/index.js +++ b/src/loader/filetypes/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/filetypes/typedefs/index.js b/src/loader/filetypes/typedefs/index.js index 9204051fc0..ddcef6132e 100644 --- a/src/loader/filetypes/typedefs/index.js +++ b/src/loader/filetypes/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/loader/index.js b/src/loader/index.js index d72c0520f0..880561bb87 100644 --- a/src/loader/index.js +++ b/src/loader/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/loader/typedefs/index.js b/src/loader/typedefs/index.js index d9bf22fd85..43e1ddec32 100644 --- a/src/loader/typedefs/index.js +++ b/src/loader/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/Average.js b/src/math/Average.js index f7dccf189d..36665d5750 100644 --- a/src/math/Average.js +++ b/src/math/Average.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/Bernstein.js b/src/math/Bernstein.js index ffa7eb1399..f5aca84d44 100644 --- a/src/math/Bernstein.js +++ b/src/math/Bernstein.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Factorial = require('./Factorial'); diff --git a/src/math/Between.js b/src/math/Between.js index ac89919488..8a222c078c 100644 --- a/src/math/Between.js +++ b/src/math/Between.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/CatmullRom.js b/src/math/CatmullRom.js index 9bb9883f3d..1734ddb5c6 100644 --- a/src/math/CatmullRom.js +++ b/src/math/CatmullRom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/CeilTo.js b/src/math/CeilTo.js index b0a348e76e..c5b6679071 100644 --- a/src/math/CeilTo.js +++ b/src/math/CeilTo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/Clamp.js b/src/math/Clamp.js index 5dfdffa9d0..216b33b132 100644 --- a/src/math/Clamp.js +++ b/src/math/Clamp.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/DegToRad.js b/src/math/DegToRad.js index 793f321f61..be38e1a8a4 100644 --- a/src/math/DegToRad.js +++ b/src/math/DegToRad.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/math/Difference.js b/src/math/Difference.js index 3a4a6a2571..feebc8409e 100644 --- a/src/math/Difference.js +++ b/src/math/Difference.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/Factorial.js b/src/math/Factorial.js index ccd4012d80..31bc12dbb0 100644 --- a/src/math/Factorial.js +++ b/src/math/Factorial.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/FloatBetween.js b/src/math/FloatBetween.js index c5be23d82b..bbaefabd36 100644 --- a/src/math/FloatBetween.js +++ b/src/math/FloatBetween.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/FloorTo.js b/src/math/FloorTo.js index e108a7af6d..b8742c888b 100644 --- a/src/math/FloorTo.js +++ b/src/math/FloorTo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/FromPercent.js b/src/math/FromPercent.js index 99d7aa22c5..b5f2bd862d 100644 --- a/src/math/FromPercent.js +++ b/src/math/FromPercent.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clamp = require('./Clamp'); diff --git a/src/math/GetSpeed.js b/src/math/GetSpeed.js index 6d0c7b6149..8b1498247d 100644 --- a/src/math/GetSpeed.js +++ b/src/math/GetSpeed.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/IsEven.js b/src/math/IsEven.js index 89237f5b7f..72a2909fbb 100644 --- a/src/math/IsEven.js +++ b/src/math/IsEven.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/IsEvenStrict.js b/src/math/IsEvenStrict.js index 44d0281674..524658685d 100644 --- a/src/math/IsEvenStrict.js +++ b/src/math/IsEvenStrict.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/Linear.js b/src/math/Linear.js index 4358a692f4..ac3873a543 100644 --- a/src/math/Linear.js +++ b/src/math/Linear.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/Matrix3.js b/src/math/Matrix3.js index 48c3657bf7..d91f6b223a 100644 --- a/src/math/Matrix3.js +++ b/src/math/Matrix3.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Adapted from [gl-matrix](https://github.com/toji/gl-matrix) by toji diff --git a/src/math/Matrix4.js b/src/math/Matrix4.js index 831e03a500..4e38a22a25 100644 --- a/src/math/Matrix4.js +++ b/src/math/Matrix4.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Adapted from [gl-matrix](https://github.com/toji/gl-matrix) by toji diff --git a/src/math/MaxAdd.js b/src/math/MaxAdd.js index 231282a5f8..77fd89b4f4 100644 --- a/src/math/MaxAdd.js +++ b/src/math/MaxAdd.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/MinSub.js b/src/math/MinSub.js index 51220cb5f4..a6a0427ffa 100644 --- a/src/math/MinSub.js +++ b/src/math/MinSub.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/Percent.js b/src/math/Percent.js index 5442d8da8c..c54b6d7359 100644 --- a/src/math/Percent.js +++ b/src/math/Percent.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/Quaternion.js b/src/math/Quaternion.js index 5737ce96fc..eaccb2ebb7 100644 --- a/src/math/Quaternion.js +++ b/src/math/Quaternion.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Adapted from [gl-matrix](https://github.com/toji/gl-matrix) by toji diff --git a/src/math/RadToDeg.js b/src/math/RadToDeg.js index 2f8ef3966d..cf52bd8450 100644 --- a/src/math/RadToDeg.js +++ b/src/math/RadToDeg.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/math/RandomXY.js b/src/math/RandomXY.js index 97c73fd1b7..4815d0ba71 100644 --- a/src/math/RandomXY.js +++ b/src/math/RandomXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/RandomXYZ.js b/src/math/RandomXYZ.js index d4a1528a6f..e885cda1b8 100644 --- a/src/math/RandomXYZ.js +++ b/src/math/RandomXYZ.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/RandomXYZW.js b/src/math/RandomXYZW.js index c03e7a3343..9576dafb4b 100644 --- a/src/math/RandomXYZW.js +++ b/src/math/RandomXYZW.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/Rotate.js b/src/math/Rotate.js index 1032aff336..41e6c93f43 100644 --- a/src/math/Rotate.js +++ b/src/math/Rotate.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/RotateAround.js b/src/math/RotateAround.js index 9cd938f0d5..e3f78ecdd8 100644 --- a/src/math/RotateAround.js +++ b/src/math/RotateAround.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/RotateAroundDistance.js b/src/math/RotateAroundDistance.js index 57e5f60c02..d377544222 100644 --- a/src/math/RotateAroundDistance.js +++ b/src/math/RotateAroundDistance.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/RotateVec3.js b/src/math/RotateVec3.js index 5b5532b08b..5750955aa6 100644 --- a/src/math/RotateVec3.js +++ b/src/math/RotateVec3.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Vector3 = require('../math/Vector3'); diff --git a/src/math/RoundAwayFromZero.js b/src/math/RoundAwayFromZero.js index ebdce5eee5..9c7e65b62b 100644 --- a/src/math/RoundAwayFromZero.js +++ b/src/math/RoundAwayFromZero.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/RoundTo.js b/src/math/RoundTo.js index 8a34efa9ef..159ddac817 100644 --- a/src/math/RoundTo.js +++ b/src/math/RoundTo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/SinCosTableGenerator.js b/src/math/SinCosTableGenerator.js index ba74c1e7ff..7f683559d8 100644 --- a/src/math/SinCosTableGenerator.js +++ b/src/math/SinCosTableGenerator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/SmoothStep.js b/src/math/SmoothStep.js index 4b646187cb..15873c3d79 100644 --- a/src/math/SmoothStep.js +++ b/src/math/SmoothStep.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/SmootherStep.js b/src/math/SmootherStep.js index 80e0cfeca4..f978e9a3c5 100644 --- a/src/math/SmootherStep.js +++ b/src/math/SmootherStep.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/TransformXY.js b/src/math/TransformXY.js index c2021ccfeb..c312966b7b 100644 --- a/src/math/TransformXY.js +++ b/src/math/TransformXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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('./Vector2'); diff --git a/src/math/Vector2.js b/src/math/Vector2.js index da959285ee..5a77fdb1c0 100644 --- a/src/math/Vector2.js +++ b/src/math/Vector2.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Adapted from [gl-matrix](https://github.com/toji/gl-matrix) by toji diff --git a/src/math/Vector3.js b/src/math/Vector3.js index ba23645037..d2461fe570 100644 --- a/src/math/Vector3.js +++ b/src/math/Vector3.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Adapted from [gl-matrix](https://github.com/toji/gl-matrix) by toji diff --git a/src/math/Vector4.js b/src/math/Vector4.js index 04f814ed1d..16eb468b26 100644 --- a/src/math/Vector4.js +++ b/src/math/Vector4.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Adapted from [gl-matrix](https://github.com/toji/gl-matrix) by toji diff --git a/src/math/Within.js b/src/math/Within.js index 20bca5e39f..13b985ac16 100644 --- a/src/math/Within.js +++ b/src/math/Within.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/Wrap.js b/src/math/Wrap.js index 3ffbf92e8f..ed2d858867 100644 --- a/src/math/Wrap.js +++ b/src/math/Wrap.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/angle/Between.js b/src/math/angle/Between.js index 93f468e405..0bc7b72dc6 100644 --- a/src/math/angle/Between.js +++ b/src/math/angle/Between.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/angle/BetweenPoints.js b/src/math/angle/BetweenPoints.js index 89abdb8d60..e8aeca982f 100644 --- a/src/math/angle/BetweenPoints.js +++ b/src/math/angle/BetweenPoints.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/angle/BetweenPointsY.js b/src/math/angle/BetweenPointsY.js index ce5c6abb72..89778227c3 100644 --- a/src/math/angle/BetweenPointsY.js +++ b/src/math/angle/BetweenPointsY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/angle/BetweenY.js b/src/math/angle/BetweenY.js index 60b6c42d41..83accd9113 100644 --- a/src/math/angle/BetweenY.js +++ b/src/math/angle/BetweenY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/angle/CounterClockwise.js b/src/math/angle/CounterClockwise.js index 30d8db432e..7be7583ec3 100644 --- a/src/math/angle/CounterClockwise.js +++ b/src/math/angle/CounterClockwise.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('../const'); diff --git a/src/math/angle/Normalize.js b/src/math/angle/Normalize.js index 3f0a5bdbfc..0b2815a8f1 100644 --- a/src/math/angle/Normalize.js +++ b/src/math/angle/Normalize.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/angle/Reverse.js b/src/math/angle/Reverse.js index 0573b9bc4d..8d14b4d3a8 100644 --- a/src/math/angle/Reverse.js +++ b/src/math/angle/Reverse.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Normalize = require('./Normalize'); diff --git a/src/math/angle/RotateTo.js b/src/math/angle/RotateTo.js index 38f86efce7..c001cc09fd 100644 --- a/src/math/angle/RotateTo.js +++ b/src/math/angle/RotateTo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MATH_CONST = require('../const'); diff --git a/src/math/angle/ShortestBetween.js b/src/math/angle/ShortestBetween.js index a5c5fc8fae..bccba73ec5 100644 --- a/src/math/angle/ShortestBetween.js +++ b/src/math/angle/ShortestBetween.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/angle/Wrap.js b/src/math/angle/Wrap.js index 70b6785927..ce2e983468 100644 --- a/src/math/angle/Wrap.js +++ b/src/math/angle/Wrap.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MathWrap = require('../Wrap'); diff --git a/src/math/angle/WrapDegrees.js b/src/math/angle/WrapDegrees.js index f7f5f88f12..f109c8f655 100644 --- a/src/math/angle/WrapDegrees.js +++ b/src/math/angle/WrapDegrees.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Wrap = require('../Wrap'); diff --git a/src/math/angle/index.js b/src/math/angle/index.js index 41e7fdb838..54a9eada27 100644 --- a/src/math/angle/index.js +++ b/src/math/angle/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/const.js b/src/math/const.js index cd1ef4c475..0cb33bb8ae 100644 --- a/src/math/const.js +++ b/src/math/const.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MATH_CONST = { diff --git a/src/math/distance/DistanceBetween.js b/src/math/distance/DistanceBetween.js index e791a2bec4..9fda89342f 100644 --- a/src/math/distance/DistanceBetween.js +++ b/src/math/distance/DistanceBetween.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/distance/DistancePower.js b/src/math/distance/DistancePower.js index d20ac24c16..a179e60264 100644 --- a/src/math/distance/DistancePower.js +++ b/src/math/distance/DistancePower.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/distance/DistanceSquared.js b/src/math/distance/DistanceSquared.js index 41f8f04754..01414ee9a4 100644 --- a/src/math/distance/DistanceSquared.js +++ b/src/math/distance/DistanceSquared.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/distance/index.js b/src/math/distance/index.js index 0b5b65398a..c31199005e 100644 --- a/src/math/distance/index.js +++ b/src/math/distance/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/EaseMap.js b/src/math/easing/EaseMap.js index a4ec62aa23..f6cfd1782b 100644 --- a/src/math/easing/EaseMap.js +++ b/src/math/easing/EaseMap.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Back = require('./back'); diff --git a/src/math/easing/back/In.js b/src/math/easing/back/In.js index 0e12696b65..0a668803dc 100644 --- a/src/math/easing/back/In.js +++ b/src/math/easing/back/In.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/back/InOut.js b/src/math/easing/back/InOut.js index 48dbdf22c4..8ced13b08c 100644 --- a/src/math/easing/back/InOut.js +++ b/src/math/easing/back/InOut.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/back/Out.js b/src/math/easing/back/Out.js index f225261b4e..da82f3c881 100644 --- a/src/math/easing/back/Out.js +++ b/src/math/easing/back/Out.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/back/index.js b/src/math/easing/back/index.js index e7f5536fdc..c6a4cba067 100644 --- a/src/math/easing/back/index.js +++ b/src/math/easing/back/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/bounce/In.js b/src/math/easing/bounce/In.js index b446e257f5..773876adfe 100644 --- a/src/math/easing/bounce/In.js +++ b/src/math/easing/bounce/In.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/bounce/InOut.js b/src/math/easing/bounce/InOut.js index bc86ac0ebb..1db66bf866 100644 --- a/src/math/easing/bounce/InOut.js +++ b/src/math/easing/bounce/InOut.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/bounce/Out.js b/src/math/easing/bounce/Out.js index fa1df960ee..b6551dc9b4 100644 --- a/src/math/easing/bounce/Out.js +++ b/src/math/easing/bounce/Out.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/bounce/index.js b/src/math/easing/bounce/index.js index 1d710add33..86fdae1a5a 100644 --- a/src/math/easing/bounce/index.js +++ b/src/math/easing/bounce/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/circular/In.js b/src/math/easing/circular/In.js index 3f8f01e5b3..9e5d217f30 100644 --- a/src/math/easing/circular/In.js +++ b/src/math/easing/circular/In.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/circular/InOut.js b/src/math/easing/circular/InOut.js index 58ac26633d..288e9cced7 100644 --- a/src/math/easing/circular/InOut.js +++ b/src/math/easing/circular/InOut.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/circular/Out.js b/src/math/easing/circular/Out.js index 7aafdfa081..04772dbc8e 100644 --- a/src/math/easing/circular/Out.js +++ b/src/math/easing/circular/Out.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/circular/index.js b/src/math/easing/circular/index.js index 65afeb7f38..01f490bc79 100644 --- a/src/math/easing/circular/index.js +++ b/src/math/easing/circular/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/cubic/In.js b/src/math/easing/cubic/In.js index fab124cb8f..80ca09c0b3 100644 --- a/src/math/easing/cubic/In.js +++ b/src/math/easing/cubic/In.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/cubic/InOut.js b/src/math/easing/cubic/InOut.js index 4ddd6f732b..4b30e001bb 100644 --- a/src/math/easing/cubic/InOut.js +++ b/src/math/easing/cubic/InOut.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/cubic/Out.js b/src/math/easing/cubic/Out.js index f6c8e904e5..baa9507297 100644 --- a/src/math/easing/cubic/Out.js +++ b/src/math/easing/cubic/Out.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/cubic/index.js b/src/math/easing/cubic/index.js index 47d96a8d77..d05c1a4905 100644 --- a/src/math/easing/cubic/index.js +++ b/src/math/easing/cubic/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/elastic/In.js b/src/math/easing/elastic/In.js index dba2912733..8d71afceee 100644 --- a/src/math/easing/elastic/In.js +++ b/src/math/easing/elastic/In.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/elastic/InOut.js b/src/math/easing/elastic/InOut.js index 912546d2f6..34542bfa0e 100644 --- a/src/math/easing/elastic/InOut.js +++ b/src/math/easing/elastic/InOut.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/elastic/Out.js b/src/math/easing/elastic/Out.js index 9e18dce0dd..681b8ecb4f 100644 --- a/src/math/easing/elastic/Out.js +++ b/src/math/easing/elastic/Out.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/elastic/index.js b/src/math/easing/elastic/index.js index 916a107210..8f5355a16f 100644 --- a/src/math/easing/elastic/index.js +++ b/src/math/easing/elastic/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/expo/In.js b/src/math/easing/expo/In.js index e43d4e404f..4d99821b57 100644 --- a/src/math/easing/expo/In.js +++ b/src/math/easing/expo/In.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/expo/InOut.js b/src/math/easing/expo/InOut.js index d6e0127b4a..bd6b058404 100644 --- a/src/math/easing/expo/InOut.js +++ b/src/math/easing/expo/InOut.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/expo/Out.js b/src/math/easing/expo/Out.js index 7fe181fb99..58c5e9b944 100644 --- a/src/math/easing/expo/Out.js +++ b/src/math/easing/expo/Out.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/expo/index.js b/src/math/easing/expo/index.js index cdf09ed210..6cbcf3988e 100644 --- a/src/math/easing/expo/index.js +++ b/src/math/easing/expo/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/index.js b/src/math/easing/index.js index 46c9ad3d27..3ea7fc017f 100644 --- a/src/math/easing/index.js +++ b/src/math/easing/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/linear/Linear.js b/src/math/easing/linear/Linear.js index f1b72fb0ef..e166f0c896 100644 --- a/src/math/easing/linear/Linear.js +++ b/src/math/easing/linear/Linear.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/linear/index.js b/src/math/easing/linear/index.js index a89cf99fdc..df2eb13e14 100644 --- a/src/math/easing/linear/index.js +++ b/src/math/easing/linear/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quadratic/In.js b/src/math/easing/quadratic/In.js index 19fbdca502..2315443fcd 100644 --- a/src/math/easing/quadratic/In.js +++ b/src/math/easing/quadratic/In.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quadratic/InOut.js b/src/math/easing/quadratic/InOut.js index 5260588ff7..0f08b74946 100644 --- a/src/math/easing/quadratic/InOut.js +++ b/src/math/easing/quadratic/InOut.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quadratic/Out.js b/src/math/easing/quadratic/Out.js index 8ddfa59ac7..e9606dd8cc 100644 --- a/src/math/easing/quadratic/Out.js +++ b/src/math/easing/quadratic/Out.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quadratic/index.js b/src/math/easing/quadratic/index.js index 2ee0fae3ef..963e14e787 100644 --- a/src/math/easing/quadratic/index.js +++ b/src/math/easing/quadratic/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quartic/In.js b/src/math/easing/quartic/In.js index 899e42870c..1dc3fd8676 100644 --- a/src/math/easing/quartic/In.js +++ b/src/math/easing/quartic/In.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quartic/InOut.js b/src/math/easing/quartic/InOut.js index 401fb52af1..6f6063ade7 100644 --- a/src/math/easing/quartic/InOut.js +++ b/src/math/easing/quartic/InOut.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quartic/Out.js b/src/math/easing/quartic/Out.js index 51db163147..ada982b981 100644 --- a/src/math/easing/quartic/Out.js +++ b/src/math/easing/quartic/Out.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quartic/index.js b/src/math/easing/quartic/index.js index 7b777313c3..55ab3418bc 100644 --- a/src/math/easing/quartic/index.js +++ b/src/math/easing/quartic/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quintic/In.js b/src/math/easing/quintic/In.js index af4e7e4684..4d84fea359 100644 --- a/src/math/easing/quintic/In.js +++ b/src/math/easing/quintic/In.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quintic/InOut.js b/src/math/easing/quintic/InOut.js index f319888f02..b3140779f0 100644 --- a/src/math/easing/quintic/InOut.js +++ b/src/math/easing/quintic/InOut.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quintic/Out.js b/src/math/easing/quintic/Out.js index 1a56ca5910..79177d664b 100644 --- a/src/math/easing/quintic/Out.js +++ b/src/math/easing/quintic/Out.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/quintic/index.js b/src/math/easing/quintic/index.js index 45c48dcf6d..3b8854448a 100644 --- a/src/math/easing/quintic/index.js +++ b/src/math/easing/quintic/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/sine/In.js b/src/math/easing/sine/In.js index bb514a0a58..9d0512ad93 100644 --- a/src/math/easing/sine/In.js +++ b/src/math/easing/sine/In.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/sine/InOut.js b/src/math/easing/sine/InOut.js index 362d638249..73b12f0fa6 100644 --- a/src/math/easing/sine/InOut.js +++ b/src/math/easing/sine/InOut.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/sine/Out.js b/src/math/easing/sine/Out.js index d320ac1aa9..ae4c9e5042 100644 --- a/src/math/easing/sine/Out.js +++ b/src/math/easing/sine/Out.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/sine/index.js b/src/math/easing/sine/index.js index 44c008c5cd..fa1aa26041 100644 --- a/src/math/easing/sine/index.js +++ b/src/math/easing/sine/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/stepped/Stepped.js b/src/math/easing/stepped/Stepped.js index 718a90864c..b9aca0835f 100644 --- a/src/math/easing/stepped/Stepped.js +++ b/src/math/easing/stepped/Stepped.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/easing/stepped/index.js b/src/math/easing/stepped/index.js index 1ab7266d92..249305af6d 100644 --- a/src/math/easing/stepped/index.js +++ b/src/math/easing/stepped/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/fuzzy/Ceil.js b/src/math/fuzzy/Ceil.js index 9009b5ad2d..1284eb7192 100644 --- a/src/math/fuzzy/Ceil.js +++ b/src/math/fuzzy/Ceil.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/fuzzy/Equal.js b/src/math/fuzzy/Equal.js index 83dd2e7ca0..7bb2e8a240 100644 --- a/src/math/fuzzy/Equal.js +++ b/src/math/fuzzy/Equal.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/fuzzy/Floor.js b/src/math/fuzzy/Floor.js index 81e2a078a2..972f6eca46 100644 --- a/src/math/fuzzy/Floor.js +++ b/src/math/fuzzy/Floor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/fuzzy/GreaterThan.js b/src/math/fuzzy/GreaterThan.js index 59da3809a9..1445346038 100644 --- a/src/math/fuzzy/GreaterThan.js +++ b/src/math/fuzzy/GreaterThan.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/fuzzy/LessThan.js b/src/math/fuzzy/LessThan.js index c566041cad..b62d7b3eb8 100644 --- a/src/math/fuzzy/LessThan.js +++ b/src/math/fuzzy/LessThan.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/fuzzy/index.js b/src/math/fuzzy/index.js index 8cf98a9f82..b34f8d65e7 100644 --- a/src/math/fuzzy/index.js +++ b/src/math/fuzzy/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/index.js b/src/math/index.js index b18d9655a0..c67990a800 100644 --- a/src/math/index.js +++ b/src/math/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/math/interpolation/BezierInterpolation.js b/src/math/interpolation/BezierInterpolation.js index 6b90e76f93..9cc4526ee6 100644 --- a/src/math/interpolation/BezierInterpolation.js +++ b/src/math/interpolation/BezierInterpolation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Bernstein = require('../Bernstein'); diff --git a/src/math/interpolation/CatmullRomInterpolation.js b/src/math/interpolation/CatmullRomInterpolation.js index 85ae298f91..3f167a678f 100644 --- a/src/math/interpolation/CatmullRomInterpolation.js +++ b/src/math/interpolation/CatmullRomInterpolation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CatmullRom = require('../CatmullRom'); diff --git a/src/math/interpolation/CubicBezierInterpolation.js b/src/math/interpolation/CubicBezierInterpolation.js index 6e95280af5..b1c6dae24f 100644 --- a/src/math/interpolation/CubicBezierInterpolation.js +++ b/src/math/interpolation/CubicBezierInterpolation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/interpolation/LinearInterpolation.js b/src/math/interpolation/LinearInterpolation.js index 39b045cc18..75e8085005 100644 --- a/src/math/interpolation/LinearInterpolation.js +++ b/src/math/interpolation/LinearInterpolation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Linear = require('../Linear'); diff --git a/src/math/interpolation/QuadraticBezierInterpolation.js b/src/math/interpolation/QuadraticBezierInterpolation.js index 7cf8e83e27..f35607948a 100644 --- a/src/math/interpolation/QuadraticBezierInterpolation.js +++ b/src/math/interpolation/QuadraticBezierInterpolation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/interpolation/SmoothStepInterpolation.js b/src/math/interpolation/SmoothStepInterpolation.js index 96c56b0486..79988cea2d 100644 --- a/src/math/interpolation/SmoothStepInterpolation.js +++ b/src/math/interpolation/SmoothStepInterpolation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SmoothStep = require('../SmoothStep'); diff --git a/src/math/interpolation/SmootherStepInterpolation.js b/src/math/interpolation/SmootherStepInterpolation.js index f29ca9d57f..037852ff40 100644 --- a/src/math/interpolation/SmootherStepInterpolation.js +++ b/src/math/interpolation/SmootherStepInterpolation.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SmootherStep = require('../SmootherStep'); diff --git a/src/math/interpolation/index.js b/src/math/interpolation/index.js index 102523fab7..92f277f7f9 100644 --- a/src/math/interpolation/index.js +++ b/src/math/interpolation/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/pow2/GetPowerOfTwo.js b/src/math/pow2/GetPowerOfTwo.js index 6aee276920..e5885bb07a 100644 --- a/src/math/pow2/GetPowerOfTwo.js +++ b/src/math/pow2/GetPowerOfTwo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/pow2/IsSizePowerOfTwo.js b/src/math/pow2/IsSizePowerOfTwo.js index aad022ba5a..40754aa09c 100644 --- a/src/math/pow2/IsSizePowerOfTwo.js +++ b/src/math/pow2/IsSizePowerOfTwo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/pow2/IsValuePowerOfTwo.js b/src/math/pow2/IsValuePowerOfTwo.js index 6faa413179..71c1266996 100644 --- a/src/math/pow2/IsValuePowerOfTwo.js +++ b/src/math/pow2/IsValuePowerOfTwo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/pow2/index.js b/src/math/pow2/index.js index e8c1c7a04c..09ba3e4999 100644 --- a/src/math/pow2/index.js +++ b/src/math/pow2/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/random-data-generator/RandomDataGenerator.js b/src/math/random-data-generator/RandomDataGenerator.js index bd5e123984..f3f894a742 100644 --- a/src/math/random-data-generator/RandomDataGenerator.js +++ b/src/math/random-data-generator/RandomDataGenerator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/math/snap/SnapCeil.js b/src/math/snap/SnapCeil.js index 3a620e050d..66b75ef8cb 100644 --- a/src/math/snap/SnapCeil.js +++ b/src/math/snap/SnapCeil.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/snap/SnapFloor.js b/src/math/snap/SnapFloor.js index 8f0c5bcc2a..fe1ce5e054 100644 --- a/src/math/snap/SnapFloor.js +++ b/src/math/snap/SnapFloor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/snap/SnapTo.js b/src/math/snap/SnapTo.js index 7bb731ff4b..9290602674 100644 --- a/src/math/snap/SnapTo.js +++ b/src/math/snap/SnapTo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/snap/index.js b/src/math/snap/index.js index 2bd1c0cf50..140bbc52ed 100644 --- a/src/math/snap/index.js +++ b/src/math/snap/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/math/typedefs/index.js b/src/math/typedefs/index.js index 347c00fa91..b954516e05 100644 --- a/src/math/typedefs/index.js +++ b/src/math/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/phaser-arcade-physics.js b/src/phaser-arcade-physics.js index d1389628ad..08ce53fad2 100644 --- a/src/phaser-arcade-physics.js +++ b/src/phaser-arcade-physics.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ require('./polyfills'); diff --git a/src/phaser-core.js b/src/phaser-core.js index aee6b32cac..1d548a36b9 100644 --- a/src/phaser-core.js +++ b/src/phaser-core.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ require('./polyfills'); diff --git a/src/phaser.js b/src/phaser.js index c5d5d56b3d..934ab9e700 100644 --- a/src/phaser.js +++ b/src/phaser.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ require('./polyfills'); diff --git a/src/physics/arcade/ArcadeImage.js b/src/physics/arcade/ArcadeImage.js index 88652657b6..48549fc272 100644 --- a/src/physics/arcade/ArcadeImage.js +++ b/src/physics/arcade/ArcadeImage.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/arcade/ArcadePhysics.js b/src/physics/arcade/ArcadePhysics.js index d37392f1b1..81d9dfca53 100644 --- a/src/physics/arcade/ArcadePhysics.js +++ b/src/physics/arcade/ArcadePhysics.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/arcade/ArcadeSprite.js b/src/physics/arcade/ArcadeSprite.js index 20cbd36c87..24262f7f1d 100644 --- a/src/physics/arcade/ArcadeSprite.js +++ b/src/physics/arcade/ArcadeSprite.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/arcade/Body.js b/src/physics/arcade/Body.js index 8138151a66..e669ac8438 100644 --- a/src/physics/arcade/Body.js +++ b/src/physics/arcade/Body.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CircleContains = require('../../geom/circle/Contains'); diff --git a/src/physics/arcade/Collider.js b/src/physics/arcade/Collider.js index 5c5a3e8bf0..0915142dc5 100644 --- a/src/physics/arcade/Collider.js +++ b/src/physics/arcade/Collider.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/arcade/Factory.js b/src/physics/arcade/Factory.js index 0ca49ef3c1..d521c968b1 100644 --- a/src/physics/arcade/Factory.js +++ b/src/physics/arcade/Factory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ArcadeImage = require('./ArcadeImage'); diff --git a/src/physics/arcade/GetOverlapX.js b/src/physics/arcade/GetOverlapX.js index 254d28f9f4..31b7d988cc 100644 --- a/src/physics/arcade/GetOverlapX.js +++ b/src/physics/arcade/GetOverlapX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/physics/arcade/GetOverlapY.js b/src/physics/arcade/GetOverlapY.js index 4376b75dd9..6a2e28d39b 100644 --- a/src/physics/arcade/GetOverlapY.js +++ b/src/physics/arcade/GetOverlapY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/physics/arcade/PhysicsGroup.js b/src/physics/arcade/PhysicsGroup.js index 47dd34946e..ecaf7e0d77 100644 --- a/src/physics/arcade/PhysicsGroup.js +++ b/src/physics/arcade/PhysicsGroup.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ArcadeSprite = require('./ArcadeSprite'); diff --git a/src/physics/arcade/SeparateX.js b/src/physics/arcade/SeparateX.js index 3a5ce0cc62..c593f27445 100644 --- a/src/physics/arcade/SeparateX.js +++ b/src/physics/arcade/SeparateX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetOverlapX = require('./GetOverlapX'); diff --git a/src/physics/arcade/SeparateY.js b/src/physics/arcade/SeparateY.js index 10f3acc92c..c5180aece1 100644 --- a/src/physics/arcade/SeparateY.js +++ b/src/physics/arcade/SeparateY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetOverlapY = require('./GetOverlapY'); diff --git a/src/physics/arcade/StaticBody.js b/src/physics/arcade/StaticBody.js index 631e87fb45..4cfec18d4c 100644 --- a/src/physics/arcade/StaticBody.js +++ b/src/physics/arcade/StaticBody.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CircleContains = require('../../geom/circle/Contains'); diff --git a/src/physics/arcade/StaticPhysicsGroup.js b/src/physics/arcade/StaticPhysicsGroup.js index 2a9ef342a4..505d9ed353 100644 --- a/src/physics/arcade/StaticPhysicsGroup.js +++ b/src/physics/arcade/StaticPhysicsGroup.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ArcadeSprite = require('./ArcadeSprite'); diff --git a/src/physics/arcade/World.js b/src/physics/arcade/World.js index 02d86dc1a1..89b65ce0a4 100644 --- a/src/physics/arcade/World.js +++ b/src/physics/arcade/World.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Body = require('./Body'); diff --git a/src/physics/arcade/components/Acceleration.js b/src/physics/arcade/components/Acceleration.js index 95849feb70..e8ae808d7a 100644 --- a/src/physics/arcade/components/Acceleration.js +++ b/src/physics/arcade/components/Acceleration.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/Angular.js b/src/physics/arcade/components/Angular.js index e0947b7672..10db6dd37d 100644 --- a/src/physics/arcade/components/Angular.js +++ b/src/physics/arcade/components/Angular.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/Bounce.js b/src/physics/arcade/components/Bounce.js index 70e533550d..b1d94b5269 100644 --- a/src/physics/arcade/components/Bounce.js +++ b/src/physics/arcade/components/Bounce.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/Debug.js b/src/physics/arcade/components/Debug.js index bb59aa8606..9305686d9c 100644 --- a/src/physics/arcade/components/Debug.js +++ b/src/physics/arcade/components/Debug.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/Drag.js b/src/physics/arcade/components/Drag.js index affd2a3840..727fee57c4 100644 --- a/src/physics/arcade/components/Drag.js +++ b/src/physics/arcade/components/Drag.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/Enable.js b/src/physics/arcade/components/Enable.js index 9d68fc2412..df57638da4 100644 --- a/src/physics/arcade/components/Enable.js +++ b/src/physics/arcade/components/Enable.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/Friction.js b/src/physics/arcade/components/Friction.js index 935ffd445c..c18c2f02e3 100644 --- a/src/physics/arcade/components/Friction.js +++ b/src/physics/arcade/components/Friction.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/Gravity.js b/src/physics/arcade/components/Gravity.js index f0fac40540..5a9f6b8a6f 100644 --- a/src/physics/arcade/components/Gravity.js +++ b/src/physics/arcade/components/Gravity.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/Immovable.js b/src/physics/arcade/components/Immovable.js index bbd7b64f80..02f0b6bc1c 100644 --- a/src/physics/arcade/components/Immovable.js +++ b/src/physics/arcade/components/Immovable.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/Mass.js b/src/physics/arcade/components/Mass.js index 3ea184efba..7ec318e05a 100644 --- a/src/physics/arcade/components/Mass.js +++ b/src/physics/arcade/components/Mass.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/Size.js b/src/physics/arcade/components/Size.js index 9cdb1c11a7..cfbcc9c422 100644 --- a/src/physics/arcade/components/Size.js +++ b/src/physics/arcade/components/Size.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/Velocity.js b/src/physics/arcade/components/Velocity.js index 669c59443a..03d52e16b9 100644 --- a/src/physics/arcade/components/Velocity.js +++ b/src/physics/arcade/components/Velocity.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/components/index.js b/src/physics/arcade/components/index.js index 99ca79d87c..1b0367c682 100644 --- a/src/physics/arcade/components/index.js +++ b/src/physics/arcade/components/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/const.js b/src/physics/arcade/const.js index 66ba39dbf0..1f330ea12d 100644 --- a/src/physics/arcade/const.js +++ b/src/physics/arcade/const.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/events/COLLIDE_EVENT.js b/src/physics/arcade/events/COLLIDE_EVENT.js index fe0d8c42da..4f057780f6 100644 --- a/src/physics/arcade/events/COLLIDE_EVENT.js +++ b/src/physics/arcade/events/COLLIDE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/events/OVERLAP_EVENT.js b/src/physics/arcade/events/OVERLAP_EVENT.js index f21db3fc4e..29fd2b67ed 100644 --- a/src/physics/arcade/events/OVERLAP_EVENT.js +++ b/src/physics/arcade/events/OVERLAP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/events/PAUSE_EVENT.js b/src/physics/arcade/events/PAUSE_EVENT.js index 4968a0e7f1..ade79c6c14 100644 --- a/src/physics/arcade/events/PAUSE_EVENT.js +++ b/src/physics/arcade/events/PAUSE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/events/RESUME_EVENT.js b/src/physics/arcade/events/RESUME_EVENT.js index a07be114b5..0e220c4399 100644 --- a/src/physics/arcade/events/RESUME_EVENT.js +++ b/src/physics/arcade/events/RESUME_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/events/TILE_COLLIDE_EVENT.js b/src/physics/arcade/events/TILE_COLLIDE_EVENT.js index 787562f9ac..971375095b 100644 --- a/src/physics/arcade/events/TILE_COLLIDE_EVENT.js +++ b/src/physics/arcade/events/TILE_COLLIDE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/events/TILE_OVERLAP_EVENT.js b/src/physics/arcade/events/TILE_OVERLAP_EVENT.js index bd1243b260..05e0b2a3ba 100644 --- a/src/physics/arcade/events/TILE_OVERLAP_EVENT.js +++ b/src/physics/arcade/events/TILE_OVERLAP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/events/WORLD_BOUNDS_EVENT.js b/src/physics/arcade/events/WORLD_BOUNDS_EVENT.js index 9831a9350f..8c2652845d 100644 --- a/src/physics/arcade/events/WORLD_BOUNDS_EVENT.js +++ b/src/physics/arcade/events/WORLD_BOUNDS_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/events/index.js b/src/physics/arcade/events/index.js index 594441502f..35ae8c8c73 100644 --- a/src/physics/arcade/events/index.js +++ b/src/physics/arcade/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/index.js b/src/physics/arcade/index.js index 51c7e4a37a..95b030540f 100644 --- a/src/physics/arcade/index.js +++ b/src/physics/arcade/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/physics/arcade/tilemap/ProcessTileCallbacks.js b/src/physics/arcade/tilemap/ProcessTileCallbacks.js index b73d203d4e..a50769ac29 100644 --- a/src/physics/arcade/tilemap/ProcessTileCallbacks.js +++ b/src/physics/arcade/tilemap/ProcessTileCallbacks.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/tilemap/ProcessTileSeparationX.js b/src/physics/arcade/tilemap/ProcessTileSeparationX.js index 368ae6fdaa..51c38088fa 100644 --- a/src/physics/arcade/tilemap/ProcessTileSeparationX.js +++ b/src/physics/arcade/tilemap/ProcessTileSeparationX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/tilemap/ProcessTileSeparationY.js b/src/physics/arcade/tilemap/ProcessTileSeparationY.js index d9f2bd4bb1..d79278c895 100644 --- a/src/physics/arcade/tilemap/ProcessTileSeparationY.js +++ b/src/physics/arcade/tilemap/ProcessTileSeparationY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/tilemap/SeparateTile.js b/src/physics/arcade/tilemap/SeparateTile.js index 2f4785f1af..778bf57bec 100644 --- a/src/physics/arcade/tilemap/SeparateTile.js +++ b/src/physics/arcade/tilemap/SeparateTile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 TileCheckX = require('./TileCheckX'); diff --git a/src/physics/arcade/tilemap/TileCheckX.js b/src/physics/arcade/tilemap/TileCheckX.js index 2962645f49..d95dd51a1a 100644 --- a/src/physics/arcade/tilemap/TileCheckX.js +++ b/src/physics/arcade/tilemap/TileCheckX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ProcessTileSeparationX = require('./ProcessTileSeparationX'); diff --git a/src/physics/arcade/tilemap/TileCheckY.js b/src/physics/arcade/tilemap/TileCheckY.js index 4efa18dfc7..03b3ae4aa3 100644 --- a/src/physics/arcade/tilemap/TileCheckY.js +++ b/src/physics/arcade/tilemap/TileCheckY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ProcessTileSeparationY = require('./ProcessTileSeparationY'); diff --git a/src/physics/arcade/tilemap/TileIntersectsBody.js b/src/physics/arcade/tilemap/TileIntersectsBody.js index a4bb751daa..894d2e7a9a 100644 --- a/src/physics/arcade/tilemap/TileIntersectsBody.js +++ b/src/physics/arcade/tilemap/TileIntersectsBody.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/arcade/typedefs/index.js b/src/physics/arcade/typedefs/index.js index 25310e406d..07020cfa6d 100644 --- a/src/physics/arcade/typedefs/index.js +++ b/src/physics/arcade/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/Body.js b/src/physics/impact/Body.js index e5d087415f..2aa1a3e1bf 100644 --- a/src/physics/impact/Body.js +++ b/src/physics/impact/Body.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/impact/COLLIDES.js b/src/physics/impact/COLLIDES.js index 249490f396..2120811acd 100644 --- a/src/physics/impact/COLLIDES.js +++ b/src/physics/impact/COLLIDES.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/CollisionMap.js b/src/physics/impact/CollisionMap.js index 2f6865f67f..76862ea080 100644 --- a/src/physics/impact/CollisionMap.js +++ b/src/physics/impact/CollisionMap.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/impact/DefaultDefs.js b/src/physics/impact/DefaultDefs.js index 113eb7b0e9..1137252980 100644 --- a/src/physics/impact/DefaultDefs.js +++ b/src/physics/impact/DefaultDefs.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 H = 0.5; diff --git a/src/physics/impact/Factory.js b/src/physics/impact/Factory.js index 85c3ba39f1..79ed52c17f 100644 --- a/src/physics/impact/Factory.js +++ b/src/physics/impact/Factory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/impact/GetVelocity.js b/src/physics/impact/GetVelocity.js index b0276cae8b..fc2f1d389f 100644 --- a/src/physics/impact/GetVelocity.js +++ b/src/physics/impact/GetVelocity.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clamp = require('../../math/Clamp'); diff --git a/src/physics/impact/ImpactBody.js b/src/physics/impact/ImpactBody.js index 4a4ca1fa05..fd638b867e 100644 --- a/src/physics/impact/ImpactBody.js +++ b/src/physics/impact/ImpactBody.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/impact/ImpactImage.js b/src/physics/impact/ImpactImage.js index f7bace54b7..18b9c7de77 100644 --- a/src/physics/impact/ImpactImage.js +++ b/src/physics/impact/ImpactImage.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/impact/ImpactPhysics.js b/src/physics/impact/ImpactPhysics.js index 68dcc731a4..28a710eda7 100644 --- a/src/physics/impact/ImpactPhysics.js +++ b/src/physics/impact/ImpactPhysics.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/impact/ImpactSprite.js b/src/physics/impact/ImpactSprite.js index 28be976b70..8ee896ce2a 100644 --- a/src/physics/impact/ImpactSprite.js +++ b/src/physics/impact/ImpactSprite.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/impact/SeparateX.js b/src/physics/impact/SeparateX.js index 56a5fc5d27..ab50114a52 100644 --- a/src/physics/impact/SeparateX.js +++ b/src/physics/impact/SeparateX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/SeparateY.js b/src/physics/impact/SeparateY.js index 0beadd2f5c..e4243e7e94 100644 --- a/src/physics/impact/SeparateY.js +++ b/src/physics/impact/SeparateY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/Solver.js b/src/physics/impact/Solver.js index ee9cdf5f62..ac9dc5edec 100644 --- a/src/physics/impact/Solver.js +++ b/src/physics/impact/Solver.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 COLLIDES = require('./COLLIDES'); diff --git a/src/physics/impact/TYPE.js b/src/physics/impact/TYPE.js index 6908940e1e..14dc71ce69 100644 --- a/src/physics/impact/TYPE.js +++ b/src/physics/impact/TYPE.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/UpdateMotion.js b/src/physics/impact/UpdateMotion.js index 403ff00e8a..6e4249c51e 100644 --- a/src/physics/impact/UpdateMotion.js +++ b/src/physics/impact/UpdateMotion.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/World.js b/src/physics/impact/World.js index 078ba81f8a..f22cd9343b 100644 --- a/src/physics/impact/World.js +++ b/src/physics/impact/World.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Body = require('./Body'); diff --git a/src/physics/impact/components/Acceleration.js b/src/physics/impact/components/Acceleration.js index 42e1fcb368..9f0ba17bd4 100644 --- a/src/physics/impact/components/Acceleration.js +++ b/src/physics/impact/components/Acceleration.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/components/BodyScale.js b/src/physics/impact/components/BodyScale.js index affab2158b..e8a42cceb0 100644 --- a/src/physics/impact/components/BodyScale.js +++ b/src/physics/impact/components/BodyScale.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/components/BodyType.js b/src/physics/impact/components/BodyType.js index c96777379a..2d0bb4dc52 100644 --- a/src/physics/impact/components/BodyType.js +++ b/src/physics/impact/components/BodyType.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 TYPE = require('../TYPE'); diff --git a/src/physics/impact/components/Bounce.js b/src/physics/impact/components/Bounce.js index 9f61b4c0db..d80fb129bb 100644 --- a/src/physics/impact/components/Bounce.js +++ b/src/physics/impact/components/Bounce.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/components/CheckAgainst.js b/src/physics/impact/components/CheckAgainst.js index 41d66dde33..21edcd0274 100644 --- a/src/physics/impact/components/CheckAgainst.js +++ b/src/physics/impact/components/CheckAgainst.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 TYPE = require('../TYPE'); diff --git a/src/physics/impact/components/Collides.js b/src/physics/impact/components/Collides.js index 603f234a6a..c3c55cfa33 100644 --- a/src/physics/impact/components/Collides.js +++ b/src/physics/impact/components/Collides.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 COLLIDES = require('../COLLIDES'); diff --git a/src/physics/impact/components/Debug.js b/src/physics/impact/components/Debug.js index 9d524bb005..aa69d76b51 100644 --- a/src/physics/impact/components/Debug.js +++ b/src/physics/impact/components/Debug.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/components/Friction.js b/src/physics/impact/components/Friction.js index ef7e8f9fbc..46fb21fd09 100644 --- a/src/physics/impact/components/Friction.js +++ b/src/physics/impact/components/Friction.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/components/Gravity.js b/src/physics/impact/components/Gravity.js index c1b6519b57..54a8b83e61 100644 --- a/src/physics/impact/components/Gravity.js +++ b/src/physics/impact/components/Gravity.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/components/Offset.js b/src/physics/impact/components/Offset.js index bc45e45045..e7218680e9 100644 --- a/src/physics/impact/components/Offset.js +++ b/src/physics/impact/components/Offset.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/components/SetGameObject.js b/src/physics/impact/components/SetGameObject.js index 16e6b82787..bb035102cc 100644 --- a/src/physics/impact/components/SetGameObject.js +++ b/src/physics/impact/components/SetGameObject.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/components/Velocity.js b/src/physics/impact/components/Velocity.js index 12e31e91cc..6605dcd2b7 100644 --- a/src/physics/impact/components/Velocity.js +++ b/src/physics/impact/components/Velocity.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/components/index.js b/src/physics/impact/components/index.js index ec6d6db65c..35a7037293 100644 --- a/src/physics/impact/components/index.js +++ b/src/physics/impact/components/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/events/COLLIDE_EVENT.js b/src/physics/impact/events/COLLIDE_EVENT.js index bbe7a9844d..1ac7b57075 100644 --- a/src/physics/impact/events/COLLIDE_EVENT.js +++ b/src/physics/impact/events/COLLIDE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/events/PAUSE_EVENT.js b/src/physics/impact/events/PAUSE_EVENT.js index 8714ee56a4..5f69f0b4a0 100644 --- a/src/physics/impact/events/PAUSE_EVENT.js +++ b/src/physics/impact/events/PAUSE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/events/RESUME_EVENT.js b/src/physics/impact/events/RESUME_EVENT.js index 360ae0af80..25c35ea449 100644 --- a/src/physics/impact/events/RESUME_EVENT.js +++ b/src/physics/impact/events/RESUME_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/events/index.js b/src/physics/impact/events/index.js index 27f8a88c63..66d71165fe 100644 --- a/src/physics/impact/events/index.js +++ b/src/physics/impact/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/index.js b/src/physics/impact/index.js index 85de24de30..c42f757225 100644 --- a/src/physics/impact/index.js +++ b/src/physics/impact/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/impact/typedefs/index.js b/src/physics/impact/typedefs/index.js index 5a11c56ea5..9975199fab 100644 --- a/src/physics/impact/typedefs/index.js +++ b/src/physics/impact/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/index.js b/src/physics/index.js index 520c5d976c..92fc9df5ba 100644 --- a/src/physics/index.js +++ b/src/physics/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/CustomMain.js b/src/physics/matter-js/CustomMain.js index 923b5716b8..3d613e51c5 100644 --- a/src/physics/matter-js/CustomMain.js +++ b/src/physics/matter-js/CustomMain.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Matter = require('./lib/core/Matter'); diff --git a/src/physics/matter-js/Factory.js b/src/physics/matter-js/Factory.js index 63f33f8e27..10198f52f4 100644 --- a/src/physics/matter-js/Factory.js +++ b/src/physics/matter-js/Factory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Bodies = require('./lib/factory/Bodies'); diff --git a/src/physics/matter-js/MatterGameObject.js b/src/physics/matter-js/MatterGameObject.js index e48a54d712..f476ecf1c4 100644 --- a/src/physics/matter-js/MatterGameObject.js +++ b/src/physics/matter-js/MatterGameObject.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Components = require('./components'); diff --git a/src/physics/matter-js/MatterImage.js b/src/physics/matter-js/MatterImage.js index 95ba68a8e5..a628563ab8 100644 --- a/src/physics/matter-js/MatterImage.js +++ b/src/physics/matter-js/MatterImage.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/matter-js/MatterPhysics.js b/src/physics/matter-js/MatterPhysics.js index 55b281721f..c573db7e45 100644 --- a/src/physics/matter-js/MatterPhysics.js +++ b/src/physics/matter-js/MatterPhysics.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/physics/matter-js/MatterSprite.js b/src/physics/matter-js/MatterSprite.js index 3da14a523d..32f3e0df87 100644 --- a/src/physics/matter-js/MatterSprite.js +++ b/src/physics/matter-js/MatterSprite.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 AnimationComponent = require('../../gameobjects/components/Animation'); diff --git a/src/physics/matter-js/MatterTileBody.js b/src/physics/matter-js/MatterTileBody.js index 1b2f911ee7..28228fad25 100644 --- a/src/physics/matter-js/MatterTileBody.js +++ b/src/physics/matter-js/MatterTileBody.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Bodies = require('./lib/factory/Bodies'); diff --git a/src/physics/matter-js/PhysicsEditorParser.js b/src/physics/matter-js/PhysicsEditorParser.js index 8383a4357f..e104f7c9c3 100644 --- a/src/physics/matter-js/PhysicsEditorParser.js +++ b/src/physics/matter-js/PhysicsEditorParser.js @@ -1,7 +1,7 @@ /** * @author Joachim Grill * @copyright 2018 CodeAndWeb GmbH - * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} + * @license {@link https://opensource.org/licenses/MIT|MIT License} */ var Bodies = require('./lib/factory/Bodies'); diff --git a/src/physics/matter-js/PointerConstraint.js b/src/physics/matter-js/PointerConstraint.js index a91ac4e5da..1d331880d1 100644 --- a/src/physics/matter-js/PointerConstraint.js +++ b/src/physics/matter-js/PointerConstraint.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Bounds = require('./lib/geometry/Bounds'); diff --git a/src/physics/matter-js/World.js b/src/physics/matter-js/World.js index 2212f90470..8acf6ffcc8 100644 --- a/src/physics/matter-js/World.js +++ b/src/physics/matter-js/World.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Bodies = require('./lib/factory/Bodies'); diff --git a/src/physics/matter-js/components/Bounce.js b/src/physics/matter-js/components/Bounce.js index a4f623ba77..eb6843b181 100644 --- a/src/physics/matter-js/components/Bounce.js +++ b/src/physics/matter-js/components/Bounce.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/components/Collision.js b/src/physics/matter-js/components/Collision.js index de36a37aa6..bf430ab300 100644 --- a/src/physics/matter-js/components/Collision.js +++ b/src/physics/matter-js/components/Collision.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/components/Force.js b/src/physics/matter-js/components/Force.js index b103177096..b05f7c6d21 100644 --- a/src/physics/matter-js/components/Force.js +++ b/src/physics/matter-js/components/Force.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Body = require('../lib/body/Body'); diff --git a/src/physics/matter-js/components/Friction.js b/src/physics/matter-js/components/Friction.js index 7bc5f36215..6d00f55711 100644 --- a/src/physics/matter-js/components/Friction.js +++ b/src/physics/matter-js/components/Friction.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/components/Gravity.js b/src/physics/matter-js/components/Gravity.js index 1b64a61039..9946185002 100644 --- a/src/physics/matter-js/components/Gravity.js +++ b/src/physics/matter-js/components/Gravity.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/components/Mass.js b/src/physics/matter-js/components/Mass.js index 59f2948a73..1269cb1b5a 100644 --- a/src/physics/matter-js/components/Mass.js +++ b/src/physics/matter-js/components/Mass.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Body = require('../lib/body/Body'); diff --git a/src/physics/matter-js/components/Sensor.js b/src/physics/matter-js/components/Sensor.js index 4f37a0c9f4..3466aabd5c 100644 --- a/src/physics/matter-js/components/Sensor.js +++ b/src/physics/matter-js/components/Sensor.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/components/SetBody.js b/src/physics/matter-js/components/SetBody.js index 877cbd2ff0..9bc8b03146 100644 --- a/src/physics/matter-js/components/SetBody.js +++ b/src/physics/matter-js/components/SetBody.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Bodies = require('../lib/factory/Bodies'); diff --git a/src/physics/matter-js/components/Sleep.js b/src/physics/matter-js/components/Sleep.js index 1308491dc3..63c648b1f2 100644 --- a/src/physics/matter-js/components/Sleep.js +++ b/src/physics/matter-js/components/Sleep.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Events = require('../events'); diff --git a/src/physics/matter-js/components/Static.js b/src/physics/matter-js/components/Static.js index ba646f96e3..e6f35534ce 100644 --- a/src/physics/matter-js/components/Static.js +++ b/src/physics/matter-js/components/Static.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Body = require('../lib/body/Body'); diff --git a/src/physics/matter-js/components/Transform.js b/src/physics/matter-js/components/Transform.js index 5546abf0e3..31eb3c4d1c 100644 --- a/src/physics/matter-js/components/Transform.js +++ b/src/physics/matter-js/components/Transform.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Body = require('../lib/body/Body'); diff --git a/src/physics/matter-js/components/Velocity.js b/src/physics/matter-js/components/Velocity.js index 5692084203..f0214917cf 100644 --- a/src/physics/matter-js/components/Velocity.js +++ b/src/physics/matter-js/components/Velocity.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Body = require('../lib/body/Body'); diff --git a/src/physics/matter-js/components/index.js b/src/physics/matter-js/components/index.js index 0819aad201..c891a6b802 100644 --- a/src/physics/matter-js/components/index.js +++ b/src/physics/matter-js/components/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/AFTER_UPDATE_EVENT.js b/src/physics/matter-js/events/AFTER_UPDATE_EVENT.js index 7660c28920..ef18c19657 100644 --- a/src/physics/matter-js/events/AFTER_UPDATE_EVENT.js +++ b/src/physics/matter-js/events/AFTER_UPDATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/BEFORE_UPDATE_EVENT.js b/src/physics/matter-js/events/BEFORE_UPDATE_EVENT.js index df79f37077..90db5505b4 100644 --- a/src/physics/matter-js/events/BEFORE_UPDATE_EVENT.js +++ b/src/physics/matter-js/events/BEFORE_UPDATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/COLLISION_ACTIVE_EVENT.js b/src/physics/matter-js/events/COLLISION_ACTIVE_EVENT.js index 82a3536c0d..e13efa1a73 100644 --- a/src/physics/matter-js/events/COLLISION_ACTIVE_EVENT.js +++ b/src/physics/matter-js/events/COLLISION_ACTIVE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/COLLISION_END_EVENT.js b/src/physics/matter-js/events/COLLISION_END_EVENT.js index 54accd8f55..24665b96f0 100644 --- a/src/physics/matter-js/events/COLLISION_END_EVENT.js +++ b/src/physics/matter-js/events/COLLISION_END_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/COLLISION_START_EVENT.js b/src/physics/matter-js/events/COLLISION_START_EVENT.js index 2a2fde292e..442aa8f43e 100644 --- a/src/physics/matter-js/events/COLLISION_START_EVENT.js +++ b/src/physics/matter-js/events/COLLISION_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/DRAG_END_EVENT.js b/src/physics/matter-js/events/DRAG_END_EVENT.js index 899fc0a197..af044d287e 100644 --- a/src/physics/matter-js/events/DRAG_END_EVENT.js +++ b/src/physics/matter-js/events/DRAG_END_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/DRAG_EVENT.js b/src/physics/matter-js/events/DRAG_EVENT.js index e20da98e53..8da56ab06d 100644 --- a/src/physics/matter-js/events/DRAG_EVENT.js +++ b/src/physics/matter-js/events/DRAG_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/DRAG_START_EVENT.js b/src/physics/matter-js/events/DRAG_START_EVENT.js index f6daa9f9d0..0264a46491 100644 --- a/src/physics/matter-js/events/DRAG_START_EVENT.js +++ b/src/physics/matter-js/events/DRAG_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/PAUSE_EVENT.js b/src/physics/matter-js/events/PAUSE_EVENT.js index a97b6f510a..e381e458dd 100644 --- a/src/physics/matter-js/events/PAUSE_EVENT.js +++ b/src/physics/matter-js/events/PAUSE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/RESUME_EVENT.js b/src/physics/matter-js/events/RESUME_EVENT.js index 4040c93346..ceaae32c00 100644 --- a/src/physics/matter-js/events/RESUME_EVENT.js +++ b/src/physics/matter-js/events/RESUME_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/SLEEP_END_EVENT.js b/src/physics/matter-js/events/SLEEP_END_EVENT.js index 538d99ad5b..59895e187c 100644 --- a/src/physics/matter-js/events/SLEEP_END_EVENT.js +++ b/src/physics/matter-js/events/SLEEP_END_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/SLEEP_START_EVENT.js b/src/physics/matter-js/events/SLEEP_START_EVENT.js index ea93813c88..e11f990281 100644 --- a/src/physics/matter-js/events/SLEEP_START_EVENT.js +++ b/src/physics/matter-js/events/SLEEP_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/events/index.js b/src/physics/matter-js/events/index.js index 3b47765e6c..5ebe79b2e7 100644 --- a/src/physics/matter-js/events/index.js +++ b/src/physics/matter-js/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/index.js b/src/physics/matter-js/index.js index 317e60b056..fd69dfb75f 100644 --- a/src/physics/matter-js/index.js +++ b/src/physics/matter-js/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/physics/matter-js/poly-decomp/index.js b/src/physics/matter-js/poly-decomp/index.js index f63807b4f9..33746cb430 100644 --- a/src/physics/matter-js/poly-decomp/index.js +++ b/src/physics/matter-js/poly-decomp/index.js @@ -1,6 +1,6 @@ /** * @author Stefan Hedman (http://steffe.se) - * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} + * @license {@link https://opensource.org/licenses/MIT|MIT License} */ // v0.3.0 diff --git a/src/physics/matter-js/typedefs/index.js b/src/physics/matter-js/typedefs/index.js index 11143f1839..2c9a6ebba5 100644 --- a/src/physics/matter-js/typedefs/index.js +++ b/src/physics/matter-js/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/plugins/DefaultPlugins.js b/src/plugins/DefaultPlugins.js index 001b62a382..e8294a5d28 100644 --- a/src/plugins/DefaultPlugins.js +++ b/src/plugins/DefaultPlugins.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/plugins/PluginCache.js b/src/plugins/PluginCache.js index 5e5e101b62..c6a4747de4 100644 --- a/src/plugins/PluginCache.js +++ b/src/plugins/PluginCache.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Contains the plugins that Phaser uses globally and locally. diff --git a/src/plugins/PluginManager.js b/src/plugins/PluginManager.js index ed5007bcf7..ef1e3380f1 100644 --- a/src/plugins/PluginManager.js +++ b/src/plugins/PluginManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/plugins/index.js b/src/plugins/index.js index eed00277d6..193748dada 100644 --- a/src/plugins/index.js +++ b/src/plugins/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/plugins/typedefs/index.js b/src/plugins/typedefs/index.js index 3b0440d4a9..5330aeb68f 100644 --- a/src/plugins/typedefs/index.js +++ b/src/plugins/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/renderer/BlendModes.js b/src/renderer/BlendModes.js index 2f51d73d36..86d06fcd7b 100644 --- a/src/renderer/BlendModes.js +++ b/src/renderer/BlendModes.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/renderer/ScaleModes.js b/src/renderer/ScaleModes.js index af78bb25f3..7ff3598973 100644 --- a/src/renderer/ScaleModes.js +++ b/src/renderer/ScaleModes.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/renderer/canvas/CanvasRenderer.js b/src/renderer/canvas/CanvasRenderer.js index a72a7a59ce..b29c8e3c62 100644 --- a/src/renderer/canvas/CanvasRenderer.js +++ b/src/renderer/canvas/CanvasRenderer.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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 CanvasSnapshot = require('../snapshot/CanvasSnapshot'); diff --git a/src/renderer/canvas/index.js b/src/renderer/canvas/index.js index 6d7d25ad11..2bf6ae7e5a 100644 --- a/src/renderer/canvas/index.js +++ b/src/renderer/canvas/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/renderer/canvas/utils/GetBlendModes.js b/src/renderer/canvas/utils/GetBlendModes.js index 1e731fc315..7aa23ecdc0 100644 --- a/src/renderer/canvas/utils/GetBlendModes.js +++ b/src/renderer/canvas/utils/GetBlendModes.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 modes = require('../../BlendModes'); diff --git a/src/renderer/canvas/utils/SetTransform.js b/src/renderer/canvas/utils/SetTransform.js index c0160e5de1..f4a6465671 100644 --- a/src/renderer/canvas/utils/SetTransform.js +++ b/src/renderer/canvas/utils/SetTransform.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/renderer/index.js b/src/renderer/index.js index d9cfbd0cfa..8568c477be 100644 --- a/src/renderer/index.js +++ b/src/renderer/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/renderer/snapshot/CanvasSnapshot.js b/src/renderer/snapshot/CanvasSnapshot.js index 2d0ebacbef..ba96559a6c 100644 --- a/src/renderer/snapshot/CanvasSnapshot.js +++ b/src/renderer/snapshot/CanvasSnapshot.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CanvasPool = require('../../display/canvas/CanvasPool'); diff --git a/src/renderer/snapshot/WebGLSnapshot.js b/src/renderer/snapshot/WebGLSnapshot.js index d4173a2bda..292e83ae8d 100644 --- a/src/renderer/snapshot/WebGLSnapshot.js +++ b/src/renderer/snapshot/WebGLSnapshot.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CanvasPool = require('../../display/canvas/CanvasPool'); diff --git a/src/renderer/snapshot/index.js b/src/renderer/snapshot/index.js index 17f5224b10..44f83e7dd0 100644 --- a/src/renderer/snapshot/index.js +++ b/src/renderer/snapshot/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/renderer/snapshot/typedefs/index.js b/src/renderer/snapshot/typedefs/index.js index 4c267f11b7..f8aa7af6a8 100644 --- a/src/renderer/snapshot/typedefs/index.js +++ b/src/renderer/snapshot/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/renderer/webgl/Utils.js b/src/renderer/webgl/Utils.js index 54d240b3e1..99b23089f2 100644 --- a/src/renderer/webgl/Utils.js +++ b/src/renderer/webgl/Utils.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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} */ /** diff --git a/src/renderer/webgl/WebGLPipeline.js b/src/renderer/webgl/WebGLPipeline.js index d26b6d7edf..8fd8fd3bdc 100644 --- a/src/renderer/webgl/WebGLPipeline.js +++ b/src/renderer/webgl/WebGLPipeline.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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 Class = require('../../utils/Class'); diff --git a/src/renderer/webgl/WebGLRenderer.js b/src/renderer/webgl/WebGLRenderer.js index e7362e6237..4a900be737 100644 --- a/src/renderer/webgl/WebGLRenderer.js +++ b/src/renderer/webgl/WebGLRenderer.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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 BaseCamera = require('../../cameras/2d/BaseCamera'); diff --git a/src/renderer/webgl/index.js b/src/renderer/webgl/index.js index daed9866f9..0a2747351e 100644 --- a/src/renderer/webgl/index.js +++ b/src/renderer/webgl/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/renderer/webgl/pipelines/BitmapMaskPipeline.js b/src/renderer/webgl/pipelines/BitmapMaskPipeline.js index 5320aec4b1..2ca8632f27 100644 --- a/src/renderer/webgl/pipelines/BitmapMaskPipeline.js +++ b/src/renderer/webgl/pipelines/BitmapMaskPipeline.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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 Class = require('../../../utils/Class'); diff --git a/src/renderer/webgl/pipelines/ForwardDiffuseLightPipeline.js b/src/renderer/webgl/pipelines/ForwardDiffuseLightPipeline.js index 46aaf64e2e..079e8bef25 100644 --- a/src/renderer/webgl/pipelines/ForwardDiffuseLightPipeline.js +++ b/src/renderer/webgl/pipelines/ForwardDiffuseLightPipeline.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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 Class = require('../../../utils/Class'); diff --git a/src/renderer/webgl/pipelines/TextureTintPipeline.js b/src/renderer/webgl/pipelines/TextureTintPipeline.js index 939364695e..d50a16fe9b 100644 --- a/src/renderer/webgl/pipelines/TextureTintPipeline.js +++ b/src/renderer/webgl/pipelines/TextureTintPipeline.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Felipe Alfonso <@bitnenfer> * @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 Class = require('../../../utils/Class'); diff --git a/src/renderer/webgl/pipelines/components/ModelViewProjection.js b/src/renderer/webgl/pipelines/components/ModelViewProjection.js index ae5dcf999e..2f38bdcd44 100644 --- a/src/renderer/webgl/pipelines/components/ModelViewProjection.js +++ b/src/renderer/webgl/pipelines/components/ModelViewProjection.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/renderer/webgl/pipelines/index.js b/src/renderer/webgl/pipelines/index.js index 0de0d5dedd..847d0f223c 100644 --- a/src/renderer/webgl/pipelines/index.js +++ b/src/renderer/webgl/pipelines/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/ScaleManager.js b/src/scale/ScaleManager.js index 1eb729e8a7..15f351f6a9 100644 --- a/src/scale/ScaleManager.js +++ b/src/scale/ScaleManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/scale/const/CENTER_CONST.js b/src/scale/const/CENTER_CONST.js index ae9a98f3fd..7ed6f5a959 100644 --- a/src/scale/const/CENTER_CONST.js +++ b/src/scale/const/CENTER_CONST.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/const/ORIENTATION_CONST.js b/src/scale/const/ORIENTATION_CONST.js index a711a15cd3..e57d807880 100644 --- a/src/scale/const/ORIENTATION_CONST.js +++ b/src/scale/const/ORIENTATION_CONST.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/const/SCALE_MODE_CONST.js b/src/scale/const/SCALE_MODE_CONST.js index 6076d133b8..0175d623e4 100644 --- a/src/scale/const/SCALE_MODE_CONST.js +++ b/src/scale/const/SCALE_MODE_CONST.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/const/ZOOM_CONST.js b/src/scale/const/ZOOM_CONST.js index 00159bb92b..8ce7c318b6 100644 --- a/src/scale/const/ZOOM_CONST.js +++ b/src/scale/const/ZOOM_CONST.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/const/index.js b/src/scale/const/index.js index 1614dc15f5..c476667235 100644 --- a/src/scale/const/index.js +++ b/src/scale/const/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = { diff --git a/src/scale/events/ENTER_FULLSCREEN_EVENT.js b/src/scale/events/ENTER_FULLSCREEN_EVENT.js index fbe329f69c..120353e37f 100644 --- a/src/scale/events/ENTER_FULLSCREEN_EVENT.js +++ b/src/scale/events/ENTER_FULLSCREEN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/events/FULLSCREEN_FAILED_EVENT.js b/src/scale/events/FULLSCREEN_FAILED_EVENT.js index 76236f6c1d..6bebdf32f0 100644 --- a/src/scale/events/FULLSCREEN_FAILED_EVENT.js +++ b/src/scale/events/FULLSCREEN_FAILED_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/events/FULLSCREEN_UNSUPPORTED_EVENT.js b/src/scale/events/FULLSCREEN_UNSUPPORTED_EVENT.js index 16c183c288..0e4bbd4b97 100644 --- a/src/scale/events/FULLSCREEN_UNSUPPORTED_EVENT.js +++ b/src/scale/events/FULLSCREEN_UNSUPPORTED_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/events/LEAVE_FULLSCREEN_EVENT.js b/src/scale/events/LEAVE_FULLSCREEN_EVENT.js index 50ca8b7889..acd37d9a72 100644 --- a/src/scale/events/LEAVE_FULLSCREEN_EVENT.js +++ b/src/scale/events/LEAVE_FULLSCREEN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/events/ORIENTATION_CHANGE_EVENT.js b/src/scale/events/ORIENTATION_CHANGE_EVENT.js index 749daf0edf..ef17075021 100644 --- a/src/scale/events/ORIENTATION_CHANGE_EVENT.js +++ b/src/scale/events/ORIENTATION_CHANGE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/events/RESIZE_EVENT.js b/src/scale/events/RESIZE_EVENT.js index 9e4062f15e..187aad9df1 100644 --- a/src/scale/events/RESIZE_EVENT.js +++ b/src/scale/events/RESIZE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/events/index.js b/src/scale/events/index.js index e0dcf9eff2..9e610cd950 100644 --- a/src/scale/events/index.js +++ b/src/scale/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scale/index.js b/src/scale/index.js index 702949930c..8a10df6955 100644 --- a/src/scale/index.js +++ b/src/scale/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Extend = require('../utils/object/Extend'); diff --git a/src/scene/GetPhysicsPlugins.js b/src/scene/GetPhysicsPlugins.js index 0df553936b..75f6ac5551 100644 --- a/src/scene/GetPhysicsPlugins.js +++ b/src/scene/GetPhysicsPlugins.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetFastValue = require('../utils/object/GetFastValue'); diff --git a/src/scene/GetScenePlugins.js b/src/scene/GetScenePlugins.js index f101166485..bb817481dc 100644 --- a/src/scene/GetScenePlugins.js +++ b/src/scene/GetScenePlugins.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetFastValue = require('../utils/object/GetFastValue'); diff --git a/src/scene/InjectionMap.js b/src/scene/InjectionMap.js index 39205adc60..3ba379bd32 100644 --- a/src/scene/InjectionMap.js +++ b/src/scene/InjectionMap.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // These properties get injected into the Scene and map to local systems diff --git a/src/scene/Scene.js b/src/scene/Scene.js index 01c772638d..0a2a52b130 100644 --- a/src/scene/Scene.js +++ b/src/scene/Scene.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/scene/SceneManager.js b/src/scene/SceneManager.js index 48f42d77b5..6e65ee3423 100644 --- a/src/scene/SceneManager.js +++ b/src/scene/SceneManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/scene/ScenePlugin.js b/src/scene/ScenePlugin.js index 8d475c1428..221946af47 100644 --- a/src/scene/ScenePlugin.js +++ b/src/scene/ScenePlugin.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clamp = require('../math/Clamp'); diff --git a/src/scene/Settings.js b/src/scene/Settings.js index 28f6d4b95f..80b186ac15 100644 --- a/src/scene/Settings.js +++ b/src/scene/Settings.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/scene/Systems.js b/src/scene/Systems.js index 891c929701..9181742b00 100644 --- a/src/scene/Systems.js +++ b/src/scene/Systems.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/scene/const.js b/src/scene/const.js index ffa803d4df..42c833c0c6 100644 --- a/src/scene/const.js +++ b/src/scene/const.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/BOOT_EVENT.js b/src/scene/events/BOOT_EVENT.js index 2798027f44..610f0bc663 100644 --- a/src/scene/events/BOOT_EVENT.js +++ b/src/scene/events/BOOT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/CREATE_EVENT.js b/src/scene/events/CREATE_EVENT.js index c61e7b88bb..61bc8a52b1 100644 --- a/src/scene/events/CREATE_EVENT.js +++ b/src/scene/events/CREATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/DESTROY_EVENT.js b/src/scene/events/DESTROY_EVENT.js index 97202cbd62..f7ec309781 100644 --- a/src/scene/events/DESTROY_EVENT.js +++ b/src/scene/events/DESTROY_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/PAUSE_EVENT.js b/src/scene/events/PAUSE_EVENT.js index c89e2c1072..769f7a3fd0 100644 --- a/src/scene/events/PAUSE_EVENT.js +++ b/src/scene/events/PAUSE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/POST_UPDATE_EVENT.js b/src/scene/events/POST_UPDATE_EVENT.js index 8211216a15..c3f1d762b7 100644 --- a/src/scene/events/POST_UPDATE_EVENT.js +++ b/src/scene/events/POST_UPDATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/PRE_UPDATE_EVENT.js b/src/scene/events/PRE_UPDATE_EVENT.js index d085df475a..be6d831085 100644 --- a/src/scene/events/PRE_UPDATE_EVENT.js +++ b/src/scene/events/PRE_UPDATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/READY_EVENT.js b/src/scene/events/READY_EVENT.js index 76e8a67c9a..a6ad711c6a 100644 --- a/src/scene/events/READY_EVENT.js +++ b/src/scene/events/READY_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/RENDER_EVENT.js b/src/scene/events/RENDER_EVENT.js index b854d1968c..19b80b1e8a 100644 --- a/src/scene/events/RENDER_EVENT.js +++ b/src/scene/events/RENDER_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/RESUME_EVENT.js b/src/scene/events/RESUME_EVENT.js index 89f64611be..52e2f5eeb8 100644 --- a/src/scene/events/RESUME_EVENT.js +++ b/src/scene/events/RESUME_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/SHUTDOWN_EVENT.js b/src/scene/events/SHUTDOWN_EVENT.js index f9c0ecd302..732ec641a9 100644 --- a/src/scene/events/SHUTDOWN_EVENT.js +++ b/src/scene/events/SHUTDOWN_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/SLEEP_EVENT.js b/src/scene/events/SLEEP_EVENT.js index 9c8ee2e4aa..771434864c 100644 --- a/src/scene/events/SLEEP_EVENT.js +++ b/src/scene/events/SLEEP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/START_EVENT.js b/src/scene/events/START_EVENT.js index 97a3bb7ac1..5d5d896fa8 100644 --- a/src/scene/events/START_EVENT.js +++ b/src/scene/events/START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/TRANSITION_COMPLETE_EVENT.js b/src/scene/events/TRANSITION_COMPLETE_EVENT.js index 94019942da..4955ea7a92 100644 --- a/src/scene/events/TRANSITION_COMPLETE_EVENT.js +++ b/src/scene/events/TRANSITION_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/TRANSITION_INIT_EVENT.js b/src/scene/events/TRANSITION_INIT_EVENT.js index 6fc607f108..50b201464e 100644 --- a/src/scene/events/TRANSITION_INIT_EVENT.js +++ b/src/scene/events/TRANSITION_INIT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/TRANSITION_OUT_EVENT.js b/src/scene/events/TRANSITION_OUT_EVENT.js index 953f6f9211..88a838454e 100644 --- a/src/scene/events/TRANSITION_OUT_EVENT.js +++ b/src/scene/events/TRANSITION_OUT_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/TRANSITION_START_EVENT.js b/src/scene/events/TRANSITION_START_EVENT.js index 7d59fb5481..7ea7c6de83 100644 --- a/src/scene/events/TRANSITION_START_EVENT.js +++ b/src/scene/events/TRANSITION_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/TRANSITION_WAKE_EVENT.js b/src/scene/events/TRANSITION_WAKE_EVENT.js index aa36272f04..7edf02d8f6 100644 --- a/src/scene/events/TRANSITION_WAKE_EVENT.js +++ b/src/scene/events/TRANSITION_WAKE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/UPDATE_EVENT.js b/src/scene/events/UPDATE_EVENT.js index 46b927054b..2a29ef4540 100644 --- a/src/scene/events/UPDATE_EVENT.js +++ b/src/scene/events/UPDATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/WAKE_EVENT.js b/src/scene/events/WAKE_EVENT.js index 66104a6033..5b98935412 100644 --- a/src/scene/events/WAKE_EVENT.js +++ b/src/scene/events/WAKE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/events/index.js b/src/scene/events/index.js index 0645c79c9c..a803188beb 100644 --- a/src/scene/events/index.js +++ b/src/scene/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/scene/index.js b/src/scene/index.js index 9fd2118c46..407cd7c052 100644 --- a/src/scene/index.js +++ b/src/scene/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./const'); diff --git a/src/scene/typedefs/index.js b/src/scene/typedefs/index.js index 221e0dc2be..b9563f9d84 100644 --- a/src/scene/typedefs/index.js +++ b/src/scene/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/BaseSound.js b/src/sound/BaseSound.js index 2742e24155..bbe55674ac 100644 --- a/src/sound/BaseSound.js +++ b/src/sound/BaseSound.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Pavle Goloskokovic (http://prunegames.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 Class = require('../utils/Class'); diff --git a/src/sound/BaseSoundManager.js b/src/sound/BaseSoundManager.js index c43d8933cb..d075e31045 100644 --- a/src/sound/BaseSoundManager.js +++ b/src/sound/BaseSoundManager.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Pavle Goloskokovic (http://prunegames.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 Class = require('../utils/Class'); diff --git a/src/sound/SoundManagerCreator.js b/src/sound/SoundManagerCreator.js index 12abb81b36..84f456265a 100644 --- a/src/sound/SoundManagerCreator.js +++ b/src/sound/SoundManagerCreator.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Pavle Goloskokovic (http://prunegames.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 HTML5AudioSoundManager = require('./html5/HTML5AudioSoundManager'); diff --git a/src/sound/events/COMPLETE_EVENT.js b/src/sound/events/COMPLETE_EVENT.js index 37b5ebdf57..88944be92a 100644 --- a/src/sound/events/COMPLETE_EVENT.js +++ b/src/sound/events/COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/DESTROY_EVENT.js b/src/sound/events/DESTROY_EVENT.js index 3aec76361f..7c8cd9cf3f 100644 --- a/src/sound/events/DESTROY_EVENT.js +++ b/src/sound/events/DESTROY_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/DETUNE_EVENT.js b/src/sound/events/DETUNE_EVENT.js index f3fdbae006..8f5cd828a3 100644 --- a/src/sound/events/DETUNE_EVENT.js +++ b/src/sound/events/DETUNE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/GLOBAL_DETUNE_EVENT.js b/src/sound/events/GLOBAL_DETUNE_EVENT.js index e7184a2650..0d93f255ce 100644 --- a/src/sound/events/GLOBAL_DETUNE_EVENT.js +++ b/src/sound/events/GLOBAL_DETUNE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/GLOBAL_MUTE_EVENT.js b/src/sound/events/GLOBAL_MUTE_EVENT.js index 4b64eb9197..66624afec5 100644 --- a/src/sound/events/GLOBAL_MUTE_EVENT.js +++ b/src/sound/events/GLOBAL_MUTE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/GLOBAL_RATE_EVENT.js b/src/sound/events/GLOBAL_RATE_EVENT.js index 058a711eca..55f4f258e1 100644 --- a/src/sound/events/GLOBAL_RATE_EVENT.js +++ b/src/sound/events/GLOBAL_RATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/GLOBAL_VOLUME_EVENT.js b/src/sound/events/GLOBAL_VOLUME_EVENT.js index cb7fc5171a..8dcdb5323a 100644 --- a/src/sound/events/GLOBAL_VOLUME_EVENT.js +++ b/src/sound/events/GLOBAL_VOLUME_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/LOOPED_EVENT.js b/src/sound/events/LOOPED_EVENT.js index e4fdc86c50..7d31d6e6dc 100644 --- a/src/sound/events/LOOPED_EVENT.js +++ b/src/sound/events/LOOPED_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/LOOP_EVENT.js b/src/sound/events/LOOP_EVENT.js index 81be5a9ec1..8716e92772 100644 --- a/src/sound/events/LOOP_EVENT.js +++ b/src/sound/events/LOOP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/MUTE_EVENT.js b/src/sound/events/MUTE_EVENT.js index 674e93ce9f..2708c74552 100644 --- a/src/sound/events/MUTE_EVENT.js +++ b/src/sound/events/MUTE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/PAUSE_ALL_EVENT.js b/src/sound/events/PAUSE_ALL_EVENT.js index 78c6d6467e..7a58aac42d 100644 --- a/src/sound/events/PAUSE_ALL_EVENT.js +++ b/src/sound/events/PAUSE_ALL_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/PAUSE_EVENT.js b/src/sound/events/PAUSE_EVENT.js index cb1f68691f..78ea4b674a 100644 --- a/src/sound/events/PAUSE_EVENT.js +++ b/src/sound/events/PAUSE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/PLAY_EVENT.js b/src/sound/events/PLAY_EVENT.js index fec9ee112b..4c0a7bcfc4 100644 --- a/src/sound/events/PLAY_EVENT.js +++ b/src/sound/events/PLAY_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/RATE_EVENT.js b/src/sound/events/RATE_EVENT.js index ef81a3882e..f0563c04cb 100644 --- a/src/sound/events/RATE_EVENT.js +++ b/src/sound/events/RATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/RESUME_ALL_EVENT.js b/src/sound/events/RESUME_ALL_EVENT.js index 57042eaaf8..e7facbe59b 100644 --- a/src/sound/events/RESUME_ALL_EVENT.js +++ b/src/sound/events/RESUME_ALL_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/RESUME_EVENT.js b/src/sound/events/RESUME_EVENT.js index 39871f1f7e..ac28eda502 100644 --- a/src/sound/events/RESUME_EVENT.js +++ b/src/sound/events/RESUME_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/SEEK_EVENT.js b/src/sound/events/SEEK_EVENT.js index ca95f18003..580771ff74 100644 --- a/src/sound/events/SEEK_EVENT.js +++ b/src/sound/events/SEEK_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/STOP_ALL_EVENT.js b/src/sound/events/STOP_ALL_EVENT.js index 3641215b2c..1bdecc96d1 100644 --- a/src/sound/events/STOP_ALL_EVENT.js +++ b/src/sound/events/STOP_ALL_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/STOP_EVENT.js b/src/sound/events/STOP_EVENT.js index 4a3c5b3331..a8ca537317 100644 --- a/src/sound/events/STOP_EVENT.js +++ b/src/sound/events/STOP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/UNLOCKED_EVENT.js b/src/sound/events/UNLOCKED_EVENT.js index 5204a720c1..00636a8b29 100644 --- a/src/sound/events/UNLOCKED_EVENT.js +++ b/src/sound/events/UNLOCKED_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/VOLUME_EVENT.js b/src/sound/events/VOLUME_EVENT.js index e48f11f9c3..4e064b78dc 100644 --- a/src/sound/events/VOLUME_EVENT.js +++ b/src/sound/events/VOLUME_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/events/index.js b/src/sound/events/index.js index fc4cc6bd5d..f8d3a38ed7 100644 --- a/src/sound/events/index.js +++ b/src/sound/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/html5/HTML5AudioSound.js b/src/sound/html5/HTML5AudioSound.js index 5626a691ef..dcf3eb7261 100644 --- a/src/sound/html5/HTML5AudioSound.js +++ b/src/sound/html5/HTML5AudioSound.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Pavle Goloskokovic (http://prunegames.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 BaseSound = require('../BaseSound'); diff --git a/src/sound/html5/HTML5AudioSoundManager.js b/src/sound/html5/HTML5AudioSoundManager.js index c983b88774..d638097339 100644 --- a/src/sound/html5/HTML5AudioSoundManager.js +++ b/src/sound/html5/HTML5AudioSoundManager.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Pavle Goloskokovic (http://prunegames.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 BaseSoundManager = require('../BaseSoundManager'); diff --git a/src/sound/index.js b/src/sound/index.js index 3d6bfcc119..720da3f2c6 100644 --- a/src/sound/index.js +++ b/src/sound/index.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Pavle Goloskokovic (http://prunegames.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} */ /** diff --git a/src/sound/noaudio/NoAudioSound.js b/src/sound/noaudio/NoAudioSound.js index 43743e860c..b6604242c5 100644 --- a/src/sound/noaudio/NoAudioSound.js +++ b/src/sound/noaudio/NoAudioSound.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Pavle Goloskokovic (http://prunegames.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 BaseSound = require('../BaseSound'); diff --git a/src/sound/noaudio/NoAudioSoundManager.js b/src/sound/noaudio/NoAudioSoundManager.js index 5aeaa02629..fb3c615846 100644 --- a/src/sound/noaudio/NoAudioSoundManager.js +++ b/src/sound/noaudio/NoAudioSoundManager.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Pavle Goloskokovic (http://prunegames.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 BaseSoundManager = require('../BaseSoundManager'); diff --git a/src/sound/typedefs/index.js b/src/sound/typedefs/index.js index 6eaf969810..e87fd6d6eb 100644 --- a/src/sound/typedefs/index.js +++ b/src/sound/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/sound/webaudio/WebAudioSound.js b/src/sound/webaudio/WebAudioSound.js index be52eccd6f..f3d048801f 100644 --- a/src/sound/webaudio/WebAudioSound.js +++ b/src/sound/webaudio/WebAudioSound.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Pavle Goloskokovic (http://prunegames.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 BaseSound = require('../BaseSound'); diff --git a/src/sound/webaudio/WebAudioSoundManager.js b/src/sound/webaudio/WebAudioSoundManager.js index f778ea12dc..7044e77ecc 100644 --- a/src/sound/webaudio/WebAudioSoundManager.js +++ b/src/sound/webaudio/WebAudioSoundManager.js @@ -2,7 +2,7 @@ * @author Richard Davey * @author Pavle Goloskokovic (http://prunegames.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 BaseSoundManager = require('../BaseSoundManager'); diff --git a/src/structs/List.js b/src/structs/List.js index 4fb1059118..4a0a1b9df2 100644 --- a/src/structs/List.js +++ b/src/structs/List.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ArrayUtils = require('../utils/array'); diff --git a/src/structs/Map.js b/src/structs/Map.js index 8e3f3ebc10..4dfc7a63d5 100644 --- a/src/structs/Map.js +++ b/src/structs/Map.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/structs/ProcessQueue.js b/src/structs/ProcessQueue.js index 43de8f43e6..2c2f58c279 100644 --- a/src/structs/ProcessQueue.js +++ b/src/structs/ProcessQueue.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/structs/RTree.js b/src/structs/RTree.js index f768d205fd..be2c6f2536 100644 --- a/src/structs/RTree.js +++ b/src/structs/RTree.js @@ -2,7 +2,7 @@ * @author Vladimir Agafonkin * @author Richard Davey * @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 quickselect = require('../utils/array/QuickSelect'); diff --git a/src/structs/Set.js b/src/structs/Set.js index 7a2cf2daa9..1a38b2f568 100644 --- a/src/structs/Set.js +++ b/src/structs/Set.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/structs/Size.js b/src/structs/Size.js index 1d5b396f12..f67b351e40 100644 --- a/src/structs/Size.js +++ b/src/structs/Size.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clamp = require('../math/Clamp'); diff --git a/src/structs/index.js b/src/structs/index.js index 9df8a542b5..15fada13fb 100644 --- a/src/structs/index.js +++ b/src/structs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/CanvasTexture.js b/src/textures/CanvasTexture.js index 7617d5b891..4f8b63a04f 100644 --- a/src/textures/CanvasTexture.js +++ b/src/textures/CanvasTexture.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/textures/Frame.js b/src/textures/Frame.js index a621d1cedf..8bf9054960 100644 --- a/src/textures/Frame.js +++ b/src/textures/Frame.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/textures/Texture.js b/src/textures/Texture.js index 08e555e299..6c4e21aa49 100644 --- a/src/textures/Texture.js +++ b/src/textures/Texture.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/textures/TextureManager.js b/src/textures/TextureManager.js index 4bb8e37019..e09cf71cf1 100644 --- a/src/textures/TextureManager.js +++ b/src/textures/TextureManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CanvasPool = require('../display/canvas/CanvasPool'); diff --git a/src/textures/TextureSource.js b/src/textures/TextureSource.js index efa23170c1..0b4102adfa 100644 --- a/src/textures/TextureSource.js +++ b/src/textures/TextureSource.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CanvasPool = require('../display/canvas/CanvasPool'); diff --git a/src/textures/const.js b/src/textures/const.js index ca08d51288..93d63bd62a 100644 --- a/src/textures/const.js +++ b/src/textures/const.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/events/ADD_EVENT.js b/src/textures/events/ADD_EVENT.js index 9d687ff1af..aecfdf9188 100644 --- a/src/textures/events/ADD_EVENT.js +++ b/src/textures/events/ADD_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/events/ERROR_EVENT.js b/src/textures/events/ERROR_EVENT.js index 76a991fc1c..6007e92457 100644 --- a/src/textures/events/ERROR_EVENT.js +++ b/src/textures/events/ERROR_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/events/LOAD_EVENT.js b/src/textures/events/LOAD_EVENT.js index ac5ad0c156..57269f3488 100644 --- a/src/textures/events/LOAD_EVENT.js +++ b/src/textures/events/LOAD_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/events/READY_EVENT.js b/src/textures/events/READY_EVENT.js index 3d7647b6b2..09801bdd70 100644 --- a/src/textures/events/READY_EVENT.js +++ b/src/textures/events/READY_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/events/REMOVE_EVENT.js b/src/textures/events/REMOVE_EVENT.js index b020dc1fca..d4f235fc91 100644 --- a/src/textures/events/REMOVE_EVENT.js +++ b/src/textures/events/REMOVE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/events/index.js b/src/textures/events/index.js index 4e94b7c511..6298a64c0d 100644 --- a/src/textures/events/index.js +++ b/src/textures/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/index.js b/src/textures/index.js index bb88f04dfe..520fda780c 100644 --- a/src/textures/index.js +++ b/src/textures/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Extend = require('../utils/object/Extend'); diff --git a/src/textures/parsers/AtlasXML.js b/src/textures/parsers/AtlasXML.js index 800236b9de..8483d2110d 100644 --- a/src/textures/parsers/AtlasXML.js +++ b/src/textures/parsers/AtlasXML.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/parsers/Canvas.js b/src/textures/parsers/Canvas.js index 77ac46ba2f..29513f8f54 100644 --- a/src/textures/parsers/Canvas.js +++ b/src/textures/parsers/Canvas.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/parsers/Image.js b/src/textures/parsers/Image.js index b6ab3d23a4..83f6e5e30b 100644 --- a/src/textures/parsers/Image.js +++ b/src/textures/parsers/Image.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/parsers/JSONArray.js b/src/textures/parsers/JSONArray.js index 269083fa06..7fc0361b91 100644 --- a/src/textures/parsers/JSONArray.js +++ b/src/textures/parsers/JSONArray.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clone = require('../../utils/object/Clone'); diff --git a/src/textures/parsers/JSONHash.js b/src/textures/parsers/JSONHash.js index 3e1a621de9..baebfd1504 100644 --- a/src/textures/parsers/JSONHash.js +++ b/src/textures/parsers/JSONHash.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clone = require('../../utils/object/Clone'); diff --git a/src/textures/parsers/SpriteSheet.js b/src/textures/parsers/SpriteSheet.js index b5cad38e2d..2c97780a29 100644 --- a/src/textures/parsers/SpriteSheet.js +++ b/src/textures/parsers/SpriteSheet.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetFastValue = require('../../utils/object/GetFastValue'); diff --git a/src/textures/parsers/SpriteSheetFromAtlas.js b/src/textures/parsers/SpriteSheetFromAtlas.js index ce54a2b612..034bf5db59 100644 --- a/src/textures/parsers/SpriteSheetFromAtlas.js +++ b/src/textures/parsers/SpriteSheetFromAtlas.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetFastValue = require('../../utils/object/GetFastValue'); diff --git a/src/textures/parsers/UnityYAML.js b/src/textures/parsers/UnityYAML.js index db45e200d8..5c922ee54a 100644 --- a/src/textures/parsers/UnityYAML.js +++ b/src/textures/parsers/UnityYAML.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 imageHeight = 0; diff --git a/src/textures/parsers/index.js b/src/textures/parsers/index.js index b1e1d3cd9e..f3bc9964b9 100644 --- a/src/textures/parsers/index.js +++ b/src/textures/parsers/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/textures/typedefs/index.js b/src/textures/typedefs/index.js index f4f27869f1..df16820066 100644 --- a/src/textures/typedefs/index.js +++ b/src/textures/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/Formats.js b/src/tilemaps/Formats.js index 2e13b7732f..a18dc24df0 100644 --- a/src/tilemaps/Formats.js +++ b/src/tilemaps/Formats.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/ImageCollection.js b/src/tilemaps/ImageCollection.js index ef96a5b2df..e3bf568298 100644 --- a/src/tilemaps/ImageCollection.js +++ b/src/tilemaps/ImageCollection.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/tilemaps/ParseToTilemap.js b/src/tilemaps/ParseToTilemap.js index 2113549512..de823c43d7 100644 --- a/src/tilemaps/ParseToTilemap.js +++ b/src/tilemaps/ParseToTilemap.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Formats = require('./Formats'); diff --git a/src/tilemaps/Tile.js b/src/tilemaps/Tile.js index 4124db337a..1f7bf439a7 100644 --- a/src/tilemaps/Tile.js +++ b/src/tilemaps/Tile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/tilemaps/Tilemap.js b/src/tilemaps/Tilemap.js index 882e49283c..b0697d9121 100644 --- a/src/tilemaps/Tilemap.js +++ b/src/tilemaps/Tilemap.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/tilemaps/TilemapCreator.js b/src/tilemaps/TilemapCreator.js index d1e0116df1..4fdb53b9bc 100644 --- a/src/tilemaps/TilemapCreator.js +++ b/src/tilemaps/TilemapCreator.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectCreator = require('../gameobjects/GameObjectCreator'); diff --git a/src/tilemaps/TilemapFactory.js b/src/tilemaps/TilemapFactory.js index 52853460bc..7fe67c0a0f 100644 --- a/src/tilemaps/TilemapFactory.js +++ b/src/tilemaps/TilemapFactory.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GameObjectFactory = require('../gameobjects/GameObjectFactory'); diff --git a/src/tilemaps/Tileset.js b/src/tilemaps/Tileset.js index 67f33201d2..033cf1125b 100644 --- a/src/tilemaps/Tileset.js +++ b/src/tilemaps/Tileset.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/tilemaps/components/CalculateFacesAt.js b/src/tilemaps/components/CalculateFacesAt.js index 81c8538a45..6decf57cd4 100644 --- a/src/tilemaps/components/CalculateFacesAt.js +++ b/src/tilemaps/components/CalculateFacesAt.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTileAt = require('./GetTileAt'); diff --git a/src/tilemaps/components/CalculateFacesWithin.js b/src/tilemaps/components/CalculateFacesWithin.js index 3f08da2818..f9a50b0294 100644 --- a/src/tilemaps/components/CalculateFacesWithin.js +++ b/src/tilemaps/components/CalculateFacesWithin.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTileAt = require('./GetTileAt'); diff --git a/src/tilemaps/components/Copy.js b/src/tilemaps/components/Copy.js index 7f94d94d78..fc552a6b5b 100644 --- a/src/tilemaps/components/Copy.js +++ b/src/tilemaps/components/Copy.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/CreateFromTiles.js b/src/tilemaps/components/CreateFromTiles.js index 462c4dfd84..285ecf5636 100644 --- a/src/tilemaps/components/CreateFromTiles.js +++ b/src/tilemaps/components/CreateFromTiles.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 TileToWorldX = require('./TileToWorldX'); diff --git a/src/tilemaps/components/CullTiles.js b/src/tilemaps/components/CullTiles.js index a19f5f9540..d009ea35ff 100644 --- a/src/tilemaps/components/CullTiles.js +++ b/src/tilemaps/components/CullTiles.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SnapFloor = require('../../math/snap/SnapFloor'); diff --git a/src/tilemaps/components/Fill.js b/src/tilemaps/components/Fill.js index 48ac180608..e2dc3f70df 100644 --- a/src/tilemaps/components/Fill.js +++ b/src/tilemaps/components/Fill.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/FilterTiles.js b/src/tilemaps/components/FilterTiles.js index a35222f508..2094cfc3ae 100644 --- a/src/tilemaps/components/FilterTiles.js +++ b/src/tilemaps/components/FilterTiles.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/FindByIndex.js b/src/tilemaps/components/FindByIndex.js index f8e7f148c3..779049c6c2 100644 --- a/src/tilemaps/components/FindByIndex.js +++ b/src/tilemaps/components/FindByIndex.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/components/FindTile.js b/src/tilemaps/components/FindTile.js index b9e84a65a1..53c7331dfc 100644 --- a/src/tilemaps/components/FindTile.js +++ b/src/tilemaps/components/FindTile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/ForEachTile.js b/src/tilemaps/components/ForEachTile.js index 77fb852bfe..3b294afdd5 100644 --- a/src/tilemaps/components/ForEachTile.js +++ b/src/tilemaps/components/ForEachTile.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/GetTileAt.js b/src/tilemaps/components/GetTileAt.js index d0bcb19e41..1c1f8e2337 100644 --- a/src/tilemaps/components/GetTileAt.js +++ b/src/tilemaps/components/GetTileAt.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 IsInLayerBounds = require('./IsInLayerBounds'); diff --git a/src/tilemaps/components/GetTileAtWorldXY.js b/src/tilemaps/components/GetTileAtWorldXY.js index 98c436c821..b39a5a11fb 100644 --- a/src/tilemaps/components/GetTileAtWorldXY.js +++ b/src/tilemaps/components/GetTileAtWorldXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTileAt = require('./GetTileAt'); diff --git a/src/tilemaps/components/GetTilesWithin.js b/src/tilemaps/components/GetTilesWithin.js index 4cf890391d..4e451e4951 100644 --- a/src/tilemaps/components/GetTilesWithin.js +++ b/src/tilemaps/components/GetTilesWithin.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetFastValue = require('../../utils/object/GetFastValue'); diff --git a/src/tilemaps/components/GetTilesWithinShape.js b/src/tilemaps/components/GetTilesWithinShape.js index 6c6567dd01..04121193d0 100644 --- a/src/tilemaps/components/GetTilesWithinShape.js +++ b/src/tilemaps/components/GetTilesWithinShape.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Geom = require('../../geom/'); diff --git a/src/tilemaps/components/GetTilesWithinWorldXY.js b/src/tilemaps/components/GetTilesWithinWorldXY.js index 4224ad8714..cbfb514fd9 100644 --- a/src/tilemaps/components/GetTilesWithinWorldXY.js +++ b/src/tilemaps/components/GetTilesWithinWorldXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/HasTileAt.js b/src/tilemaps/components/HasTileAt.js index f5ea6c0c73..77ac9ab80a 100644 --- a/src/tilemaps/components/HasTileAt.js +++ b/src/tilemaps/components/HasTileAt.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 IsInLayerBounds = require('./IsInLayerBounds'); diff --git a/src/tilemaps/components/HasTileAtWorldXY.js b/src/tilemaps/components/HasTileAtWorldXY.js index 3ddae5c41c..784a6c9dc0 100644 --- a/src/tilemaps/components/HasTileAtWorldXY.js +++ b/src/tilemaps/components/HasTileAtWorldXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 HasTileAt = require('./HasTileAt'); diff --git a/src/tilemaps/components/IsInLayerBounds.js b/src/tilemaps/components/IsInLayerBounds.js index f4463f283b..344f00452a 100644 --- a/src/tilemaps/components/IsInLayerBounds.js +++ b/src/tilemaps/components/IsInLayerBounds.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/components/PutTileAt.js b/src/tilemaps/components/PutTileAt.js index b63893a49c..9a0f8638e2 100644 --- a/src/tilemaps/components/PutTileAt.js +++ b/src/tilemaps/components/PutTileAt.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Tile = require('../Tile'); diff --git a/src/tilemaps/components/PutTileAtWorldXY.js b/src/tilemaps/components/PutTileAtWorldXY.js index 0e3891d1eb..39bbf17a30 100644 --- a/src/tilemaps/components/PutTileAtWorldXY.js +++ b/src/tilemaps/components/PutTileAtWorldXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 PutTileAt = require('./PutTileAt'); diff --git a/src/tilemaps/components/PutTilesAt.js b/src/tilemaps/components/PutTilesAt.js index e00ffee36d..b9b32ae916 100644 --- a/src/tilemaps/components/PutTilesAt.js +++ b/src/tilemaps/components/PutTilesAt.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CalculateFacesWithin = require('./CalculateFacesWithin'); diff --git a/src/tilemaps/components/Randomize.js b/src/tilemaps/components/Randomize.js index a62f496dbf..b887b0b0df 100644 --- a/src/tilemaps/components/Randomize.js +++ b/src/tilemaps/components/Randomize.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/RemoveTileAt.js b/src/tilemaps/components/RemoveTileAt.js index 78f6a1e55f..a982e67955 100644 --- a/src/tilemaps/components/RemoveTileAt.js +++ b/src/tilemaps/components/RemoveTileAt.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Tile = require('../Tile'); diff --git a/src/tilemaps/components/RemoveTileAtWorldXY.js b/src/tilemaps/components/RemoveTileAtWorldXY.js index ed2f4b3a89..28bd3caf3c 100644 --- a/src/tilemaps/components/RemoveTileAtWorldXY.js +++ b/src/tilemaps/components/RemoveTileAtWorldXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RemoveTileAt = require('./RemoveTileAt'); diff --git a/src/tilemaps/components/RenderDebug.js b/src/tilemaps/components/RenderDebug.js index 3a0c8ecd54..c9a566474a 100644 --- a/src/tilemaps/components/RenderDebug.js +++ b/src/tilemaps/components/RenderDebug.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/ReplaceByIndex.js b/src/tilemaps/components/ReplaceByIndex.js index fbd874b17c..f8da2a8f9b 100644 --- a/src/tilemaps/components/ReplaceByIndex.js +++ b/src/tilemaps/components/ReplaceByIndex.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/SetCollision.js b/src/tilemaps/components/SetCollision.js index 4c02da6366..a9fa480886 100644 --- a/src/tilemaps/components/SetCollision.js +++ b/src/tilemaps/components/SetCollision.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SetTileCollision = require('./SetTileCollision'); diff --git a/src/tilemaps/components/SetCollisionBetween.js b/src/tilemaps/components/SetCollisionBetween.js index b6b2f14e96..895fe1cabc 100644 --- a/src/tilemaps/components/SetCollisionBetween.js +++ b/src/tilemaps/components/SetCollisionBetween.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SetTileCollision = require('./SetTileCollision'); diff --git a/src/tilemaps/components/SetCollisionByExclusion.js b/src/tilemaps/components/SetCollisionByExclusion.js index ed6f1861a3..612882e4c2 100644 --- a/src/tilemaps/components/SetCollisionByExclusion.js +++ b/src/tilemaps/components/SetCollisionByExclusion.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SetTileCollision = require('./SetTileCollision'); diff --git a/src/tilemaps/components/SetCollisionByProperty.js b/src/tilemaps/components/SetCollisionByProperty.js index b33d2b58d2..776b35cef7 100644 --- a/src/tilemaps/components/SetCollisionByProperty.js +++ b/src/tilemaps/components/SetCollisionByProperty.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SetTileCollision = require('./SetTileCollision'); diff --git a/src/tilemaps/components/SetCollisionFromCollisionGroup.js b/src/tilemaps/components/SetCollisionFromCollisionGroup.js index 447a6dc331..d50bbca833 100644 --- a/src/tilemaps/components/SetCollisionFromCollisionGroup.js +++ b/src/tilemaps/components/SetCollisionFromCollisionGroup.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SetTileCollision = require('./SetTileCollision'); diff --git a/src/tilemaps/components/SetLayerCollisionIndex.js b/src/tilemaps/components/SetLayerCollisionIndex.js index 3ce9ba8313..a02fa0eec5 100644 --- a/src/tilemaps/components/SetLayerCollisionIndex.js +++ b/src/tilemaps/components/SetLayerCollisionIndex.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/components/SetTileCollision.js b/src/tilemaps/components/SetTileCollision.js index 9d9bcee543..27a19dbba7 100644 --- a/src/tilemaps/components/SetTileCollision.js +++ b/src/tilemaps/components/SetTileCollision.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/components/SetTileIndexCallback.js b/src/tilemaps/components/SetTileIndexCallback.js index e665d23cfd..7857049d82 100644 --- a/src/tilemaps/components/SetTileIndexCallback.js +++ b/src/tilemaps/components/SetTileIndexCallback.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/components/SetTileLocationCallback.js b/src/tilemaps/components/SetTileLocationCallback.js index 0ee0adf5ae..1deda6bf46 100644 --- a/src/tilemaps/components/SetTileLocationCallback.js +++ b/src/tilemaps/components/SetTileLocationCallback.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/Shuffle.js b/src/tilemaps/components/Shuffle.js index 501826e333..cb63d153af 100644 --- a/src/tilemaps/components/Shuffle.js +++ b/src/tilemaps/components/Shuffle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/SwapByIndex.js b/src/tilemaps/components/SwapByIndex.js index ac04344d7a..80297cd44d 100644 --- a/src/tilemaps/components/SwapByIndex.js +++ b/src/tilemaps/components/SwapByIndex.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/TileToWorldX.js b/src/tilemaps/components/TileToWorldX.js index 0a0108220f..97654412a3 100644 --- a/src/tilemaps/components/TileToWorldX.js +++ b/src/tilemaps/components/TileToWorldX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/components/TileToWorldXY.js b/src/tilemaps/components/TileToWorldXY.js index 02e19c7d0a..0822d5d963 100644 --- a/src/tilemaps/components/TileToWorldXY.js +++ b/src/tilemaps/components/TileToWorldXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 TileToWorldX = require('./TileToWorldX'); diff --git a/src/tilemaps/components/TileToWorldY.js b/src/tilemaps/components/TileToWorldY.js index 102b8f1ded..88fa8089f0 100644 --- a/src/tilemaps/components/TileToWorldY.js +++ b/src/tilemaps/components/TileToWorldY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/components/WeightedRandomize.js b/src/tilemaps/components/WeightedRandomize.js index 5c1d4b1b5e..a30acaf00c 100644 --- a/src/tilemaps/components/WeightedRandomize.js +++ b/src/tilemaps/components/WeightedRandomize.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetTilesWithin = require('./GetTilesWithin'); diff --git a/src/tilemaps/components/WorldToTileX.js b/src/tilemaps/components/WorldToTileX.js index 6bb5722aa6..cfbc2a2bfd 100644 --- a/src/tilemaps/components/WorldToTileX.js +++ b/src/tilemaps/components/WorldToTileX.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/components/WorldToTileXY.js b/src/tilemaps/components/WorldToTileXY.js index eac6a48c9f..424c2161c7 100644 --- a/src/tilemaps/components/WorldToTileXY.js +++ b/src/tilemaps/components/WorldToTileXY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 WorldToTileX = require('./WorldToTileX'); diff --git a/src/tilemaps/components/WorldToTileY.js b/src/tilemaps/components/WorldToTileY.js index 658c9e238e..37124f8de5 100644 --- a/src/tilemaps/components/WorldToTileY.js +++ b/src/tilemaps/components/WorldToTileY.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/components/index.js b/src/tilemaps/components/index.js index 2a4ba0e8af..96efb77773 100644 --- a/src/tilemaps/components/index.js +++ b/src/tilemaps/components/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/dynamiclayer/DynamicTilemapLayer.js b/src/tilemaps/dynamiclayer/DynamicTilemapLayer.js index ff4dd08746..9549f27cae 100644 --- a/src/tilemaps/dynamiclayer/DynamicTilemapLayer.js +++ b/src/tilemaps/dynamiclayer/DynamicTilemapLayer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/tilemaps/dynamiclayer/DynamicTilemapLayerCanvasRenderer.js b/src/tilemaps/dynamiclayer/DynamicTilemapLayerCanvasRenderer.js index 843237d65b..30255fddf1 100644 --- a/src/tilemaps/dynamiclayer/DynamicTilemapLayerCanvasRenderer.js +++ b/src/tilemaps/dynamiclayer/DynamicTilemapLayerCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/dynamiclayer/DynamicTilemapLayerRender.js b/src/tilemaps/dynamiclayer/DynamicTilemapLayerRender.js index aadf8e9db5..b5eca2265b 100644 --- a/src/tilemaps/dynamiclayer/DynamicTilemapLayerRender.js +++ b/src/tilemaps/dynamiclayer/DynamicTilemapLayerRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/tilemaps/dynamiclayer/DynamicTilemapLayerWebGLRenderer.js b/src/tilemaps/dynamiclayer/DynamicTilemapLayerWebGLRenderer.js index f0a45ed26e..0ee77dfbac 100644 --- a/src/tilemaps/dynamiclayer/DynamicTilemapLayerWebGLRenderer.js +++ b/src/tilemaps/dynamiclayer/DynamicTilemapLayerWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Utils = require('../../renderer/webgl/Utils'); diff --git a/src/tilemaps/index.js b/src/tilemaps/index.js index fb302c6508..d9060c2e34 100644 --- a/src/tilemaps/index.js +++ b/src/tilemaps/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/mapdata/LayerData.js b/src/tilemaps/mapdata/LayerData.js index 6cdacb0d03..15ebbe5b21 100644 --- a/src/tilemaps/mapdata/LayerData.js +++ b/src/tilemaps/mapdata/LayerData.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/tilemaps/mapdata/MapData.js b/src/tilemaps/mapdata/MapData.js index a9e7794f33..60759b766b 100644 --- a/src/tilemaps/mapdata/MapData.js +++ b/src/tilemaps/mapdata/MapData.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/tilemaps/mapdata/ObjectLayer.js b/src/tilemaps/mapdata/ObjectLayer.js index 5d4e32676f..0d59d3e89c 100644 --- a/src/tilemaps/mapdata/ObjectLayer.js +++ b/src/tilemaps/mapdata/ObjectLayer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/tilemaps/parsers/Parse.js b/src/tilemaps/parsers/Parse.js index a661a6163e..4bb05adac8 100644 --- a/src/tilemaps/parsers/Parse.js +++ b/src/tilemaps/parsers/Parse.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Formats = require('../Formats'); diff --git a/src/tilemaps/parsers/Parse2DArray.js b/src/tilemaps/parsers/Parse2DArray.js index bce75efad3..d0e3cab6c7 100644 --- a/src/tilemaps/parsers/Parse2DArray.js +++ b/src/tilemaps/parsers/Parse2DArray.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Formats = require('../Formats'); diff --git a/src/tilemaps/parsers/ParseCSV.js b/src/tilemaps/parsers/ParseCSV.js index 40b05cef25..eb42c57612 100644 --- a/src/tilemaps/parsers/ParseCSV.js +++ b/src/tilemaps/parsers/ParseCSV.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Formats = require('../Formats'); diff --git a/src/tilemaps/parsers/impact/ParseTileLayers.js b/src/tilemaps/parsers/impact/ParseTileLayers.js index 413622ea48..545b311084 100644 --- a/src/tilemaps/parsers/impact/ParseTileLayers.js +++ b/src/tilemaps/parsers/impact/ParseTileLayers.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 LayerData = require('../../mapdata/LayerData'); diff --git a/src/tilemaps/parsers/impact/ParseTilesets.js b/src/tilemaps/parsers/impact/ParseTilesets.js index f36f1bb342..3a15fd7627 100644 --- a/src/tilemaps/parsers/impact/ParseTilesets.js +++ b/src/tilemaps/parsers/impact/ParseTilesets.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Tileset = require('../../Tileset'); diff --git a/src/tilemaps/parsers/impact/ParseWeltmeister.js b/src/tilemaps/parsers/impact/ParseWeltmeister.js index fe264280fb..f17648b4ad 100644 --- a/src/tilemaps/parsers/impact/ParseWeltmeister.js +++ b/src/tilemaps/parsers/impact/ParseWeltmeister.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Formats = require('../../Formats'); diff --git a/src/tilemaps/parsers/index.js b/src/tilemaps/parsers/index.js index f6b0dddf2c..bfa1a78986 100644 --- a/src/tilemaps/parsers/index.js +++ b/src/tilemaps/parsers/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/parsers/tiled/AssignTileProperties.js b/src/tilemaps/parsers/tiled/AssignTileProperties.js index c47718a69f..d101003084 100644 --- a/src/tilemaps/parsers/tiled/AssignTileProperties.js +++ b/src/tilemaps/parsers/tiled/AssignTileProperties.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Extend = require('../../../utils/object/Extend'); diff --git a/src/tilemaps/parsers/tiled/Base64Decode.js b/src/tilemaps/parsers/tiled/Base64Decode.js index d6fc50e565..64986cd25c 100644 --- a/src/tilemaps/parsers/tiled/Base64Decode.js +++ b/src/tilemaps/parsers/tiled/Base64Decode.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/parsers/tiled/BuildTilesetIndex.js b/src/tilemaps/parsers/tiled/BuildTilesetIndex.js index 1cab21d7b9..b815dce97b 100644 --- a/src/tilemaps/parsers/tiled/BuildTilesetIndex.js +++ b/src/tilemaps/parsers/tiled/BuildTilesetIndex.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/parsers/tiled/ParseGID.js b/src/tilemaps/parsers/tiled/ParseGID.js index 0b984f4627..d6b31d6867 100644 --- a/src/tilemaps/parsers/tiled/ParseGID.js +++ b/src/tilemaps/parsers/tiled/ParseGID.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 FLIPPED_HORIZONTAL = 0x80000000; diff --git a/src/tilemaps/parsers/tiled/ParseImageLayers.js b/src/tilemaps/parsers/tiled/ParseImageLayers.js index 4b3694c074..c52f26e3a3 100644 --- a/src/tilemaps/parsers/tiled/ParseImageLayers.js +++ b/src/tilemaps/parsers/tiled/ParseImageLayers.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetFastValue = require('../../../utils/object/GetFastValue'); diff --git a/src/tilemaps/parsers/tiled/ParseJSONTiled.js b/src/tilemaps/parsers/tiled/ParseJSONTiled.js index fef8ece507..a3e4eb1749 100644 --- a/src/tilemaps/parsers/tiled/ParseJSONTiled.js +++ b/src/tilemaps/parsers/tiled/ParseJSONTiled.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Formats = require('../../Formats'); diff --git a/src/tilemaps/parsers/tiled/ParseObject.js b/src/tilemaps/parsers/tiled/ParseObject.js index 120167e194..0fe9d036aa 100644 --- a/src/tilemaps/parsers/tiled/ParseObject.js +++ b/src/tilemaps/parsers/tiled/ParseObject.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Pick = require('./Pick'); diff --git a/src/tilemaps/parsers/tiled/ParseObjectLayers.js b/src/tilemaps/parsers/tiled/ParseObjectLayers.js index f117e4e09f..79fc110e85 100644 --- a/src/tilemaps/parsers/tiled/ParseObjectLayers.js +++ b/src/tilemaps/parsers/tiled/ParseObjectLayers.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetFastValue = require('../../../utils/object/GetFastValue'); diff --git a/src/tilemaps/parsers/tiled/ParseTileLayers.js b/src/tilemaps/parsers/tiled/ParseTileLayers.js index 336ff2bd46..da3e7ff715 100644 --- a/src/tilemaps/parsers/tiled/ParseTileLayers.js +++ b/src/tilemaps/parsers/tiled/ParseTileLayers.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Base64Decode = require('./Base64Decode'); diff --git a/src/tilemaps/parsers/tiled/ParseTilesets.js b/src/tilemaps/parsers/tiled/ParseTilesets.js index d118d547ae..1db97422df 100644 --- a/src/tilemaps/parsers/tiled/ParseTilesets.js +++ b/src/tilemaps/parsers/tiled/ParseTilesets.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Tileset = require('../../Tileset'); diff --git a/src/tilemaps/parsers/tiled/Pick.js b/src/tilemaps/parsers/tiled/Pick.js index b740493e54..5b9e1f77db 100644 --- a/src/tilemaps/parsers/tiled/Pick.js +++ b/src/tilemaps/parsers/tiled/Pick.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 HasValue = require('../../../utils/object/HasValue'); diff --git a/src/tilemaps/staticlayer/StaticTilemapLayer.js b/src/tilemaps/staticlayer/StaticTilemapLayer.js index 2dd384bb65..5e38cf9504 100644 --- a/src/tilemaps/staticlayer/StaticTilemapLayer.js +++ b/src/tilemaps/staticlayer/StaticTilemapLayer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/tilemaps/staticlayer/StaticTilemapLayerCanvasRenderer.js b/src/tilemaps/staticlayer/StaticTilemapLayerCanvasRenderer.js index c543f3cf45..e865e0a670 100644 --- a/src/tilemaps/staticlayer/StaticTilemapLayerCanvasRenderer.js +++ b/src/tilemaps/staticlayer/StaticTilemapLayerCanvasRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/staticlayer/StaticTilemapLayerRender.js b/src/tilemaps/staticlayer/StaticTilemapLayerRender.js index 1f9dfb5bd5..dc7d83419f 100644 --- a/src/tilemaps/staticlayer/StaticTilemapLayerRender.js +++ b/src/tilemaps/staticlayer/StaticTilemapLayerRender.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 renderWebGL = require('../../utils/NOOP'); diff --git a/src/tilemaps/staticlayer/StaticTilemapLayerWebGLRenderer.js b/src/tilemaps/staticlayer/StaticTilemapLayerWebGLRenderer.js index c41aec9669..448310b2e7 100644 --- a/src/tilemaps/staticlayer/StaticTilemapLayerWebGLRenderer.js +++ b/src/tilemaps/staticlayer/StaticTilemapLayerWebGLRenderer.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tilemaps/typedefs/index.js b/src/tilemaps/typedefs/index.js index ce8ad60d52..7fe2c498d7 100644 --- a/src/tilemaps/typedefs/index.js +++ b/src/tilemaps/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/time/Clock.js b/src/time/Clock.js index ab18afd062..dd434da4c6 100644 --- a/src/time/Clock.js +++ b/src/time/Clock.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/time/TimerEvent.js b/src/time/TimerEvent.js index b091c58935..1b77c2f55a 100644 --- a/src/time/TimerEvent.js +++ b/src/time/TimerEvent.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/time/index.js b/src/time/index.js index 0499f1b57d..604122c06f 100644 --- a/src/time/index.js +++ b/src/time/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/time/typedefs/index.js b/src/time/typedefs/index.js index 3015cfc57a..0525e4d877 100644 --- a/src/time/typedefs/index.js +++ b/src/time/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/Timeline.js b/src/tweens/Timeline.js index 1af77f7f6e..f75788bbe6 100644 --- a/src/tweens/Timeline.js +++ b/src/tweens/Timeline.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../utils/Class'); diff --git a/src/tweens/TweenManager.js b/src/tweens/TweenManager.js index 6bbaa260bf..e05b2e4aa1 100644 --- a/src/tweens/TweenManager.js +++ b/src/tweens/TweenManager.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 ArrayRemove = require('../utils/array/Remove'); diff --git a/src/tweens/builders/GetBoolean.js b/src/tweens/builders/GetBoolean.js index 30594f19f1..eaeb4f603d 100644 --- a/src/tweens/builders/GetBoolean.js +++ b/src/tweens/builders/GetBoolean.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/builders/GetEaseFunction.js b/src/tweens/builders/GetEaseFunction.js index f64b3b5c2b..7c6447bfad 100644 --- a/src/tweens/builders/GetEaseFunction.js +++ b/src/tweens/builders/GetEaseFunction.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 EaseMap = require('../../math/easing/EaseMap'); diff --git a/src/tweens/builders/GetNewValue.js b/src/tweens/builders/GetNewValue.js index 49dc95458d..b47e6ef17e 100644 --- a/src/tweens/builders/GetNewValue.js +++ b/src/tweens/builders/GetNewValue.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/builders/GetProps.js b/src/tweens/builders/GetProps.js index 71adb19109..89b625e68a 100644 --- a/src/tweens/builders/GetProps.js +++ b/src/tweens/builders/GetProps.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RESERVED = require('../tween/ReservedProps'); diff --git a/src/tweens/builders/GetTargets.js b/src/tweens/builders/GetTargets.js index 6d29e8912b..423ba63f89 100644 --- a/src/tweens/builders/GetTargets.js +++ b/src/tweens/builders/GetTargets.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetValue = require('../../utils/object/GetValue'); diff --git a/src/tweens/builders/GetTweens.js b/src/tweens/builders/GetTweens.js index 01208e9011..4ea12acfa3 100644 --- a/src/tweens/builders/GetTweens.js +++ b/src/tweens/builders/GetTweens.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetValue = require('../../utils/object/GetValue'); diff --git a/src/tweens/builders/GetValueOp.js b/src/tweens/builders/GetValueOp.js index f59c95e4d6..c989b272b7 100644 --- a/src/tweens/builders/GetValueOp.js +++ b/src/tweens/builders/GetValueOp.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/builders/NumberTweenBuilder.js b/src/tweens/builders/NumberTweenBuilder.js index 5ee10ebfc0..829d6553f0 100644 --- a/src/tweens/builders/NumberTweenBuilder.js +++ b/src/tweens/builders/NumberTweenBuilder.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Defaults = require('../tween/Defaults'); diff --git a/src/tweens/builders/TimelineBuilder.js b/src/tweens/builders/TimelineBuilder.js index 9c9690e86c..ed87d8d86b 100644 --- a/src/tweens/builders/TimelineBuilder.js +++ b/src/tweens/builders/TimelineBuilder.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clone = require('../../utils/object/Clone'); diff --git a/src/tweens/builders/TweenBuilder.js b/src/tweens/builders/TweenBuilder.js index 01d295b6f0..4fcddbccaa 100644 --- a/src/tweens/builders/TweenBuilder.js +++ b/src/tweens/builders/TweenBuilder.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Defaults = require('../tween/Defaults'); diff --git a/src/tweens/builders/index.js b/src/tweens/builders/index.js index 6f200b670d..3cb7d341ef 100644 --- a/src/tweens/builders/index.js +++ b/src/tweens/builders/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/events/TIMELINE_COMPLETE_EVENT.js b/src/tweens/events/TIMELINE_COMPLETE_EVENT.js index 1555db348f..b0f4226288 100644 --- a/src/tweens/events/TIMELINE_COMPLETE_EVENT.js +++ b/src/tweens/events/TIMELINE_COMPLETE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/events/TIMELINE_LOOP_EVENT.js b/src/tweens/events/TIMELINE_LOOP_EVENT.js index edf5836360..cc0ff172e1 100644 --- a/src/tweens/events/TIMELINE_LOOP_EVENT.js +++ b/src/tweens/events/TIMELINE_LOOP_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/events/TIMELINE_PAUSE_EVENT.js b/src/tweens/events/TIMELINE_PAUSE_EVENT.js index d4b6012101..d328c073b2 100644 --- a/src/tweens/events/TIMELINE_PAUSE_EVENT.js +++ b/src/tweens/events/TIMELINE_PAUSE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/events/TIMELINE_RESUME_EVENT.js b/src/tweens/events/TIMELINE_RESUME_EVENT.js index 0d1931ab23..c61d772c72 100644 --- a/src/tweens/events/TIMELINE_RESUME_EVENT.js +++ b/src/tweens/events/TIMELINE_RESUME_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/events/TIMELINE_START_EVENT.js b/src/tweens/events/TIMELINE_START_EVENT.js index 1c849c0b99..950eada224 100644 --- a/src/tweens/events/TIMELINE_START_EVENT.js +++ b/src/tweens/events/TIMELINE_START_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/events/TIMELINE_UPDATE_EVENT.js b/src/tweens/events/TIMELINE_UPDATE_EVENT.js index 96a43208e6..b7c9b15444 100644 --- a/src/tweens/events/TIMELINE_UPDATE_EVENT.js +++ b/src/tweens/events/TIMELINE_UPDATE_EVENT.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/events/index.js b/src/tweens/events/index.js index 00662b010b..ac121bdc4a 100644 --- a/src/tweens/events/index.js +++ b/src/tweens/events/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/index.js b/src/tweens/index.js index a279c16fc6..ea85a119fd 100644 --- a/src/tweens/index.js +++ b/src/tweens/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CONST = require('./tween/const'); diff --git a/src/tweens/tween/Defaults.js b/src/tweens/tween/Defaults.js index edc72f7ace..be3b2cfad5 100644 --- a/src/tweens/tween/Defaults.js +++ b/src/tweens/tween/Defaults.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/tween/ReservedProps.js b/src/tweens/tween/ReservedProps.js index 309870dcb5..24e2b1d761 100644 --- a/src/tweens/tween/ReservedProps.js +++ b/src/tweens/tween/ReservedProps.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // RESERVED properties that a Tween config object uses diff --git a/src/tweens/tween/Tween.js b/src/tweens/tween/Tween.js index 21586d8a71..eadeac81ef 100644 --- a/src/tweens/tween/Tween.js +++ b/src/tweens/tween/Tween.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Class = require('../../utils/Class'); diff --git a/src/tweens/tween/TweenData.js b/src/tweens/tween/TweenData.js index d4d54a6c70..2dcb4d1c4f 100644 --- a/src/tweens/tween/TweenData.js +++ b/src/tweens/tween/TweenData.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/tweens/tween/const.js b/src/tweens/tween/const.js index efb460bee5..16a9deba70 100644 --- a/src/tweens/tween/const.js +++ b/src/tweens/tween/const.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 TWEEN_CONST = { diff --git a/src/tweens/typedefs/index.js b/src/tweens/typedefs/index.js index 686fd59c07..29afa3f88f 100644 --- a/src/tweens/typedefs/index.js +++ b/src/tweens/typedefs/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/Class.js b/src/utils/Class.js index ac1cdfc02b..a3c63232d5 100644 --- a/src/utils/Class.js +++ b/src/utils/Class.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Taken from klasse by mattdesl https://github.com/mattdesl/klasse diff --git a/src/utils/NOOP.js b/src/utils/NOOP.js index d8e211525b..c4c44660c4 100644 --- a/src/utils/NOOP.js +++ b/src/utils/NOOP.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/Add.js b/src/utils/array/Add.js index e5c9f843d1..1f8e05c867 100644 --- a/src/utils/array/Add.js +++ b/src/utils/array/Add.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/AddAt.js b/src/utils/array/AddAt.js index 526fc1050f..987e850168 100644 --- a/src/utils/array/AddAt.js +++ b/src/utils/array/AddAt.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/BringToTop.js b/src/utils/array/BringToTop.js index 447296b57e..5e4eb5363c 100644 --- a/src/utils/array/BringToTop.js +++ b/src/utils/array/BringToTop.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/CountAllMatching.js b/src/utils/array/CountAllMatching.js index c041c17d5a..2ef4d63ac3 100644 --- a/src/utils/array/CountAllMatching.js +++ b/src/utils/array/CountAllMatching.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SafeRange = require('./SafeRange'); diff --git a/src/utils/array/Each.js b/src/utils/array/Each.js index 481b0ed7c1..cce170ed56 100644 --- a/src/utils/array/Each.js +++ b/src/utils/array/Each.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/EachInRange.js b/src/utils/array/EachInRange.js index 0b64101e11..7236dfbae4 100644 --- a/src/utils/array/EachInRange.js +++ b/src/utils/array/EachInRange.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SafeRange = require('./SafeRange'); diff --git a/src/utils/array/FindClosestInSorted.js b/src/utils/array/FindClosestInSorted.js index 16db35833f..b699b4a7a2 100644 --- a/src/utils/array/FindClosestInSorted.js +++ b/src/utils/array/FindClosestInSorted.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/GetAll.js b/src/utils/array/GetAll.js index a54469fc99..8ff1186b3b 100644 --- a/src/utils/array/GetAll.js +++ b/src/utils/array/GetAll.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SafeRange = require('./SafeRange'); diff --git a/src/utils/array/GetFirst.js b/src/utils/array/GetFirst.js index f0f0e52b23..f06df02a71 100644 --- a/src/utils/array/GetFirst.js +++ b/src/utils/array/GetFirst.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SafeRange = require('./SafeRange'); diff --git a/src/utils/array/GetRandom.js b/src/utils/array/GetRandom.js index a29bdb1d42..1356d72b9c 100644 --- a/src/utils/array/GetRandom.js +++ b/src/utils/array/GetRandom.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/MoveDown.js b/src/utils/array/MoveDown.js index 551a2fc88d..b456f994e2 100644 --- a/src/utils/array/MoveDown.js +++ b/src/utils/array/MoveDown.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/MoveTo.js b/src/utils/array/MoveTo.js index 9dfbdd12cf..da88148338 100644 --- a/src/utils/array/MoveTo.js +++ b/src/utils/array/MoveTo.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/MoveUp.js b/src/utils/array/MoveUp.js index 68234b3070..321a5af05a 100644 --- a/src/utils/array/MoveUp.js +++ b/src/utils/array/MoveUp.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/NumberArray.js b/src/utils/array/NumberArray.js index d546c37092..0f86590fc5 100644 --- a/src/utils/array/NumberArray.js +++ b/src/utils/array/NumberArray.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/NumberArrayStep.js b/src/utils/array/NumberArrayStep.js index dc3c5e68e0..5cc68f92a4 100644 --- a/src/utils/array/NumberArrayStep.js +++ b/src/utils/array/NumberArrayStep.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RoundAwayFromZero = require('../../math/RoundAwayFromZero'); diff --git a/src/utils/array/QuickSelect.js b/src/utils/array/QuickSelect.js index b8a9971854..92f3474738 100644 --- a/src/utils/array/QuickSelect.js +++ b/src/utils/array/QuickSelect.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/Range.js b/src/utils/array/Range.js index d65c0c9915..fe89fafdd1 100644 --- a/src/utils/array/Range.js +++ b/src/utils/array/Range.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetValue = require('../object/GetValue'); diff --git a/src/utils/array/Remove.js b/src/utils/array/Remove.js index f0b5bcfdbb..d7cb88239a 100644 --- a/src/utils/array/Remove.js +++ b/src/utils/array/Remove.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SpliceOne = require('./SpliceOne'); diff --git a/src/utils/array/RemoveAt.js b/src/utils/array/RemoveAt.js index fec02195bc..82bc0a4b2f 100644 --- a/src/utils/array/RemoveAt.js +++ b/src/utils/array/RemoveAt.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SpliceOne = require('./SpliceOne'); diff --git a/src/utils/array/RemoveBetween.js b/src/utils/array/RemoveBetween.js index 769c78895b..4e25a29829 100644 --- a/src/utils/array/RemoveBetween.js +++ b/src/utils/array/RemoveBetween.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SafeRange = require('./SafeRange'); diff --git a/src/utils/array/RemoveRandomElement.js b/src/utils/array/RemoveRandomElement.js index eea852debd..e76228abdf 100644 --- a/src/utils/array/RemoveRandomElement.js +++ b/src/utils/array/RemoveRandomElement.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SpliceOne = require('./SpliceOne'); diff --git a/src/utils/array/Replace.js b/src/utils/array/Replace.js index 1c6ac00162..b72dffdeed 100644 --- a/src/utils/array/Replace.js +++ b/src/utils/array/Replace.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/RotateLeft.js b/src/utils/array/RotateLeft.js index 07b5529d5d..77b7df1f75 100644 --- a/src/utils/array/RotateLeft.js +++ b/src/utils/array/RotateLeft.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/RotateRight.js b/src/utils/array/RotateRight.js index 82a98e0457..317e459f30 100644 --- a/src/utils/array/RotateRight.js +++ b/src/utils/array/RotateRight.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/SafeRange.js b/src/utils/array/SafeRange.js index 03e7db2f59..a79fbdb638 100644 --- a/src/utils/array/SafeRange.js +++ b/src/utils/array/SafeRange.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/SendToBack.js b/src/utils/array/SendToBack.js index a27549e3e6..166ce697dd 100644 --- a/src/utils/array/SendToBack.js +++ b/src/utils/array/SendToBack.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/SetAll.js b/src/utils/array/SetAll.js index 074fe8eaa1..bdd43d280c 100644 --- a/src/utils/array/SetAll.js +++ b/src/utils/array/SetAll.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 SafeRange = require('./SafeRange'); diff --git a/src/utils/array/Shuffle.js b/src/utils/array/Shuffle.js index 937b33a460..8833e3ac73 100644 --- a/src/utils/array/Shuffle.js +++ b/src/utils/array/Shuffle.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/SpliceOne.js b/src/utils/array/SpliceOne.js index 0ce2b4c4ce..8b83b2af1e 100644 --- a/src/utils/array/SpliceOne.js +++ b/src/utils/array/SpliceOne.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/StableSort.js b/src/utils/array/StableSort.js index 34c3769a5d..924b17068c 100644 --- a/src/utils/array/StableSort.js +++ b/src/utils/array/StableSort.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ //! stable.js 0.1.6, https://github.com/Two-Screen/stable diff --git a/src/utils/array/Swap.js b/src/utils/array/Swap.js index c7968a71f2..cbe2f964bf 100644 --- a/src/utils/array/Swap.js +++ b/src/utils/array/Swap.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/index.js b/src/utils/array/index.js index b90e4027af..fb6ed012bb 100644 --- a/src/utils/array/index.js +++ b/src/utils/array/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/matrix/CheckMatrix.js b/src/utils/array/matrix/CheckMatrix.js index 9b05a5729c..3500c1cd15 100644 --- a/src/utils/array/matrix/CheckMatrix.js +++ b/src/utils/array/matrix/CheckMatrix.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/matrix/MatrixToString.js b/src/utils/array/matrix/MatrixToString.js index 685930cc6e..95ef302cae 100644 --- a/src/utils/array/matrix/MatrixToString.js +++ b/src/utils/array/matrix/MatrixToString.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Pad = require('../../string/Pad'); diff --git a/src/utils/array/matrix/ReverseColumns.js b/src/utils/array/matrix/ReverseColumns.js index c18d6f277e..1e422ee732 100644 --- a/src/utils/array/matrix/ReverseColumns.js +++ b/src/utils/array/matrix/ReverseColumns.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/matrix/ReverseRows.js b/src/utils/array/matrix/ReverseRows.js index c30428b3be..7199f64da6 100644 --- a/src/utils/array/matrix/ReverseRows.js +++ b/src/utils/array/matrix/ReverseRows.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/matrix/Rotate180.js b/src/utils/array/matrix/Rotate180.js index 2f06fa632b..02bc979796 100644 --- a/src/utils/array/matrix/Rotate180.js +++ b/src/utils/array/matrix/Rotate180.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RotateMatrix = require('./RotateMatrix'); diff --git a/src/utils/array/matrix/RotateLeft.js b/src/utils/array/matrix/RotateLeft.js index 5194475213..46aea2230e 100644 --- a/src/utils/array/matrix/RotateLeft.js +++ b/src/utils/array/matrix/RotateLeft.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RotateMatrix = require('./RotateMatrix'); diff --git a/src/utils/array/matrix/RotateMatrix.js b/src/utils/array/matrix/RotateMatrix.js index 1b5156b50e..10e84485cc 100644 --- a/src/utils/array/matrix/RotateMatrix.js +++ b/src/utils/array/matrix/RotateMatrix.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 CheckMatrix = require('./CheckMatrix'); diff --git a/src/utils/array/matrix/RotateRight.js b/src/utils/array/matrix/RotateRight.js index 36b5ffc767..0c74e6f4b6 100644 --- a/src/utils/array/matrix/RotateRight.js +++ b/src/utils/array/matrix/RotateRight.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 RotateMatrix = require('./RotateMatrix'); diff --git a/src/utils/array/matrix/TransposeMatrix.js b/src/utils/array/matrix/TransposeMatrix.js index 04f0d4e8ba..2091bcee9a 100644 --- a/src/utils/array/matrix/TransposeMatrix.js +++ b/src/utils/array/matrix/TransposeMatrix.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/array/matrix/index.js b/src/utils/array/matrix/index.js index 6dc2797a85..ad41add977 100644 --- a/src/utils/array/matrix/index.js +++ b/src/utils/array/matrix/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/index.js b/src/utils/index.js index c983379871..3af3db3717 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/object/Clone.js b/src/utils/object/Clone.js index 7d32783f99..eeae4d9f2b 100644 --- a/src/utils/object/Clone.js +++ b/src/utils/object/Clone.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/object/Extend.js b/src/utils/object/Extend.js index 2b0290e5d0..e5c27e9a26 100644 --- a/src/utils/object/Extend.js +++ b/src/utils/object/Extend.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 IsPlainObject = require('./IsPlainObject'); diff --git a/src/utils/object/GetAdvancedValue.js b/src/utils/object/GetAdvancedValue.js index 36f4d40bff..61b39d930b 100644 --- a/src/utils/object/GetAdvancedValue.js +++ b/src/utils/object/GetAdvancedValue.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 MATH = require('../../math'); diff --git a/src/utils/object/GetFastValue.js b/src/utils/object/GetFastValue.js index d27c2bde37..e7c27e2cff 100644 --- a/src/utils/object/GetFastValue.js +++ b/src/utils/object/GetFastValue.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/object/GetMinMaxValue.js b/src/utils/object/GetMinMaxValue.js index 38d5e2a7c2..97e24e4843 100644 --- a/src/utils/object/GetMinMaxValue.js +++ b/src/utils/object/GetMinMaxValue.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 GetValue = require('./GetValue'); diff --git a/src/utils/object/GetValue.js b/src/utils/object/GetValue.js index ef766650ae..c629b2660f 100644 --- a/src/utils/object/GetValue.js +++ b/src/utils/object/GetValue.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ // Source object diff --git a/src/utils/object/HasAll.js b/src/utils/object/HasAll.js index 505d320662..a9509f2063 100644 --- a/src/utils/object/HasAll.js +++ b/src/utils/object/HasAll.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/object/HasAny.js b/src/utils/object/HasAny.js index 0109a26cf0..b16aae61e9 100644 --- a/src/utils/object/HasAny.js +++ b/src/utils/object/HasAny.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/object/HasValue.js b/src/utils/object/HasValue.js index 4b16349f01..3cd4134108 100644 --- a/src/utils/object/HasValue.js +++ b/src/utils/object/HasValue.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/object/IsPlainObject.js b/src/utils/object/IsPlainObject.js index ccb0ecb2ab..16f62d84e9 100644 --- a/src/utils/object/IsPlainObject.js +++ b/src/utils/object/IsPlainObject.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/object/Merge.js b/src/utils/object/Merge.js index 14c9b741c9..036e7f4f4c 100644 --- a/src/utils/object/Merge.js +++ b/src/utils/object/Merge.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clone = require('./Clone'); diff --git a/src/utils/object/MergeRight.js b/src/utils/object/MergeRight.js index bb57b12c8f..6d2692485c 100644 --- a/src/utils/object/MergeRight.js +++ b/src/utils/object/MergeRight.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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 Clone = require('./Clone'); diff --git a/src/utils/object/SetValue.js b/src/utils/object/SetValue.js index ec2cb76683..161e4b3642 100644 --- a/src/utils/object/SetValue.js +++ b/src/utils/object/SetValue.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/object/index.js b/src/utils/object/index.js index 5c8f3a8e59..70182256f4 100644 --- a/src/utils/object/index.js +++ b/src/utils/object/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/string/Format.js b/src/utils/string/Format.js index 83abc5955b..f7e2b97738 100644 --- a/src/utils/string/Format.js +++ b/src/utils/string/Format.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/string/Pad.js b/src/utils/string/Pad.js index c5b203d720..6d2a9d6bcc 100644 --- a/src/utils/string/Pad.js +++ b/src/utils/string/Pad.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/string/Reverse.js b/src/utils/string/Reverse.js index e146a0b961..8b34cb70ae 100644 --- a/src/utils/string/Reverse.js +++ b/src/utils/string/Reverse.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/string/UUID.js b/src/utils/string/UUID.js index c5fc3ad338..8671b33e72 100644 --- a/src/utils/string/UUID.js +++ b/src/utils/string/UUID.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/string/UppercaseFirst.js b/src/utils/string/UppercaseFirst.js index 5917120c4a..c93134386f 100644 --- a/src/utils/string/UppercaseFirst.js +++ b/src/utils/string/UppercaseFirst.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /** diff --git a/src/utils/string/index.js b/src/utils/string/index.js index 54ab78df39..5f9ab781ea 100644 --- a/src/utils/string/index.js +++ b/src/utils/string/index.js @@ -1,7 +1,7 @@ /** * @author Richard Davey * @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} */ /**