Skip to content

Commit ade031d

Browse files
committed
Remove erroneous license header from lib.rs.
This crate has always been licensed under Apache2/MIT as specified in Cargo.toml. The license header text in this file was an oversight on my part.
1 parent 3ae6dab commit ade031d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/* This Source Code Form is subject to the terms of the Mozilla Public
2-
* License, v. 2.0. If a copy of the MPL was not distributed with this
3-
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4-
51
//! Implements a container type providing RefCell-like semantics for objects
62
//! shared across threads.
73
//!

0 commit comments

Comments
 (0)