mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-25 03:15:08 +00:00
Put copyright on a line by itself.
This commit is contained in:
parent
0e88489c42
commit
3ac2e58065
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
//! 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.
|
||||
//! Copyright © 2014–2022 Chris Morgan. COPYING: https://github.com/chris-morgan/anymap/blob/master/COPYING"
|
||||
//! Copyright © 2014–2022 Chris Morgan.
|
||||
//! COPYING: https://github.com/chris-morgan/anymap/blob/master/COPYING
|
||||
//! 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
|
||||
//!
|
||||
//! This implementation provides a safe and convenient store for one value of each type.
|
||||
|
|
Loading…
Reference in a new issue