Skip to content

Commit 3d229d5

Browse files
committed
avoid reuse tripping over copyright notices
1 parent 5331d05 commit 3d229d5

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

COPYRIGHT

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
// REUSE-IgnoreStart
2+
13
Copyright 2014-2022 The Rust Project Developers
24

35
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
46
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
57
<LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
68
option. All files in the project carrying such notice may not be
79
copied, modified, or distributed except according to those terms.
10+
11+
// REUSE-IgnoreEnd

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,14 @@ If you want to contribute to Clippy, you can find more information in [CONTRIBUT
275275

276276
## License
277277

278+
<!-- REUSE-IgnoreStart -->
279+
278280
Copyright 2014-2022 The Rust Project Developers
279281

280282
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
281283
[https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)> or the MIT license
282284
<LICENSE-MIT or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)>, at your
283285
option. Files in the project may not be
284286
copied, modified, or distributed except according to those terms.
287+
288+
<!-- REUSE-IgnoreEnd -->

rustc_tools_util/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,14 @@ The changelog for `rustc_tools_util` is available under:
4949

5050
## License
5151

52+
<!-- REUSE-IgnoreStart -->
53+
5254
Copyright 2014-2022 The Rust Project Developers
5355

5456
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5557
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5658
<LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
5759
option. All files in the project carrying such notice may not be
5860
copied, modified, or distributed except according to those terms.
61+
62+
<!-- REUSE-IgnoreEnd -->

0 commit comments

Comments
 (0)