From fc3cd21efe52b0575617bcd249b30e8846ad2278 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Tue, 23 Feb 2021 23:50:30 -0500 Subject: update copyright headers --- ipfs-api-backend-actix/src/backend.rs | 8 ++++++++ ipfs-api-backend-actix/src/error.rs | 2 +- ipfs-api-backend-actix/src/lib.rs | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) (limited to 'ipfs-api-backend-actix') diff --git a/ipfs-api-backend-actix/src/backend.rs b/ipfs-api-backend-actix/src/backend.rs index fbbc6a4..b4b23c7 100644 --- a/ipfs-api-backend-actix/src/backend.rs +++ b/ipfs-api-backend-actix/src/backend.rs @@ -1,3 +1,11 @@ +// Copyright 2021 rust-ipfs-api Developers +// +// Licensed under the Apache License, Version 2.0, or the MIT license , at your option. This file may not be +// copied, modified, or distributed except according to those terms. +// + use crate::error::Error; use async_trait::async_trait; use awc::Client; diff --git a/ipfs-api-backend-actix/src/error.rs b/ipfs-api-backend-actix/src/error.rs index aad2b05..99af54d 100644 --- a/ipfs-api-backend-actix/src/error.rs +++ b/ipfs-api-backend-actix/src/error.rs @@ -1,4 +1,4 @@ -// Copyright 2017 rust-ipfs-api Developers +// Copyright 2021 rust-ipfs-api Developers // // Licensed under the Apache License, Version 2.0, or the MIT license or the MIT license