Skip to content

Commit 5318f98

Browse files
committed
remove Copyright notic
1 parent db576f8 commit 5318f98

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/libstd/sys/vxworks/fast_thread_local.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright (c) 2019 Wind River Systems, Inc.
2-
31
#![cfg(target_thread_local)]
42
#![unstable(feature = "thread_local_internals", issue = "0")]
53

src/libstd/sys/vxworks/process/process_vxworks.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright (c) 2019 Wind River Systems, Inc.
2-
31
use crate::io::{self, Error, ErrorKind};
42
use libc::{self, c_int, c_char};
53
use libc::{RTP_ID};

src/libstd/sys/vxworks/thread.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright (c) 2019 Wind River Systems, Inc.
2-
31
use crate::cmp;
42
use crate::ffi::CStr;
53
use crate::io;

0 commit comments

Comments
 (0)