Skip to content

Commit daf6121

Browse files
Put copyright on a line by itself.
1 parent c6eb03b commit daf6121

File tree

1 file changed

+2
-1
lines changed
  • src/tools/rust-analyzer/crates/stdx/src

1 file changed

+2
-1
lines changed

src/tools/rust-analyzer/crates/stdx/src/anymap.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! This file is a port of only the necessary features from https://github.com/chris-morgan/anymap version 1.0.0-beta.2 for use within rust-analyzer.
2-
//! Copyright © 2014–2022 Chris Morgan. COPYING: https://github.com/chris-morgan/anymap/blob/master/COPYING"
2+
//! Copyright © 2014–2022 Chris Morgan.
3+
//! COPYING: https://github.com/chris-morgan/anymap/blob/master/COPYING
34
//! Note that the license is changed from Blue Oak Model 1.0.0 or MIT or Apache-2.0 to MIT OR Apache-2.0
45
//!
56
//! This implementation provides a safe and convenient store for one value of each type.

0 commit comments

Comments
 (0)