summaryrefslogtreecommitdiffstats
path: root/ipfs-api-backend-hyper
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api-backend-hyper')
-rw-r--r--ipfs-api-backend-hyper/src/backend.rs8
-rw-r--r--ipfs-api-backend-hyper/src/error.rs2
-rw-r--r--ipfs-api-backend-hyper/src/lib.rs2
3 files changed, 10 insertions, 2 deletions
diff --git a/ipfs-api-backend-hyper/src/backend.rs b/ipfs-api-backend-hyper/src/backend.rs
index 0798fc9..01e30de 100644
--- a/ipfs-api-backend-hyper/src/backend.rs
+++ b/ipfs-api-backend-hyper/src/backend.rs
@@ -1,6 +1,14 @@
use crate::error::Error;
use async_trait::async_trait;
use bytes::Bytes;
+// Copyright 2021 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 futures::{FutureExt, Stream, StreamExt, TryFutureExt, TryStreamExt};
use http::{
header::{HeaderName, HeaderValue},
diff --git a/ipfs-api-backend-hyper/src/error.rs b/ipfs-api-backend-hyper/src/error.rs
index 4760fc4..17e42ff 100644
--- a/ipfs-api-backend-hyper/src/error.rs
+++ b/ipfs-api-backend-hyper/src/error.rs
@@ -1,4 +1,4 @@
-// Copyright 2019 rust-ipfs-api Developers
+// Copyright 2021 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
diff --git a/ipfs-api-backend-hyper/src/lib.rs b/ipfs-api-backend-hyper/src/lib.rs
index 3fd6232..b4174e8 100644
--- a/ipfs-api-backend-hyper/src/lib.rs
+++ b/ipfs-api-backend-hyper/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2019 rust-ipfs-api Developers
+// Copyright 2021 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