From 46f56fbdc06d4689cebcc647260e9c36ab34ff24 Mon Sep 17 00:00:00 2001 From: Artem Vorotnikov Date: Mon, 15 Apr 2019 20:02:41 +0300 Subject: [PATCH] Add Google license header to bincode-transport/src/compat.rs --- bincode-transport/src/compat.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bincode-transport/src/compat.rs b/bincode-transport/src/compat.rs index 8a30593..16a28cb 100644 --- a/bincode-transport/src/compat.rs +++ b/bincode-transport/src/compat.rs @@ -1,3 +1,9 @@ +// Copyright 2018 Google LLC +// +// Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file or at +// https://opensource.org/licenses/MIT. + use futures::compat::*; use futures_legacy::task::Spawn as Spawn01;