Skip to content

Commit 31ebb1f

Browse files
authored
Merge pull request #1009 from wincent/glh/header
Add a missing license header
2 parents 8ef2d04 + 7b3152f commit 31ebb1f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/subscription/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1+
/**
2+
* Copyright (c) 2017, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*
9+
* @flow
10+
*/
11+
112
export { subscribe, createSourceEventStream } from './subscribe';

0 commit comments

Comments
 (0)