Skip to content

Commit 2e337a0

Browse files
authored
Remove references to missing COPYRIGHT file (#80)
This file is not included in this repository, and not available at the listed URL (https://www.rust-lang.org/COPYRIGHT).
1 parent 8f39c27 commit 2e337a0

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
2-
// file at the top-level directory of this distribution and at
3-
// http://rust-lang.org/COPYRIGHT.
1+
// Copyright 2015 The Rust Project Developers.
42
//
53
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
64
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

src/socket.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
2-
// file at the top-level directory of this distribution and at
3-
// http://rust-lang.org/COPYRIGHT.
1+
// Copyright 2015 The Rust Project Developers.
42
//
53
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
64
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

src/sys/unix.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
2-
// file at the top-level directory of this distribution and at
3-
// http://rust-lang.org/COPYRIGHT.
1+
// Copyright 2015 The Rust Project Developers.
42
//
53
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
64
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

src/sys/windows.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
2-
// file at the top-level directory of this distribution and at
3-
// http://rust-lang.org/COPYRIGHT.
1+
// Copyright 2015 The Rust Project Developers.
42
//
53
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
64
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

0 commit comments

Comments
 (0)