Skip to content

Commit b7a8ebc

Browse files
author
Contra
committed
license update
1 parent bac7381 commit b7a8ebc

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 Fractal <[email protected]>
1+
Copyright (c) 2014 Fractal <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

+2-26
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vinyl-fs [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Dependency Status](https://david-dm.org/wearefractal/vinyl.png?theme=shields.io)](https://david-dm.org/wearefractal/vinyl)
1+
# vinyl-fs [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Dependency Status](https://david-dm.org/wearefractal/vinyl.png?theme=shields.io)](https://david-dm.org/wearefractal/vinyl-fs)
22

33
## Information
44

@@ -69,36 +69,12 @@ This is just [glob-watcher]
6969
- On write the stream will save the [vinyl] File to disk at the folder/cwd specified.
7070
- After writing the file to disk it will be emitted from the stream so you can keep piping these around
7171

72-
## LICENSE
73-
74-
(MIT License)
75-
76-
Copyright (c) 2013 Fractal <[email protected]>
77-
78-
Permission is hereby granted, free of charge, to any person obtaining
79-
a copy of this software and associated documentation files (the
80-
"Software"), to deal in the Software without restriction, including
81-
without limitation the rights to use, copy, modify, merge, publish,
82-
distribute, sublicense, and/or sell copies of the Software, and to
83-
permit persons to whom the Software is furnished to do so, subject to
84-
the following conditions:
85-
86-
The above copyright notice and this permission notice shall be
87-
included in all copies or substantial portions of the Software.
88-
89-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
90-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
91-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
92-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
93-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
94-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
95-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
96-
9772
[glob-stream]: https://github.com/wearefractal/glob-stream
9873
[node-glob]: https://github.com/isaacs/node-glob
9974
[gaze]: https://github.com/shama/gaze
10075
[glob-watcher]: https://github.com/shama/gaze
10176
[vinyl]: https://github.com/wearefractal/vinyl
77+
10278
[npm-url]: https://npmjs.org/package/vinyl-fs
10379
[npm-image]: https://badge.fury.io/js/vinyl-fs.png
10480
[travis-url]: https://travis-ci.org/wearefractal/vinyl-fs

0 commit comments

Comments
 (0)