From df5c860f91eb0db7ec823f87cc1a66788f756cb8 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Wed, 22 Jan 2014 08:44:45 -0500 Subject: [PATCH] MIT license --- README.md | 5 +++++ item.js | 2 +- outlayer.js | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac2bda0..917b7ff 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/item.js b/item.js index f332e8c..a16c3f6 100644 --- a/item.js +++ b/item.js @@ -1,6 +1,6 @@ /** * Outlayer Item -**/ + */ ( function( window ) { diff --git a/outlayer.js b/outlayer.js index 8a441dc..9b7f9e4 100644 --- a/outlayer.js +++ b/outlayer.js @@ -1,6 +1,7 @@ /*! * Outlayer v1.1.9 * the brains and guts of a layout library + * MIT license */ ( function( window ) {