From 796ff35a0494568be645f4e4c5bcc1e8102c00db Mon Sep 17 00:00:00 2001 From: Erik Montes Date: Wed, 23 Sep 2015 19:06:34 -0700 Subject: [PATCH] Added MIT license in source file --- jquery.placeholder.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/jquery.placeholder.js b/jquery.placeholder.js index e0866b9..500acf8 100644 --- a/jquery.placeholder.js +++ b/jquery.placeholder.js @@ -1,4 +1,10 @@ -/*! http://mths.be/placeholder v2.1.3 by @mathias */ +/*! + * jQuery Placeholder Plugin v2.1.3 + * https://github.com/mathiasbynens/jquery-placeholder + * + * Copyright 2011, 2015 Mathias Bynens + * Released under the MIT license + */ (function(factory) { if (typeof define === 'function' && define.amd) { // AMD @@ -262,4 +268,4 @@ return document.activeElement; } catch (exception) {} } -})); \ No newline at end of file +}));