Skip to content

Commit

Permalink
dual LGPL + MIT licensed now
Browse files Browse the repository at this point in the history
  • Loading branch information
theshock committed Jul 20, 2011
1 parent e77f926 commit a62b37c
Show file tree
Hide file tree
Showing 57 changed files with 333 additions and 111 deletions.
4 changes: 3 additions & 1 deletion Source/Animation/Sprite.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Animation.Sprite"
description: "Provides basic animation via sprites"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Behaviors/Animatable.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Behaviors.Animatable"
description: "Basic abstract class for animatable objects."
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Behaviors/Clickable.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Behaviors.Clickable"
description: "Provides interface for clickable canvas objects"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Behaviors/Draggable.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Behaviors.Draggable"
description: "When object implements LibCanvas.Behaviors.Draggable interface dragging made possible"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Behaviors/Drawable.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Behaviors.Drawable"
description: "Abstract class for drawable canvas objects"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Behaviors/DrawableSprite.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Behaviors.DrawableSprite"
description: "Abstract class for drawable canvas sprites"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Behaviors/Droppable.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Behaviors.Droppable"
description: "Abstract class for droppable canvas objects"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Behaviors/Linkable.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Behaviors.Linkable"
description: "Made possible link between two canvas objects"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Behaviors/MouseListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Behaviors.MouseListener"
description: "Canvas mouse listener"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Behaviors/Moveable.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Behaviors.Moveable"
description: "Provides interface for moveable objects"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Core/Canvas2D.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Canvas2D"
description: "LibCanvas.Canvas2D wraps around native <canvas>."
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Core/Context2D.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Context2D"
description: "LibCanvas.Context2D adds new canvas context '2d-libcanvas'"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Core/Curves.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "EC"
description: ""
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Artem Smirnov <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Core/Geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Geometry"
description: "Base for such things as Point and Shape"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Core/Invoker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Invoker"
description: "Invoker calles functions"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Core/Keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Keyboard"
description: "A keyboard control abstraction class"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Core/Layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Layer"
description: "Layer"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Core/Mouse.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Mouse"
description: "A mouse control abstraction class"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Core/Point.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Point"
description: "A X/Y point coordinates encapsulating class"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Core/Shape.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Shape"
description: "Abstract class LibCanvas.Shape defines interface for drawable canvas objects"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Engines/Tile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Engines.Tile"
description: "Helper for building tile maps (e.g. for Tetris or ur's favorite Dune II - http://en.wikipedia.org/wiki/Tile_engine)"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Inner/DownloadingProgress.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Inner.DownloadingProgress"
description: "Counting assets downloading progress"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Inner/FpsMeter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Inner.FpsMeter"
description: "Constantly calculates frames per seconds rate"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Inner/FrameRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Inner.FrameRenderer"
description: "Private class for inner usage in LibCanvas.Canvas2D"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Inner/MouseEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Inner.MouseEvents"
description: "Class which contains several basic mouse events "
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Inner/ProjectiveTexture.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Inner.ProjectiveTexture"
description: "Provides testing projective textures rendering (more info: http://acko.net/files/projective/index.html)"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Inner/TimingFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Inner.TimingFunctions"
description: "Animated Timing Functions"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/LibCanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "LibCanvas"
description: "LibCanvas initialization"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- Pavel Ponomarenko aka Shock <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion Source/Processors/Clearer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Processors.Clearer"
description: "Сleans canvas with specified color"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- Pavel Ponomarenko aka Shock <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion Source/Processors/Color.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Processors.Color"
description: "Abstract class for works with color"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- Pavel Ponomarenko aka Shock <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion Source/Processors/Grayscale.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Processors.Grayscale"
description: "Grayscale canvas"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- Pavel Ponomarenko aka Shock <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion Source/Processors/HsbShift.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Processors.HsbShift"
description: "Shift on of hue|saturation|bright value of all colors"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- Pavel Ponomarenko aka Shock <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion Source/Processors/Invert.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Processors.Invert"
description: "Invert all canvas colors"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- Pavel Ponomarenko aka Shock <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion Source/Processors/Mask.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Processors.Mask"
description: "Use canvas as mask for color (black will be transparent, white will be color)"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- Pavel Ponomarenko aka Shock <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion Source/Shapes/Circle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Shapes.Circle"
description: "Provides circle as canvas object"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion Source/Shapes/Ellipse.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: "Shapes.Ellipse"
description: "Provides ellipse as canvas object"
license: "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
license:
- "[GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php)"
- "[MIT License](http://opensource.org/licenses/mit-license.php)"
authors:
- "Shock <[email protected]>"
Expand Down
Loading

0 comments on commit a62b37c

Please sign in to comment.