Add Google license header to bincode-transport/src/compat.rs

This commit is contained in:
Artem Vorotnikov
2019-04-15 20:02:41 +03:00
parent 8665655592
commit 46f56fbdc0

View File

@@ -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;