Skip to content

Commit

Permalink
updated license
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Johnston committed Jun 1, 2015
1 parent 025c789 commit a17c633
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 687 deletions.
695 changes: 21 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platypus",
"version": "0.13.6",
"version": "0.13.7",
"homepage": "https://platypi.io",
"authors": [
"Platypi <[email protected]> (https://platypi.io)"
Expand Down
6 changes: 3 additions & 3 deletions dist/platypus.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* PlatypusTS v0.13.6 (http://getplatypi.com)
* PlatypusTS v0.13.7 (https://platypi.io)
* Copyright 2015 Platypi, LLC. All rights reserved.
*
* PlatypusTS is licensed under the GPL-3.0 found at
* http://opensource.org/licenses/GPL-3.0
* PlatypusTS is licensed under the MIT license found at
* https://github.com/Platypi/platypusts/blob/master/LICENSE
*
*/
/**
Expand Down
6 changes: 3 additions & 3 deletions dist/platypus.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ var __extends = this.__extends || function (d, b) {
};
/* tslint:disable */
/**
* PlatypusTS v0.13.6 (http://getplatypi.com)
* PlatypusTS v0.13.7 (https://platypi.io)
* Copyright 2015 Platypi, LLC. All rights reserved.
*
* PlatypusTS is licensed under the GPL-3.0 found at
* http://opensource.org/licenses/GPL-3.0
* PlatypusTS is licensed under the MIT license found at
* https://github.com/Platypi/platypusts/blob/master/LICENSE
*
*/
/**
Expand Down
6 changes: 3 additions & 3 deletions license.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PlatypusTS v0.0.0 (http://getplatypi.com)
PlatypusTS v0.0.0 (https://platypi.io)
Copyright 2015 Platypi, LLC. All rights reserved.

PlatypusTS is licensed under the GPL-3.0 found at
http://opensource.org/licenses/GPL-3.0
PlatypusTS is licensed under the MIT license found at
https://github.com/Platypi/platypusts/blob/master/LICENSE
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platypus",
"version": "0.13.6",
"version": "0.13.7",
"description": "A front-end MVVM framework written in TypeScript",
"main": "dist/platypus.js",
"devDependencies": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"watch-test": "tsc -p build/tsc/test/watch"
},
"author": "Platypi <[email protected]> (https://platypi.io)",
"license": "GPL-3.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Platypi/platypusts.git"
Expand Down
2 changes: 1 addition & 1 deletion tsd.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bundle": "test/typings/tsd.d.ts",
"installed": {
"jasmine/jasmine.d.ts": {
"commit": "aadd63ecae3feb76ea2d4be80511e266b5c2c4a7"
"commit": "484544d14d400190b20f270341c97b16adc0f1ef"
}
}
}

0 comments on commit a17c633

Please sign in to comment.