Skip to content

Commit 91aa186

Browse files
committed
Add header comment to source files
1 parent e4496a6 commit 91aa186

File tree

14 files changed

+84
-0
lines changed

14 files changed

+84
-0
lines changed

src/components/date.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright 2015, Yahoo Inc.
3+
* Copyrights licensed under the New BSD License.
4+
* See the accompanying LICENSE file for terms.
5+
*/
6+
17
import {Component, DOM, PropTypes} from 'react';
28
import {intlShape, dateTimeFormatPropTypes} from '../types';
39
import {shouldIntlComponentUpdate} from '../utils';

src/components/group.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright 2015, Yahoo Inc.
3+
* Copyrights licensed under the New BSD License.
4+
* See the accompanying LICENSE file for terms.
5+
*/
6+
17
import {Component, PropTypes, cloneElement, isValidElement} from 'react';
28

39
export default class Group extends Component {

src/components/html-message.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright 2015, Yahoo Inc.
3+
* Copyrights licensed under the New BSD License.
4+
* See the accompanying LICENSE file for terms.
5+
*/
6+
17
import {Component, PropTypes, createElement} from 'react';
28
import {intlShape} from '../types';
39
import {shallowEquals, shouldIntlComponentUpdate} from '../utils';

src/components/intl.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright 2015, Yahoo Inc.
3+
* Copyrights licensed under the New BSD License.
4+
* See the accompanying LICENSE file for terms.
5+
*/
6+
17
import {Component} from 'react';
28
import IntlMessageFormat from 'intl-messageformat';
39
import IntlRelativeFormat from 'intl-relativeformat';

src/components/message.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright 2015, Yahoo Inc.
3+
* Copyrights licensed under the New BSD License.
4+
* See the accompanying LICENSE file for terms.
5+
*/
6+
17
import {Component, PropTypes, createElement, isValidElement} from 'react';
28
import {intlShape} from '../types';
39
import {shallowEquals, shouldIntlComponentUpdate} from '../utils';

src/components/number.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright 2015, Yahoo Inc.
3+
* Copyrights licensed under the New BSD License.
4+
* See the accompanying LICENSE file for terms.
5+
*/
6+
17
import {Component, DOM, PropTypes} from 'react';
28
import {intlShape, numberFormatPropTypes} from '../types';
39
import {shouldIntlComponentUpdate} from '../utils';

src/components/plural.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright 2015, Yahoo Inc.
3+
* Copyrights licensed under the New BSD License.
4+
* See the accompanying LICENSE file for terms.
5+
*/
6+
17
import {Component, DOM, PropTypes} from 'react';
28
import {intlShape, pluralFormatPropTypes} from '../types';
39
import {shouldIntlComponentUpdate} from '../utils';

src/components/relative.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright 2015, Yahoo Inc.
3+
* Copyrights licensed under the New BSD License.
4+
* See the accompanying LICENSE file for terms.
5+
*/
6+
17
import {Component, DOM, PropTypes} from 'react';
28
import {intlShape, relativeFormatPropTypes} from '../types';
39
import {shouldIntlComponentUpdate} from '../utils';

src/components/time.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright 2015, Yahoo Inc.
3+
* Copyrights licensed under the New BSD License.
4+
* See the accompanying LICENSE file for terms.
5+
*/
6+
17
import {Component, DOM, PropTypes} from 'react';
28
import {intlShape, dateTimeFormatPropTypes} from '../types';
39
import {shouldIntlComponentUpdate} from '../utils';

src/format.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright 2015, Yahoo Inc.
3+
* Copyrights licensed under the New BSD License.
4+
* See the accompanying LICENSE file for terms.
5+
*/
6+
17
import {
28
dateTimeFormatPropTypes,
39
numberFormatPropTypes,

0 commit comments

Comments
 (0)