about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Pallant (Ferrous Systems) <jonathan.pallant@ferrous-systems.com>2023-11-22 17:20:54 +0000
committerJonathan Pallant (Ferrous Systems) <jonathan.pallant@ferrous-systems.com>2023-11-22 17:20:54 +0000
commitbf645be37b8ff3b0cd46fa6ea6512370cecf7039 (patch)
tree0ad9385eb4632e3c52d4d4555ce45265a6b53cd4
parent59f5d518527a6584062e278179f4b2e31f9243ff (diff)
downloadrust-bf645be37b8ff3b0cd46fa6ea6512370cecf7039.tar.gz
rust-bf645be37b8ff3b0cd46fa6ea6512370cecf7039.zip
Put copyright on a line by itself.
-rw-r--r--crates/stdx/src/anymap.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/stdx/src/anymap.rs b/crates/stdx/src/anymap.rs
index fd44e6c6d0f..4d9125d4528 100644
--- a/crates/stdx/src/anymap.rs
+++ b/crates/stdx/src/anymap.rs
@@ -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.