Skip to content

Commit 8f15164

Browse files
committed
doc: update copyright year & badges
1 parent 540e358 commit 8f15164

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright (c) 2013-2018 bl contributors
4+
Copyright (c) 2013-2019 bl contributors
55
----------------------------------
66

77
*bl contributors listed at <https://github.com/rvagg/bl#contributors>*

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
**A Node.js Buffer list collector, reader and streamer thingy.**
66

7-
[![NPM](https://nodei.co/npm/bl.png?downloads=true&downloadRank=true)](https://nodei.co/npm/bl/)
8-
[![NPM](https://nodei.co/npm-dl/bl.png?months=6&height=3)](https://nodei.co/npm/bl/)
7+
[![NPM](https://nodei.co/npm/bl.svg)](https://nodei.co/npm/bl/)
98

109
**bl** is a storage object for collections of Node Buffers, exposing them with the main Buffer readable API. Also works as a duplex stream so you can collect buffers from a stream that emits them and emit buffers to a stream that consumes them!
1110

@@ -245,6 +244,6 @@ const BufferListStream = require('bl')
245244
<a name="license"></a>
246245
## License &amp; copyright
247246

248-
Copyright (c) 2013-2018 bl contributors (listed above).
247+
Copyright (c) 2013-2019 bl contributors (listed above).
249248

250249
bl is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.

0 commit comments

Comments
 (0)