From 3e0750a4ad2444c2df708b144ff0c8af7628881d Mon Sep 17 00:00:00 2001 From: Rick Beerendonk Date: Sat, 31 Jan 2015 20:18:25 +0100 Subject: [PATCH] Update copyright headers for 2015 --- docs/_js/html-jsx.js | 2 +- grunt/config/browserify.js | 2 +- src/addons/ReactComponentWithPureRenderMixin.js | 2 +- src/addons/ReactRAFBatchingStrategy.js | 2 +- src/addons/__tests__/update-test.js | 2 +- src/addons/link/LinkedStateMixin.js | 2 +- src/addons/link/ReactLink.js | 2 +- src/addons/link/__tests__/LinkedStateMixin-test.js | 2 +- src/addons/link/__tests__/ReactLinkPropTypes-test.js | 2 +- src/addons/transitions/ReactCSSTransitionGroup.js | 2 +- src/addons/transitions/ReactCSSTransitionGroupChild.js | 2 +- src/addons/transitions/ReactTransitionChildMapping.js | 2 +- src/addons/transitions/ReactTransitionEvents.js | 2 +- src/addons/transitions/ReactTransitionGroup.js | 2 +- .../transitions/__tests__/ReactCSSTransitionGroup-test.js | 2 +- .../transitions/__tests__/ReactTransitionChildMapping-test.js | 2 +- src/addons/transitions/__tests__/ReactTransitionGroup-test.js | 2 +- src/addons/update.js | 2 +- src/browser/ClientReactRootIndex.js | 2 +- src/browser/ReactBrowserEventEmitter.js | 2 +- src/browser/ReactDOM.js | 2 +- src/browser/ReactPutListenerQueue.js | 2 +- src/browser/ReactReconcileTransaction.js | 2 +- src/browser/ReactWithAddons.js | 2 +- src/browser/__tests__/ReactBrowserEventEmitter-test.js | 2 +- src/browser/__tests__/ReactDOM-test.js | 2 +- src/browser/__tests__/ReactWebWorker-test.js | 2 +- src/browser/__tests__/findDOMNode-test.js | 2 +- src/browser/eventPlugins/AnalyticsEventPluginFactory.js | 2 +- src/browser/eventPlugins/BeforeInputEventPlugin.js | 2 +- src/browser/eventPlugins/ChangeEventPlugin.js | 2 +- src/browser/eventPlugins/DefaultEventPluginOrder.js | 2 +- src/browser/eventPlugins/EnterLeaveEventPlugin.js | 2 +- src/browser/eventPlugins/FallbackCompositionState.js | 2 +- src/browser/eventPlugins/MobileSafariClickEventPlugin.js | 2 +- src/browser/eventPlugins/ResponderEventPlugin.js | 2 +- src/browser/eventPlugins/SelectEventPlugin.js | 2 +- src/browser/eventPlugins/SimpleEventPlugin.js | 2 +- src/browser/eventPlugins/TapEventPlugin.js | 2 +- src/browser/eventPlugins/__tests__/AnalyticsEventPlugin-test.js | 2 +- .../eventPlugins/__tests__/EnterLeaveEventPlugin-test.js | 2 +- .../eventPlugins/__tests__/FallbackCompositionState-test.js | 2 +- src/browser/eventPlugins/__tests__/ResponderEventPlugin-test.js | 2 +- src/browser/findDOMNode.js | 2 +- src/browser/server/ReactMarkupChecksum.js | 2 +- src/browser/server/ReactServerRendering.js | 2 +- src/browser/server/ReactServerRenderingTransaction.js | 2 +- src/browser/server/ServerReactRootIndex.js | 2 +- src/browser/server/__tests__/ReactServerRendering-test.js | 2 +- src/browser/syntheticEvents/SyntheticClipboardEvent.js | 2 +- src/browser/syntheticEvents/SyntheticCompositionEvent.js | 2 +- src/browser/syntheticEvents/SyntheticDragEvent.js | 2 +- src/browser/syntheticEvents/SyntheticEvent.js | 2 +- src/browser/syntheticEvents/SyntheticFocusEvent.js | 2 +- src/browser/syntheticEvents/SyntheticInputEvent.js | 2 +- src/browser/syntheticEvents/SyntheticKeyboardEvent.js | 2 +- src/browser/syntheticEvents/SyntheticMouseEvent.js | 2 +- src/browser/syntheticEvents/SyntheticTouchEvent.js | 2 +- src/browser/syntheticEvents/SyntheticUIEvent.js | 2 +- src/browser/syntheticEvents/SyntheticWheelEvent.js | 2 +- src/browser/syntheticEvents/__tests__/SyntheticEvent-test.js | 2 +- .../syntheticEvents/__tests__/SyntheticWheelEvent-test.js | 2 +- src/browser/ui/React.js | 2 +- src/browser/ui/ReactBrowserComponentMixin.js | 2 +- src/browser/ui/ReactComponentBrowserEnvironment.js | 2 +- src/browser/ui/ReactDOMComponent.js | 2 +- src/browser/ui/ReactDOMIDOperations.js | 2 +- src/browser/ui/ReactDOMSelection.js | 2 +- src/browser/ui/ReactDOMTextComponent.js | 2 +- src/browser/ui/ReactDefaultInjection.js | 2 +- src/browser/ui/ReactEventListener.js | 2 +- src/browser/ui/ReactInjection.js | 2 +- src/browser/ui/ReactInputSelection.js | 2 +- src/browser/ui/ReactMount.js | 2 +- src/browser/ui/__tests__/ReactDOMComponent-test.js | 2 +- src/browser/ui/__tests__/ReactDOMIDOperations-test.js | 2 +- src/browser/ui/__tests__/ReactDOMTextComponent-test.js | 2 +- src/browser/ui/__tests__/ReactEventListener-test.js | 2 +- src/browser/ui/__tests__/ReactMount-test.js | 2 +- src/browser/ui/__tests__/ReactMountDestruction-test.js | 2 +- src/browser/ui/__tests__/ReactRenderDocument-test.js | 2 +- src/browser/ui/dom/CSSProperty.js | 2 +- src/browser/ui/dom/CSSPropertyOperations.js | 2 +- src/browser/ui/dom/DOMChildrenOperations.js | 2 +- src/browser/ui/dom/DOMProperty.js | 2 +- src/browser/ui/dom/DOMPropertyOperations.js | 2 +- src/browser/ui/dom/Danger.js | 2 +- src/browser/ui/dom/HTMLDOMPropertyConfig.js | 2 +- src/browser/ui/dom/SVGDOMPropertyConfig.js | 2 +- src/browser/ui/dom/ViewportMetrics.js | 2 +- src/browser/ui/dom/__tests__/CSSProperty-test.js | 2 +- src/browser/ui/dom/__tests__/CSSPropertyOperations-test.js | 2 +- src/browser/ui/dom/__tests__/DOMPropertyOperations-test.js | 2 +- src/browser/ui/dom/__tests__/Danger-test.js | 2 +- src/browser/ui/dom/__tests__/getNodeForCharacterOffset-test.js | 2 +- src/browser/ui/dom/components/AutoFocusMixin.js | 2 +- src/browser/ui/dom/components/LinkedValueUtils.js | 2 +- src/browser/ui/dom/components/LocalEventTrapMixin.js | 2 +- src/browser/ui/dom/components/ReactDOMButton.js | 2 +- src/browser/ui/dom/components/ReactDOMForm.js | 2 +- src/browser/ui/dom/components/ReactDOMImg.js | 2 +- src/browser/ui/dom/components/ReactDOMInput.js | 2 +- src/browser/ui/dom/components/ReactDOMOption.js | 2 +- src/browser/ui/dom/components/ReactDOMSelect.js | 2 +- src/browser/ui/dom/components/ReactDOMTextarea.js | 2 +- .../ui/dom/components/__tests__/LocalEventTrapMixin-test.js | 2 +- src/browser/ui/dom/components/__tests__/ReactDOMButton-test.js | 2 +- src/browser/ui/dom/components/__tests__/ReactDOMInput-test.js | 2 +- src/browser/ui/dom/components/__tests__/ReactDOMSelect-test.js | 2 +- .../ui/dom/components/__tests__/ReactDOMTextarea-test.js | 2 +- src/browser/ui/dom/components/createFullPageComponent.js | 2 +- src/browser/ui/dom/dangerousStyleValue.js | 2 +- src/browser/ui/dom/getEventCharCode.js | 2 +- src/browser/ui/dom/getEventKey.js | 2 +- src/browser/ui/dom/getEventModifierState.js | 2 +- src/browser/ui/dom/getEventTarget.js | 2 +- src/browser/ui/dom/getNodeForCharacterOffset.js | 2 +- src/browser/ui/dom/getTextContentAccessor.js | 2 +- src/browser/ui/dom/isEventSupported.js | 2 +- src/browser/ui/dom/setInnerHTML.js | 2 +- src/browser/ui/getReactRootElementInContainer.js | 2 +- src/classic/__tests__/ReactContextValidator-test.js | 2 +- src/classic/class/ReactClass.js | 2 +- src/classic/class/ReactDoNotBindDeprecated.js | 2 +- src/classic/class/__tests__/ReactBind-test.js | 2 +- src/classic/class/__tests__/ReactClass-test.js | 2 +- src/classic/class/__tests__/ReactClassMixin-test.js | 2 +- src/classic/element/ReactElement.js | 2 +- src/classic/element/ReactElementValidator.js | 2 +- src/classic/element/__tests__/ReactElement-test.js | 2 +- src/classic/element/__tests__/ReactElementValidator-test.js | 2 +- src/classic/types/ReactPropTypeLocationNames.js | 2 +- src/classic/types/ReactPropTypeLocations.js | 2 +- src/classic/types/ReactPropTypes.js | 2 +- src/classic/types/__tests__/ReactPropTypes-test.js | 2 +- src/core/ReactChildReconciler.js | 2 +- src/core/ReactComponentEnvironment.js | 2 +- src/core/ReactCompositeComponent.js | 2 +- src/core/ReactContext.js | 2 +- src/core/ReactCurrentOwner.js | 2 +- src/core/ReactDefaultBatchingStrategy.js | 2 +- src/core/ReactEmptyComponent.js | 2 +- src/core/ReactEventEmitterMixin.js | 2 +- src/core/ReactInstanceHandles.js | 2 +- src/core/ReactInstanceMap.js | 2 +- src/core/ReactMultiChild.js | 2 +- src/core/ReactMultiChildUpdateTypes.js | 2 +- src/core/ReactNativeComponent.js | 2 +- src/core/ReactOwner.js | 2 +- src/core/ReactPropTransferer.js | 2 +- src/core/ReactReconciler.js | 2 +- src/core/ReactRef.js | 2 +- src/core/ReactRootIndex.js | 2 +- src/core/ReactStateSetters.js | 2 +- src/core/ReactUpdates.js | 2 +- src/core/__tests__/ReactComponent-test.js | 2 +- src/core/__tests__/ReactComponentLifeCycle-test.js | 2 +- src/core/__tests__/ReactCompositeComponent-test.js | 2 +- src/core/__tests__/ReactCompositeComponentDOMMinimalism-test.js | 2 +- src/core/__tests__/ReactCompositeComponentError-test.js | 2 +- src/core/__tests__/ReactCompositeComponentState-test.js | 2 +- src/core/__tests__/ReactEmptyComponent-test.js | 2 +- src/core/__tests__/ReactIdentity-test.js | 2 +- src/core/__tests__/ReactInstanceHandles-test.js | 2 +- src/core/__tests__/ReactMockedComponent-test.js | 2 +- src/core/__tests__/ReactMultiChild-test.js | 2 +- src/core/__tests__/ReactMultiChildReconcile-test.js | 2 +- src/core/__tests__/ReactMultiChildText-test.js | 2 +- src/core/__tests__/ReactStateSetters-test.js | 2 +- src/core/__tests__/ReactUpdates-test.js | 2 +- src/core/__tests__/refs-destruction-test.js | 2 +- src/core/__tests__/refs-test.js | 2 +- src/core/instantiateReactComponent.js | 2 +- src/core/shouldUpdateReactComponent.js | 2 +- src/event/EventConstants.js | 2 +- src/event/EventPluginHub.js | 2 +- src/event/EventPluginRegistry.js | 2 +- src/event/EventPluginUtils.js | 2 +- src/event/EventPropagators.js | 2 +- src/event/__tests__/EventPluginHub-test.js | 2 +- src/event/__tests__/EventPluginRegistry-test.js | 2 +- src/modern/class/ReactComponent.js | 2 +- src/modern/class/__tests__/ReactES6Class-test.js | 2 +- src/modern/element/__tests__/ReactJSXElement-test.js | 2 +- src/modern/element/__tests__/ReactJSXElementValidator-test.js | 2 +- src/modern/types/__tests__/ReactFlowPropTypes-test.js | 2 +- src/modern/types/__tests__/ReactTypeScriptPropTypes-test.js | 2 +- src/stubs/Object.assign.js | 2 +- src/test/ReactDefaultPerf.js | 2 +- src/test/ReactDefaultPerfAnalysis.js | 2 +- src/test/ReactPerf.js | 2 +- src/test/ReactTestUtils.js | 2 +- src/test/__tests__/ReactTestUtils-test.js | 2 +- src/test/__tests__/reactComponentExpect-test.js | 2 +- src/test/createHierarchyRenderer.js | 2 +- src/test/getTestDocument.js | 2 +- src/test/mock-modules.js | 2 +- src/test/mock-timers.js | 2 +- src/test/mocks.js | 2 +- src/test/reactComponentExpect.js | 2 +- src/utils/CallbackQueue.js | 2 +- src/utils/OrderedMap.js | 2 +- src/utils/PooledClass.js | 2 +- src/utils/ReactChildren.js | 2 +- src/utils/Transaction.js | 2 +- src/utils/__tests__/OrderedMap-test.js | 2 +- src/utils/__tests__/PooledClass-test.js | 2 +- src/utils/__tests__/ReactChildren-test.js | 2 +- src/utils/__tests__/Transaction-test.js | 2 +- src/utils/__tests__/accumulateInto-test.js | 2 +- src/utils/__tests__/cloneWithProps-test.js | 2 +- src/utils/__tests__/escapeTextForBrowser-test.js | 2 +- src/utils/__tests__/joinClasses-test.js | 2 +- src/utils/__tests__/keyMirror-test.js | 2 +- src/utils/__tests__/memoizeStringOnly-test.js | 2 +- src/utils/__tests__/onlyChild-test.js | 2 +- src/utils/__tests__/sliceChildren-test.js | 2 +- src/utils/__tests__/traverseAllChildren-test.js | 2 +- src/utils/accumulate.js | 2 +- src/utils/accumulateInto.js | 2 +- src/utils/adler32.js | 2 +- src/utils/cloneWithProps.js | 2 +- src/utils/deprecated.js | 2 +- src/utils/escapeTextForBrowser.js | 2 +- src/utils/flattenChildren.js | 2 +- src/utils/forEachAccumulated.js | 2 +- src/utils/getIteratorFn.js | 2 +- src/utils/isTextInputElement.js | 2 +- src/utils/joinClasses.js | 2 +- src/utils/keyMirror.js | 2 +- src/utils/memoizeStringOnly.js | 2 +- src/utils/onlyChild.js | 2 +- src/utils/shallowEqual.js | 2 +- src/utils/sliceChildren.js | 2 +- src/utils/traverseAllChildren.js | 2 +- src/vendor/core/CSSCore.js | 2 +- src/vendor/core/ExecutionEnvironment.js | 2 +- src/vendor/core/TouchEventUtils.js | 2 +- src/vendor/core/camelize.js | 2 +- src/vendor/core/camelizeStyleName.js | 2 +- src/vendor/core/createArrayFrom.js | 2 +- src/vendor/core/createNodesFromMarkup.js | 2 +- src/vendor/core/dom/containsNode.js | 2 +- src/vendor/core/dom/focusNode.js | 2 +- src/vendor/core/dom/getActiveElement.js | 2 +- src/vendor/core/dom/getUnboundedScrollPosition.js | 2 +- src/vendor/core/dom/isNode.js | 2 +- src/vendor/core/dom/isTextNode.js | 2 +- src/vendor/core/emptyFunction.js | 2 +- src/vendor/core/emptyObject.js | 2 +- src/vendor/core/getMarkupWrap.js | 2 +- src/vendor/core/hyphenate.js | 2 +- src/vendor/core/hyphenateStyleName.js | 2 +- src/vendor/core/invariant.js | 2 +- src/vendor/core/keyOf.js | 2 +- src/vendor/core/mapObject.js | 2 +- src/vendor/core/mergeDeep.js | 2 +- src/vendor/core/mergeDeepInto.js | 2 +- src/vendor/core/mergeHelpers.js | 2 +- src/vendor/core/monitorCodeUse.js | 2 +- src/vendor/core/nativeRequestAnimationFrame.js | 2 +- src/vendor/core/requestAnimationFrame.js | 2 +- src/vendor/core/toArray.js | 2 +- src/vendor/core/warning.js | 2 +- src/vendor/immutable/Immutable.js | 2 +- src/vendor/immutable/ImmutableObject.js | 2 +- src/vendor/performance/performance.js | 2 +- src/vendor/performance/performanceNow.js | 2 +- src/vendor/stubs/EventListener.js | 2 +- src/vendor/stubs/ReactErrorUtils.js | 2 +- src/vendor/stubs/cx.js | 2 +- src/vendor_deprecated/core/copyProperties.js | 2 +- src/vendor_deprecated/core/merge.js | 2 +- src/vendor_deprecated/core/mergeInto.js | 2 +- vendor/browser-transforms.js | 2 +- vendor/constants.js | 2 +- .../fbtransform/transforms/__tests__/react-displayName-test.js | 2 +- vendor/fbtransform/transforms/__tests__/react-test.js | 2 +- vendor/fbtransform/transforms/react.js | 2 +- vendor/fbtransform/transforms/reactDisplayName.js | 2 +- vendor/fbtransform/transforms/xjs.js | 2 +- vendor/jasmine/console.js | 2 +- vendor/jasmine/phantom.js | 2 +- 283 files changed, 283 insertions(+), 283 deletions(-) diff --git a/docs/_js/html-jsx.js b/docs/_js/html-jsx.js index d7525a83b8..a28e9f0e03 100644 --- a/docs/_js/html-jsx.js +++ b/docs/_js/html-jsx.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/grunt/config/browserify.js b/grunt/config/browserify.js index 523759df5a..1ee95af99c 100644 --- a/grunt/config/browserify.js +++ b/grunt/config/browserify.js @@ -20,7 +20,7 @@ var LICENSE_TEMPLATE = '/**\n\ * @PACKAGE@ v@VERSION@\n\ *\n\ - * Copyright 2013-2014, Facebook, Inc.\n\ + * Copyright 2013-2015, Facebook, Inc.\n\ * All rights reserved.\n\ *\n\ * This source code is licensed under the BSD-style license found in the\n\ diff --git a/src/addons/ReactComponentWithPureRenderMixin.js b/src/addons/ReactComponentWithPureRenderMixin.js index d057ac71a4..fc367d7c68 100644 --- a/src/addons/ReactComponentWithPureRenderMixin.js +++ b/src/addons/ReactComponentWithPureRenderMixin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/ReactRAFBatchingStrategy.js b/src/addons/ReactRAFBatchingStrategy.js index 198faf259e..1acb476f57 100644 --- a/src/addons/ReactRAFBatchingStrategy.js +++ b/src/addons/ReactRAFBatchingStrategy.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/__tests__/update-test.js b/src/addons/__tests__/update-test.js index be2cb3a0e6..58120092a2 100644 --- a/src/addons/__tests__/update-test.js +++ b/src/addons/__tests__/update-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/link/LinkedStateMixin.js b/src/addons/link/LinkedStateMixin.js index 350bfa594b..e2d7e4d87d 100644 --- a/src/addons/link/LinkedStateMixin.js +++ b/src/addons/link/LinkedStateMixin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/link/ReactLink.js b/src/addons/link/ReactLink.js index 8d803c7ffd..e0cafa053f 100644 --- a/src/addons/link/ReactLink.js +++ b/src/addons/link/ReactLink.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/link/__tests__/LinkedStateMixin-test.js b/src/addons/link/__tests__/LinkedStateMixin-test.js index 3a4bee13d7..56b0ab50fe 100644 --- a/src/addons/link/__tests__/LinkedStateMixin-test.js +++ b/src/addons/link/__tests__/LinkedStateMixin-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/link/__tests__/ReactLinkPropTypes-test.js b/src/addons/link/__tests__/ReactLinkPropTypes-test.js index 76dadd39e8..f999be6bae 100644 --- a/src/addons/link/__tests__/ReactLinkPropTypes-test.js +++ b/src/addons/link/__tests__/ReactLinkPropTypes-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/transitions/ReactCSSTransitionGroup.js b/src/addons/transitions/ReactCSSTransitionGroup.js index ea45de4e4c..0699358433 100644 --- a/src/addons/transitions/ReactCSSTransitionGroup.js +++ b/src/addons/transitions/ReactCSSTransitionGroup.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/transitions/ReactCSSTransitionGroupChild.js b/src/addons/transitions/ReactCSSTransitionGroupChild.js index e85ee2c585..3f96607022 100644 --- a/src/addons/transitions/ReactCSSTransitionGroupChild.js +++ b/src/addons/transitions/ReactCSSTransitionGroupChild.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/transitions/ReactTransitionChildMapping.js b/src/addons/transitions/ReactTransitionChildMapping.js index 1621fb1e7b..c339196e4a 100644 --- a/src/addons/transitions/ReactTransitionChildMapping.js +++ b/src/addons/transitions/ReactTransitionChildMapping.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/transitions/ReactTransitionEvents.js b/src/addons/transitions/ReactTransitionEvents.js index cdf8abfc88..05ee1a508e 100644 --- a/src/addons/transitions/ReactTransitionEvents.js +++ b/src/addons/transitions/ReactTransitionEvents.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/transitions/ReactTransitionGroup.js b/src/addons/transitions/ReactTransitionGroup.js index 7fe408ce7c..448f2f3554 100644 --- a/src/addons/transitions/ReactTransitionGroup.js +++ b/src/addons/transitions/ReactTransitionGroup.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/transitions/__tests__/ReactCSSTransitionGroup-test.js b/src/addons/transitions/__tests__/ReactCSSTransitionGroup-test.js index 3c08014110..2d1c8641bc 100644 --- a/src/addons/transitions/__tests__/ReactCSSTransitionGroup-test.js +++ b/src/addons/transitions/__tests__/ReactCSSTransitionGroup-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/transitions/__tests__/ReactTransitionChildMapping-test.js b/src/addons/transitions/__tests__/ReactTransitionChildMapping-test.js index bc701cb9a3..01178a62ab 100644 --- a/src/addons/transitions/__tests__/ReactTransitionChildMapping-test.js +++ b/src/addons/transitions/__tests__/ReactTransitionChildMapping-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/transitions/__tests__/ReactTransitionGroup-test.js b/src/addons/transitions/__tests__/ReactTransitionGroup-test.js index 0f50c160d2..c1f36323d4 100644 --- a/src/addons/transitions/__tests__/ReactTransitionGroup-test.js +++ b/src/addons/transitions/__tests__/ReactTransitionGroup-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/addons/update.js b/src/addons/update.js index dd03d714d4..4c5d9e2ac4 100644 --- a/src/addons/update.js +++ b/src/addons/update.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ClientReactRootIndex.js b/src/browser/ClientReactRootIndex.js index 0db7f33b69..4ddaefa44f 100644 --- a/src/browser/ClientReactRootIndex.js +++ b/src/browser/ClientReactRootIndex.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ReactBrowserEventEmitter.js b/src/browser/ReactBrowserEventEmitter.js index a3fa84f73e..08decd0187 100644 --- a/src/browser/ReactBrowserEventEmitter.js +++ b/src/browser/ReactBrowserEventEmitter.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ReactDOM.js b/src/browser/ReactDOM.js index c3e77d040c..0f6c808f0f 100644 --- a/src/browser/ReactDOM.js +++ b/src/browser/ReactDOM.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ReactPutListenerQueue.js b/src/browser/ReactPutListenerQueue.js index 50361fdc1d..b897bc0abc 100644 --- a/src/browser/ReactPutListenerQueue.js +++ b/src/browser/ReactPutListenerQueue.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ReactReconcileTransaction.js b/src/browser/ReactReconcileTransaction.js index 257493e9da..f4c69a9368 100644 --- a/src/browser/ReactReconcileTransaction.js +++ b/src/browser/ReactReconcileTransaction.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ReactWithAddons.js b/src/browser/ReactWithAddons.js index cb0b5931ba..6a70b210e7 100644 --- a/src/browser/ReactWithAddons.js +++ b/src/browser/ReactWithAddons.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/__tests__/ReactBrowserEventEmitter-test.js b/src/browser/__tests__/ReactBrowserEventEmitter-test.js index b70fd61e81..be5a83b0f7 100644 --- a/src/browser/__tests__/ReactBrowserEventEmitter-test.js +++ b/src/browser/__tests__/ReactBrowserEventEmitter-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/__tests__/ReactDOM-test.js b/src/browser/__tests__/ReactDOM-test.js index 71649cb931..31fc33a514 100644 --- a/src/browser/__tests__/ReactDOM-test.js +++ b/src/browser/__tests__/ReactDOM-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/__tests__/ReactWebWorker-test.js b/src/browser/__tests__/ReactWebWorker-test.js index 9f7c9bc543..29d1bc537e 100644 --- a/src/browser/__tests__/ReactWebWorker-test.js +++ b/src/browser/__tests__/ReactWebWorker-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/__tests__/findDOMNode-test.js b/src/browser/__tests__/findDOMNode-test.js index 464c67df06..f67ff6ef82 100644 --- a/src/browser/__tests__/findDOMNode-test.js +++ b/src/browser/__tests__/findDOMNode-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/AnalyticsEventPluginFactory.js b/src/browser/eventPlugins/AnalyticsEventPluginFactory.js index 858e3d5525..da630ae652 100644 --- a/src/browser/eventPlugins/AnalyticsEventPluginFactory.js +++ b/src/browser/eventPlugins/AnalyticsEventPluginFactory.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/BeforeInputEventPlugin.js b/src/browser/eventPlugins/BeforeInputEventPlugin.js index 0441c57d0e..b2fe31f69c 100644 --- a/src/browser/eventPlugins/BeforeInputEventPlugin.js +++ b/src/browser/eventPlugins/BeforeInputEventPlugin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013 Facebook, Inc. + * Copyright 2013-2015 Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/ChangeEventPlugin.js b/src/browser/eventPlugins/ChangeEventPlugin.js index 92271602d1..df83f540e6 100644 --- a/src/browser/eventPlugins/ChangeEventPlugin.js +++ b/src/browser/eventPlugins/ChangeEventPlugin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/DefaultEventPluginOrder.js b/src/browser/eventPlugins/DefaultEventPluginOrder.js index e0f5b16316..41dfd39255 100644 --- a/src/browser/eventPlugins/DefaultEventPluginOrder.js +++ b/src/browser/eventPlugins/DefaultEventPluginOrder.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/EnterLeaveEventPlugin.js b/src/browser/eventPlugins/EnterLeaveEventPlugin.js index 1ec6d02b09..4bbbebc139 100644 --- a/src/browser/eventPlugins/EnterLeaveEventPlugin.js +++ b/src/browser/eventPlugins/EnterLeaveEventPlugin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/FallbackCompositionState.js b/src/browser/eventPlugins/FallbackCompositionState.js index 44ea12b3d2..dcabc6ab7c 100644 --- a/src/browser/eventPlugins/FallbackCompositionState.js +++ b/src/browser/eventPlugins/FallbackCompositionState.js @@ -1,5 +1,5 @@ /** - * Copyright 2013 Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/MobileSafariClickEventPlugin.js b/src/browser/eventPlugins/MobileSafariClickEventPlugin.js index 774860a4fd..b2b6a2d8d8 100644 --- a/src/browser/eventPlugins/MobileSafariClickEventPlugin.js +++ b/src/browser/eventPlugins/MobileSafariClickEventPlugin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/ResponderEventPlugin.js b/src/browser/eventPlugins/ResponderEventPlugin.js index dde77d6cf6..dd055e4e04 100644 --- a/src/browser/eventPlugins/ResponderEventPlugin.js +++ b/src/browser/eventPlugins/ResponderEventPlugin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/SelectEventPlugin.js b/src/browser/eventPlugins/SelectEventPlugin.js index 7a93798c42..2456c59c5b 100644 --- a/src/browser/eventPlugins/SelectEventPlugin.js +++ b/src/browser/eventPlugins/SelectEventPlugin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/SimpleEventPlugin.js b/src/browser/eventPlugins/SimpleEventPlugin.js index d0d2d23a9f..a066e0d7ad 100644 --- a/src/browser/eventPlugins/SimpleEventPlugin.js +++ b/src/browser/eventPlugins/SimpleEventPlugin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/TapEventPlugin.js b/src/browser/eventPlugins/TapEventPlugin.js index fe43085f2d..90953f5460 100644 --- a/src/browser/eventPlugins/TapEventPlugin.js +++ b/src/browser/eventPlugins/TapEventPlugin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/__tests__/AnalyticsEventPlugin-test.js b/src/browser/eventPlugins/__tests__/AnalyticsEventPlugin-test.js index ff717f3973..051ea9b312 100644 --- a/src/browser/eventPlugins/__tests__/AnalyticsEventPlugin-test.js +++ b/src/browser/eventPlugins/__tests__/AnalyticsEventPlugin-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/__tests__/EnterLeaveEventPlugin-test.js b/src/browser/eventPlugins/__tests__/EnterLeaveEventPlugin-test.js index 721ea4bd1e..996d3a340b 100644 --- a/src/browser/eventPlugins/__tests__/EnterLeaveEventPlugin-test.js +++ b/src/browser/eventPlugins/__tests__/EnterLeaveEventPlugin-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/__tests__/FallbackCompositionState-test.js b/src/browser/eventPlugins/__tests__/FallbackCompositionState-test.js index 935debaa30..a86a5caa2e 100644 --- a/src/browser/eventPlugins/__tests__/FallbackCompositionState-test.js +++ b/src/browser/eventPlugins/__tests__/FallbackCompositionState-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/eventPlugins/__tests__/ResponderEventPlugin-test.js b/src/browser/eventPlugins/__tests__/ResponderEventPlugin-test.js index e849779fdf..804c416950 100644 --- a/src/browser/eventPlugins/__tests__/ResponderEventPlugin-test.js +++ b/src/browser/eventPlugins/__tests__/ResponderEventPlugin-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/findDOMNode.js b/src/browser/findDOMNode.js index 501bb3f82a..730580bf65 100644 --- a/src/browser/findDOMNode.js +++ b/src/browser/findDOMNode.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/server/ReactMarkupChecksum.js b/src/browser/server/ReactMarkupChecksum.js index d3b248a4ce..f2e99ec09f 100644 --- a/src/browser/server/ReactMarkupChecksum.js +++ b/src/browser/server/ReactMarkupChecksum.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/server/ReactServerRendering.js b/src/browser/server/ReactServerRendering.js index c5e291e9e6..3fe7024f25 100644 --- a/src/browser/server/ReactServerRendering.js +++ b/src/browser/server/ReactServerRendering.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/server/ReactServerRenderingTransaction.js b/src/browser/server/ReactServerRenderingTransaction.js index e9fea07b04..0b89ac5ad3 100644 --- a/src/browser/server/ReactServerRenderingTransaction.js +++ b/src/browser/server/ReactServerRenderingTransaction.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/server/ServerReactRootIndex.js b/src/browser/server/ServerReactRootIndex.js index b8b6f98fab..33fab8d80e 100644 --- a/src/browser/server/ServerReactRootIndex.js +++ b/src/browser/server/ServerReactRootIndex.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/server/__tests__/ReactServerRendering-test.js b/src/browser/server/__tests__/ReactServerRendering-test.js index 50b03234af..e57b09f7f2 100644 --- a/src/browser/server/__tests__/ReactServerRendering-test.js +++ b/src/browser/server/__tests__/ReactServerRendering-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/SyntheticClipboardEvent.js b/src/browser/syntheticEvents/SyntheticClipboardEvent.js index 2f459413a9..ca42a11d18 100644 --- a/src/browser/syntheticEvents/SyntheticClipboardEvent.js +++ b/src/browser/syntheticEvents/SyntheticClipboardEvent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/SyntheticCompositionEvent.js b/src/browser/syntheticEvents/SyntheticCompositionEvent.js index 0636f6e981..c50bf61cf8 100644 --- a/src/browser/syntheticEvents/SyntheticCompositionEvent.js +++ b/src/browser/syntheticEvents/SyntheticCompositionEvent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/SyntheticDragEvent.js b/src/browser/syntheticEvents/SyntheticDragEvent.js index 9234591c58..fd95629381 100644 --- a/src/browser/syntheticEvents/SyntheticDragEvent.js +++ b/src/browser/syntheticEvents/SyntheticDragEvent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/SyntheticEvent.js b/src/browser/syntheticEvents/SyntheticEvent.js index dd8b3dcd3c..8d02dfe9d8 100644 --- a/src/browser/syntheticEvents/SyntheticEvent.js +++ b/src/browser/syntheticEvents/SyntheticEvent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/SyntheticFocusEvent.js b/src/browser/syntheticEvents/SyntheticFocusEvent.js index d8e9b3fd8e..e01d0af0c1 100644 --- a/src/browser/syntheticEvents/SyntheticFocusEvent.js +++ b/src/browser/syntheticEvents/SyntheticFocusEvent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/SyntheticInputEvent.js b/src/browser/syntheticEvents/SyntheticInputEvent.js index 8aeb37c199..618e5598bb 100644 --- a/src/browser/syntheticEvents/SyntheticInputEvent.js +++ b/src/browser/syntheticEvents/SyntheticInputEvent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013 Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/SyntheticKeyboardEvent.js b/src/browser/syntheticEvents/SyntheticKeyboardEvent.js index fec450021d..dc1234561e 100644 --- a/src/browser/syntheticEvents/SyntheticKeyboardEvent.js +++ b/src/browser/syntheticEvents/SyntheticKeyboardEvent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/SyntheticMouseEvent.js b/src/browser/syntheticEvents/SyntheticMouseEvent.js index 86cfd17914..6d283ba62e 100644 --- a/src/browser/syntheticEvents/SyntheticMouseEvent.js +++ b/src/browser/syntheticEvents/SyntheticMouseEvent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/SyntheticTouchEvent.js b/src/browser/syntheticEvents/SyntheticTouchEvent.js index f645945b0a..7139308839 100644 --- a/src/browser/syntheticEvents/SyntheticTouchEvent.js +++ b/src/browser/syntheticEvents/SyntheticTouchEvent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/SyntheticUIEvent.js b/src/browser/syntheticEvents/SyntheticUIEvent.js index bcbcd55b5f..779af720a7 100644 --- a/src/browser/syntheticEvents/SyntheticUIEvent.js +++ b/src/browser/syntheticEvents/SyntheticUIEvent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/SyntheticWheelEvent.js b/src/browser/syntheticEvents/SyntheticWheelEvent.js index d89be0a5c9..bb0bfc34a0 100644 --- a/src/browser/syntheticEvents/SyntheticWheelEvent.js +++ b/src/browser/syntheticEvents/SyntheticWheelEvent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/__tests__/SyntheticEvent-test.js b/src/browser/syntheticEvents/__tests__/SyntheticEvent-test.js index 545dea44b5..df6b710b5e 100644 --- a/src/browser/syntheticEvents/__tests__/SyntheticEvent-test.js +++ b/src/browser/syntheticEvents/__tests__/SyntheticEvent-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/syntheticEvents/__tests__/SyntheticWheelEvent-test.js b/src/browser/syntheticEvents/__tests__/SyntheticWheelEvent-test.js index 9a871da175..212467b007 100644 --- a/src/browser/syntheticEvents/__tests__/SyntheticWheelEvent-test.js +++ b/src/browser/syntheticEvents/__tests__/SyntheticWheelEvent-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/React.js b/src/browser/ui/React.js index 1543ed6459..4596ac9f17 100644 --- a/src/browser/ui/React.js +++ b/src/browser/ui/React.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/ReactBrowserComponentMixin.js b/src/browser/ui/ReactBrowserComponentMixin.js index eaed83f5d2..54137eb880 100644 --- a/src/browser/ui/ReactBrowserComponentMixin.js +++ b/src/browser/ui/ReactBrowserComponentMixin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/ReactComponentBrowserEnvironment.js b/src/browser/ui/ReactComponentBrowserEnvironment.js index ee9e540f5f..92c3d6e533 100644 --- a/src/browser/ui/ReactComponentBrowserEnvironment.js +++ b/src/browser/ui/ReactComponentBrowserEnvironment.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/ReactDOMComponent.js b/src/browser/ui/ReactDOMComponent.js index ceccd10118..09cac41db7 100644 --- a/src/browser/ui/ReactDOMComponent.js +++ b/src/browser/ui/ReactDOMComponent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/ReactDOMIDOperations.js b/src/browser/ui/ReactDOMIDOperations.js index 1586ac880d..2676b00aca 100644 --- a/src/browser/ui/ReactDOMIDOperations.js +++ b/src/browser/ui/ReactDOMIDOperations.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/ReactDOMSelection.js b/src/browser/ui/ReactDOMSelection.js index bdc7b3f0bc..88a87e2a43 100644 --- a/src/browser/ui/ReactDOMSelection.js +++ b/src/browser/ui/ReactDOMSelection.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/ReactDOMTextComponent.js b/src/browser/ui/ReactDOMTextComponent.js index c2b10fe264..23d877fc62 100644 --- a/src/browser/ui/ReactDOMTextComponent.js +++ b/src/browser/ui/ReactDOMTextComponent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/ReactDefaultInjection.js b/src/browser/ui/ReactDefaultInjection.js index 3e2d21d618..68cf28f379 100644 --- a/src/browser/ui/ReactDefaultInjection.js +++ b/src/browser/ui/ReactDefaultInjection.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/ReactEventListener.js b/src/browser/ui/ReactEventListener.js index 907ca768e9..10e03be086 100644 --- a/src/browser/ui/ReactEventListener.js +++ b/src/browser/ui/ReactEventListener.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/ReactInjection.js b/src/browser/ui/ReactInjection.js index b959a6fdb1..2b4525bee0 100644 --- a/src/browser/ui/ReactInjection.js +++ b/src/browser/ui/ReactInjection.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/ReactInputSelection.js b/src/browser/ui/ReactInputSelection.js index 6ae32bed3c..dcf8425197 100644 --- a/src/browser/ui/ReactInputSelection.js +++ b/src/browser/ui/ReactInputSelection.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/ReactMount.js b/src/browser/ui/ReactMount.js index 7950ff1019..5d2b9ae40f 100644 --- a/src/browser/ui/ReactMount.js +++ b/src/browser/ui/ReactMount.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/__tests__/ReactDOMComponent-test.js b/src/browser/ui/__tests__/ReactDOMComponent-test.js index 8c28842445..93658ceba2 100644 --- a/src/browser/ui/__tests__/ReactDOMComponent-test.js +++ b/src/browser/ui/__tests__/ReactDOMComponent-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/__tests__/ReactDOMIDOperations-test.js b/src/browser/ui/__tests__/ReactDOMIDOperations-test.js index 06bc85b021..7987ddec61 100644 --- a/src/browser/ui/__tests__/ReactDOMIDOperations-test.js +++ b/src/browser/ui/__tests__/ReactDOMIDOperations-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/__tests__/ReactDOMTextComponent-test.js b/src/browser/ui/__tests__/ReactDOMTextComponent-test.js index f8716fbdc1..bafd2081d4 100644 --- a/src/browser/ui/__tests__/ReactDOMTextComponent-test.js +++ b/src/browser/ui/__tests__/ReactDOMTextComponent-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/__tests__/ReactEventListener-test.js b/src/browser/ui/__tests__/ReactEventListener-test.js index 73d1de34b8..1562781f9e 100644 --- a/src/browser/ui/__tests__/ReactEventListener-test.js +++ b/src/browser/ui/__tests__/ReactEventListener-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/__tests__/ReactMount-test.js b/src/browser/ui/__tests__/ReactMount-test.js index 8634524178..a9b9ec4443 100644 --- a/src/browser/ui/__tests__/ReactMount-test.js +++ b/src/browser/ui/__tests__/ReactMount-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/__tests__/ReactMountDestruction-test.js b/src/browser/ui/__tests__/ReactMountDestruction-test.js index a49c88da51..16bc549df6 100644 --- a/src/browser/ui/__tests__/ReactMountDestruction-test.js +++ b/src/browser/ui/__tests__/ReactMountDestruction-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/__tests__/ReactRenderDocument-test.js b/src/browser/ui/__tests__/ReactRenderDocument-test.js index 97e5971a67..3556af2d61 100644 --- a/src/browser/ui/__tests__/ReactRenderDocument-test.js +++ b/src/browser/ui/__tests__/ReactRenderDocument-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/CSSProperty.js b/src/browser/ui/dom/CSSProperty.js index 0b924974e8..cc051ec7a0 100644 --- a/src/browser/ui/dom/CSSProperty.js +++ b/src/browser/ui/dom/CSSProperty.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/CSSPropertyOperations.js b/src/browser/ui/dom/CSSPropertyOperations.js index 7aab26d4cb..026605e7f1 100644 --- a/src/browser/ui/dom/CSSPropertyOperations.js +++ b/src/browser/ui/dom/CSSPropertyOperations.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/DOMChildrenOperations.js b/src/browser/ui/dom/DOMChildrenOperations.js index 27aa8c2438..900d9771c4 100644 --- a/src/browser/ui/dom/DOMChildrenOperations.js +++ b/src/browser/ui/dom/DOMChildrenOperations.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/DOMProperty.js b/src/browser/ui/dom/DOMProperty.js index 30590a864e..d6cc399e8a 100644 --- a/src/browser/ui/dom/DOMProperty.js +++ b/src/browser/ui/dom/DOMProperty.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/DOMPropertyOperations.js b/src/browser/ui/dom/DOMPropertyOperations.js index 1c02577465..25ab9f7f8d 100644 --- a/src/browser/ui/dom/DOMPropertyOperations.js +++ b/src/browser/ui/dom/DOMPropertyOperations.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/Danger.js b/src/browser/ui/dom/Danger.js index 64df47bd94..25e5812518 100644 --- a/src/browser/ui/dom/Danger.js +++ b/src/browser/ui/dom/Danger.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/HTMLDOMPropertyConfig.js b/src/browser/ui/dom/HTMLDOMPropertyConfig.js index 468a8a8c8f..e2e3ada9d8 100644 --- a/src/browser/ui/dom/HTMLDOMPropertyConfig.js +++ b/src/browser/ui/dom/HTMLDOMPropertyConfig.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/SVGDOMPropertyConfig.js b/src/browser/ui/dom/SVGDOMPropertyConfig.js index 27e02296a0..028263c52f 100644 --- a/src/browser/ui/dom/SVGDOMPropertyConfig.js +++ b/src/browser/ui/dom/SVGDOMPropertyConfig.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/ViewportMetrics.js b/src/browser/ui/dom/ViewportMetrics.js index 17a5159f52..cb4768b787 100644 --- a/src/browser/ui/dom/ViewportMetrics.js +++ b/src/browser/ui/dom/ViewportMetrics.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/__tests__/CSSProperty-test.js b/src/browser/ui/dom/__tests__/CSSProperty-test.js index ab8cb5c34a..3a91046a5e 100644 --- a/src/browser/ui/dom/__tests__/CSSProperty-test.js +++ b/src/browser/ui/dom/__tests__/CSSProperty-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/__tests__/CSSPropertyOperations-test.js b/src/browser/ui/dom/__tests__/CSSPropertyOperations-test.js index e8fb873fa5..e157d1cc9a 100644 --- a/src/browser/ui/dom/__tests__/CSSPropertyOperations-test.js +++ b/src/browser/ui/dom/__tests__/CSSPropertyOperations-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/__tests__/DOMPropertyOperations-test.js b/src/browser/ui/dom/__tests__/DOMPropertyOperations-test.js index 9507a788e0..8ff6c1aaaf 100644 --- a/src/browser/ui/dom/__tests__/DOMPropertyOperations-test.js +++ b/src/browser/ui/dom/__tests__/DOMPropertyOperations-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/__tests__/Danger-test.js b/src/browser/ui/dom/__tests__/Danger-test.js index f14dcfab9f..9461dd1a75 100644 --- a/src/browser/ui/dom/__tests__/Danger-test.js +++ b/src/browser/ui/dom/__tests__/Danger-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/__tests__/getNodeForCharacterOffset-test.js b/src/browser/ui/dom/__tests__/getNodeForCharacterOffset-test.js index 5d9f6e672e..a4cc17dbcd 100644 --- a/src/browser/ui/dom/__tests__/getNodeForCharacterOffset-test.js +++ b/src/browser/ui/dom/__tests__/getNodeForCharacterOffset-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/AutoFocusMixin.js b/src/browser/ui/dom/components/AutoFocusMixin.js index 46322d58ff..34ee75a28a 100644 --- a/src/browser/ui/dom/components/AutoFocusMixin.js +++ b/src/browser/ui/dom/components/AutoFocusMixin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/LinkedValueUtils.js b/src/browser/ui/dom/components/LinkedValueUtils.js index c1235b13e3..727af85844 100644 --- a/src/browser/ui/dom/components/LinkedValueUtils.js +++ b/src/browser/ui/dom/components/LinkedValueUtils.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/LocalEventTrapMixin.js b/src/browser/ui/dom/components/LocalEventTrapMixin.js index 27c837bc7f..7bd9c503ff 100644 --- a/src/browser/ui/dom/components/LocalEventTrapMixin.js +++ b/src/browser/ui/dom/components/LocalEventTrapMixin.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/ReactDOMButton.js b/src/browser/ui/dom/components/ReactDOMButton.js index b77e2ad67c..ab5276fb78 100644 --- a/src/browser/ui/dom/components/ReactDOMButton.js +++ b/src/browser/ui/dom/components/ReactDOMButton.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/ReactDOMForm.js b/src/browser/ui/dom/components/ReactDOMForm.js index d9ab431ac6..d6b0adb7d0 100644 --- a/src/browser/ui/dom/components/ReactDOMForm.js +++ b/src/browser/ui/dom/components/ReactDOMForm.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/ReactDOMImg.js b/src/browser/ui/dom/components/ReactDOMImg.js index f14b25d034..e701daa826 100644 --- a/src/browser/ui/dom/components/ReactDOMImg.js +++ b/src/browser/ui/dom/components/ReactDOMImg.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/ReactDOMInput.js b/src/browser/ui/dom/components/ReactDOMInput.js index 52dea17f13..31869582d2 100644 --- a/src/browser/ui/dom/components/ReactDOMInput.js +++ b/src/browser/ui/dom/components/ReactDOMInput.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/ReactDOMOption.js b/src/browser/ui/dom/components/ReactDOMOption.js index e66a708bae..946e6ed420 100644 --- a/src/browser/ui/dom/components/ReactDOMOption.js +++ b/src/browser/ui/dom/components/ReactDOMOption.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/ReactDOMSelect.js b/src/browser/ui/dom/components/ReactDOMSelect.js index aa41aeddf2..b4f288252e 100644 --- a/src/browser/ui/dom/components/ReactDOMSelect.js +++ b/src/browser/ui/dom/components/ReactDOMSelect.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/ReactDOMTextarea.js b/src/browser/ui/dom/components/ReactDOMTextarea.js index 66ebf40f6c..cc5831aabd 100644 --- a/src/browser/ui/dom/components/ReactDOMTextarea.js +++ b/src/browser/ui/dom/components/ReactDOMTextarea.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/__tests__/LocalEventTrapMixin-test.js b/src/browser/ui/dom/components/__tests__/LocalEventTrapMixin-test.js index 7bca26b335..5e8ed1694d 100644 --- a/src/browser/ui/dom/components/__tests__/LocalEventTrapMixin-test.js +++ b/src/browser/ui/dom/components/__tests__/LocalEventTrapMixin-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/__tests__/ReactDOMButton-test.js b/src/browser/ui/dom/components/__tests__/ReactDOMButton-test.js index 5028ac83f9..30ab6d3077 100644 --- a/src/browser/ui/dom/components/__tests__/ReactDOMButton-test.js +++ b/src/browser/ui/dom/components/__tests__/ReactDOMButton-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/__tests__/ReactDOMInput-test.js b/src/browser/ui/dom/components/__tests__/ReactDOMInput-test.js index d8deef293a..db5cd0a086 100644 --- a/src/browser/ui/dom/components/__tests__/ReactDOMInput-test.js +++ b/src/browser/ui/dom/components/__tests__/ReactDOMInput-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/__tests__/ReactDOMSelect-test.js b/src/browser/ui/dom/components/__tests__/ReactDOMSelect-test.js index df55a19abc..3cb11dc684 100644 --- a/src/browser/ui/dom/components/__tests__/ReactDOMSelect-test.js +++ b/src/browser/ui/dom/components/__tests__/ReactDOMSelect-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/__tests__/ReactDOMTextarea-test.js b/src/browser/ui/dom/components/__tests__/ReactDOMTextarea-test.js index 8b139e7028..b15758f9fc 100644 --- a/src/browser/ui/dom/components/__tests__/ReactDOMTextarea-test.js +++ b/src/browser/ui/dom/components/__tests__/ReactDOMTextarea-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/components/createFullPageComponent.js b/src/browser/ui/dom/components/createFullPageComponent.js index e098115275..5176cfe05e 100644 --- a/src/browser/ui/dom/components/createFullPageComponent.js +++ b/src/browser/ui/dom/components/createFullPageComponent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/dangerousStyleValue.js b/src/browser/ui/dom/dangerousStyleValue.js index 909d908266..71e4246753 100644 --- a/src/browser/ui/dom/dangerousStyleValue.js +++ b/src/browser/ui/dom/dangerousStyleValue.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/getEventCharCode.js b/src/browser/ui/dom/getEventCharCode.js index 7d2e399211..7002d3804b 100644 --- a/src/browser/ui/dom/getEventCharCode.js +++ b/src/browser/ui/dom/getEventCharCode.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/getEventKey.js b/src/browser/ui/dom/getEventKey.js index 7e2af3ebab..d51cdae89b 100644 --- a/src/browser/ui/dom/getEventKey.js +++ b/src/browser/ui/dom/getEventKey.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/getEventModifierState.js b/src/browser/ui/dom/getEventModifierState.js index 609a3a4338..979e09e2a9 100644 --- a/src/browser/ui/dom/getEventModifierState.js +++ b/src/browser/ui/dom/getEventModifierState.js @@ -1,5 +1,5 @@ /** - * Copyright 2013 Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/getEventTarget.js b/src/browser/ui/dom/getEventTarget.js index 81ab810f03..c170000b7b 100644 --- a/src/browser/ui/dom/getEventTarget.js +++ b/src/browser/ui/dom/getEventTarget.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/getNodeForCharacterOffset.js b/src/browser/ui/dom/getNodeForCharacterOffset.js index 8128a3bc88..5fd1fba959 100644 --- a/src/browser/ui/dom/getNodeForCharacterOffset.js +++ b/src/browser/ui/dom/getNodeForCharacterOffset.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/getTextContentAccessor.js b/src/browser/ui/dom/getTextContentAccessor.js index 1777551418..4d44d81286 100644 --- a/src/browser/ui/dom/getTextContentAccessor.js +++ b/src/browser/ui/dom/getTextContentAccessor.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/isEventSupported.js b/src/browser/ui/dom/isEventSupported.js index 1bbea28178..c3223a668f 100644 --- a/src/browser/ui/dom/isEventSupported.js +++ b/src/browser/ui/dom/isEventSupported.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/dom/setInnerHTML.js b/src/browser/ui/dom/setInnerHTML.js index 729f39caf1..678bb4068b 100644 --- a/src/browser/ui/dom/setInnerHTML.js +++ b/src/browser/ui/dom/setInnerHTML.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/browser/ui/getReactRootElementInContainer.js b/src/browser/ui/getReactRootElementInContainer.js index 6157543dc0..4b8e7dfb65 100644 --- a/src/browser/ui/getReactRootElementInContainer.js +++ b/src/browser/ui/getReactRootElementInContainer.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/__tests__/ReactContextValidator-test.js b/src/classic/__tests__/ReactContextValidator-test.js index 097d8ad99f..1173b9ad52 100644 --- a/src/classic/__tests__/ReactContextValidator-test.js +++ b/src/classic/__tests__/ReactContextValidator-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/class/ReactClass.js b/src/classic/class/ReactClass.js index aa0f379bf9..002790a61f 100644 --- a/src/classic/class/ReactClass.js +++ b/src/classic/class/ReactClass.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/class/ReactDoNotBindDeprecated.js b/src/classic/class/ReactDoNotBindDeprecated.js index 5ee6efcc39..d43111b890 100644 --- a/src/classic/class/ReactDoNotBindDeprecated.js +++ b/src/classic/class/ReactDoNotBindDeprecated.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/class/__tests__/ReactBind-test.js b/src/classic/class/__tests__/ReactBind-test.js index f2a5885a29..bd6a2a4d45 100644 --- a/src/classic/class/__tests__/ReactBind-test.js +++ b/src/classic/class/__tests__/ReactBind-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/class/__tests__/ReactClass-test.js b/src/classic/class/__tests__/ReactClass-test.js index e4cd80d65d..0fe36f9685 100644 --- a/src/classic/class/__tests__/ReactClass-test.js +++ b/src/classic/class/__tests__/ReactClass-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/class/__tests__/ReactClassMixin-test.js b/src/classic/class/__tests__/ReactClassMixin-test.js index 602f060bf8..d56bb7052f 100644 --- a/src/classic/class/__tests__/ReactClassMixin-test.js +++ b/src/classic/class/__tests__/ReactClassMixin-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/element/ReactElement.js b/src/classic/element/ReactElement.js index c7828685bf..f15e2d36d4 100644 --- a/src/classic/element/ReactElement.js +++ b/src/classic/element/ReactElement.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/element/ReactElementValidator.js b/src/classic/element/ReactElementValidator.js index cefc9899b2..52d69d5e6e 100644 --- a/src/classic/element/ReactElementValidator.js +++ b/src/classic/element/ReactElementValidator.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/element/__tests__/ReactElement-test.js b/src/classic/element/__tests__/ReactElement-test.js index 9b20476e74..967a842a99 100644 --- a/src/classic/element/__tests__/ReactElement-test.js +++ b/src/classic/element/__tests__/ReactElement-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/element/__tests__/ReactElementValidator-test.js b/src/classic/element/__tests__/ReactElementValidator-test.js index 130b8d1eea..7bfc37ff35 100644 --- a/src/classic/element/__tests__/ReactElementValidator-test.js +++ b/src/classic/element/__tests__/ReactElementValidator-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/types/ReactPropTypeLocationNames.js b/src/classic/types/ReactPropTypeLocationNames.js index a8b8e97a40..d71ab213fc 100644 --- a/src/classic/types/ReactPropTypeLocationNames.js +++ b/src/classic/types/ReactPropTypeLocationNames.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/types/ReactPropTypeLocations.js b/src/classic/types/ReactPropTypeLocations.js index 155faf28f7..c55026dcfa 100644 --- a/src/classic/types/ReactPropTypeLocations.js +++ b/src/classic/types/ReactPropTypeLocations.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/types/ReactPropTypes.js b/src/classic/types/ReactPropTypes.js index bdf31ef130..1a23469c3c 100644 --- a/src/classic/types/ReactPropTypes.js +++ b/src/classic/types/ReactPropTypes.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/classic/types/__tests__/ReactPropTypes-test.js b/src/classic/types/__tests__/ReactPropTypes-test.js index 0c0ee7d189..1db035344c 100644 --- a/src/classic/types/__tests__/ReactPropTypes-test.js +++ b/src/classic/types/__tests__/ReactPropTypes-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactChildReconciler.js b/src/core/ReactChildReconciler.js index 8507ab7e5f..8f5c2e79dd 100644 --- a/src/core/ReactChildReconciler.js +++ b/src/core/ReactChildReconciler.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactComponentEnvironment.js b/src/core/ReactComponentEnvironment.js index 9241dafdb9..2ca30975e2 100644 --- a/src/core/ReactComponentEnvironment.js +++ b/src/core/ReactComponentEnvironment.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactCompositeComponent.js b/src/core/ReactCompositeComponent.js index 47d639e095..9a92e70c4c 100644 --- a/src/core/ReactCompositeComponent.js +++ b/src/core/ReactCompositeComponent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactContext.js b/src/core/ReactContext.js index e1c655e955..1ceaa963ae 100644 --- a/src/core/ReactContext.js +++ b/src/core/ReactContext.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactCurrentOwner.js b/src/core/ReactCurrentOwner.js index 4b0508dbfe..2e2664c7dc 100644 --- a/src/core/ReactCurrentOwner.js +++ b/src/core/ReactCurrentOwner.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactDefaultBatchingStrategy.js b/src/core/ReactDefaultBatchingStrategy.js index d996adad1d..6083799d6e 100644 --- a/src/core/ReactDefaultBatchingStrategy.js +++ b/src/core/ReactDefaultBatchingStrategy.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactEmptyComponent.js b/src/core/ReactEmptyComponent.js index c2e21ed518..a4d14763b6 100644 --- a/src/core/ReactEmptyComponent.js +++ b/src/core/ReactEmptyComponent.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactEventEmitterMixin.js b/src/core/ReactEventEmitterMixin.js index 8d183442a6..dd05ba2868 100644 --- a/src/core/ReactEventEmitterMixin.js +++ b/src/core/ReactEventEmitterMixin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactInstanceHandles.js b/src/core/ReactInstanceHandles.js index ced9aae23a..37a96e251a 100644 --- a/src/core/ReactInstanceHandles.js +++ b/src/core/ReactInstanceHandles.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactInstanceMap.js b/src/core/ReactInstanceMap.js index e674d2ff00..424f03186a 100644 --- a/src/core/ReactInstanceMap.js +++ b/src/core/ReactInstanceMap.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactMultiChild.js b/src/core/ReactMultiChild.js index 129fb43198..74ecdb4b35 100644 --- a/src/core/ReactMultiChild.js +++ b/src/core/ReactMultiChild.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactMultiChildUpdateTypes.js b/src/core/ReactMultiChildUpdateTypes.js index 62c54ecb82..f0a5080a05 100644 --- a/src/core/ReactMultiChildUpdateTypes.js +++ b/src/core/ReactMultiChildUpdateTypes.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactNativeComponent.js b/src/core/ReactNativeComponent.js index 2448d2b420..bfc6150a65 100644 --- a/src/core/ReactNativeComponent.js +++ b/src/core/ReactNativeComponent.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactOwner.js b/src/core/ReactOwner.js index e8ecd0ad92..4aeb62e3fc 100644 --- a/src/core/ReactOwner.js +++ b/src/core/ReactOwner.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactPropTransferer.js b/src/core/ReactPropTransferer.js index 7b10eb722e..b4f79eca0a 100644 --- a/src/core/ReactPropTransferer.js +++ b/src/core/ReactPropTransferer.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactReconciler.js b/src/core/ReactReconciler.js index 5d2f93865c..ad25a95bff 100644 --- a/src/core/ReactReconciler.js +++ b/src/core/ReactReconciler.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactRef.js b/src/core/ReactRef.js index 7d3665670b..494c8bed3b 100644 --- a/src/core/ReactRef.js +++ b/src/core/ReactRef.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactRootIndex.js b/src/core/ReactRootIndex.js index c9cc8375a9..22f430b2d8 100644 --- a/src/core/ReactRootIndex.js +++ b/src/core/ReactRootIndex.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactStateSetters.js b/src/core/ReactStateSetters.js index 3c9c4ea925..887dfcad2d 100644 --- a/src/core/ReactStateSetters.js +++ b/src/core/ReactStateSetters.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/ReactUpdates.js b/src/core/ReactUpdates.js index 3311874a26..e7ac287729 100644 --- a/src/core/ReactUpdates.js +++ b/src/core/ReactUpdates.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactComponent-test.js b/src/core/__tests__/ReactComponent-test.js index 5f8c0f6c66..350f369306 100644 --- a/src/core/__tests__/ReactComponent-test.js +++ b/src/core/__tests__/ReactComponent-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactComponentLifeCycle-test.js b/src/core/__tests__/ReactComponentLifeCycle-test.js index c97f3e09ee..2ad8a45837 100644 --- a/src/core/__tests__/ReactComponentLifeCycle-test.js +++ b/src/core/__tests__/ReactComponentLifeCycle-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactCompositeComponent-test.js b/src/core/__tests__/ReactCompositeComponent-test.js index 5e66d8714a..d4d7e97400 100644 --- a/src/core/__tests__/ReactCompositeComponent-test.js +++ b/src/core/__tests__/ReactCompositeComponent-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactCompositeComponentDOMMinimalism-test.js b/src/core/__tests__/ReactCompositeComponentDOMMinimalism-test.js index 9bc22e0910..91e383e77e 100644 --- a/src/core/__tests__/ReactCompositeComponentDOMMinimalism-test.js +++ b/src/core/__tests__/ReactCompositeComponentDOMMinimalism-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactCompositeComponentError-test.js b/src/core/__tests__/ReactCompositeComponentError-test.js index 14a6359cb6..053399043f 100644 --- a/src/core/__tests__/ReactCompositeComponentError-test.js +++ b/src/core/__tests__/ReactCompositeComponentError-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactCompositeComponentState-test.js b/src/core/__tests__/ReactCompositeComponentState-test.js index 50e90efb86..924fc0d9bd 100644 --- a/src/core/__tests__/ReactCompositeComponentState-test.js +++ b/src/core/__tests__/ReactCompositeComponentState-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactEmptyComponent-test.js b/src/core/__tests__/ReactEmptyComponent-test.js index 575f734319..b5f1acb232 100644 --- a/src/core/__tests__/ReactEmptyComponent-test.js +++ b/src/core/__tests__/ReactEmptyComponent-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactIdentity-test.js b/src/core/__tests__/ReactIdentity-test.js index 722b9bc8e5..366920db19 100644 --- a/src/core/__tests__/ReactIdentity-test.js +++ b/src/core/__tests__/ReactIdentity-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactInstanceHandles-test.js b/src/core/__tests__/ReactInstanceHandles-test.js index 12165e78ac..4a1c02d37c 100644 --- a/src/core/__tests__/ReactInstanceHandles-test.js +++ b/src/core/__tests__/ReactInstanceHandles-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactMockedComponent-test.js b/src/core/__tests__/ReactMockedComponent-test.js index 4d558e916a..eb6ea4f78d 100644 --- a/src/core/__tests__/ReactMockedComponent-test.js +++ b/src/core/__tests__/ReactMockedComponent-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactMultiChild-test.js b/src/core/__tests__/ReactMultiChild-test.js index 7ddb05ae53..59fd21007c 100644 --- a/src/core/__tests__/ReactMultiChild-test.js +++ b/src/core/__tests__/ReactMultiChild-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactMultiChildReconcile-test.js b/src/core/__tests__/ReactMultiChildReconcile-test.js index 550ea254be..4948e8f39c 100644 --- a/src/core/__tests__/ReactMultiChildReconcile-test.js +++ b/src/core/__tests__/ReactMultiChildReconcile-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactMultiChildText-test.js b/src/core/__tests__/ReactMultiChildText-test.js index 948cec3df4..0efdc812fc 100644 --- a/src/core/__tests__/ReactMultiChildText-test.js +++ b/src/core/__tests__/ReactMultiChildText-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactStateSetters-test.js b/src/core/__tests__/ReactStateSetters-test.js index 51731085b4..0496c4e9cf 100644 --- a/src/core/__tests__/ReactStateSetters-test.js +++ b/src/core/__tests__/ReactStateSetters-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/ReactUpdates-test.js b/src/core/__tests__/ReactUpdates-test.js index e9334aaa47..998059e960 100644 --- a/src/core/__tests__/ReactUpdates-test.js +++ b/src/core/__tests__/ReactUpdates-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/refs-destruction-test.js b/src/core/__tests__/refs-destruction-test.js index b5b68b43ad..efa78d75e5 100644 --- a/src/core/__tests__/refs-destruction-test.js +++ b/src/core/__tests__/refs-destruction-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/__tests__/refs-test.js b/src/core/__tests__/refs-test.js index 68f6579db9..d0e279fd0c 100644 --- a/src/core/__tests__/refs-test.js +++ b/src/core/__tests__/refs-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/instantiateReactComponent.js b/src/core/instantiateReactComponent.js index 05b8696358..56a9833440 100644 --- a/src/core/instantiateReactComponent.js +++ b/src/core/instantiateReactComponent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/core/shouldUpdateReactComponent.js b/src/core/shouldUpdateReactComponent.js index 0bfd40ef21..4c76f15801 100644 --- a/src/core/shouldUpdateReactComponent.js +++ b/src/core/shouldUpdateReactComponent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/event/EventConstants.js b/src/event/EventConstants.js index 1735086492..9df4f45059 100644 --- a/src/event/EventConstants.js +++ b/src/event/EventConstants.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/event/EventPluginHub.js b/src/event/EventPluginHub.js index e49c122ab3..d96f4a0161 100644 --- a/src/event/EventPluginHub.js +++ b/src/event/EventPluginHub.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/event/EventPluginRegistry.js b/src/event/EventPluginRegistry.js index c4f553cdd0..990327794c 100644 --- a/src/event/EventPluginRegistry.js +++ b/src/event/EventPluginRegistry.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/event/EventPluginUtils.js b/src/event/EventPluginUtils.js index bc4ec7ad42..34a4a3e998 100644 --- a/src/event/EventPluginUtils.js +++ b/src/event/EventPluginUtils.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/event/EventPropagators.js b/src/event/EventPropagators.js index 19994fdfb0..faa8d475d3 100644 --- a/src/event/EventPropagators.js +++ b/src/event/EventPropagators.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/event/__tests__/EventPluginHub-test.js b/src/event/__tests__/EventPluginHub-test.js index f28ba0cab6..9a54b7b245 100644 --- a/src/event/__tests__/EventPluginHub-test.js +++ b/src/event/__tests__/EventPluginHub-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/event/__tests__/EventPluginRegistry-test.js b/src/event/__tests__/EventPluginRegistry-test.js index 1dd16fc3df..0e3f6775e6 100644 --- a/src/event/__tests__/EventPluginRegistry-test.js +++ b/src/event/__tests__/EventPluginRegistry-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/modern/class/ReactComponent.js b/src/modern/class/ReactComponent.js index 933f8913c4..ce1b4a7bbe 100644 --- a/src/modern/class/ReactComponent.js +++ b/src/modern/class/ReactComponent.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/modern/class/__tests__/ReactES6Class-test.js b/src/modern/class/__tests__/ReactES6Class-test.js index ffeddabda3..14bdf99a25 100644 --- a/src/modern/class/__tests__/ReactES6Class-test.js +++ b/src/modern/class/__tests__/ReactES6Class-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/modern/element/__tests__/ReactJSXElement-test.js b/src/modern/element/__tests__/ReactJSXElement-test.js index 0fc6851dea..78ef617f29 100644 --- a/src/modern/element/__tests__/ReactJSXElement-test.js +++ b/src/modern/element/__tests__/ReactJSXElement-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/modern/element/__tests__/ReactJSXElementValidator-test.js b/src/modern/element/__tests__/ReactJSXElementValidator-test.js index 3bb211aec8..c1c05fb946 100644 --- a/src/modern/element/__tests__/ReactJSXElementValidator-test.js +++ b/src/modern/element/__tests__/ReactJSXElementValidator-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/modern/types/__tests__/ReactFlowPropTypes-test.js b/src/modern/types/__tests__/ReactFlowPropTypes-test.js index 93b029a6db..4e5b6c3e8e 100644 --- a/src/modern/types/__tests__/ReactFlowPropTypes-test.js +++ b/src/modern/types/__tests__/ReactFlowPropTypes-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/modern/types/__tests__/ReactTypeScriptPropTypes-test.js b/src/modern/types/__tests__/ReactTypeScriptPropTypes-test.js index 846e201f04..6314b485e9 100644 --- a/src/modern/types/__tests__/ReactTypeScriptPropTypes-test.js +++ b/src/modern/types/__tests__/ReactTypeScriptPropTypes-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/stubs/Object.assign.js b/src/stubs/Object.assign.js index 8035fae90a..79c287e74b 100644 --- a/src/stubs/Object.assign.js +++ b/src/stubs/Object.assign.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/ReactDefaultPerf.js b/src/test/ReactDefaultPerf.js index 088ccbbdb4..4faef0fa27 100644 --- a/src/test/ReactDefaultPerf.js +++ b/src/test/ReactDefaultPerf.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/ReactDefaultPerfAnalysis.js b/src/test/ReactDefaultPerfAnalysis.js index 79b22f5e2a..a18767b751 100644 --- a/src/test/ReactDefaultPerfAnalysis.js +++ b/src/test/ReactDefaultPerfAnalysis.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/ReactPerf.js b/src/test/ReactPerf.js index 1bf4861889..9e6e316b90 100644 --- a/src/test/ReactPerf.js +++ b/src/test/ReactPerf.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/ReactTestUtils.js b/src/test/ReactTestUtils.js index 4be012dd7b..8253499d09 100644 --- a/src/test/ReactTestUtils.js +++ b/src/test/ReactTestUtils.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/__tests__/ReactTestUtils-test.js b/src/test/__tests__/ReactTestUtils-test.js index 928d983ed3..c29968202e 100644 --- a/src/test/__tests__/ReactTestUtils-test.js +++ b/src/test/__tests__/ReactTestUtils-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/__tests__/reactComponentExpect-test.js b/src/test/__tests__/reactComponentExpect-test.js index bb6f9fb87d..f6801933dd 100644 --- a/src/test/__tests__/reactComponentExpect-test.js +++ b/src/test/__tests__/reactComponentExpect-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/createHierarchyRenderer.js b/src/test/createHierarchyRenderer.js index a5103f500e..a10c4bdb09 100644 --- a/src/test/createHierarchyRenderer.js +++ b/src/test/createHierarchyRenderer.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/getTestDocument.js b/src/test/getTestDocument.js index 075174de61..3cc88a1ee8 100644 --- a/src/test/getTestDocument.js +++ b/src/test/getTestDocument.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/mock-modules.js b/src/test/mock-modules.js index db0aa4f253..9ae4700727 100644 --- a/src/test/mock-modules.js +++ b/src/test/mock-modules.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/mock-timers.js b/src/test/mock-timers.js index f653ecea25..57238512a4 100644 --- a/src/test/mock-timers.js +++ b/src/test/mock-timers.js @@ -136,7 +136,7 @@ var mockTimers = { clearInterval: _clearInterval, /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/mocks.js b/src/test/mocks.js index 0eff832b44..b950aa5fed 100644 --- a/src/test/mocks.js +++ b/src/test/mocks.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/test/reactComponentExpect.js b/src/test/reactComponentExpect.js index 741eea501a..b24494479f 100644 --- a/src/test/reactComponentExpect.js +++ b/src/test/reactComponentExpect.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/CallbackQueue.js b/src/utils/CallbackQueue.js index 8268312993..feefda4867 100644 --- a/src/utils/CallbackQueue.js +++ b/src/utils/CallbackQueue.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/OrderedMap.js b/src/utils/OrderedMap.js index 54da66bb32..31eb5d8b2b 100644 --- a/src/utils/OrderedMap.js +++ b/src/utils/OrderedMap.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/PooledClass.js b/src/utils/PooledClass.js index 0acab61257..7426bf1366 100644 --- a/src/utils/PooledClass.js +++ b/src/utils/PooledClass.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/ReactChildren.js b/src/utils/ReactChildren.js index 385f756206..24edcd42e6 100644 --- a/src/utils/ReactChildren.js +++ b/src/utils/ReactChildren.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/Transaction.js b/src/utils/Transaction.js index 3ba59c8afd..b31f7dd71b 100644 --- a/src/utils/Transaction.js +++ b/src/utils/Transaction.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/OrderedMap-test.js b/src/utils/__tests__/OrderedMap-test.js index f44034bf9a..e469322b1b 100644 --- a/src/utils/__tests__/OrderedMap-test.js +++ b/src/utils/__tests__/OrderedMap-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/PooledClass-test.js b/src/utils/__tests__/PooledClass-test.js index e60e50cd87..15c3de8b9d 100644 --- a/src/utils/__tests__/PooledClass-test.js +++ b/src/utils/__tests__/PooledClass-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/ReactChildren-test.js b/src/utils/__tests__/ReactChildren-test.js index cb447dd884..550af41eb7 100644 --- a/src/utils/__tests__/ReactChildren-test.js +++ b/src/utils/__tests__/ReactChildren-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/Transaction-test.js b/src/utils/__tests__/Transaction-test.js index 90f347b8d3..e9b1f0bc47 100644 --- a/src/utils/__tests__/Transaction-test.js +++ b/src/utils/__tests__/Transaction-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/accumulateInto-test.js b/src/utils/__tests__/accumulateInto-test.js index b7d86c10c4..2edd225e41 100644 --- a/src/utils/__tests__/accumulateInto-test.js +++ b/src/utils/__tests__/accumulateInto-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/cloneWithProps-test.js b/src/utils/__tests__/cloneWithProps-test.js index f6bd903325..9f7dd676c9 100644 --- a/src/utils/__tests__/cloneWithProps-test.js +++ b/src/utils/__tests__/cloneWithProps-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/escapeTextForBrowser-test.js b/src/utils/__tests__/escapeTextForBrowser-test.js index 138e72b0f1..0a02e08bcc 100644 --- a/src/utils/__tests__/escapeTextForBrowser-test.js +++ b/src/utils/__tests__/escapeTextForBrowser-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/joinClasses-test.js b/src/utils/__tests__/joinClasses-test.js index 0dc5aa2704..0adb374475 100644 --- a/src/utils/__tests__/joinClasses-test.js +++ b/src/utils/__tests__/joinClasses-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/keyMirror-test.js b/src/utils/__tests__/keyMirror-test.js index 2c9de29bac..994341fbac 100644 --- a/src/utils/__tests__/keyMirror-test.js +++ b/src/utils/__tests__/keyMirror-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/memoizeStringOnly-test.js b/src/utils/__tests__/memoizeStringOnly-test.js index e7a7e568b2..de1c62d7ad 100644 --- a/src/utils/__tests__/memoizeStringOnly-test.js +++ b/src/utils/__tests__/memoizeStringOnly-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/onlyChild-test.js b/src/utils/__tests__/onlyChild-test.js index 2ba5e70924..835bf794d9 100644 --- a/src/utils/__tests__/onlyChild-test.js +++ b/src/utils/__tests__/onlyChild-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/sliceChildren-test.js b/src/utils/__tests__/sliceChildren-test.js index b45417bb69..47afb17d86 100644 --- a/src/utils/__tests__/sliceChildren-test.js +++ b/src/utils/__tests__/sliceChildren-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/__tests__/traverseAllChildren-test.js b/src/utils/__tests__/traverseAllChildren-test.js index 1ff047d2e4..c32e07c66d 100644 --- a/src/utils/__tests__/traverseAllChildren-test.js +++ b/src/utils/__tests__/traverseAllChildren-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/accumulate.js b/src/utils/accumulate.js index d0e98c7775..72a7b7b4fe 100644 --- a/src/utils/accumulate.js +++ b/src/utils/accumulate.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/accumulateInto.js b/src/utils/accumulateInto.js index 885c8ef658..868ac964a3 100644 --- a/src/utils/accumulateInto.js +++ b/src/utils/accumulateInto.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/adler32.js b/src/utils/adler32.js index 4e546c5633..d4521a7b20 100644 --- a/src/utils/adler32.js +++ b/src/utils/adler32.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/cloneWithProps.js b/src/utils/cloneWithProps.js index b0dd722469..fd496b57ba 100644 --- a/src/utils/cloneWithProps.js +++ b/src/utils/cloneWithProps.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/deprecated.js b/src/utils/deprecated.js index 60f32a572a..b6a4c5a066 100644 --- a/src/utils/deprecated.js +++ b/src/utils/deprecated.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/escapeTextForBrowser.js b/src/utils/escapeTextForBrowser.js index 8f8b435b39..57c918c84f 100644 --- a/src/utils/escapeTextForBrowser.js +++ b/src/utils/escapeTextForBrowser.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/flattenChildren.js b/src/utils/flattenChildren.js index 6db6e939e9..5d8ee72b44 100644 --- a/src/utils/flattenChildren.js +++ b/src/utils/flattenChildren.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/forEachAccumulated.js b/src/utils/forEachAccumulated.js index 92e373398a..d8fcd99649 100644 --- a/src/utils/forEachAccumulated.js +++ b/src/utils/forEachAccumulated.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/getIteratorFn.js b/src/utils/getIteratorFn.js index f454f83a66..efaecfd639 100644 --- a/src/utils/getIteratorFn.js +++ b/src/utils/getIteratorFn.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/isTextInputElement.js b/src/utils/isTextInputElement.js index 76af893af9..649229e966 100644 --- a/src/utils/isTextInputElement.js +++ b/src/utils/isTextInputElement.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/joinClasses.js b/src/utils/joinClasses.js index 1897cd28ed..35894b64ef 100644 --- a/src/utils/joinClasses.js +++ b/src/utils/joinClasses.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/keyMirror.js b/src/utils/keyMirror.js index e20917661c..a192c4b353 100644 --- a/src/utils/keyMirror.js +++ b/src/utils/keyMirror.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/memoizeStringOnly.js b/src/utils/memoizeStringOnly.js index 7777f0e877..0efaa3170a 100644 --- a/src/utils/memoizeStringOnly.js +++ b/src/utils/memoizeStringOnly.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/onlyChild.js b/src/utils/onlyChild.js index 14d9aff4ff..510c7a9262 100644 --- a/src/utils/onlyChild.js +++ b/src/utils/onlyChild.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/shallowEqual.js b/src/utils/shallowEqual.js index e5e8542b9c..9ff880377f 100644 --- a/src/utils/shallowEqual.js +++ b/src/utils/shallowEqual.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/sliceChildren.js b/src/utils/sliceChildren.js index e721ee9f41..fee13fc6c0 100644 --- a/src/utils/sliceChildren.js +++ b/src/utils/sliceChildren.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/utils/traverseAllChildren.js b/src/utils/traverseAllChildren.js index a54acb58c7..d0a31fd489 100644 --- a/src/utils/traverseAllChildren.js +++ b/src/utils/traverseAllChildren.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/CSSCore.js b/src/vendor/core/CSSCore.js index 803936fa49..41f35a0272 100644 --- a/src/vendor/core/CSSCore.js +++ b/src/vendor/core/CSSCore.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/ExecutionEnvironment.js b/src/vendor/core/ExecutionEnvironment.js index 38f710e8c5..05399c199d 100644 --- a/src/vendor/core/ExecutionEnvironment.js +++ b/src/vendor/core/ExecutionEnvironment.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/TouchEventUtils.js b/src/vendor/core/TouchEventUtils.js index 4c774d958a..f91f8705a2 100644 --- a/src/vendor/core/TouchEventUtils.js +++ b/src/vendor/core/TouchEventUtils.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/camelize.js b/src/vendor/core/camelize.js index 4418d50379..8ebaf3c095 100644 --- a/src/vendor/core/camelize.js +++ b/src/vendor/core/camelize.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/camelizeStyleName.js b/src/vendor/core/camelizeStyleName.js index e58ca53c24..c7e0486847 100644 --- a/src/vendor/core/camelizeStyleName.js +++ b/src/vendor/core/camelizeStyleName.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/createArrayFrom.js b/src/vendor/core/createArrayFrom.js index 47b270b430..5d95068218 100644 --- a/src/vendor/core/createArrayFrom.js +++ b/src/vendor/core/createArrayFrom.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/createNodesFromMarkup.js b/src/vendor/core/createNodesFromMarkup.js index 2ab1b9c524..1768294012 100644 --- a/src/vendor/core/createNodesFromMarkup.js +++ b/src/vendor/core/createNodesFromMarkup.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/dom/containsNode.js b/src/vendor/core/dom/containsNode.js index f8f51ac318..1479761778 100644 --- a/src/vendor/core/dom/containsNode.js +++ b/src/vendor/core/dom/containsNode.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/dom/focusNode.js b/src/vendor/core/dom/focusNode.js index 7a4a8faae0..b95b82a1a7 100644 --- a/src/vendor/core/dom/focusNode.js +++ b/src/vendor/core/dom/focusNode.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/dom/getActiveElement.js b/src/vendor/core/dom/getActiveElement.js index 950f3cbf20..9c7f012e68 100644 --- a/src/vendor/core/dom/getActiveElement.js +++ b/src/vendor/core/dom/getActiveElement.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/dom/getUnboundedScrollPosition.js b/src/vendor/core/dom/getUnboundedScrollPosition.js index f09934dd8e..4c6282fd8a 100644 --- a/src/vendor/core/dom/getUnboundedScrollPosition.js +++ b/src/vendor/core/dom/getUnboundedScrollPosition.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/dom/isNode.js b/src/vendor/core/dom/isNode.js index 9c3345447a..856217b2f7 100644 --- a/src/vendor/core/dom/isNode.js +++ b/src/vendor/core/dom/isNode.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/dom/isTextNode.js b/src/vendor/core/dom/isTextNode.js index b025722564..ead1002a82 100644 --- a/src/vendor/core/dom/isTextNode.js +++ b/src/vendor/core/dom/isTextNode.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/emptyFunction.js b/src/vendor/core/emptyFunction.js index b82329a4b1..b7307c913d 100644 --- a/src/vendor/core/emptyFunction.js +++ b/src/vendor/core/emptyFunction.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/emptyObject.js b/src/vendor/core/emptyObject.js index 99ebbd1da4..c33476b05d 100644 --- a/src/vendor/core/emptyObject.js +++ b/src/vendor/core/emptyObject.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/getMarkupWrap.js b/src/vendor/core/getMarkupWrap.js index d04a8b59a4..9db77ee42b 100644 --- a/src/vendor/core/getMarkupWrap.js +++ b/src/vendor/core/getMarkupWrap.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/hyphenate.js b/src/vendor/core/hyphenate.js index b472706789..f7e7825c16 100644 --- a/src/vendor/core/hyphenate.js +++ b/src/vendor/core/hyphenate.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/hyphenateStyleName.js b/src/vendor/core/hyphenateStyleName.js index 3a1cf78991..a4cfb4d6d2 100644 --- a/src/vendor/core/hyphenateStyleName.js +++ b/src/vendor/core/hyphenateStyleName.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/invariant.js b/src/vendor/core/invariant.js index c3d445edd8..c076067eb5 100644 --- a/src/vendor/core/invariant.js +++ b/src/vendor/core/invariant.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/keyOf.js b/src/vendor/core/keyOf.js index 4a5daa61db..13aa7f4a4c 100644 --- a/src/vendor/core/keyOf.js +++ b/src/vendor/core/keyOf.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/mapObject.js b/src/vendor/core/mapObject.js index 48bb778548..ba785262ef 100644 --- a/src/vendor/core/mapObject.js +++ b/src/vendor/core/mapObject.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/mergeDeep.js b/src/vendor/core/mergeDeep.js index 00eee2f9fb..87277c7cf1 100644 --- a/src/vendor/core/mergeDeep.js +++ b/src/vendor/core/mergeDeep.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/mergeDeepInto.js b/src/vendor/core/mergeDeepInto.js index 1486069ffe..3e2f4ddd82 100644 --- a/src/vendor/core/mergeDeepInto.js +++ b/src/vendor/core/mergeDeepInto.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/mergeHelpers.js b/src/vendor/core/mergeHelpers.js index fe5d17eb28..264647fa61 100644 --- a/src/vendor/core/mergeHelpers.js +++ b/src/vendor/core/mergeHelpers.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/monitorCodeUse.js b/src/vendor/core/monitorCodeUse.js index efa8601152..24615580ec 100644 --- a/src/vendor/core/monitorCodeUse.js +++ b/src/vendor/core/monitorCodeUse.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/nativeRequestAnimationFrame.js b/src/vendor/core/nativeRequestAnimationFrame.js index d6c099f801..42d97b1386 100644 --- a/src/vendor/core/nativeRequestAnimationFrame.js +++ b/src/vendor/core/nativeRequestAnimationFrame.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/requestAnimationFrame.js b/src/vendor/core/requestAnimationFrame.js index d2f5cc81b4..5bab562ace 100644 --- a/src/vendor/core/requestAnimationFrame.js +++ b/src/vendor/core/requestAnimationFrame.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/toArray.js b/src/vendor/core/toArray.js index b8973b6d84..65cfa3867e 100644 --- a/src/vendor/core/toArray.js +++ b/src/vendor/core/toArray.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/core/warning.js b/src/vendor/core/warning.js index ade8e0d5c9..634a4c255a 100644 --- a/src/vendor/core/warning.js +++ b/src/vendor/core/warning.js @@ -1,5 +1,5 @@ /** - * Copyright 2014, Facebook, Inc. + * Copyright 2014-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/immutable/Immutable.js b/src/vendor/immutable/Immutable.js index 082c18d5b6..d3e289f090 100644 --- a/src/vendor/immutable/Immutable.js +++ b/src/vendor/immutable/Immutable.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/immutable/ImmutableObject.js b/src/vendor/immutable/ImmutableObject.js index b8da69ec00..90a7ea8907 100644 --- a/src/vendor/immutable/ImmutableObject.js +++ b/src/vendor/immutable/ImmutableObject.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/performance/performance.js b/src/vendor/performance/performance.js index c7cf9d95a2..2f80ea4df5 100644 --- a/src/vendor/performance/performance.js +++ b/src/vendor/performance/performance.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/performance/performanceNow.js b/src/vendor/performance/performanceNow.js index 37c95919d7..7174d871fb 100644 --- a/src/vendor/performance/performanceNow.js +++ b/src/vendor/performance/performanceNow.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/stubs/EventListener.js b/src/vendor/stubs/EventListener.js index 0175765c10..3f67215d2e 100644 --- a/src/vendor/stubs/EventListener.js +++ b/src/vendor/stubs/EventListener.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014 Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/vendor/stubs/ReactErrorUtils.js b/src/vendor/stubs/ReactErrorUtils.js index 8d048a62e7..6554c67739 100644 --- a/src/vendor/stubs/ReactErrorUtils.js +++ b/src/vendor/stubs/ReactErrorUtils.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor/stubs/cx.js b/src/vendor/stubs/cx.js index 7c1b272836..916d31ab4c 100644 --- a/src/vendor/stubs/cx.js +++ b/src/vendor/stubs/cx.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor_deprecated/core/copyProperties.js b/src/vendor_deprecated/core/copyProperties.js index 3c0fa14a79..237ac0d261 100644 --- a/src/vendor_deprecated/core/copyProperties.js +++ b/src/vendor_deprecated/core/copyProperties.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor_deprecated/core/merge.js b/src/vendor_deprecated/core/merge.js index 30d00097f2..27a5b150d2 100644 --- a/src/vendor_deprecated/core/merge.js +++ b/src/vendor_deprecated/core/merge.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/src/vendor_deprecated/core/mergeInto.js b/src/vendor_deprecated/core/mergeInto.js index 842d6a5ea4..532731e663 100644 --- a/src/vendor_deprecated/core/mergeInto.js +++ b/src/vendor_deprecated/core/mergeInto.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/vendor/browser-transforms.js b/vendor/browser-transforms.js index b58e65bb0c..a04193ef94 100644 --- a/vendor/browser-transforms.js +++ b/vendor/browser-transforms.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/vendor/constants.js b/vendor/constants.js index 9ef8de29a2..2620f83ddf 100644 --- a/vendor/constants.js +++ b/vendor/constants.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/vendor/fbtransform/transforms/__tests__/react-displayName-test.js b/vendor/fbtransform/transforms/__tests__/react-displayName-test.js index d5b768ec46..4b58d933b2 100644 --- a/vendor/fbtransform/transforms/__tests__/react-displayName-test.js +++ b/vendor/fbtransform/transforms/__tests__/react-displayName-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/vendor/fbtransform/transforms/__tests__/react-test.js b/vendor/fbtransform/transforms/__tests__/react-test.js index 7f440504ba..308d7e5bed 100644 --- a/vendor/fbtransform/transforms/__tests__/react-test.js +++ b/vendor/fbtransform/transforms/__tests__/react-test.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/vendor/fbtransform/transforms/react.js b/vendor/fbtransform/transforms/react.js index f46f7d20ad..984a7a7b44 100644 --- a/vendor/fbtransform/transforms/react.js +++ b/vendor/fbtransform/transforms/react.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/vendor/fbtransform/transforms/reactDisplayName.js b/vendor/fbtransform/transforms/reactDisplayName.js index 4b2184e7d4..09bd18736c 100644 --- a/vendor/fbtransform/transforms/reactDisplayName.js +++ b/vendor/fbtransform/transforms/reactDisplayName.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/vendor/fbtransform/transforms/xjs.js b/vendor/fbtransform/transforms/xjs.js index 193296d464..c64ca904ac 100644 --- a/vendor/fbtransform/transforms/xjs.js +++ b/vendor/fbtransform/transforms/xjs.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/vendor/jasmine/console.js b/vendor/jasmine/console.js index a01bb5f2d0..42e11c8e0b 100644 --- a/vendor/jasmine/console.js +++ b/vendor/jasmine/console.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the diff --git a/vendor/jasmine/phantom.js b/vendor/jasmine/phantom.js index d11fed22d8..2dc06b6a55 100644 --- a/vendor/jasmine/phantom.js +++ b/vendor/jasmine/phantom.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2014, Facebook, Inc. + * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the