Skip to content

Commit

Permalink
MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Jan 22, 2014
1 parent ea303d0 commit df5c860
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,8 @@ requirejs.config({
'matches-selector': 'bower_components/matches-selector'
}
});
```

## MIT license

Outlayer is released under the [MIT license](http://desandro.mit-license.org).
2 changes: 1 addition & 1 deletion item.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Outlayer Item
**/
*/

( function( window ) {

Expand Down
1 change: 1 addition & 0 deletions outlayer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*!
* Outlayer v1.1.9
* the brains and guts of a layout library
* MIT license
*/

( function( window ) {
Expand Down

0 comments on commit df5c860

Please sign in to comment.