diff options
| author | jD91mZM2 <me@krake.one> | 2018-06-27 14:52:08 +0200 |
|---|---|---|
| committer | jD91mZM2 <me@krake.one> | 2018-06-27 15:10:00 +0200 |
| commit | 79bf00f4063793b3828001a845f6111d628c3349 (patch) | |
| tree | bda814fe93c7e89adbc05e56520c443bb0c4e477 /src/libstd/sys/redox | |
| parent | a4e190546c9aaa06630577adb7310a8674bbac06 (diff) | |
| download | rust-79bf00f4063793b3828001a845f6111d628c3349.tar.gz rust-79bf00f4063793b3828001a845f6111d628c3349.zip | |
Fix tidy checks
Diffstat (limited to 'src/libstd/sys/redox')
| -rw-r--r-- | src/libstd/sys/redox/ext/net.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libstd/sys/redox/ext/net.rs b/src/libstd/sys/redox/ext/net.rs index eb256885155..16eec67fb87 100644 --- a/src/libstd/sys/redox/ext/net.rs +++ b/src/libstd/sys/redox/ext/net.rs @@ -1,3 +1,13 @@ +// Copyright 2016 The Rust Project Developers. See the COPYRIGHT +// file at the top-level directory of this distribution and at +// http://rust-lang.org/COPYRIGHT. +// +// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or +// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license +// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. + #![stable(feature = "unix_socket", since = "1.10.0")] #[stable(feature = "unix_socket", since = "1.10.0")] pub use sys_common::unixsocket::*; |
