Update README and LICENSE
This commit is contained in:
@@ -1,22 +1,29 @@
|
||||
Copyright (c) 2015-2017 Hanzo, Inc
|
||||
BSD License
|
||||
|
||||
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:
|
||||
Copyright (c) 2015-present, Hanzo, Inc.
|
||||
All rights reserved.
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
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.
|
||||
* Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the name Hanzo nor the names of its contributors may be used to
|
||||
endorse or promote products derived from this software without specific
|
||||
prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@@ -1,21 +1,30 @@
|
||||
# form.js [![NPM version][npm-img]][npm-url] [![Build Status][travis-img]][travis-url] [![Coverage Status][coveralls-img]][coveralls-url] [![Dependency Status][dependency-img]][dependency-url] [![Gitter chat][gitter-img]][gitter-url]
|
||||
#### Automagic form validation and submission.
|
||||
# form.js
|
||||
|
||||
[examples]: https://github.com/hanzo-io/form.js/blob/master/test/test.coffee
|
||||
[![npm][npm-img]][npm-url]
|
||||
[![build][build-img]][build-url]
|
||||
[![dependencies][dependencies-img]][dependencies-url]
|
||||
[![downloads][downloads-img]][downloads-url]
|
||||
[![license][license-img]][license-url]
|
||||
[![chat][chat-img]][chat-url]
|
||||
|
||||
[travis-img]: https://img.shields.io/travis/hanzo-io/form.js.svg
|
||||
[travis-url]: https://travis-ci.org/hanzo-io/form.js
|
||||
[coveralls-img]: https://coveralls.io/repos/hanzo-io/form.js/badge.svg?branch=master&service=github
|
||||
[coveralls-url]: https://coveralls.io/github/hanzo-io/form.js?branch=master
|
||||
[dependency-url]: https://david-dm.org/hanzo-io/form.js
|
||||
[dependency-img]: https://david-dm.org/hanzo-io/form.js.svg
|
||||
[npm-img]: https://img.shields.io/npm/v/form.js.svg
|
||||
[npm-url]: https://www.npmjs.com/package/form.js
|
||||
[gitter-img]: https://badges.gitter.im/join-chat.svg
|
||||
[gitter-url]: https://gitter.im/hanzo-io/chat
|
||||
> Automagic form validation and submission.
|
||||
|
||||
<!-- not used -->
|
||||
[downloads-img]: https://img.shields.io/npm/dm/form.js.svg
|
||||
[downloads-url]: http://badge.fury.io/js/form.js
|
||||
[devdependency-img]: https://david-dm.org/hanzo-io/form.js/dev-status.svg
|
||||
[devdependency-url]: https://david-dm.org/hanzo-io/form.js#info=devDependencies
|
||||
## License
|
||||
[BSD][license-url]
|
||||
|
||||
[examples]: https://github.com/hanzo-io/form.js/blob/master/test/test.coffee
|
||||
|
||||
[build-img]: https://img.shields.io/travis/hanzo-io/form.js.svg
|
||||
[build-url]: https://travis-ci.org/hanzo-io/form.js
|
||||
[chat-img]: https://badges.gitter.im/join-chat.svg
|
||||
[chat-url]: https://gitter.im/hanzo-io/chat
|
||||
[coverage-img]: https://coveralls.io/repos/hanzo-io/form.js/badge.svg?branch=master&service=github
|
||||
[coverage-url]: https://coveralls.io/github/hanzo-io/form.js?branch=master
|
||||
[dependencies-img]: https://david-dm.org/hanzo-io/form.js.svg
|
||||
[dependencies-url]: https://david-dm.org/hanzo-io/form.js
|
||||
[downloads-img]: https://img.shields.io/npm/dm/form.js.svg
|
||||
[downloads-url]: http://badge.fury.io/js/form.js
|
||||
[license-img]: https://img.shields.io/npm/l/form.js.svg
|
||||
[license-url]: https://github.com/hanzo-io/form.js/blob/master/LICENSE
|
||||
[npm-img]: https://img.shields.io/npm/v/form.js.svg
|
||||
[npm-url]: https://www.npmjs.com/package/form.js
|
||||
|
||||
+2
-2
@@ -23,7 +23,7 @@
|
||||
"hanzo"
|
||||
],
|
||||
"author": "Hanzo, Inc <hi@hanzo.io>",
|
||||
"license": "MIT",
|
||||
"license": "BSD-3-Clause",
|
||||
"bugs": {
|
||||
"url": "https://github.com/hanzo-io/form.js/issues"
|
||||
},
|
||||
@@ -52,4 +52,4 @@
|
||||
"prepublishOnly": "cake build",
|
||||
"test": "cake test"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user