ソースを参照

keep like it was

Robin Herbots 12 年 前
コミット
db6d04b2ef
4 ファイル変更3 行追加23 行削除
  1. 0 20
      LICENSE
  2. 1 1
      README.md
  3. 1 1
      jquery.inputmask.jquery.json
  4. 1 1
      nuget/jquery.inputmask.nuspec

+ 0 - 20
LICENSE

@@ -1,20 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2010 - 2013 Robin Herbots
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #jquery.inputmask
 
 Copyright (c) 2010 - 2013 Robin Herbots
-Licensed under the MIT license (https://raw.github.com/RobinHerbots/jquery.inputmask/2.x/LICENSE)
+Licensed under the MIT license (http://opensource.org/licenses/mit-license.php)
 
 jquery.inputmask is a jquery plugin which create an input mask.
 

+ 1 - 1
jquery.inputmask.jquery.json

@@ -16,7 +16,7 @@
     "licenses": [
         {
             "type": "MIT",
-            "url": "https://raw.github.com/RobinHerbots/jquery.inputmask/2.x/LICENSE"
+            "url": "http://opensource.org/licenses/mit-license.php"
         }
     ],
     "bugs": "http://github.com/RobinHerbots/jquery.inputmask/issues",

+ 1 - 1
nuget/jquery.inputmask.nuspec

@@ -6,7 +6,7 @@
         <title>jQuery Input Mask</title>
         <authors>Robin Herbots</authors>
         <owners>Robin Herbots</owners>
-        <licenseUrl>https://raw.github.com/RobinHerbots/jquery.inputmask/2.x/LICENSE</licenseUrl>
+        <licenseUrl>http://opensource.org/licenses/mit-license.php</licenseUrl>
         <projectUrl>https://github.com/RobinHerbots/jquery.inputmask</projectUrl>
         <requireLicenseAcceptance>true</requireLicenseAcceptance>
 		<summary>jquery.inputmask is a jquery plugin which create an input mask.</summary>