about summary refs log tree commit diff
path: root/rustc_tools_util
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2022-11-15 12:09:31 +0100
committerPietro Albini <pietro.albini@ferrous-systems.com>2023-03-09 12:24:43 +0100
commit3d229d535c416787a9541bb26cb5f928d4a38a0d (patch)
tree8c6cec71bb17bccb99564d32c58e9a2cd7d750e6 /rustc_tools_util
parent5331d053344aecc5040cd75062e486348a397b7a (diff)
downloadrust-3d229d535c416787a9541bb26cb5f928d4a38a0d.tar.gz
rust-3d229d535c416787a9541bb26cb5f928d4a38a0d.zip
avoid reuse tripping over copyright notices
Diffstat (limited to 'rustc_tools_util')
-rw-r--r--rustc_tools_util/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/rustc_tools_util/README.md b/rustc_tools_util/README.md
index eefc661f963..e197ea048a0 100644
--- a/rustc_tools_util/README.md
+++ b/rustc_tools_util/README.md
@@ -49,6 +49,8 @@ The changelog for `rustc_tools_util` is available under:
 
 ## License
 
+<!-- REUSE-IgnoreStart -->
+
 Copyright 2014-2022 The Rust Project Developers
 
 Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
@@ -56,3 +58,5 @@ http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
 <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 option. All files in the project carrying such notice may not be
 copied, modified, or distributed except according to those terms.
+
+<!-- REUSE-IgnoreEnd -->