aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fbjs/lib/Promise.native.js.flow
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/fbjs/lib/Promise.native.js.flow')
-rw-r--r--node_modules/fbjs/lib/Promise.native.js.flow7
1 files changed, 3 insertions, 4 deletions
diff --git a/node_modules/fbjs/lib/Promise.native.js.flow b/node_modules/fbjs/lib/Promise.native.js.flow
index ff8a91f21..a988e5b3d 100644
--- a/node_modules/fbjs/lib/Promise.native.js.flow
+++ b/node_modules/fbjs/lib/Promise.native.js.flow
@@ -1,10 +1,9 @@
/**
*
- * Copyright 2013-2016 Facebook, Inc.
+ * Copyright (c) 2013-present, Facebook, Inc.
*
- * This source code is licensed under the BSD-style license found in the
- * LICENSE file in the root directory of this source tree. An additional grant
- * of patent rights can be found in the PATENTS file in the same directory.
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
*
* This module wraps and augments the minimally ES6-compliant Promise
* implementation provided by the promise npm package.