Skip to content

Commit 19bda93

Browse files
committedMar 1, 2016
change license from MIT -> GPL
1 parent a7774c6 commit 19bda93

File tree

5 files changed

+7
-28
lines changed

5 files changed

+7
-28
lines changed
 

‎LICENSE

-21
This file was deleted.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ To support older browsers, consider including [polyfills/shims](https://github.c
198198

199199
## License
200200

201-
MIT. © 2016 Michael Cavalea
201+
[GPL-3.0](http://www.gnu.org/licenses/gpl.txt). © 2016 Michael Cavalea
202202

203203
[![Built With Love](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)

‎dist/bricks.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "bricks.js",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A blazing fast masonry layout generator for fixed width elements.",
55
"homepage": "https://github.com/callmecavs/bricks.js",
66
"main": "dist/bricks.min.js",
77
"jsnext:main": "src/bricks.js",
88

99
"author": "Michael Cavalea",
10-
"license": "MIT",
10+
"license": "GPL-3.0",
1111

1212
"scripts": {
1313
"site": "git subtree push --prefix site/dist origin gh-pages"

‎site/src/js/bricks.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)