Skip to content

Commit 52a4435

Browse files
author
Igor Canedo
committed
addign Copyright to js files
1 parent 7ab3321 commit 52a4435

18 files changed

+117
-1
lines changed

index.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
// @flow
1+
/*
2+
* Copyright (c) 2017, Globo.com (https://github.com/globocom)
3+
*
4+
* License: MIT
5+
*/
6+
7+
// @flow
28

39
import React, {
410
PropTypes,

sample/__tests__/RNDraftJSRender.test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
/*
2+
* Copyright (c) 2017, Globo.com (https://github.com/globocom)
3+
*
4+
* License: MIT
5+
*/
6+
17
/* eslint-env jest */
8+
29
import 'react-native';
310

411
import React from 'react';

sample/__tests__/components/DraftJsText.test.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2017, Globo.com (https://github.com/globocom)
3+
*
4+
* License: MIT
5+
*/
6+
7+
/* eslint-env jest */
8+
19
import 'react-native';
210

311
import React from 'react';

sample/__tests__/flatAttributesList.test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
/*
2+
* Copyright (c) 2017, Globo.com (https://github.com/globocom)
3+
*
4+
* License: MIT
5+
*/
6+
17
/* eslint-env jest */
8+
29
import flatAttributesList from '../../src/flatAttributesList';
310

411
describe('only inlineStyleRanges', () => {

sample/__tests__/getBlocks.test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
/*
2+
* Copyright (c) 2017, Globo.com (https://github.com/globocom)
3+
*
4+
* License: MIT
5+
*/
6+
17
/* eslint-env jest */
8+
29
import getBlocks from '../../src/getBlocks';
310

411
jest.mock('../../src/components/DraftJsText', () => 'DraftJsText');

sample/index.android.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2017, Globo.com (https://github.com/globocom)
3+
*
4+
* License: MIT
5+
*/
6+
17
// @flow
28

39
import React from 'react'; // eslint-disable-line no-unused-vars

sample/index.ios.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright (c) 2017, Globo.com (https://github.com/globocom)
3+
*
4+
* License: MIT
5+
*/
6+
7+
18
// @flow
29

310
import React from 'react'; // eslint-disable-line no-unused-vars

sample/src/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2017, Globo.com (https://github.com/globocom)
3+
*
4+
* License: MIT
5+
*/
6+
17
// @flow
28

39
import React from 'react';

src/components/BlockQuote.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2017, Globo.com (https://github.com/globocom)
3+
*
4+
* License: MIT
5+
*/
6+
17
// @flow
28

39
import React from 'react';

src/components/DraftJsText.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2017, Globo.com (https://github.com/globocom)
3+
*
4+
* License: MIT
5+
*/
6+
17
// @flow
28

39
import React from 'react';

0 commit comments

Comments
 (0)