Skip to content

Commit

Permalink
Copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
tikue committed Aug 31, 2018
1 parent c5795ae commit b5f950d
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bincode-transport/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.

#![feature(
futures_api,
pin,
Expand Down
5 changes: 5 additions & 0 deletions bincode-transport/tests/bench.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.

//! Tests client/server control flow.
#![feature(
Expand Down
5 changes: 5 additions & 0 deletions bincode-transport/tests/cancel.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.

//! Tests client/server control flow.
#![feature(generators, await_macro, async_await, futures_api,)]
Expand Down
5 changes: 5 additions & 0 deletions bincode-transport/tests/pushback.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.

//! Tests client/server control flow.
#![feature(generators, await_macro, async_await, futures_api,)]
Expand Down
5 changes: 5 additions & 0 deletions plugins/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.

#![feature(plugin_registrar, rustc_private)]

extern crate itertools;
Expand Down
5 changes: 5 additions & 0 deletions rpc/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.

#![feature(
non_exhaustive,
integer_atomics,
Expand Down
5 changes: 5 additions & 0 deletions tarpc/tests/latency.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.

#![feature(
plugin,
test,
Expand Down
5 changes: 5 additions & 0 deletions trace/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the MIT License, <LICENSE or http://opensource.org/licenses/MIT>.
// This file may not be copied, modified, or distributed except according to those terms.

#[cfg(feature = "serde")]
#[macro_use]
extern crate serde;
Expand Down

0 comments on commit b5f950d

Please sign in to comment.