diff options
| author | xFrednet <xFrednet@gmail.com> | 2022-01-15 01:16:00 +0100 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2022-01-15 01:22:00 +0100 |
| commit | 411980188459dc190e2af78a24f8133f84c7ca93 (patch) | |
| tree | 4d6ca65b3846e30f2e12fe01e5f6fb857de5d10b | |
| parent | 5cada57f306ee47ee4e9a78008798d734ff7b9d7 (diff) | |
| download | rust-411980188459dc190e2af78a24f8133f84c7ca93.tar.gz rust-411980188459dc190e2af78a24f8133f84c7ca93.zip | |
Update copyright year for Clippy (2022 edition)
| -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 |
