|
6 | 6 |
|
7 | 7 | Longer version: |
8 | 8 |
|
9 | | -The Rust Project is copyright 2010, The Rust Project |
10 | | -Developers. |
| 9 | +Copyrights in the Rust project are retained by their contributors. No |
| 10 | +copyright assignment is required to contribute to the Rust project. |
11 | 11 |
|
12 | | -Licensed under the Apache License, Version 2.0 |
13 | | -<LICENSE-APACHE or |
14 | | -http://www.apache.org/licenses/LICENSE-2.0> or the MIT |
15 | | -license <LICENSE-MIT or http://opensource.org/licenses/MIT>, |
16 | | -at your option. All files in the project carrying such |
17 | | -notice may not be copied, modified, or distributed except |
18 | | -according to those terms. |
| 12 | +Some files include explicit copyright notices and/or license notices. |
| 13 | +For full authorship information, see AUTHORS.txt and the version control |
| 14 | +history. |
| 15 | + |
| 16 | +Except as otherwise noted (below and/or in individual files), Rust is |
| 17 | +licensed under the Apache License, Version 2.0 <LICENSE-APACHE> or |
| 18 | +<http://www.apache.org/licenses/LICENSE-2.0> or the MIT license |
| 19 | +<LICENSE-MIT> or <http://opensource.org/licenses/MIT>, at your option. |
19 | 20 |
|
20 | 21 |
|
21 | 22 | The Rust Project includes packages written by third parties. |
@@ -282,25 +283,3 @@ their own copyright notices and license terms: |
282 | 283 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE |
283 | 284 | USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY |
284 | 285 | OF SUCH DAMAGE. |
285 | | - |
286 | | -* Additional copyright may be retained by contributors other |
287 | | - than Mozilla, the Rust Project Developers, or the parties |
288 | | - enumerated in this file. Such copyright can be determined |
289 | | - on a case-by-case basis by examining the author of each |
290 | | - portion of a file in the revision-control commit records |
291 | | - of the project, or by consulting representative comments |
292 | | - claiming copyright ownership for a file. |
293 | | - |
294 | | - For example, the text: |
295 | | - |
296 | | - "Copyright (c) 2011 Google Inc." |
297 | | - |
298 | | - appears in some files, and these files thereby denote |
299 | | - that their author and copyright-holder is Google Inc. |
300 | | - |
301 | | - In all such cases, the absence of explicit licensing text |
302 | | - indicates that the contributor chose to license their work |
303 | | - for distribution under identical terms to those Mozilla |
304 | | - has chosen for the collective work, enumerated at the top |
305 | | - of this file. The only difference is the retention of |
306 | | - copyright itself, held by the contributor. |
0 commit comments