Update license headers BSD+Patents -> MIT

Did find and replace in TextMate.

```
find: (?:( \*)( ))?Copyright (?:\(c\) )?(\d{4})\b.+Facebook[\s\S]+(?:this source tree|the same directory)\.$
replace: $1$2Copyright (c) $3-present, Facebook, Inc.\n$1\n$1$2This source code is licensed under the MIT license found in the\n$1$2LICENSE file in the root directory of this source tree.
```
This commit is contained in:
Sophie Alpert 2017-09-24 13:48:13 -07:00
parent b24d23d3e8
commit d63249d034
427 changed files with 1247 additions and 2102 deletions

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
/* global React ReactDOM errorMap:true */ /* global React ReactDOM errorMap:true */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013 Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactElementTestChild * @providesModule ReactElementTestChild
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactMockedComponentTestComponent * @providesModule ReactMockedComponentTestComponent
*/ */

View File

@ -3,12 +3,10 @@
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
/** /**
* Copyright (c) 2013-present Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule Circle.art * @providesModule Circle.art
* @typechecks * @typechecks

View File

@ -3,12 +3,10 @@
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
/** /**
* Copyright (c) 2013-present Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule Rectangle.art * @providesModule Rectangle.art
* @typechecks * @typechecks

View File

@ -3,12 +3,10 @@
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
/** /**
* Copyright (c) 2013-present Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule Wedge.art * @providesModule Wedge.art
* @typechecks * @typechecks

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
/* eslint-disable quotes */ /* eslint-disable quotes */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -2,11 +2,9 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/*! /*!
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2010-present, Facebook, Inc. * Copyright (c) 2010-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
#include "hardware-counter.h" #include "hardware-counter.h"

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2010-present, Facebook, Inc. * Copyright (c) 2010-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
#ifndef incl_HPHP_UTIL_HARDWARE_COUNTER_H_ #ifndef incl_HPHP_UTIL_HARDWARE_COUNTER_H_

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
#include <errno.h> #include <errno.h>

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
#include <node.h> #include <node.h>

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2010-present, Facebook, Inc. * Copyright (c) 2010-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
#ifndef incl_HPHP_PORTABILITY_H_ #ifndef incl_HPHP_PORTABILITY_H_

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2010-present, Facebook, Inc. * Copyright (c) 2010-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
#include "thread-local.h" #include "thread-local.h"

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2010-present, Facebook, Inc. * Copyright (c) 2010-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
#ifndef incl_HPHP_THREAD_LOCAL_H_ #ifndef incl_HPHP_THREAD_LOCAL_H_

View File

@ -1,9 +1,8 @@
/** /**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. * Copyright (c) 2014-present, Facebook, Inc.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -2,12 +2,10 @@
function getProvidesHeader(hasteFinalName) { function getProvidesHeader(hasteFinalName) {
return `/** return `/**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @noflow * @noflow
* @providesModule ${hasteFinalName} * @providesModule ${hasteFinalName}
@ -19,12 +17,10 @@ function getHeader(filename, reactVersion) {
return `/** @license React v${reactVersion} return `/** @license React v${reactVersion}
* ${filename} * ${filename}
* *
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
`; `;
} }

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
/* eslint-disable quotes */ /* eslint-disable quotes */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule DOMProperty * @providesModule DOMProperty
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule EventPluginHub * @providesModule EventPluginHub
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule EventPluginUtils * @providesModule EventPluginUtils
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule EventPropagators * @providesModule EventPropagators
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactBrowserEventEmitter * @providesModule ReactBrowserEventEmitter
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactDOMComponentTree * @providesModule ReactDOMComponentTree
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactErrorUtils * @providesModule ReactErrorUtils
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactFiberErrorLogger * @providesModule ReactFiberErrorLogger
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactInstanceMap * @providesModule ReactInstanceMap
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule SyntheticUIEvent * @providesModule SyntheticUIEvent
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule findDOMNode * @providesModule findDOMNode
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule renderSubtreeIntoContainer * @providesModule renderSubtreeIntoContainer
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule NativeMethodsMixin * @providesModule NativeMethodsMixin
* @flow * @flow

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactDebugTool * @providesModule ReactDebugTool
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactGlobalSharedState * @providesModule ReactGlobalSharedState
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactNative * @providesModule ReactNative
* @flow * @flow

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactNativeBridgeEventPlugin * @providesModule ReactNativeBridgeEventPlugin
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactNativeComponentTree * @providesModule ReactNativeComponentTree
* @flow * @flow

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactNativePropRegistry * @providesModule ReactNativePropRegistry
* @flow * @flow

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactPerf * @providesModule ReactPerf
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule TouchHistoryMath * @providesModule TouchHistoryMath
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule createReactNativeComponentClass * @providesModule createReactNativeComponentClass
* @flow * @flow

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule takeSnapshot * @providesModule takeSnapshot
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactVersion * @providesModule ReactVersion
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-2015, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-2015, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-2015, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-2015, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-2015, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-2015, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-2015, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-2015, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-2015, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactEntry * @providesModule ReactEntry
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactChildren * @providesModule ReactChildren
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule onlyChild * @providesModule onlyChild
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactCurrentOwner * @providesModule ReactCurrentOwner
* @flow * @flow

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactDebugCurrentFrame * @providesModule ReactDebugCurrentFrame
* @flow * @flow

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2014-present, Facebook, Inc. * Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactElement * @providesModule ReactElement
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2014-present, Facebook, Inc. * Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactElementValidator * @providesModule ReactElementValidator
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2016-present, Facebook, Inc. * Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @flow * @flow
* @providesModule ReactComponentTreeHook * @providesModule ReactComponentTreeHook

View File

@ -1,10 +1,8 @@
/*! /*!
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
/** /**

View File

@ -1,10 +1,8 @@
/*! /*!
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
/** /**

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactBaseClasses * @providesModule ReactBaseClasses
*/ */

View File

@ -1,10 +1,8 @@
/*! /*!
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
/** /**

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @providesModule ReactNoopUpdateQueue * @providesModule ReactNoopUpdateQueue
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
### ###
Copyright 2015-present, Facebook, Inc. Copyright (c) 2015-present, Facebook, Inc.
All rights reserved.
This source code is licensed under the BSD-style license found in the This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree. An additional grant LICENSE file in the root directory of this source tree.
of patent rights can be found in the PATENTS file in the same directory.
### ###
React = null React = null

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

View File

@ -3,12 +3,10 @@
/// <reference path="../ReactDOM.d.ts" /> /// <reference path="../ReactDOM.d.ts" />
/*! /*!
* Copyright 2015-present, Facebook, Inc. * Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
*/ */
import React = require('react'); import React = require('react');

View File

@ -1,10 +1,8 @@
/** /**
* Copyright 2013-present, Facebook, Inc. * Copyright (c) 2013-present, Facebook, Inc.
* All rights reserved.
* *
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree.
* of patent rights can be found in the PATENTS file in the same directory.
* *
* @emails react-core * @emails react-core
*/ */

Some files were not shown because too many files have changed in this diff Show More