diff options
| author | bors <bors@rust-lang.org> | 2024-01-04 10:19:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-04 10:19:33 +0000 |
| commit | ee04871f743d27f23c80b891105bbbc99f0180da (patch) | |
| tree | 9eecd2ba4332eeff82e4278813ec4f15ce9c2f97 | |
| parent | ebf5c1a928eb47bad735db563d21be0e5e206521 (diff) | |
| parent | 18e4632b2bc799dd767de90f1c231aa3f51c85a1 (diff) | |
| download | rust-ee04871f743d27f23c80b891105bbbc99f0180da.tar.gz rust-ee04871f743d27f23c80b891105bbbc99f0180da.zip | |
Auto merge of #12086 - blyxyas:update-copyright, r=flip1995
Update copyright year for Clippy (2024 edition) Our license was outdated by a year (+ change in the main README.md) 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 82703b18fd7..219693d63d9 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ // REUSE-IgnoreStart -Copyright 2014-2022 The Rust Project Developers +Copyright 2014-2024 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 0d62c37278e..506582c31d6 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-2022 The Rust Project Developers +Copyright 2014-2024 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 b724b24aa83..6d8ee9afb61 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2014-2022 The Rust Project Developers +Copyright (c) 2014-2024 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 5d490645d89..fb3f7109d7e 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ If you want to contribute to Clippy, you can find more information in [CONTRIBUT <!-- REUSE-IgnoreStart --> -Copyright 2014-2023 The Rust Project Developers +Copyright 2014-2024 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 e197ea048a0..56f62b867a6 100644 --- a/rustc_tools_util/README.md +++ b/rustc_tools_util/README.md @@ -51,7 +51,7 @@ The changelog for `rustc_tools_util` is available under: <!-- REUSE-IgnoreStart --> -Copyright 2014-2022 The Rust Project Developers +Copyright 2014-2024 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 |
