Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit bf645be

Browse files
Put copyright on a line by itself.
1 parent 59f5d51 commit bf645be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/stdx/src/anymap.rs

Lines changed: 2 additions & 1 deletion
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)