diff options
| author | bors <bors@rust-lang.org> | 2020-02-20 16:23:53 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-02-20 16:23:53 +0000 |
| commit | 8daeee5533418901d26a64896854570e9f0e8493 (patch) | |
| tree | 73aaba09f5d34412799f4e6d61fe20a2250b82a9 | |
| parent | 5fbec44fd9066b3d4e27dc6d045d4ff4848ae82e (diff) | |
| parent | fb989d3215ca982ce4e719faf0f370e131f9f42f (diff) | |
| download | rust-8daeee5533418901d26a64896854570e9f0e8493.tar.gz rust-8daeee5533418901d26a64896854570e9f0e8493.zip | |
Auto merge of #5204 - flip1995:license, r=Manishearth
Update License r? @Manishearth I'm not sure if the Copyright claim was left out on purpose in the LICENSE-* files. I added them, because the official templates have them. changelog: none
| -rw-r--r-- | LICENSE-APACHE | 2 | ||||
| -rw-r--r-- | LICENSE-MIT | 4 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | rustc_tools_util/README.md | 2 | ||||
| -rw-r--r-- | tests/ui/mem_replace.fixed | 9 | ||||
| -rw-r--r-- | tests/ui/mem_replace.rs | 9 | ||||
| -rw-r--r-- | tests/ui/mem_replace.stderr | 10 |
7 files changed, 12 insertions, 26 deletions
diff --git a/LICENSE-APACHE b/LICENSE-APACHE index 16fe87b06e8..d821a4de2be 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 [yyyy] [name of copyright owner] +Copyright 2014-2020 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 31aa79387f2..b7c70dd4026 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,3 +1,7 @@ +MIT License + +Copyright (c) 2014-2020 The Rust Project Developers + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the diff --git a/README.md b/README.md index 628133a8a66..444d79bcb27 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ If you want to contribute to Clippy, you can find more information in [CONTRIBUT ## License -Copyright 2014-2019 The Rust Project Developers +Copyright 2014-2020 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 18341ca2f28..6027538dc4a 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-2019 The Rust Project Developers +Copyright 2014-2020 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/tests/ui/mem_replace.fixed b/tests/ui/mem_replace.fixed index 58657b934fb..54e962e7116 100644 --- a/tests/ui/mem_replace.fixed +++ b/tests/ui/mem_replace.fixed @@ -1,12 +1,3 @@ -// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution. -// -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - // run-rustfix #![allow(unused_imports)] #![warn( diff --git a/tests/ui/mem_replace.rs b/tests/ui/mem_replace.rs index eac0ce586a0..60f52781071 100644 --- a/tests/ui/mem_replace.rs +++ b/tests/ui/mem_replace.rs @@ -1,12 +1,3 @@ -// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution. -// -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - // run-rustfix #![allow(unused_imports)] #