Skip to content

Commit b5f950d

Browse files
committed
Copyright headers
1 parent c5795ae commit b5f950d

File tree

8 files changed

+40
-0
lines changed

8 files changed

+40
-0
lines changed

bincode-transport/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2018 Google Inc. All Rights Reserved.
2+
//
3+
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
4+
// This file may not be copied, modified, or distributed except according to those terms.
5+
16
#![feature(
27
futures_api,
38
pin,

bincode-transport/tests/bench.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2018 Google Inc. All Rights Reserved.
2+
//
3+
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
4+
// This file may not be copied, modified, or distributed except according to those terms.
5+
16
//! Tests client/server control flow.
27
38
#![feature(

bincode-transport/tests/cancel.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2018 Google Inc. All Rights Reserved.
2+
//
3+
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
4+
// This file may not be copied, modified, or distributed except according to those terms.
5+
16
//! Tests client/server control flow.
27
38
#![feature(generators, await_macro, async_await, futures_api,)]

bincode-transport/tests/pushback.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2018 Google Inc. All Rights Reserved.
2+
//
3+
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
4+
// This file may not be copied, modified, or distributed except according to those terms.
5+
16
//! Tests client/server control flow.
27
38
#![feature(generators, await_macro, async_await, futures_api,)]

plugins/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2018 Google Inc. All Rights Reserved.
2+
//
3+
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
4+
// This file may not be copied, modified, or distributed except according to those terms.
5+
16
#![feature(plugin_registrar, rustc_private)]
27

38
extern crate itertools;

rpc/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2018 Google Inc. All Rights Reserved.
2+
//
3+
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
4+
// This file may not be copied, modified, or distributed except according to those terms.
5+
16
#![feature(
27
non_exhaustive,
38
integer_atomics,

tarpc/tests/latency.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2018 Google Inc. All Rights Reserved.
2+
//
3+
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
4+
// This file may not be copied, modified, or distributed except according to those terms.
5+
16
#![feature(
27
plugin,
38
test,

trace/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2018 Google Inc. All Rights Reserved.
2+
//
3+
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
4+
// This file may not be copied, modified, or distributed except according to those terms.
5+
16
#[cfg(feature = "serde")]
27
#[macro_use]
38
extern crate serde;

0 commit comments

Comments
 (0)