define-prop
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -6,17 +6,23 @@ // | ||
// | ||
// MIT License | ||
// | ||
// Copyright (c) 2015 Dennis Raymondo van der Sluis | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// 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: | ||
// | ||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// The above copyright notice and this permission notice shall be included in all | ||
// copies or substantial portions of the Software. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with this program. If not, see <http://www.gnu.org/licenses/> | ||
// 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. | ||
// | ||
@@ -23,0 +29,0 @@ |
{ | ||
"name": "define-prop", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Easy and type safe custom object property define", | ||
@@ -24,3 +24,3 @@ "main": "define-prop.min.js", | ||
"author": "Dennis Raymondo van der Sluis <phazelift@gmail.com> (https://github.com/phazelift/)", | ||
"license": "GPL-3", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -27,0 +27,0 @@ "url": "https://github.com/phazelift/define-prop/issues" |
@@ -42,2 +42,17 @@ #define-prop | ||
<br/> | ||
<h3>change log</h3> | ||
-- | ||
**0.0.3** | ||
- changed license to MIT | ||
-- | ||
###license | ||
MIT | ||
Sorry, the diff of this file is not supported yet
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
0
100
45
58
5294