]> git.lizzy.rs Git - rust.git/commitdiff
remove copyright headers now that they are not madatory
authorNiv Kaminer <nivkner@zoho.com>
Fri, 24 Aug 2018 21:07:00 +0000 (00:07 +0300)
committerNiv Kaminer <nivkner@zoho.com>
Fri, 24 Aug 2018 21:07:00 +0000 (00:07 +0300)
src/liballoc/pin.rs
src/libcore/pin.rs

index 625c42a6490734210a1d324dd74599b3a479c072..17bbc9882d976d95c2992060f80cc08dede994ce 100644 (file)
@@ -1,13 +1,3 @@
-// Copyright 2012-2015 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.
-
 //! Types which pin data to its location in memory
 //!
 //! It is sometimes useful to have objects that are guaranteed to not move,
index 65057dfdaceeb9bd4addd9997c1060bad90f0684..e9001f86b3526b2648654d2d7191915d7372e104 100644 (file)
@@ -1,13 +1,3 @@
-// Copyright 2012-2014 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.
-
 //! Types which pin data to its location in memory
 //!
 //! See the [standard library module] for more information.