ソースを参照

added license notification in the readme.

Robin Herbots 13 年 前
コミット
442d4e4c16
1 ファイル変更3 行追加0 行削除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -2,6 +2,9 @@
 
 
 jquery.inputmask is a jquery plugin which create an input mask.
 jquery.inputmask is a jquery plugin which create an input mask.
 
 
+Copyright (c) 2010 - 2012 Robin Herbots
+Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
+
 The plugin is based on the maskedinput plugin of Josh Bush (http://digitalbush.com/projects/masked-input-plugin), but has finer control over the 'mask-definitions' and is fully compatible with the ui-datepicker
 The plugin is based on the maskedinput plugin of Josh Bush (http://digitalbush.com/projects/masked-input-plugin), but has finer control over the 'mask-definitions' and is fully compatible with the ui-datepicker
 
 
 A definition can have a cardinality and have multiple prevalidators.
 A definition can have a cardinality and have multiple prevalidators.