Closed
Description
Back in the io.js days, the copyright attribution in the Node.js source code was changed from:
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
to
Copyright Node.js contributors. All rights reserved.
The explicit licensing header information was also removed from each source file and moved into the LICENSE.
The change to the copyright notice was made without Joyent's approval and needs to be switched back.
I will be opening a PR that attaches the following statement to each *.js file in our source tree:
// Copyright Joyent, Inc. and other Node.js contributors.
// Current Licensing information for this software may be found in
// the LICENSE file in the root of the source distribution or online at
// https://github.com/nodejs/node/blob/master/LICENSE
Because this Copyright statement explicitly includes the "and other Node.js contributors", there is no loss of Copyright assignment.
/cc @nodejs/tsc @nodejs/ctc