diff options
| author | bors <bors@rust-lang.org> | 2022-01-16 12:33:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-01-16 12:33:08 +0000 |
| commit | d61f798aac6cf377acc5f2f47719e6e810d72fd0 (patch) | |
| tree | 3c421f6e422f1e09494da98ded88a9db22d9502c | |
| parent | 27845a92058b076c34d9ecbc7a4e476db999b04c (diff) | |
| parent | 411980188459dc190e2af78a24f8133f84c7ca93 (diff) | |
| download | rust-d61f798aac6cf377acc5f2f47719e6e810d72fd0.tar.gz rust-d61f798aac6cf377acc5f2f47719e6e810d72fd0.zip | |
Auto merge of #8284 - xFrednet:0000-update-copyright-year-i-am-procrastinating, r=giraffate
Update copyright year for Clippy (2022 edition) At this point, I'm just searching for small things to do instead of sleeping or working on my bachelor thesis. :sweat_smile: Taking one day off will be fine :upside_down_face: changelog: none
| -rw-r--r-- | COPYRIGHT | 2 | ||||
| -rw-r--r-- | LICENSE-APACHE | 2 | ||||
| -rw-r--r-- | LICENSE-MIT | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | rustc_tools_util/README.md | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/COPYRIGHT b/COPYRIGHT index 238c919b69d..a6be75b5e31 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright 2014-2021 The Rust Project Developers +Copyright 2014-2022 The Rust Project Developers Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license diff --git a/LICENSE-APACHE b/LICENSE-APACHE index 04169a42b8b..0d62c37278e 100644 --- a/LICENSE-APACHE +++ b/LICENSE-APACHE @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work. same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright 2014-2021 The Rust Project Developers +Copyright 2014-2022 The Rust Project Developers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/LICENSE-MIT b/LICENSE-MIT index 90a2d3950d1..b724b24aa83 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2014-2021 The Rust Project Developers +Copyright (c) 2014-2022 The Rust Project Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/README.md b/README.md index f001a42d917..edbc626e354 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ If you want to contribute to Clippy, you can find more information in [CONTRIBUT ## License -Copyright 2014-2021 The Rust Project Developers +Copyright 2014-2022 The Rust Project Developers Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)> or the MIT license diff --git a/rustc_tools_util/README.md b/rustc_tools_util/README.md index 6027538dc4a..01891b51d3b 100644 --- a/rustc_tools_util/README.md +++ b/rustc_tools_util/README.md @@ -53,7 +53,7 @@ This gives the following output in clippy: ## License -Copyright 2014-2020 The Rust Project Developers +Copyright 2014-2022 The Rust Project Developers Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license |
