Skip to content
Browse files

Year-agnostic copyright message, like React Native uses, to prevent t…

…he need for yearly changes.
  • Loading branch information...
1 parent 51295bf commit bef45b0b1a98ea9b472ba664d955a039cf2f8068 @rickbeerendonk rickbeerendonk committed
Showing with 283 additions and 283 deletions.
  1. +1 −1 LICENSE
  2. +1 −1 docs/_js/html-jsx.js
  3. +1 −1 eslint-rules/__tests__/warning-and-invariant-args-test.js
  4. +1 −1 eslint-rules/warning-and-invariant-args.js
  5. +1 −1 grunt/data/header-template-extended.txt
  6. +1 −1 gulpfile.js
  7. +1 −1 mocks/ReactElementTestChild.js
  8. +1 −1 mocks/ReactMockedComponentTestComponent.js
  9. +1 −1 packages/jsx_orphaned_brackets_transformer/transforms/react.js
  10. +1 −1 scripts/bench/analyze.py
  11. +1 −1 scripts/bench/measure.py
  12. +1 −1 scripts/perf-counters/src/hardware-counter.cpp
  13. +1 −1 scripts/perf-counters/src/hardware-counter.h
  14. +1 −1 scripts/perf-counters/src/jsc-perf.cpp
  15. +1 −1 scripts/perf-counters/src/perf-counters.cpp
  16. +1 −1 scripts/perf-counters/src/portability.h
  17. +1 −1 scripts/perf-counters/src/thread-local.cpp
  18. +1 −1 scripts/perf-counters/src/thread-local.h
  19. +1 −1 src/React.js
  20. +1 −1 src/ReactVersion.js
  21. +1 −1 src/addons/ReactComponentWithPureRenderMixin.js
  22. +1 −1 src/addons/ReactFragment.js
  23. +1 −1 src/addons/ReactWithAddons.js
  24. +1 −1 src/addons/__tests__/ReactComponentWithPureRenderMixin-test.js
  25. +1 −1 src/addons/__tests__/ReactFragment-test.js
  26. +1 −1 src/addons/__tests__/renderSubtreeIntoContainer-test.js
  27. +1 −1 src/addons/__tests__/update-test.js
  28. +1 −1 src/addons/link/LinkedStateMixin.js
  29. +1 −1 src/addons/link/ReactLink.js
  30. +1 −1 src/addons/link/__tests__/LinkedStateMixin-test.js
  31. +1 −1 src/addons/link/__tests__/ReactLinkPropTypes-test.js
  32. +1 −1 src/addons/renderSubtreeIntoContainer.js
  33. +1 −1 src/addons/shallowCompare.js
  34. +1 −1 src/addons/transitions/ReactCSSTransitionGroup.js
  35. +1 −1 src/addons/transitions/ReactCSSTransitionGroupChild.js
  36. +1 −1 src/addons/transitions/ReactTransitionChildMapping.js
  37. +1 −1 src/addons/transitions/ReactTransitionEvents.js
  38. +1 −1 src/addons/transitions/ReactTransitionGroup.js
  39. +1 −1 src/addons/transitions/__tests__/ReactCSSTransitionGroup-test.js
  40. +1 −1 src/addons/transitions/__tests__/ReactTransitionChildMapping-test.js
  41. +1 −1 src/addons/transitions/__tests__/ReactTransitionGroup-test.js
  42. +1 −1 src/addons/update.js
  43. +1 −1 src/core/__tests__/ReactErrorBoundaries-test.js
  44. +1 −1 src/isomorphic/ReactIsomorphic.js
  45. +1 −1 src/isomorphic/children/ReactChildren.js
  46. +1 −1 src/isomorphic/children/__tests__/ReactChildren-test.js
  47. +1 −1 src/isomorphic/children/__tests__/onlyChild-test.js
  48. +1 −1 src/isomorphic/children/__tests__/sliceChildren-test.js
  49. +1 −1 src/isomorphic/children/onlyChild.js
  50. +1 −1 src/isomorphic/children/sliceChildren.js
  51. +1 −1 src/isomorphic/classic/__tests__/ReactContextValidator-test.js
  52. +1 −1 src/isomorphic/classic/class/ReactClass.js
  53. +1 −1 src/isomorphic/classic/class/__tests__/ReactBind-test.js
  54. +1 −1 src/isomorphic/classic/class/__tests__/ReactBindOptout-test.js
  55. +1 −1 src/isomorphic/classic/class/__tests__/ReactClass-test.js
  56. +1 −1 src/isomorphic/classic/class/__tests__/ReactClassMixin-test.js
  57. +1 −1 src/isomorphic/classic/element/ReactCurrentOwner.js
  58. +1 −1 src/isomorphic/classic/element/ReactDOMFactories.js
  59. +1 −1 src/isomorphic/classic/element/ReactElement.js
  60. +1 −1 src/isomorphic/classic/element/ReactElementValidator.js
  61. +1 −1 src/isomorphic/classic/element/__tests__/ReactElement-test.js
  62. +1 −1 src/isomorphic/classic/element/__tests__/ReactElementClone-test.js
  63. +1 −1 src/isomorphic/classic/element/__tests__/ReactElementValidator-test.js
  64. +1 −1 src/isomorphic/classic/types/ReactPropTypeLocationNames.js
  65. +1 −1 src/isomorphic/classic/types/ReactPropTypeLocations.js
  66. +1 −1 src/isomorphic/classic/types/ReactPropTypes.js
  67. +1 −1 src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
  68. +1 −1 src/isomorphic/deprecated/OrderedMap.js
  69. +1 −1 src/isomorphic/deprecated/ReactPropTransferer.js
  70. +1 −1 src/isomorphic/deprecated/__tests__/cloneWithProps-test.js
  71. +1 −1 src/isomorphic/deprecated/cloneWithProps.js
  72. +1 −1 src/isomorphic/modern/class/React.d.ts
  73. +1 −1 src/isomorphic/modern/class/ReactComponent.js
  74. +1 −1 src/isomorphic/modern/class/ReactDOM.d.ts
  75. +1 −1 src/isomorphic/modern/class/ReactNoopUpdateQueue.js
  76. +1 −1 src/isomorphic/modern/class/__tests__/ReactClassEquivalence-test.js
  77. +1 −1 src/isomorphic/modern/class/__tests__/ReactCoffeeScriptClass-test.coffee
  78. +1 −1 src/isomorphic/modern/class/__tests__/ReactES6Class-test.js
  79. +1 −1 src/isomorphic/modern/class/__tests__/ReactTypeScriptClass-test.ts
  80. +1 −1 src/isomorphic/modern/element/__tests__/ReactJSXElement-test.js
  81. +1 −1 src/isomorphic/modern/element/__tests__/ReactJSXElementValidator-test.js
  82. +1 −1 src/isomorphic/modern/types/__tests__/ReactFlowPropTypes-test.js
  83. +1 −1 src/isomorphic/modern/types/__tests__/ReactTypeScriptPropTypes-test.js
  84. +1 −1 src/renderers/dom/ReactDOM.js
  85. +1 −1 src/renderers/dom/ReactDOMServer.js
  86. +1 −1 src/renderers/dom/__tests__/ReactDOMProduction-test.js
  87. +1 −1 src/renderers/dom/client/ReactBrowserEventEmitter.js
  88. +1 −1 src/renderers/dom/client/ReactDOMComponentTree.js
  89. +1 −1 src/renderers/dom/client/ReactDOMIDOperations.js
  90. +1 −1 src/renderers/dom/client/ReactDOMSelection.js
  91. +1 −1 src/renderers/dom/client/ReactDOMTreeTraversal.js
  92. +1 −1 src/renderers/dom/client/ReactEventListener.js
  93. +1 −1 src/renderers/dom/client/ReactInputSelection.js
  94. +1 −1 src/renderers/dom/client/ReactMount.js
  95. +1 −1 src/renderers/dom/client/ReactReconcileTransaction.js
  96. +1 −1 src/renderers/dom/client/__tests__/ReactBrowserEventEmitter-test.js
  97. +1 −1 src/renderers/dom/client/__tests__/ReactDOM-test.js
  98. +1 −1 src/renderers/dom/client/__tests__/ReactDOMComponentTree-test.js
  99. +1 −1 src/renderers/dom/client/__tests__/ReactDOMIDOperations-test.js
  100. +1 −1 src/renderers/dom/client/__tests__/ReactDOMSVG-test.js
  101. +1 −1 src/renderers/dom/client/__tests__/ReactDOMTreeTraversal-test.js
  102. +1 −1 src/renderers/dom/client/__tests__/ReactEventIndependence-test.js
  103. +1 −1 src/renderers/dom/client/__tests__/ReactEventListener-test.js
  104. +1 −1 src/renderers/dom/client/__tests__/ReactMount-test.js
  105. +1 −1 src/renderers/dom/client/__tests__/ReactMountDestruction-test.js
  106. +1 −1 src/renderers/dom/client/__tests__/ReactRenderDocument-test.js
  107. +1 −1 src/renderers/dom/client/__tests__/findDOMNode-test.js
  108. +1 −1 src/renderers/dom/client/__tests__/validateDOMNesting-test.js
  109. +1 −1 src/renderers/dom/client/eventPlugins/BeforeInputEventPlugin.js
  110. +1 −1 src/renderers/dom/client/eventPlugins/ChangeEventPlugin.js
  111. +1 −1 src/renderers/dom/client/eventPlugins/DefaultEventPluginOrder.js
  112. +1 −1 src/renderers/dom/client/eventPlugins/EnterLeaveEventPlugin.js
  113. +1 −1 src/renderers/dom/client/eventPlugins/FallbackCompositionState.js
  114. +1 −1 src/renderers/dom/client/eventPlugins/SelectEventPlugin.js
  115. +1 −1 src/renderers/dom/client/eventPlugins/SimpleEventPlugin.js
  116. +1 −1 src/renderers/dom/client/eventPlugins/TapEventPlugin.js
  117. +1 −1 src/renderers/dom/client/eventPlugins/__tests__/ChangeEventPlugin-test.js
  118. +1 −1 src/renderers/dom/client/eventPlugins/__tests__/EnterLeaveEventPlugin-test.js
  119. +1 −1 src/renderers/dom/client/eventPlugins/__tests__/FallbackCompositionState-test.js
  120. +1 −1 src/renderers/dom/client/eventPlugins/__tests__/SelectEventPlugin-test.js
  121. +1 −1 src/renderers/dom/client/findDOMNode.js
  122. +1 −1 src/renderers/dom/client/syntheticEvents/SyntheticClipboardEvent.js
  123. +1 −1 src/renderers/dom/client/syntheticEvents/SyntheticCompositionEvent.js
  124. +1 −1 src/renderers/dom/client/syntheticEvents/SyntheticDragEvent.js
  125. +1 −1 src/renderers/dom/client/syntheticEvents/SyntheticEvent.js
  126. +1 −1 src/renderers/dom/client/syntheticEvents/SyntheticFocusEvent.js
  127. +1 −1 src/renderers/dom/client/syntheticEvents/SyntheticInputEvent.js
  128. +1 −1 src/renderers/dom/client/syntheticEvents/SyntheticKeyboardEvent.js
  129. +1 −1 src/renderers/dom/client/syntheticEvents/SyntheticMouseEvent.js
  130. +1 −1 src/renderers/dom/client/syntheticEvents/SyntheticTouchEvent.js
  131. +1 −1 src/renderers/dom/client/syntheticEvents/SyntheticUIEvent.js
  132. +1 −1 src/renderers/dom/client/syntheticEvents/SyntheticWheelEvent.js
  133. +1 −1 src/renderers/dom/client/syntheticEvents/__tests__/SyntheticEvent-test.js
  134. +1 −1 src/renderers/dom/client/syntheticEvents/__tests__/SyntheticWheelEvent-test.js
  135. +1 −1 src/renderers/dom/client/utils/DOMChildrenOperations.js
  136. +1 −1 src/renderers/dom/client/utils/DOMLazyTree.js
  137. +1 −1 src/renderers/dom/client/utils/ViewportMetrics.js
  138. +1 −1 src/renderers/dom/client/utils/__tests__/getNodeForCharacterOffset-test.js
  139. +1 −1 src/renderers/dom/client/utils/getEventCharCode.js
  140. +1 −1 src/renderers/dom/client/utils/getEventKey.js
  141. +1 −1 src/renderers/dom/client/utils/getEventModifierState.js
  142. +1 −1 src/renderers/dom/client/utils/getEventTarget.js
  143. +1 −1 src/renderers/dom/client/utils/getNodeForCharacterOffset.js
  144. +1 −1 src/renderers/dom/client/utils/getTextContentAccessor.js
  145. +1 −1 src/renderers/dom/client/utils/isEventSupported.js
  146. +1 −1 src/renderers/dom/client/utils/setInnerHTML.js
  147. +1 −1 src/renderers/dom/client/utils/setTextContent.js
  148. +1 −1 src/renderers/dom/client/validateDOMNesting.js
  149. +1 −1 src/renderers/dom/client/wrappers/AutoFocusUtils.js
  150. +1 −1 src/renderers/dom/client/wrappers/LinkedValueUtils.js
  151. +1 −1 src/renderers/dom/client/wrappers/ReactDOMButton.js
  152. +1 −1 src/renderers/dom/client/wrappers/ReactDOMInput.js
  153. +1 −1 src/renderers/dom/client/wrappers/ReactDOMOption.js
  154. +1 −1 src/renderers/dom/client/wrappers/ReactDOMSelect.js
  155. +1 −1 src/renderers/dom/client/wrappers/ReactDOMTextarea.js
  156. +1 −1 src/renderers/dom/client/wrappers/__tests__/ReactDOMButton-test.js
  157. +1 −1 src/renderers/dom/client/wrappers/__tests__/ReactDOMIframe-test.js
  158. +1 −1 src/renderers/dom/client/wrappers/__tests__/ReactDOMInput-test.js
  159. +1 −1 src/renderers/dom/client/wrappers/__tests__/ReactDOMOption-test.js
  160. +1 −1 src/renderers/dom/client/wrappers/__tests__/ReactDOMSelect-test.js
  161. +1 −1 src/renderers/dom/client/wrappers/__tests__/ReactDOMTextarea-test.js
  162. +1 −1 src/renderers/dom/server/ReactMarkupChecksum.js
  163. +1 −1 src/renderers/dom/server/ReactServerBatchingStrategy.js
  164. +1 −1 src/renderers/dom/server/ReactServerRendering.js
  165. +1 −1 src/renderers/dom/server/ReactServerRenderingTransaction.js
  166. +1 −1 src/renderers/dom/server/__tests__/ReactServerRendering-test.js
  167. +1 −1 src/renderers/dom/shared/CSSProperty.js
  168. +1 −1 src/renderers/dom/shared/CSSPropertyOperations.js
  169. +1 −1 src/renderers/dom/shared/DOMNamespaces.js
  170. +1 −1 src/renderers/dom/shared/DOMProperty.js
  171. +1 −1 src/renderers/dom/shared/DOMPropertyOperations.js
  172. +1 −1 src/renderers/dom/shared/Danger.js
  173. +1 −1 src/renderers/dom/shared/HTMLDOMPropertyConfig.js
  174. +1 −1 src/renderers/dom/shared/ReactBrowserComponentMixin.js
  175. +1 −1 src/renderers/dom/shared/ReactComponentBrowserEnvironment.js
  176. +1 −1 src/renderers/dom/shared/ReactDOMComponent.js
  177. +1 −1 src/renderers/dom/shared/ReactDOMComponentFlags.js
  178. +1 −1 src/renderers/dom/shared/ReactDOMContainerInfo.js
  179. +1 −1 src/renderers/dom/shared/ReactDOMDebugTool.js
  180. +1 −1 src/renderers/dom/shared/ReactDOMEmptyComponent.js
  181. +1 −1 src/renderers/dom/shared/ReactDOMFeatureFlags.js
  182. +1 −1 src/renderers/dom/shared/ReactDOMInstrumentation.js
  183. +1 −1 src/renderers/dom/shared/ReactDOMTextComponent.js
  184. +1 −1 src/renderers/dom/shared/ReactDefaultInjection.js
  185. +1 −1 src/renderers/dom/shared/ReactInjection.js
  186. +1 −1 src/renderers/dom/shared/SVGDOMPropertyConfig.js
  187. +1 −1 src/renderers/dom/shared/__tests__/CSSProperty-test.js
  188. +1 −1 src/renderers/dom/shared/__tests__/CSSPropertyOperations-test.js
  189. +1 −1 src/renderers/dom/shared/__tests__/DOMPropertyOperations-test.js
  190. +1 −1 src/renderers/dom/shared/__tests__/Danger-test.js
  191. +1 −1 src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js
  192. +1 −1 src/renderers/dom/shared/__tests__/ReactDOMTextComponent-test.js
  193. +1 −1 src/renderers/dom/shared/__tests__/escapeTextContentForBrowser-test.js
  194. +1 −1 src/renderers/dom/shared/__tests__/quoteAttributeValueForBrowser-test.js
  195. +1 −1 src/renderers/dom/shared/dangerousStyleValue.js
  196. +1 −1 src/renderers/dom/shared/devtools/ReactDOMSVGDeprecatedAttributeDevtool.js
  197. +1 −1 src/renderers/dom/shared/devtools/ReactDOMUnknownPropertyDevtool.js
  198. +1 −1 src/renderers/dom/shared/escapeTextContentForBrowser.js
  199. +1 −1 src/renderers/dom/shared/quoteAttributeValueForBrowser.js
  200. +1 −1 src/renderers/shared/event/EventConstants.js
  201. +1 −1 src/renderers/shared/event/EventPluginHub.js
  202. +1 −1 src/renderers/shared/event/EventPluginRegistry.js
  203. +1 −1 src/renderers/shared/event/EventPluginUtils.js
  204. +1 −1 src/renderers/shared/event/EventPropagators.js
  205. +1 −1 src/renderers/shared/event/__tests__/EventPluginHub-test.js
  206. +1 −1 src/renderers/shared/event/__tests__/EventPluginRegistry-test.js
  207. +1 −1 src/renderers/shared/event/eventPlugins/ResponderEventPlugin.js
  208. +1 −1 src/renderers/shared/event/eventPlugins/ResponderSyntheticEvent.js
  209. +1 −1 src/renderers/shared/event/eventPlugins/ResponderTouchHistoryStore.js
  210. +1 −1 src/renderers/shared/event/eventPlugins/__tests__/ResponderEventPlugin-test.js
  211. +1 −1 src/renderers/shared/reconciler/ReactChildReconciler.js
  212. +1 −1 src/renderers/shared/reconciler/ReactComponentEnvironment.js
  213. +1 −1 src/renderers/shared/reconciler/ReactCompositeComponent.js
  214. +1 −1 src/renderers/shared/reconciler/ReactDefaultBatchingStrategy.js
  215. +1 −1 src/renderers/shared/reconciler/ReactEmptyComponent.js
  216. +1 −1 src/renderers/shared/reconciler/ReactEventEmitterMixin.js
  217. +1 −1 src/renderers/shared/reconciler/ReactInstanceHandles.js
  218. +1 −1 src/renderers/shared/reconciler/ReactInstanceMap.js
  219. +1 −1 src/renderers/shared/reconciler/ReactMultiChild.js
  220. +1 −1 src/renderers/shared/reconciler/ReactMultiChildUpdateTypes.js
  221. +1 −1 src/renderers/shared/reconciler/ReactNativeComponent.js
  222. +1 −1 src/renderers/shared/reconciler/ReactOwner.js
  223. +1 −1 src/renderers/shared/reconciler/ReactReconciler.js
  224. +1 −1 src/renderers/shared/reconciler/ReactRef.js
  225. +1 −1 src/renderers/shared/reconciler/ReactSimpleEmptyComponent.js
  226. +1 −1 src/renderers/shared/reconciler/ReactStateSetters.js
  227. +1 −1 src/renderers/shared/reconciler/ReactUpdateQueue.js
  228. +1 −1 src/renderers/shared/reconciler/ReactUpdates.js
  229. +1 −1 src/renderers/shared/reconciler/__tests__/ReactComponent-test.js
  230. +1 −1 src/renderers/shared/reconciler/__tests__/ReactComponentLifeCycle-test.js
  231. +1 −1 src/renderers/shared/reconciler/__tests__/ReactCompositeComponent-test.js
  232. +1 −1 src/renderers/shared/reconciler/__tests__/ReactCompositeComponentDOMMinimalism-test.js
  233. +1 −1 src/renderers/shared/reconciler/__tests__/ReactCompositeComponentNestedState-test.js
  234. +1 −1 src/renderers/shared/reconciler/__tests__/ReactCompositeComponentState-test.js
  235. +1 −1 src/renderers/shared/reconciler/__tests__/ReactEmptyComponent-test.js
  236. +1 −1 src/renderers/shared/reconciler/__tests__/ReactIdentity-test.js
  237. +1 −1 src/renderers/shared/reconciler/__tests__/ReactMockedComponent-test.js
  238. +1 −1 src/renderers/shared/reconciler/__tests__/ReactMultiChild-test.js
  239. +1 −1 src/renderers/shared/reconciler/__tests__/ReactMultiChildReconcile-test.js
  240. +1 −1 src/renderers/shared/reconciler/__tests__/ReactMultiChildText-test.js
  241. +1 −1 src/renderers/shared/reconciler/__tests__/ReactStateSetters-test.js
  242. +1 −1 src/renderers/shared/reconciler/__tests__/ReactStatelessComponent-test.js
  243. +1 −1 src/renderers/shared/reconciler/__tests__/ReactUpdates-test.js
  244. +1 −1 src/renderers/shared/reconciler/__tests__/refs-destruction-test.js
  245. +1 −1 src/renderers/shared/reconciler/__tests__/refs-test.js
  246. +1 −1 src/renderers/shared/reconciler/instantiateReactComponent.js
  247. +1 −1 src/renderers/shared/reconciler/shouldUpdateReactComponent.js
  248. +1 −1 src/shared/stubs/Object.assign.js
  249. +1 −1 src/shared/utils/CallbackQueue.js
  250. +1 −1 src/shared/utils/PooledClass.js
  251. +1 −1 src/shared/utils/ReactErrorUtils.js
  252. +1 −1 src/shared/utils/ReactFeatureFlags.js
  253. +1 −1 src/shared/utils/ReactNodeTypes.js
  254. +1 −1 src/shared/utils/Transaction.js
  255. +1 −1 src/shared/utils/__tests__/OrderedMap-test.js
  256. +1 −1 src/shared/utils/__tests__/PooledClass-test.js
  257. +1 −1 src/shared/utils/__tests__/Transaction-test.js
  258. +1 −1 src/shared/utils/__tests__/accumulateInto-test.js
  259. +1 −1 src/shared/utils/__tests__/adler32-test.js
  260. +1 −1 src/shared/utils/__tests__/traverseAllChildren-test.js
  261. +1 −1 src/shared/utils/accumulate.js
  262. +1 −1 src/shared/utils/accumulateInto.js
  263. +1 −1 src/shared/utils/adler32.js
  264. +1 −1 src/shared/utils/canDefineProperty.js
  265. +1 −1 src/shared/utils/deprecated.js
  266. +1 −1 src/shared/utils/flattenChildren.js
  267. +1 −1 src/shared/utils/forEachAccumulated.js
  268. +1 −1 src/shared/utils/getIteratorFn.js
  269. +1 −1 src/shared/utils/getNativeComponentFromComposite.js
  270. +1 −1 src/shared/utils/isTextInputElement.js
  271. +1 −1 src/shared/utils/traverseAllChildren.js
  272. +1 −1 src/test/MetaMatchers.js
  273. +1 −1 src/test/ReactDefaultPerf.js
  274. +1 −1 src/test/ReactDefaultPerfAnalysis.js
  275. +1 −1 src/test/ReactPerf.js
  276. +1 −1 src/test/ReactTestUtils.js
  277. +1 −1 src/test/__tests__/MetaMatchers-test.js
  278. +1 −1 src/test/__tests__/ReactDefaultPerf-test.js
  279. +1 −1 src/test/__tests__/ReactTestUtils-test.js
  280. +1 −1 src/test/__tests__/reactComponentExpect-test.js
  281. +1 −1 src/test/createHierarchyRenderer.js
  282. +1 −1 src/test/getTestDocument.js
  283. +1 −1 src/test/reactComponentExpect.js
View
2 LICENSE
@@ -2,7 +2,7 @@ BSD License
For React software
-Copyright (c) 2013-2015, Facebook, Inc.
+Copyright (c) 2013-present, Facebook, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
View
2 docs/_js/html-jsx.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 eslint-rules/__tests__/warning-and-invariant-args-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 eslint-rules/warning-and-invariant-args.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 grunt/data/header-template-extended.txt
@@ -1,7 +1,7 @@
/**
* <%= package %> v<%= version %>
*
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 gulpfile.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 mocks/ReactElementTestChild.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 mocks/ReactMockedComponentTestComponent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 packages/jsx_orphaned_brackets_transformer/transforms/react.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 scripts/bench/analyze.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2015, Facebook, Inc.
+# Copyright 2015-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
View
2 scripts/bench/measure.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2015, Facebook, Inc.
+# Copyright 2015-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
View
2 scripts/perf-counters/src/hardware-counter.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright 2010-2015, Facebook, Inc.
+ * Copyright 2010-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 scripts/perf-counters/src/hardware-counter.h
@@ -1,5 +1,5 @@
/**
- * Copyright 2010-2015, Facebook, Inc.
+ * Copyright 2010-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 scripts/perf-counters/src/jsc-perf.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 scripts/perf-counters/src/perf-counters.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 scripts/perf-counters/src/portability.h
@@ -1,5 +1,5 @@
/**
- * Copyright 2010-2015, Facebook, Inc.
+ * Copyright 2010-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 scripts/perf-counters/src/thread-local.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright 2010-2015, Facebook, Inc.
+ * Copyright 2010-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 scripts/perf-counters/src/thread-local.h
@@ -1,5 +1,5 @@
/**
- * Copyright 2010-2015, Facebook, Inc.
+ * Copyright 2010-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/React.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/ReactVersion.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/ReactComponentWithPureRenderMixin.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/ReactFragment.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/ReactWithAddons.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/__tests__/ReactComponentWithPureRenderMixin-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/__tests__/ReactFragment-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/__tests__/renderSubtreeIntoContainer-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/__tests__/update-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/link/LinkedStateMixin.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/link/ReactLink.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/link/__tests__/LinkedStateMixin-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/link/__tests__/ReactLinkPropTypes-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/renderSubtreeIntoContainer.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/shallowCompare.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/transitions/ReactCSSTransitionGroup.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/transitions/ReactCSSTransitionGroupChild.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/transitions/ReactTransitionChildMapping.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/transitions/ReactTransitionEvents.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/transitions/ReactTransitionGroup.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/transitions/__tests__/ReactCSSTransitionGroup-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/transitions/__tests__/ReactTransitionChildMapping-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/transitions/__tests__/ReactTransitionGroup-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/addons/update.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/core/__tests__/ReactErrorBoundaries-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/ReactIsomorphic.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/children/ReactChildren.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/children/__tests__/ReactChildren-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/children/__tests__/onlyChild-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/children/__tests__/sliceChildren-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/children/onlyChild.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/children/sliceChildren.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/__tests__/ReactContextValidator-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/class/ReactClass.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/class/__tests__/ReactBind-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/class/__tests__/ReactBindOptout-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/class/__tests__/ReactClass-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/class/__tests__/ReactClassMixin-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/element/ReactCurrentOwner.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/element/ReactDOMFactories.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/element/ReactElement.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/element/ReactElementValidator.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/element/__tests__/ReactElement-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/element/__tests__/ReactElementClone-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/element/__tests__/ReactElementValidator-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/types/ReactPropTypeLocationNames.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/types/ReactPropTypeLocations.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/types/ReactPropTypes.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/classic/types/__tests__/ReactPropTypes-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/deprecated/OrderedMap.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/deprecated/ReactPropTransferer.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/deprecated/__tests__/cloneWithProps-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/deprecated/cloneWithProps.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/class/React.d.ts
@@ -1,5 +1,5 @@
/*!
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/class/ReactComponent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/class/ReactDOM.d.ts
@@ -1,5 +1,5 @@
/*!
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/class/ReactNoopUpdateQueue.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/class/__tests__/ReactClassEquivalence-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/class/__tests__/ReactCoffeeScriptClass-test.coffee
@@ -1,5 +1,5 @@
###
-Copyright 2015, Facebook, Inc.
+Copyright 2015-present, Facebook, Inc.
All rights reserved.
This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/class/__tests__/ReactES6Class-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/class/__tests__/ReactTypeScriptClass-test.ts
@@ -1,5 +1,5 @@
/*!
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/element/__tests__/ReactJSXElement-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/element/__tests__/ReactJSXElementValidator-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/types/__tests__/ReactFlowPropTypes-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/isomorphic/modern/types/__tests__/ReactTypeScriptPropTypes-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/ReactDOM.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/ReactDOMServer.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/__tests__/ReactDOMProduction-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/ReactBrowserEventEmitter.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/ReactDOMComponentTree.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/ReactDOMIDOperations.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/ReactDOMSelection.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/ReactDOMTreeTraversal.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/ReactEventListener.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/ReactInputSelection.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/ReactMount.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/ReactReconcileTransaction.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/ReactBrowserEventEmitter-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/ReactDOM-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/ReactDOMComponentTree-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/ReactDOMIDOperations-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/ReactDOMSVG-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/ReactDOMTreeTraversal-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/ReactEventIndependence-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/ReactEventListener-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/ReactMount-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/ReactMountDestruction-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/ReactRenderDocument-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/findDOMNode-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/__tests__/validateDOMNesting-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/BeforeInputEventPlugin.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015 Facebook, Inc.
+ * Copyright 2013-present Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/ChangeEventPlugin.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/DefaultEventPluginOrder.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/EnterLeaveEventPlugin.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/FallbackCompositionState.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/SelectEventPlugin.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/SimpleEventPlugin.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/TapEventPlugin.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/__tests__/ChangeEventPlugin-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/__tests__/EnterLeaveEventPlugin-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/__tests__/FallbackCompositionState-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/eventPlugins/__tests__/SelectEventPlugin-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/findDOMNode.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/SyntheticClipboardEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/SyntheticCompositionEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/SyntheticDragEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/SyntheticEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/SyntheticFocusEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/SyntheticInputEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/SyntheticKeyboardEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/SyntheticMouseEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/SyntheticTouchEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/SyntheticUIEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/SyntheticWheelEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/__tests__/SyntheticEvent-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/syntheticEvents/__tests__/SyntheticWheelEvent-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/DOMChildrenOperations.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/DOMLazyTree.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/ViewportMetrics.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/__tests__/getNodeForCharacterOffset-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/getEventCharCode.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/getEventKey.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/getEventModifierState.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/getEventTarget.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/getNodeForCharacterOffset.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/getTextContentAccessor.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/isEventSupported.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/setInnerHTML.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/utils/setTextContent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/validateDOMNesting.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/AutoFocusUtils.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/LinkedValueUtils.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/ReactDOMButton.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/ReactDOMInput.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/ReactDOMOption.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/ReactDOMSelect.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/ReactDOMTextarea.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/__tests__/ReactDOMButton-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/__tests__/ReactDOMIframe-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/__tests__/ReactDOMInput-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/__tests__/ReactDOMOption-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/__tests__/ReactDOMSelect-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/client/wrappers/__tests__/ReactDOMTextarea-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/server/ReactMarkupChecksum.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/server/ReactServerBatchingStrategy.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/server/ReactServerRendering.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/server/ReactServerRenderingTransaction.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/server/__tests__/ReactServerRendering-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/CSSProperty.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/CSSPropertyOperations.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/DOMNamespaces.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/DOMProperty.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/DOMPropertyOperations.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/Danger.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/HTMLDOMPropertyConfig.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactBrowserComponentMixin.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactComponentBrowserEnvironment.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactDOMComponent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactDOMComponentFlags.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactDOMContainerInfo.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactDOMDebugTool.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactDOMEmptyComponent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactDOMFeatureFlags.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactDOMInstrumentation.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactDOMTextComponent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactDefaultInjection.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/ReactInjection.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/SVGDOMPropertyConfig.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/__tests__/CSSProperty-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/__tests__/CSSPropertyOperations-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/__tests__/DOMPropertyOperations-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/__tests__/Danger-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/__tests__/ReactDOMTextComponent-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/__tests__/escapeTextContentForBrowser-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/__tests__/quoteAttributeValueForBrowser-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/dangerousStyleValue.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/devtools/ReactDOMSVGDeprecatedAttributeDevtool.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/devtools/ReactDOMUnknownPropertyDevtool.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/escapeTextContentForBrowser.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/dom/shared/quoteAttributeValueForBrowser.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/event/EventConstants.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/event/EventPluginHub.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/event/EventPluginRegistry.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/event/EventPluginUtils.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/event/EventPropagators.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/event/__tests__/EventPluginHub-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/event/__tests__/EventPluginRegistry-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/event/eventPlugins/ResponderEventPlugin.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/event/eventPlugins/ResponderSyntheticEvent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/event/eventPlugins/ResponderTouchHistoryStore.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/event/eventPlugins/__tests__/ResponderEventPlugin-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactChildReconciler.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactComponentEnvironment.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactCompositeComponent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactDefaultBatchingStrategy.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactEmptyComponent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactEventEmitterMixin.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactInstanceHandles.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactInstanceMap.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactMultiChild.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactMultiChildUpdateTypes.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactNativeComponent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactOwner.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactReconciler.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactRef.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactSimpleEmptyComponent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactStateSetters.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactUpdateQueue.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/ReactUpdates.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactComponent-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactComponentLifeCycle-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactCompositeComponent-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactCompositeComponentDOMMinimalism-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactCompositeComponentNestedState-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactCompositeComponentState-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactEmptyComponent-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactIdentity-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactMockedComponent-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactMultiChild-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactMultiChildReconcile-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactMultiChildText-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactStateSetters-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactStatelessComponent-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/ReactUpdates-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/refs-destruction-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/__tests__/refs-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/instantiateReactComponent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/renderers/shared/reconciler/shouldUpdateReactComponent.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/stubs/Object.assign.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/CallbackQueue.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/PooledClass.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/ReactErrorUtils.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/ReactFeatureFlags.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/ReactNodeTypes.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/Transaction.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/__tests__/OrderedMap-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/__tests__/PooledClass-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/__tests__/Transaction-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/__tests__/accumulateInto-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/__tests__/adler32-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/__tests__/traverseAllChildren-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/accumulate.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/accumulateInto.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014-2015, Facebook, Inc.
+ * Copyright 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/adler32.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/canDefineProperty.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/deprecated.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/flattenChildren.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/forEachAccumulated.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/getIteratorFn.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/getNativeComponentFromComposite.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/isTextInputElement.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/shared/utils/traverseAllChildren.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/MetaMatchers.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/ReactDefaultPerf.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/ReactDefaultPerfAnalysis.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/ReactPerf.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/ReactTestUtils.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/__tests__/MetaMatchers-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, Facebook, Inc.
+ * Copyright 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/__tests__/ReactDefaultPerf-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/__tests__/ReactTestUtils-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/__tests__/reactComponentExpect-test.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/createHierarchyRenderer.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/getTestDocument.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
View
2 src/test/reactComponentExpect.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013-2015, Facebook, Inc.
+ * Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the

0 comments on commit bef45b0

Please sign in to comment.
Something went wrong with that request. Please try again.