loose-envify icon indicating copy to clipboard operation
loose-envify copied to clipboard

Project licensed as MIT but there is a facebook BSD copyright in some files.

Open ksherard opened this issue 8 years ago • 0 comments

Is it accurate to say this is MIT licensed when these copyright comments exist in the following files?

/loose-envify /test/pkg/node_modules/warning/index.js /loose-envify / test/pkg/node_modules/invariant/index.js /loose-envify / test/react/react-with-addons-with-node_env.js

/**

  • Copyright 2013-2015, Facebook, Inc.
  • All rights reserved.
  • This source code is licensed under the BSD-style license found in the
  • LICENSE file in the root directory of this source tree. An additional grant
  • of patent rights can be found in the PATENTS file in the same directory.
  • @providesModule invariant */

ksherard avatar Oct 06 '17 21:10 ksherard