Skip to content

Commit f1de27f

Browse files
committed
COPYRIGHT: Provide a better explanation of Rust copyrights
Avoid implying that any copyrights have been assigned to a separate entity (such as "The Rust Project Developers") Rust contributors retain their copyrights, and do not assign them to anyone by contributing. Remove the inaccurate notice, and provide a clear explanation. Avoid stating that all files contain copyright notices and/or license notices, and especially avoid suggesting that the license terms only apply to files marked as such. In the process, this also drops a separate notice that implies only some copyrights are retained by contributors (suggesting that others are not).
1 parent 2a8807e commit f1de27f

File tree

1 file changed

+10
-31
lines changed

1 file changed

+10
-31
lines changed

Diff for: COPYRIGHT

+10-31
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ terms.
66

77
Longer version:
88

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.
1111

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.
1920

2021

2122
The Rust Project includes packages written by third parties.
@@ -282,25 +283,3 @@ their own copyright notices and license terms:
282283
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
283284
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
284285
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

Comments
 (0)