summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/read.rs
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-10-25 23:00:48 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2017-10-25 23:00:48 -0400
commit8b055e583721b833d8528323dc0ad93ec9f5bc00 (patch)
treea94e87003828c265165e481b483fbfbcf5e34b46 /ipfs-api/src/read.rs
parentec44a1db8ba7973386bca7fca7b51f1a5647f69e (diff)
add license
Diffstat (limited to 'ipfs-api/src/read.rs')
-rw-r--r--ipfs-api/src/read.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/ipfs-api/src/read.rs b/ipfs-api/src/read.rs
index eb63023..567b823 100644
--- a/ipfs-api/src/read.rs
+++ b/ipfs-api/src/read.rs
@@ -1,3 +1,11 @@
+// Copyright 2017 rust-ipfs-api Developers
+//
+// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
+// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
+// http://opensource.org/licenses/MIT>, at your option. This file may not be
+// copied, modified, or distributed except according to those terms.
+//
+
use bytes::BytesMut;
use futures::{Async, Stream};
use reqwest::unstable::async;